|
25 | 25 | <BootstrapperEnabled>false</BootstrapperEnabled> |
26 | 26 | <GenerateAssemblyInfo>False</GenerateAssemblyInfo> |
27 | 27 | <UseWPF>true</UseWPF> |
28 | | - <Configurations>Debug;Release;x86 Debug</Configurations> |
| 28 | + <Configurations>Debug;Release</Configurations> |
29 | 29 | </PropertyGroup> |
30 | 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
31 | 31 | <DebugType>embedded</DebugType> |
32 | | - <OutputPath>bin\$(Configuration)\</OutputPath> |
| 32 | + <OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath> |
33 | 33 | <PlatformTarget>AnyCPU</PlatformTarget> |
34 | 34 | <Prefer32Bit>false</Prefer32Bit> |
35 | 35 | </PropertyGroup> |
36 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='x86 Debug|AnyCPU'"> |
37 | | - <DebugType>embedded</DebugType> |
38 | | - <OutputPath>bin\$(Configuration)\</OutputPath> |
39 | | - <PlatformTarget>x86</PlatformTarget> |
40 | | - <Prefer32Bit>true</Prefer32Bit> |
41 | | - </PropertyGroup> |
42 | 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
43 | 37 | <DebugType>embedded</DebugType> |
44 | | - <OutputPath>bin\$(Configuration)\</OutputPath> |
| 38 | + <OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath> |
45 | 39 | <PlatformTarget>AnyCPU</PlatformTarget> |
46 | 40 | <Prefer32Bit>false</Prefer32Bit> |
47 | 41 | </PropertyGroup> |
48 | 42 | <PropertyGroup> |
49 | 43 | <ApplicationIcon>Resources\icc.ico</ApplicationIcon> |
50 | 44 | </PropertyGroup> |
51 | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
52 | | - <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
53 | | - <DebugType>full</DebugType> |
54 | | - <LangVersion>7.3</LangVersion> |
55 | | - <PlatformTarget>x86</PlatformTarget> |
56 | | - <Prefer32Bit>true</Prefer32Bit> |
57 | | - </PropertyGroup> |
58 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='x86 Debug|x86'"> |
59 | | - <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
| 46 | + <OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath> |
60 | 47 | <DebugType>full</DebugType> |
61 | 48 | <LangVersion>7.3</LangVersion> |
62 | 49 | <PlatformTarget>x86</PlatformTarget> |
63 | 50 | <Prefer32Bit>true</Prefer32Bit> |
64 | 51 | </PropertyGroup> |
65 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
66 | | - <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
| 53 | + <OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath> |
67 | 54 | <DebugType>pdbonly</DebugType> |
68 | 55 | <LangVersion>7.3</LangVersion> |
69 | 56 | <PlatformTarget>x86</PlatformTarget> |
|
81 | 68 | <GeneratePackageOnBuild>False</GeneratePackageOnBuild> |
82 | 69 | </PropertyGroup> |
83 | 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM64'"> |
84 | | - <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
85 | | - <DebugType>full</DebugType> |
86 | | - <LangVersion>7.3</LangVersion> |
87 | | - <PlatformTarget>ARM64</PlatformTarget> |
88 | | - <Prefer32Bit>false</Prefer32Bit> |
89 | | - </PropertyGroup> |
90 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='x86 Debug|ARM64'"> |
91 | | - <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
| 71 | + <OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath> |
92 | 72 | <DebugType>full</DebugType> |
93 | 73 | <LangVersion>7.3</LangVersion> |
94 | 74 | <PlatformTarget>ARM64</PlatformTarget> |
95 | 75 | <Prefer32Bit>false</Prefer32Bit> |
96 | 76 | </PropertyGroup> |
97 | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM64'"> |
98 | | - <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
| 78 | + <OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath> |
99 | 79 | <DebugType>pdbonly</DebugType> |
100 | 80 | <LangVersion>7.3</LangVersion> |
101 | 81 | <PlatformTarget>ARM64</PlatformTarget> |
102 | 82 | <Prefer32Bit>false</Prefer32Bit> |
103 | 83 | </PropertyGroup> |
104 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
105 | | - <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
106 | | - <DebugType>full</DebugType> |
107 | | - <LangVersion>7.3</LangVersion> |
108 | | - <PlatformTarget>x64</PlatformTarget> |
109 | | - <Prefer32Bit>false</Prefer32Bit> |
110 | | - </PropertyGroup> |
111 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='x86 Debug|x64'"> |
112 | | - <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
| 85 | + <OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath> |
113 | 86 | <DebugType>full</DebugType> |
114 | 87 | <LangVersion>7.3</LangVersion> |
115 | 88 | <PlatformTarget>x64</PlatformTarget> |
116 | 89 | <Prefer32Bit>false</Prefer32Bit> |
117 | 90 | </PropertyGroup> |
118 | 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
119 | | - <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
| 92 | + <OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath> |
120 | 93 | <DebugType>pdbonly</DebugType> |
121 | 94 | <LangVersion>7.3</LangVersion> |
122 | 95 | <PlatformTarget>x64</PlatformTarget> |
|
0 commit comments