File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -94,22 +94,22 @@ Specifies a possible block of code for the `Choose` element to select.
94
94
<DefineConstants >DEBUG;TRACE</DefineConstants >
95
95
</PropertyGroup >
96
96
<Choose >
97
- <When Condition =" $(Platform)=='x86' Or $(Platform) == 'ARM32'" >
98
- <PropertyGroup >
97
+ <When Condition =" $(Platform)=='x86' Or $(Platform) == 'ARM32'" >
98
+ <PropertyGroup >
99
99
<OutputPath >.\bin\Test\32-bit\</OutputPath >
100
- </PropertyGroup >
101
- </When >
102
- <When Condition =" $(Platform)=='x64' Or $(Platform) == 'ARM64'" >
103
- <PropertyGroup >
100
+ </PropertyGroup >
101
+ </When >
102
+ <When Condition =" $(Platform)=='x64' Or $(Platform) == 'ARM64'" >
103
+ <PropertyGroup >
104
104
<OutputPath >.\bin\Test\64-bit\</OutputPath >
105
- </PropertyGroup >
106
- </When >
107
- <!-- For any other platform, use the platform name -->
108
- <Otherwise >
105
+ </PropertyGroup >
106
+ </When >
107
+ <!-- For any other platform, use the platform name -->
108
+ <Otherwise >
109
109
<PropertyGroup >
110
110
<OutputPath >.\bin\Test\$(Platform)\</OutputPath >
111
111
</PropertyGroup >
112
- </Otherwise >
112
+ </Otherwise >
113
113
</Choose >
114
114
</When >
115
115
<When Condition =" $(Configuration)=='Retail' Or $(Configuration)=='Release'" >
@@ -134,7 +134,7 @@ Specifies a possible block of code for the `Choose` element to select.
134
134
<PropertyGroup >
135
135
<OutputPath >.\bin\Release\$(Platform)\</OutputPath >
136
136
</PropertyGroup >
137
- </Otherwise >
137
+ </Otherwise >
138
138
</Choose >
139
139
</When >
140
140
<!-- For any other configuration, use debug properties-->
You can’t perform that action at this time.
0 commit comments