Skip to content

Commit bd88daf

Browse files
committed
Standarize properties used across projects
Console had it owns set of properties going on
1 parent c642491 commit bd88daf

File tree

5 files changed

+82
-153
lines changed

5 files changed

+82
-153
lines changed

pythonnet.sln

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.30110.0
2+
# Visual Studio 14
3+
VisualStudioVersion = 14.0.25420.1
54
MinimumVisualStudioVersion = 10.0.40219.1
65
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Python.Runtime", "src\runtime\Python.Runtime.csproj", "{097B4AC0-74E9-4C58-BCF8-C69746EC8271}"
76
EndProject
@@ -73,22 +72,22 @@ Global
7372
{4165C59D-2822-499F-A6DB-EACA4C331EB5}.ReleaseWin|x64.Build.0 = ReleaseWin|x64
7473
{4165C59D-2822-499F-A6DB-EACA4C331EB5}.ReleaseWin|x86.ActiveCfg = ReleaseWin|x86
7574
{4165C59D-2822-499F-A6DB-EACA4C331EB5}.ReleaseWin|x86.Build.0 = ReleaseWin|x86
76-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugMono|x64.ActiveCfg = DebugMono_x86|x64
77-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugMono|x64.Build.0 = DebugMono_x86|x64
78-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugMono|x86.ActiveCfg = DebugMono_x86|x86
79-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugMono|x86.Build.0 = DebugMono_x86|x86
80-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugWin|x64.ActiveCfg = DebugMono_x86|x64
81-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugWin|x64.Build.0 = DebugMono_x86|x64
82-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugWin|x86.ActiveCfg = DebugMono_x86|x86
83-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugWin|x86.Build.0 = DebugMono_x86|x86
84-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseMono|x64.ActiveCfg = Release|x64
85-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseMono|x64.Build.0 = Release|x64
86-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseMono|x86.ActiveCfg = Release|x86
87-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseMono|x86.Build.0 = Release|x86
88-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseWin|x64.ActiveCfg = Release|x64
89-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseWin|x64.Build.0 = Release|x64
90-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseWin|x86.ActiveCfg = Release|x86
91-
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseWin|x86.Build.0 = Release|x86
75+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugMono|x64.ActiveCfg = DebugMono|x64
76+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugMono|x64.Build.0 = DebugMono|x64
77+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugMono|x86.ActiveCfg = DebugMono|x86
78+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugMono|x86.Build.0 = DebugMono|x86
79+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugWin|x64.ActiveCfg = DebugWin|x64
80+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugWin|x64.Build.0 = DebugWin|x64
81+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugWin|x86.ActiveCfg = DebugWin|x86
82+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.DebugWin|x86.Build.0 = DebugWin|x86
83+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseMono|x64.ActiveCfg = ReleaseMono|x64
84+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseMono|x64.Build.0 = ReleaseMono|x64
85+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseMono|x86.ActiveCfg = ReleaseMono|x86
86+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseMono|x86.Build.0 = ReleaseMono|x86
87+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseWin|x64.ActiveCfg = ReleaseWin|x64
88+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseWin|x64.Build.0 = ReleaseWin|x64
89+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseWin|x86.ActiveCfg = ReleaseWin|x86
90+
{E29DCF0A-5114-4A98-B1DD-71264B6EA349}.ReleaseWin|x86.Build.0 = ReleaseWin|x86
9291
{86E834DE-1139-4511-96CC-69636A56E7AC}.DebugMono|x64.ActiveCfg = DebugWin|x64
9392
{86E834DE-1139-4511-96CC-69636A56E7AC}.DebugMono|x86.ActiveCfg = DebugWin|x86
9493
{86E834DE-1139-4511-96CC-69636A56E7AC}.DebugWin|x64.ActiveCfg = DebugWin|x64

