Skip to content

Commit e8db887

Browse files
author
Kapil Borle
committed
Move configurations section in project.json
1 parent cba925b commit e8db887

File tree

2 files changed

+30
-24
lines changed

2 files changed

+30
-24
lines changed

Engine/project.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44
"dependencies": {
55
"System.Management.Automation": "1.0.0-alpha10"
66
},
7+
8+
"configurations": {
9+
"PSV3Release": {
10+
"buildOptions": {
11+
"define": [ "PSV3", "PSV5" ],
12+
"optimize": true
13+
}
14+
},
15+
"PSV3Debug": {
16+
"buildOptions": {
17+
"define": [ "PSV3", "DEBUG" ]
18+
}
19+
}
20+
},
21+
722
"frameworks": {
823
"net451": {
924
"frameworkAssemblies": {
@@ -17,18 +32,6 @@
1732
"Strings.Designer.cs"
1833
]
1934
}
20-
},
21-
"configurations": {
22-
"PSV3 Release": {
23-
"buildOptions": {
24-
"define": [ "PSV3" ]
25-
}
26-
},
27-
"PSV3 Debug": {
28-
"buildOptions": {
29-
"define": [ "PSV3", "DEBUG" ]
30-
}
31-
}
3235
}
3336
},
3437
"netstandard1.6": {

Rules/project.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66
"Engine": "1.7.0",
77
"Newtonsoft.Json": "9.0.1"
88
},
9+
10+
"configurations": {
11+
"PSV3Release": {
12+
"buildOptions": {
13+
"define": [ "PSV3", "PSV5" ],
14+
"optimize": true
15+
}
16+
},
17+
"PSV3Debug": {
18+
"buildOptions": {
19+
"define": [ "PSV3", "DEBUG" ]
20+
}
21+
}
22+
},
23+
924
"frameworks": {
1025
"net451": {
1126
"frameworkAssemblies": {
@@ -19,18 +34,6 @@
1934
"Strings.Designer.cs"
2035
]
2136
}
22-
},
23-
"configurations": {
24-
"PSV3 Release": {
25-
"buildOptions": {
26-
"define": [ "PSV3" ]
27-
}
28-
},
29-
"PSV3 Debug": {
30-
"buildOptions": {
31-
"define": [ "PSV3", "DEBUG" ]
32-
}
33-
}
3437
}
3538
},
3639
"netstandard1.6": {

0 commit comments

Comments
 (0)