Skip to content

Commit 847c6a4

Browse files
committed
Fix Debug build for WinRT
1 parent 1829bdb commit 847c6a4

File tree

4 files changed

+26
-260
lines changed

4 files changed

+26
-260
lines changed

ReactiveUI.Routing/ReactiveUI.Routing_WinRT.csproj

-72
Original file line numberDiff line numberDiff line change
@@ -33,78 +33,6 @@
3333
<WarningLevel>4</WarningLevel>
3434
<DocumentationFile>bin\Release\WinRT45\ReactiveUI.Routing_WinRT.xml</DocumentationFile>
3535
</PropertyGroup>
36-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
37-
<DebugSymbols>true</DebugSymbols>
38-
<OutputPath>bin\ARM\Debug\</OutputPath>
39-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
40-
<NoWarn>;2008</NoWarn>
41-
<DebugType>full</DebugType>
42-
<PlatformTarget>ARM</PlatformTarget>
43-
<UseVSHostingProcess>false</UseVSHostingProcess>
44-
<ErrorReport>prompt</ErrorReport>
45-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
46-
<Prefer32Bit>true</Prefer32Bit>
47-
</PropertyGroup>
48-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
49-
<OutputPath>bin\ARM\Release\</OutputPath>
50-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
51-
<Optimize>true</Optimize>
52-
<NoWarn>;2008</NoWarn>
53-
<DebugType>pdbonly</DebugType>
54-
<PlatformTarget>ARM</PlatformTarget>
55-
<UseVSHostingProcess>false</UseVSHostingProcess>
56-
<ErrorReport>prompt</ErrorReport>
57-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
58-
<Prefer32Bit>true</Prefer32Bit>
59-
</PropertyGroup>
60-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
61-
<DebugSymbols>true</DebugSymbols>
62-
<OutputPath>bin\x64\Debug\</OutputPath>
63-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
64-
<NoWarn>;2008</NoWarn>
65-
<DebugType>full</DebugType>
66-
<PlatformTarget>x64</PlatformTarget>
67-
<UseVSHostingProcess>false</UseVSHostingProcess>
68-
<ErrorReport>prompt</ErrorReport>
69-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
70-
<Prefer32Bit>true</Prefer32Bit>
71-
</PropertyGroup>
72-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
73-
<OutputPath>bin\x64\Release\</OutputPath>
74-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
75-
<Optimize>true</Optimize>
76-
<NoWarn>;2008</NoWarn>
77-
<DebugType>pdbonly</DebugType>
78-
<PlatformTarget>x64</PlatformTarget>
79-
<UseVSHostingProcess>false</UseVSHostingProcess>
80-
<ErrorReport>prompt</ErrorReport>
81-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
82-
<Prefer32Bit>true</Prefer32Bit>
83-
</PropertyGroup>
84-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
85-
<DebugSymbols>true</DebugSymbols>
86-
<OutputPath>bin\x86\Debug\</OutputPath>
87-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
88-
<NoWarn>;2008</NoWarn>
89-
<DebugType>full</DebugType>
90-
<PlatformTarget>x86</PlatformTarget>
91-
<UseVSHostingProcess>false</UseVSHostingProcess>
92-
<ErrorReport>prompt</ErrorReport>
93-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
94-
<Prefer32Bit>true</Prefer32Bit>
95-
</PropertyGroup>
96-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
97-
<OutputPath>bin\x86\Release\</OutputPath>
98-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
99-
<Optimize>true</Optimize>
100-
<NoWarn>;2008</NoWarn>
101-
<DebugType>pdbonly</DebugType>
102-
<PlatformTarget>x86</PlatformTarget>
103-
<UseVSHostingProcess>false</UseVSHostingProcess>
104-
<ErrorReport>prompt</ErrorReport>
105-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
106-
<Prefer32Bit>true</Prefer32Bit>
107-
</PropertyGroup>
10836
<ItemGroup>
10937
<Compile Include="Interfaces.cs" />
11038
<Compile Include="Properties\AssemblyInfo.cs" />

ReactiveUI.Xaml/ReactiveUI.Xaml_WinRT.csproj

