File tree 2 files changed +30
-24
lines changed
2 files changed +30
-24
lines changed Original file line number Diff line number Diff line change 4
4
"dependencies" : {
5
5
"System.Management.Automation" : " 1.0.0-alpha10"
6
6
},
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
+
7
22
"frameworks" : {
8
23
"net451" : {
9
24
"frameworkAssemblies" : {
17
32
" Strings.Designer.cs"
18
33
]
19
34
}
20
- },
21
- "configurations" : {
22
- "PSV3 Release" : {
23
- "buildOptions" : {
24
- "define" : [ " PSV3" ]
25
- }
26
- },
27
- "PSV3 Debug" : {
28
- "buildOptions" : {
29
- "define" : [ " PSV3" , " DEBUG" ]
30
- }
31
- }
32
35
}
33
36
},
34
37
"netstandard1.6" : {
Original file line number Diff line number Diff line change 6
6
"Engine" : " 1.7.0" ,
7
7
"Newtonsoft.Json" : " 9.0.1"
8
8
},
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
+
9
24
"frameworks" : {
10
25
"net451" : {
11
26
"frameworkAssemblies" : {
19
34
" Strings.Designer.cs"
20
35
]
21
36
}
22
- },
23
- "configurations" : {
24
- "PSV3 Release" : {
25
- "buildOptions" : {
26
- "define" : [ " PSV3" ]
27
- }
28
- },
29
- "PSV3 Debug" : {
30
- "buildOptions" : {
31
- "define" : [ " PSV3" , " DEBUG" ]
32
- }
33
- }
34
37
}
35
38
},
36
39
"netstandard1.6" : {
You can’t perform that action at this time.
0 commit comments