|
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 | <DebugType>full</DebugType> |
46 | 43 | <PlatformTarget>x86</PlatformTarget> |
|
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 | <DebugType>pdbonly</DebugType> |
|
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 | <DebugType>full</DebugType> |
66 | 61 | <PlatformTarget>ARM</PlatformTarget> |
|
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 | <DebugType>pdbonly</DebugType> |
|
80 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
81 | 75 | <PlatformTarget>x64</PlatformTarget> |
82 | 76 | <DebugSymbols>true</DebugSymbols> |
83 | | - <OutputPath>bin\x64\Debug\</OutputPath> |
84 | 77 | <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
85 | 78 | <DebugType>full</DebugType> |
86 | 79 | <PlatformTarget>x64</PlatformTarget> |
|
89 | 82 | </PropertyGroup> |
90 | 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
91 | 84 | <PlatformTarget>x64</PlatformTarget> |
92 | | - <OutputPath>bin\x64\Release\</OutputPath> |
93 | 85 | <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
94 | 86 | <Optimize>true</Optimize> |
95 | 87 | <DebugType>pdbonly</DebugType> |
|
120 | 112 | </PropertyGroup> |
121 | 113 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'"> |
122 | 114 | <DebugSymbols>true</DebugSymbols> |
123 | | - <OutputPath>bin\ARM64\Debug\</OutputPath> |
124 | 115 | <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
125 | 116 | <DebugType>full</DebugType> |
126 | 117 | <PlatformTarget>ARM64</PlatformTarget> |
127 | 118 | <UseVSHostingProcess>false</UseVSHostingProcess> |
128 | 119 | <ErrorReport>prompt</ErrorReport> |
129 | 120 | </PropertyGroup> |
130 | 121 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'"> |
131 | | - <OutputPath>bin\ARM64\Release\</OutputPath> |
132 | 122 | <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants> |
133 | 123 | <Optimize>true</Optimize> |
134 | 124 | <DebugType>pdbonly</DebugType> |
|
0 commit comments