src/clrmodule/clrmodule.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
<PlatformTarget>x86</PlatformTarget>
2424
<ErrorReport>prompt</ErrorReport>
2525
</PropertyGroup>
26-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|x64'">
26+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x64'">
2727
<DebugSymbols>true</DebugSymbols>
2828
<OutputPath>bin\x64\DebugMono\</OutputPath>
2929
<DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2</DefineConstants>
3030
<DebugType>full</DebugType>
3131
<PlatformTarget>x64</PlatformTarget>
3232
<ErrorReport>prompt</ErrorReport>
3333
</PropertyGroup>
34-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|x86'">
34+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x86'">
3535
<OutputPath>bin\x86\ReleaseMono\</OutputPath>
3636
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2</DefineConstants>
3737
<Optimize>true</Optimize>
3838
<DebugType>pdbonly</DebugType>
3939
<PlatformTarget>x86</PlatformTarget>
4040
<ErrorReport>prompt</ErrorReport>
4141
</PropertyGroup>
42-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|x64'">
42+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x64'">
4343
<OutputPath>bin\x64\ReleaseMono\</OutputPath>
4444
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2</DefineConstants>
4545
<Optimize>true</Optimize>
@@ -55,23 +55,23 @@
5555
<PlatformTarget>x86</PlatformTarget>
5656
<ErrorReport>prompt</ErrorReport>
5757
</PropertyGroup>
58-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWin|x64'">
58+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x64'">
5959
<DebugSymbols>true</DebugSymbols>
6060
<OutputPath>bin\x64\DebugWin\</OutputPath>
6161
<DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2</DefineConstants>
6262
<DebugType>full</DebugType>
6363
<PlatformTarget>x64</PlatformTarget>
6464
<ErrorReport>prompt</ErrorReport>
6565
</PropertyGroup>
66-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWin|x86'">
66+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x86'">
6767
<OutputPath>bin\x86\ReleaseWin\</OutputPath>
6868
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2</DefineConstants>
6969
<Optimize>true</Optimize>
7070
<DebugType>pdbonly</DebugType>
7171
<PlatformTarget>x86</PlatformTarget>
7272
<ErrorReport>prompt</ErrorReport>
7373
</PropertyGroup>
74-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWin|x64'">
74+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x64'">
7575
<OutputPath>bin\x64\ReleaseWin\</OutputPath>
7676
<DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2</DefineConstants>
7777
<Optimize>true</Optimize>

src/console/Console.csproj