+1-73
Original file line numberDiff line numberDiff line change
@@ -33,78 +33,6 @@
3333
<WarningLevel>4</WarningLevel>
3434
<DocumentationFile>bin\Release\WinRT45\ReactiveUI.Xaml_WinRT.xml</DocumentationFile>
3535
</PropertyGroup>
36-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
37-
<DebugSymbols>true</DebugSymbols>
38-
<OutputPath>bin\ARM\Debug\</OutputPath>
39-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
40-
<NoWarn>;2008</NoWarn>
41-
<DebugType>full</DebugType>
42-
<PlatformTarget>ARM</PlatformTarget>
43-
<UseVSHostingProcess>false</UseVSHostingProcess>
44-
<ErrorReport>prompt</ErrorReport>
45-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
46-
<Prefer32Bit>true</Prefer32Bit>
47-
</PropertyGroup>
48-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
49-
<OutputPath>bin\ARM\Release\</OutputPath>
50-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
51-
<Optimize>true</Optimize>
52-
<NoWarn>;2008</NoWarn>
53-
<DebugType>pdbonly</DebugType>
54-
<PlatformTarget>ARM</PlatformTarget>
55-
<UseVSHostingProcess>false</UseVSHostingProcess>
56-
<ErrorReport>prompt</ErrorReport>
57-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
58-
<Prefer32Bit>true</Prefer32Bit>
59-
</PropertyGroup>
60-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
61-
<DebugSymbols>true</DebugSymbols>
62-
<OutputPath>bin\x64\Debug\</OutputPath>
63-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
64-
<NoWarn>;2008</NoWarn>
65-
<DebugType>full</DebugType>
66-
<PlatformTarget>x64</PlatformTarget>
67-
<UseVSHostingProcess>false</UseVSHostingProcess>
68-
<ErrorReport>prompt</ErrorReport>
69-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
70-
<Prefer32Bit>true</Prefer32Bit>
71-
</PropertyGroup>
72-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
73-
<OutputPath>bin\x64\Release\</OutputPath>
74-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
75-
<Optimize>true</Optimize>
76-
<NoWarn>;2008</NoWarn>
77-
<DebugType>pdbonly</DebugType>
78-
<PlatformTarget>x64</PlatformTarget>
79-
<UseVSHostingProcess>false</UseVSHostingProcess>
80-
<ErrorReport>prompt</ErrorReport>
81-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
82-
<Prefer32Bit>true</Prefer32Bit>
83-
</PropertyGroup>
84-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
85-
<DebugSymbols>true</DebugSymbols>
86-
<OutputPath>bin\x86\Debug\</OutputPath>
87-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
88-
<NoWarn>;2008</NoWarn>
89-
<DebugType>full</DebugType>
90-
<PlatformTarget>x86</PlatformTarget>
91-
<UseVSHostingProcess>false</UseVSHostingProcess>
92-
<ErrorReport>prompt</ErrorReport>
93-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
94-
<Prefer32Bit>true</Prefer32Bit>
95-
</PropertyGroup>
96-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
97-
<OutputPath>bin\x86\Release\</OutputPath>
98-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
99-
<Optimize>true</Optimize>
100-
<NoWarn>;2008</NoWarn>
101-
<DebugType>pdbonly</DebugType>
102-
<PlatformTarget>x86</PlatformTarget>
103-
<UseVSHostingProcess>false</UseVSHostingProcess>
104-
<ErrorReport>prompt</ErrorReport>
105-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
106-
<Prefer32Bit>true</Prefer32Bit>
107-
</PropertyGroup>
10836
<ItemGroup>
10937
<Compile Include="BindingTypeConverters.cs" />
11038
<Compile Include="CommandBinding.cs" />
@@ -159,4 +87,4 @@
15987
<Target Name="AfterBuild">
16088
</Target>
16189
-->
162-
</Project>
90+
</Project>

ReactiveUI.sln

