|
23 | 23 | <DebugSymbols>true</DebugSymbols> |
24 | 24 | <DebugType>full</DebugType> |
25 | 25 | <Optimize>false</Optimize> |
26 | | - <OutputPath>bin\Debug\</OutputPath> |
27 | 26 | <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
28 | 27 | <ErrorReport>prompt</ErrorReport> |
29 | 28 | <WarningLevel>4</WarningLevel> |
|
32 | 31 | <PlatformTarget>AnyCPU</PlatformTarget> |
33 | 32 | <DebugType>pdbonly</DebugType> |
34 | 33 | <Optimize>true</Optimize> |
35 | | - <OutputPath>bin\Release\</OutputPath> |
36 | 34 | <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
37 | 35 | <ErrorReport>prompt</ErrorReport> |
38 | 36 | <WarningLevel>4</WarningLevel> |
39 | 37 | </PropertyGroup> |
40 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
41 | 39 | <PlatformTarget>x86</PlatformTarget> |
42 | 40 | <DebugSymbols>true</DebugSymbols> |
43 | | - <OutputPath>bin\x86\Debug\</OutputPath> |
44 | 41 | <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
45 | 42 | <NoWarn>;2008</NoWarn> |
46 | 43 | <DebugType>full</DebugType> |
|
49 | 46 | </PropertyGroup> |
50 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
51 | 48 | <PlatformTarget>x86</PlatformTarget> |
52 | | - <OutputPath>bin\x86\Release\</OutputPath> |
53 | 49 | <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
54 | 50 | <Optimize>true</Optimize> |
55 | 51 | <NoWarn>;2008</NoWarn> |
|
60 | 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'"> |
61 | 57 | <PlatformTarget>ARM</PlatformTarget> |
62 | 58 | <DebugSymbols>true</DebugSymbols> |
63 | | - <OutputPath>bin\ARM\Debug\</OutputPath> |
64 | 59 | <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
65 | 60 | <NoWarn>;2008</NoWarn> |
66 | 61 | <DebugType>full</DebugType> |
|
69 | 64 | </PropertyGroup> |
70 | 65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'"> |
71 | 66 | <PlatformTarget>ARM</PlatformTarget> |
72 | | - <OutputPath>bin\ARM\Release\</OutputPath> |
73 | 67 | <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
74 | 68 | <Optimize>true</Optimize> |
75 | 69 | <NoWarn>;2008</NoWarn> |
|
80 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'"> |
81 | 75 | <PlatformTarget>ARM64</PlatformTarget> |
82 | 76 | <DebugSymbols>true</DebugSymbols> |
83 | | - <OutputPath>bin\ARM64\Debug\</OutputPath> |
84 | 77 | <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
85 | 78 | <NoWarn>;2008</NoWarn> |
86 | 79 | <DebugType>full</DebugType> |
|
89 | 82 | </PropertyGroup> |
90 | 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'"> |
91 | 84 | <PlatformTarget>ARM64</PlatformTarget> |
92 | | - <OutputPath>bin\ARM64\Release\</OutputPath> |
93 | 85 | <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
94 | 86 | <Optimize>true</Optimize> |
95 | 87 | <NoWarn>;2008</NoWarn> |
|
100 | 92 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
101 | 93 | <PlatformTarget>x64</PlatformTarget> |
102 | 94 | <DebugSymbols>true</DebugSymbols> |
103 | | - <OutputPath>bin\x64\Debug\</OutputPath> |
104 | 95 | <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
105 | 96 | <NoWarn>;2008</NoWarn> |
106 | 97 | <DebugType>full</DebugType> |
|
109 | 100 | </PropertyGroup> |
110 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
111 | 102 | <PlatformTarget>x64</PlatformTarget> |
112 | | - <OutputPath>bin\x64\Release\</OutputPath> |
113 | 103 | <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
114 | 104 | <Optimize>true</Optimize> |
115 | 105 | <NoWarn>;2008</NoWarn> |
|
0 commit comments