Lines changed: 46 additions & 116 deletions
Original file line numberDiff line numberDiff line change
@@ -15,143 +15,73 @@
1515
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
1616
<PythonBuildDir Condition=" '$(PythonBuildDir)' == '' ">$(SolutionDir)</PythonBuildDir>
1717
</PropertyGroup>
18-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19-
<DebugSymbols>True</DebugSymbols>
20-
<DebugType>full</DebugType>
21-
<Optimize>False</Optimize>
22-
<OutputPath>bin\Debug\</OutputPath>
23-
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
24-
<WarningLevel>4</WarningLevel>
25-
</PropertyGroup>
26-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27-
<DebugType>pdbonly</DebugType>
28-
<Optimize>True</Optimize>
29-
<OutputPath>bin\Release\</OutputPath>
30-
<DefineConstants Condition="'$(DefineConstants)' == ''">TRACE</DefineConstants>
31-
<DebugSymbols>True</DebugSymbols>
32-
<UseVSHostingProcess>false</UseVSHostingProcess>
33-
<WarningLevel>4</WarningLevel>
34-
</PropertyGroup>
35-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'EmbeddingTest|AnyCPU' ">
36-
<DebugSymbols>True</DebugSymbols>
37-
<OutputPath>bin\EmbeddingTest\</OutputPath>
38-
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
39-
<DebugType>full</DebugType>
40-
<PlatformTarget>AnyCPU</PlatformTarget>
41-
<WarningLevel>4</WarningLevel>
42-
<Optimize>False</Optimize>
43-
</PropertyGroup>
44-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'UnitTests|AnyCPU' ">
45-
<DebugSymbols>True</DebugSymbols>
46-
<OutputPath>bin\UnitTests\</OutputPath>
47-
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
48-
<DebugType>full</DebugType>
49-
<PlatformTarget>AnyCPU</PlatformTarget>
50-
<WarningLevel>4</WarningLevel>
51-
<Optimize>False</Optimize>
52-
</PropertyGroup>
53-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
54-
<DebugSymbols>True</DebugSymbols>
55-
<OutputPath>bin\x86\Debug\</OutputPath>
18+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x86'">
19+
<DebugSymbols>true</DebugSymbols>
20+
<OutputPath>bin\x86\DebugMono\</OutputPath>
5621
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
5722
<DebugType>full</DebugType>
5823
<PlatformTarget>x86</PlatformTarget>
59-
<Externalconsole>True</Externalconsole>
60-
<WarningLevel>4</WarningLevel>
61-
<Optimize>False</Optimize>
62-
<ConsolePause>False</ConsolePause>
63-
</PropertyGroup>
64-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
65-
<DebugSymbols>True</DebugSymbols>
66-
<OutputPath>bin\x86\Release\</OutputPath>
67-
<DefineConstants Condition="'$(DefineConstants)' == ''">TRACE</DefineConstants>
68-
<Optimize>True</Optimize>
69-
<DebugType>pdbonly</DebugType>
70-
<PlatformTarget>x86</PlatformTarget>
71-
<UseVSHostingProcess>false</UseVSHostingProcess>
72-
<WarningLevel>4</WarningLevel>
24+
<ErrorReport>prompt</ErrorReport>
7325
</PropertyGroup>
74-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'EmbeddingTest|x86'">
75-
<DebugSymbols>True</DebugSymbols>
76-
<OutputPath>bin\x86\EmbeddingTest\</OutputPath>
26+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x64'">
27+
<DebugSymbols>true</DebugSymbols>
28+
<OutputPath>bin\x64\DebugMono\</OutputPath>
7729
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
7830
<DebugType>full</DebugType>
79-
<PlatformTarget>x86</PlatformTarget>
80-
<WarningLevel>4</WarningLevel>
81-
<Optimize>False</Optimize>
31+
<PlatformTarget>x64</PlatformTarget>
32+
<ErrorReport>prompt</ErrorReport>
8233
</PropertyGroup>
83-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'UnitTests|x86'">
84-
<DebugSymbols>True</DebugSymbols>
85-
<OutputPath>bin\x86\UnitTests\</OutputPath>
86-
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
87-
<DebugType>full</DebugType>
34+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x86'">
35+
<OutputPath>bin\x86\ReleaseMono\</OutputPath>
36+
<DefineConstants Condition="'$(DefineConstants)' == ''">
37+
</DefineConstants>
38+
<Optimize>true</Optimize>
39+
<DebugType>pdbonly</DebugType>
8840
<PlatformTarget>x86</PlatformTarget>
89-
<WarningLevel>4</WarningLevel>
90-
<Optimize>False</Optimize>
41+
<ErrorReport>prompt</ErrorReport>
9142
</PropertyGroup>
92-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono_x86|AnyCPU'">
93-
<DebugSymbols>True</DebugSymbols>
94-
<OutputPath>bin\DebugMono_x86\</OutputPath>
95-
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
96-
<DebugType>full</DebugType>
97-
<PlatformTarget>AnyCPU</PlatformTarget>
98-
<WarningLevel>4</WarningLevel>
99-
<Optimize>False</Optimize>
43+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x64'">
44+
<OutputPath>bin\x64\ReleaseMono\</OutputPath>
45+
<DefineConstants Condition="'$(DefineConstants)' == ''">
46+
</DefineConstants>
47+
<Optimize>true</Optimize>
48+
<DebugType>pdbonly</DebugType>
49+
<PlatformTarget>x64</PlatformTarget>
50+
<ErrorReport>prompt</ErrorReport>
10051
</PropertyGroup>
101-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono_x86|x86'">
102-
<DebugSymbols>True</DebugSymbols>
103-
<OutputPath>bin\x86\DebugMono_x86\</OutputPath>
52+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x86'">
53+
<DebugSymbols>true</DebugSymbols>
54+
<OutputPath>bin\x86\DebugWin\</OutputPath>
10455
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
10556
<DebugType>full</DebugType>
10657
<PlatformTarget>x86</PlatformTarget>
107-
<WarningLevel>4</WarningLevel>
108-
<Optimize>False</Optimize>
58+
<ErrorReport>prompt</ErrorReport>
10959
</PropertyGroup>
110-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
111-
<DebugSymbols>True</DebugSymbols>
112-
<OutputPath>bin\x64\Debug\</OutputPath>
60+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x64'">
61+
<DebugSymbols>true</DebugSymbols>
62+
<OutputPath>bin\x64\DebugWin\</OutputPath>
11363
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
11464
<DebugType>full</DebugType>
11565
<PlatformTarget>x64</PlatformTarget>
116-
<WarningLevel>4</WarningLevel>
117-
<Optimize>False</Optimize>
66+
<ErrorReport>prompt</ErrorReport>
11867
</PropertyGroup>
119-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
120-
<DebugSymbols>True</DebugSymbols>
121-
<OutputPath>bin\x64\Release\</OutputPath>
122-
<DefineConstants Condition="'$(DefineConstants)' == ''">TRACE</DefineConstants>
123-
<Optimize>True</Optimize>
68+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x86'">
69+
<OutputPath>bin\x86\ReleaseWin\</OutputPath>
70+
<DefineConstants Condition="'$(DefineConstants)' == ''">
71+
</DefineConstants>
72+
<Optimize>true</Optimize>
12473
<DebugType>pdbonly</DebugType>
125-
<PlatformTarget>x64</PlatformTarget>
126-
<UseVSHostingProcess>false</UseVSHostingProcess>
127-
<WarningLevel>4</WarningLevel>
128-
</PropertyGroup>
129-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'EmbeddingTest|x64'">
130-
<DebugSymbols>True</DebugSymbols>
131-
<OutputPath>bin\x64\EmbeddingTest\</OutputPath>
132-
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
133-
<DebugType>full</DebugType>
134-
<PlatformTarget>x64</PlatformTarget>
135-
<WarningLevel>4</WarningLevel>
136-
<Optimize>False</Optimize>
137-
</PropertyGroup>
138-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'UnitTests|x64'">
139-
<DebugSymbols>True</DebugSymbols>
140-
<OutputPath>bin\x64\UnitTests\</OutputPath>
141-
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
142-
<DebugType>full</DebugType>
143-
<PlatformTarget>x64</PlatformTarget>
144-
<WarningLevel>4</WarningLevel>
145-
<Optimize>False</Optimize>
74+
<PlatformTarget>x86</PlatformTarget>
75+
<ErrorReport>prompt</ErrorReport>
14676
</PropertyGroup>
147-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono_x86|x64'">
148-
<DebugSymbols>True</DebugSymbols>
149-
<OutputPath>bin\x64\DebugMono_x86\</OutputPath>
150-
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
151-
<DebugType>full</DebugType>
77+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x64'">
78+
<OutputPath>bin\x64\ReleaseWin\</OutputPath>
79+
<DefineConstants Condition="'$(DefineConstants)' == ''">
80+
</DefineConstants>
81+
<Optimize>true</Optimize>
82+
<DebugType>pdbonly</DebugType>
15283
<PlatformTarget>x64</PlatformTarget>
153-
<WarningLevel>4</WarningLevel>
154-
<Optimize>False</Optimize>
84+
<ErrorReport>prompt</ErrorReport>
15585
</PropertyGroup>
15686
<PropertyGroup Condition="'$(PythonManifest)' != ''">
15787
<ApplicationManifest>$(PythonManifest)</ApplicationManifest>