+24-42
Original file line numberDiff line numberDiff line change
@@ -415,24 +415,18 @@ Global
415415
{884D2D0B-65CE-40CB-AE45-B1F45C4ECE76}.Release|x86.Build.0 = Release|x86
416416
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
417417
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|Any CPU.Build.0 = Debug|Any CPU
418-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|ARM.ActiveCfg = Debug|ARM
419-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|ARM.Build.0 = Debug|ARM
420-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
421-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|Mixed Platforms.Build.0 = Debug|x86
422-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|x64.ActiveCfg = Debug|x64
423-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|x64.Build.0 = Debug|x64
424-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|x86.ActiveCfg = Debug|x86
425-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|x86.Build.0 = Debug|x86
418+
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|ARM.ActiveCfg = Debug|Any CPU
419+
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
420+
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
421+
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|x64.ActiveCfg = Debug|Any CPU
422+
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Debug|x86.ActiveCfg = Debug|Any CPU
426423
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Release|Any CPU.ActiveCfg = Release|Any CPU
427424
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Release|Any CPU.Build.0 = Release|Any CPU
428-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Release|ARM.ActiveCfg = Release|ARM
429-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Release|ARM.Build.0 = Release|ARM
425+
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Release|ARM.ActiveCfg = Release|Any CPU
430426
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
431427
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Release|Mixed Platforms.Build.0 = Release|Any CPU
432-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Release|x64.ActiveCfg = Release|x64
433-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Release|x64.Build.0 = Release|x64
434-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Release|x86.ActiveCfg = Release|x86
435-
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Release|x86.Build.0 = Release|x86
428+
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Release|x64.ActiveCfg = Release|Any CPU
429+
{3DB4EF6F-CCBC-4115-9C33-20E52A024534}.Release|x86.ActiveCfg = Release|Any CPU
436430
{F9459904-F785-4255-866A-A619787CB895}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
437431
{F9459904-F785-4255-866A-A619787CB895}.Debug|Any CPU.Build.0 = Debug|Any CPU
438432
{F9459904-F785-4255-866A-A619787CB895}.Debug|ARM.ActiveCfg = Debug|ARM
@@ -453,24 +447,18 @@ Global
453447
{F9459904-F785-4255-866A-A619787CB895}.Release|x86.Build.0 = Release|x86
454448
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
455449
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|Any CPU.Build.0 = Debug|Any CPU
456-
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|ARM.ActiveCfg = Debug|ARM
457-
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|ARM.Build.0 = Debug|ARM
458-
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
459-
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|Mixed Platforms.Build.0 = Debug|x86
460-
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|x64.ActiveCfg = Debug|x64
461-
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|x64.Build.0 = Debug|x64
462-
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|x86.ActiveCfg = Debug|x86
463-
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|x86.Build.0 = Debug|x86
450+
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|ARM.ActiveCfg = Debug|Any CPU
451+
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
452+
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
453+
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|x64.ActiveCfg = Debug|Any CPU
454+
{689EC7C5-2D81-4124-929E-397B330CC358}.Debug|x86.ActiveCfg = Debug|Any CPU
464455
{689EC7C5-2D81-4124-929E-397B330CC358}.Release|Any CPU.ActiveCfg = Release|Any CPU
465456
{689EC7C5-2D81-4124-929E-397B330CC358}.Release|Any CPU.Build.0 = Release|Any CPU
466-
{689EC7C5-2D81-4124-929E-397B330CC358}.Release|ARM.ActiveCfg = Release|ARM
467-
{689EC7C5-2D81-4124-929E-397B330CC358}.Release|ARM.Build.0 = Release|ARM
457+
{689EC7C5-2D81-4124-929E-397B330CC358}.Release|ARM.ActiveCfg = Release|Any CPU
468458
{689EC7C5-2D81-4124-929E-397B330CC358}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
469459
{689EC7C5-2D81-4124-929E-397B330CC358}.Release|Mixed Platforms.Build.0 = Release|Any CPU
470-
{689EC7C5-2D81-4124-929E-397B330CC358}.Release|x64.ActiveCfg = Release|x64
471-
{689EC7C5-2D81-4124-929E-397B330CC358}.Release|x64.Build.0 = Release|x64
472-
{689EC7C5-2D81-4124-929E-397B330CC358}.Release|x86.ActiveCfg = Release|x86
473-
{689EC7C5-2D81-4124-929E-397B330CC358}.Release|x86.Build.0 = Release|x86
460+
{689EC7C5-2D81-4124-929E-397B330CC358}.Release|x64.ActiveCfg = Release|Any CPU
461+
{689EC7C5-2D81-4124-929E-397B330CC358}.Release|x86.ActiveCfg = Release|Any CPU
474462
{1CE2D235-8072-4649-BA5A-CFB1AF8776E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
475463
{1CE2D235-8072-4649-BA5A-CFB1AF8776E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
476464
{1CE2D235-8072-4649-BA5A-CFB1AF8776E0}.Debug|ARM.ActiveCfg = Debug|Any CPU
@@ -537,24 +525,18 @@ Global
537525
{9F70B056-893E-487D-8DD1-C012C4440618}.Release|x86.Build.0 = Release|x86
538526
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
539527
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
540-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|ARM.ActiveCfg = Debug|ARM
541-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|ARM.Build.0 = Debug|ARM
542-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
543-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|Mixed Platforms.Build.0 = Debug|x86
544-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|x64.ActiveCfg = Debug|x64
545-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|x64.Build.0 = Debug|x64
546-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|x86.ActiveCfg = Debug|x86
547-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|x86.Build.0 = Debug|x86
528+
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|ARM.ActiveCfg = Debug|Any CPU
529+
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
530+
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
531+
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|x64.ActiveCfg = Debug|Any CPU
532+
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Debug|x86.ActiveCfg = Debug|Any CPU
548533
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
549534
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Release|Any CPU.Build.0 = Release|Any CPU
550-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Release|ARM.ActiveCfg = Release|ARM
551-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Release|ARM.Build.0 = Release|ARM
535+
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Release|ARM.ActiveCfg = Release|Any CPU
552536
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
553537
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
554-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Release|x64.ActiveCfg = Release|x64
555-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Release|x64.Build.0 = Release|x64
556-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Release|x86.ActiveCfg = Release|x86
557-
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Release|x86.Build.0 = Release|x86
538+
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Release|x64.ActiveCfg = Release|Any CPU
539+
{B73DA536-0AD8-40A1-A2A7-F8491CE584F6}.Release|x86.ActiveCfg = Release|Any CPU
558540
{1B7576E0-F1B6-41A7-B607-B521DEA1DAA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
559541
{1B7576E0-F1B6-41A7-B607-B521DEA1DAA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
560542
{1B7576E0-F1B6-41A7-B607-B521DEA1DAA9}.Debug|ARM.ActiveCfg = Debug|Any CPU

ReactiveUI/ReactiveUI_WinRT.csproj

+1-73
Original file line numberDiff line numberDiff line change
@@ -33,78 +33,6 @@
3333
<WarningLevel>4</WarningLevel>
3434
<DocumentationFile>bin\Release\WinRT45\ReactiveUI_WinRT.xml</DocumentationFile>
3535
</PropertyGroup>
36-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
37-
<DebugSymbols>true</DebugSymbols>
38-
<OutputPath>bin\ARM\Debug\</OutputPath>
39-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
40-
<NoWarn>;2008</NoWarn>
41-
<DebugType>full</DebugType>
42-
<PlatformTarget>ARM</PlatformTarget>
43-
<UseVSHostingProcess>false</UseVSHostingProcess>
44-
<ErrorReport>prompt</ErrorReport>
45-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
46-
<Prefer32Bit>true</Prefer32Bit>
47-
</PropertyGroup>
48-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
49-
<OutputPath>bin\ARM\Release\</OutputPath>
50-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
51-
<Optimize>true</Optimize>
52-
<NoWarn>;2008</NoWarn>
53-
<DebugType>pdbonly</DebugType>
54-
<PlatformTarget>ARM</PlatformTarget>
55-
<UseVSHostingProcess>false</UseVSHostingProcess>
56-
<ErrorReport>prompt</ErrorReport>
57-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
58-
<Prefer32Bit>true</Prefer32Bit>
59-
</PropertyGroup>
60-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
61-
<DebugSymbols>true</DebugSymbols>
62-
<OutputPath>bin\x64\Debug\</OutputPath>
63-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
64-
<NoWarn>;2008</NoWarn>
65-
<DebugType>full</DebugType>
66-
<PlatformTarget>x64</PlatformTarget>
67-
<UseVSHostingProcess>false</UseVSHostingProcess>
68-
<ErrorReport>prompt</ErrorReport>
69-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
70-
<Prefer32Bit>true</Prefer32Bit>
71-
</PropertyGroup>
72-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
73-
<OutputPath>bin\x64\Release\</OutputPath>
74-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
75-
<Optimize>true</Optimize>
76-
<NoWarn>;2008</NoWarn>
77-
<DebugType>pdbonly</DebugType>
78-
<PlatformTarget>x64</PlatformTarget>
79-
<UseVSHostingProcess>false</UseVSHostingProcess>
80-
<ErrorReport>prompt</ErrorReport>
81-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
82-
<Prefer32Bit>true</Prefer32Bit>
83-
</PropertyGroup>
84-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
85-
<DebugSymbols>true</DebugSymbols>
86-
<OutputPath>bin\x86\Debug\</OutputPath>
87-
<DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
88-
<NoWarn>;2008</NoWarn>
89-
<DebugType>full</DebugType>
90-
<PlatformTarget>x86</PlatformTarget>
91-
<UseVSHostingProcess>false</UseVSHostingProcess>
92-
<ErrorReport>prompt</ErrorReport>
93-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
94-
<Prefer32Bit>true</Prefer32Bit>
95-
</PropertyGroup>
96-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
97-
<OutputPath>bin\x86\Release\</OutputPath>
98-
<DefineConstants>TRACE;NETFX_CORE</DefineConstants>
99-
<Optimize>true</Optimize>
100-
<NoWarn>;2008</NoWarn>
101-
<DebugType>pdbonly</DebugType>
102-
<PlatformTarget>x86</PlatformTarget>
103-
<UseVSHostingProcess>false</UseVSHostingProcess>
104-
<ErrorReport>prompt</ErrorReport>
105-
<CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>
106-
<Prefer32Bit>true</Prefer32Bit>
107-
</PropertyGroup>
10836
<ItemGroup>
10937
<Compile Include="BindingTypeConverters.cs" />
11038
<Compile Include="CompatMixins.cs" />
@@ -179,4 +107,4 @@
179107
<Target Name="AfterBuild">
180108
</Target>
181109
-->
182-
</Project>
110+
</Project>

0 commit comments

Comments
 (0)