src/embed_tests/Python.EmbeddingTest.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
<PlatformTarget>x86</PlatformTarget>
2222
<ErrorReport>prompt</ErrorReport>
2323
</PropertyGroup>
24-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugMono|x64'">
24+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x64'">
2525
<DebugSymbols>true</DebugSymbols>
2626
<OutputPath>bin\x64\DebugMono\</OutputPath>
2727
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
2828
<DebugType>full</DebugType>
2929
<PlatformTarget>x64</PlatformTarget>
3030
<ErrorReport>prompt</ErrorReport>
3131
</PropertyGroup>
32-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|x86'">
32+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x86'">
3333
<OutputPath>bin\x86\ReleaseMono\</OutputPath>
3434
<DefineConstants Condition="'$(DefineConstants)' == ''">
3535
</DefineConstants>
@@ -38,7 +38,7 @@
3838
<PlatformTarget>x86</PlatformTarget>
3939
<ErrorReport>prompt</ErrorReport>
4040
</PropertyGroup>
41-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseMono|x64'">
41+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x64'">
4242
<OutputPath>bin\x64\ReleaseMono\</OutputPath>
4343
<DefineConstants Condition="'$(DefineConstants)' == ''">
4444
</DefineConstants>
@@ -55,15 +55,15 @@
5555
<PlatformTarget>x86</PlatformTarget>
5656
<ErrorReport>prompt</ErrorReport>
5757
</PropertyGroup>
58-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWin|x64'">
58+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x64'">
5959
<DebugSymbols>true</DebugSymbols>
6060
<OutputPath>bin\x64\DebugWin\</OutputPath>
6161
<DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
6262
<DebugType>full</DebugType>
6363
<PlatformTarget>x64</PlatformTarget>
6464
<ErrorReport>prompt</ErrorReport>
6565
</PropertyGroup>
66-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWin|x86'">
66+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x86'">
6767
<OutputPath>bin\x86\ReleaseWin\</OutputPath>
6868
<DefineConstants Condition="'$(DefineConstants)' == ''">
6969
</DefineConstants>
@@ -72,7 +72,7 @@
7272
<PlatformTarget>x86</PlatformTarget>
7373
<ErrorReport>prompt</ErrorReport>
7474
</PropertyGroup>
75-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWin|x64'">
75+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x64'">
7676
<OutputPath>bin\x64\ReleaseWin\</OutputPath>
7777
<DefineConstants Condition="'$(DefineConstants)' == ''">
7878
</DefineConstants>

0 commit comments

Comments
 (0)