|
21 | 21 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
22 | 22 | </PropertyGroup> |
23 | 23 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
24 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Setup|Win32'" Label="Configuration"> |
| 24 | + <PropertyGroup Label="Configuration"> |
25 | 25 | <ConfigurationType>Application</ConfigurationType> |
26 | | - <PlatformToolset>v143</PlatformToolset> |
27 | | - <UseOfAtl>Static</UseOfAtl> |
28 | | - <CharacterSet>Unicode</CharacterSet> |
29 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
30 | | - </PropertyGroup> |
31 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
32 | | - <ConfigurationType>Application</ConfigurationType> |
33 | | - <PlatformToolset>v143</PlatformToolset> |
34 | | - <UseOfAtl>Static</UseOfAtl> |
35 | | - <CharacterSet>Unicode</CharacterSet> |
36 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
37 | | - </PropertyGroup> |
38 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
39 | | - <ConfigurationType>Application</ConfigurationType> |
40 | | - <PlatformToolset>v143</PlatformToolset> |
| 26 | + <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> |
41 | 27 | <UseOfAtl>Static</UseOfAtl> |
42 | 28 | <CharacterSet>Unicode</CharacterSet> |
| 29 | + <WholeProgramOptimization Condition="'$(Configuration)'!='Debug'">true</WholeProgramOptimization> |
43 | 30 | </PropertyGroup> |
44 | 31 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
45 | 32 | <ImportGroup Label="ExtensionSettings"> |
46 | 33 | </ImportGroup> |
47 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Setup|Win32'" Label="PropertySheets"> |
48 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
49 | | - <Import Project="..\..\Version.props" /> |
50 | | - </ImportGroup> |
51 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
52 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
53 | | - <Import Project="..\..\Version.props" /> |
54 | | - </ImportGroup> |
55 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
56 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
57 | | - <Import Project="..\..\Version.props" /> |
| 34 | + <ImportGroup Label="PropertySheets"> |
| 35 | + <Import Project="..\..\Common.props" /> |
58 | 36 | </ImportGroup> |
59 | 37 | <PropertyGroup Label="UserMacros" /> |
60 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
61 | | - <OutDir>..\$(Configuration)\</OutDir> |
62 | | - <IntDir>$(Configuration)\</IntDir> |
63 | | - <LinkIncremental>true</LinkIncremental> |
64 | | - </PropertyGroup> |
65 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
66 | | - <OutDir>..\$(Configuration)\</OutDir> |
67 | | - <IntDir>$(Configuration)\</IntDir> |
68 | | - <LinkIncremental>false</LinkIncremental> |
69 | | - </PropertyGroup> |
70 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Setup|Win32'"> |
| 38 | + <PropertyGroup Condition="'$(Platform)'=='Win32'"> |
71 | 39 | <OutDir>..\$(Configuration)\</OutDir> |
72 | | - <IntDir>$(Configuration)\</IntDir> |
73 | | - <LinkIncremental>false</LinkIncremental> |
74 | 40 | </PropertyGroup> |
75 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
76 | | - <ClCompile> |
77 | | - <Optimization>Disabled</Optimization> |
78 | | - <AdditionalIncludeDirectories>..\..\Lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
79 | | - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
80 | | - <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
81 | | - <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
82 | | - <WarningLevel>Level3</WarningLevel> |
83 | | - <TreatWarningAsError>true</TreatWarningAsError> |
84 | | - <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
85 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
86 | | - <ConformanceMode>true</ConformanceMode> |
87 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
88 | | - </ClCompile> |
89 | | - <ResourceCompile> |
90 | | - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
91 | | - </ResourceCompile> |
92 | | - <Link> |
93 | | - <AdditionalDependencies>shlwapi.lib;comctl32.lib;psapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
94 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
95 | | - <SubSystem>Windows</SubSystem> |
96 | | - </Link> |
97 | | - </ItemDefinitionGroup> |
98 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
99 | | - <ClCompile> |
100 | | - <Optimization>MaxSpeed</Optimization> |
101 | | - <AdditionalIncludeDirectories>..\..\Lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
102 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
103 | | - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
104 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
105 | | - <WarningLevel>Level3</WarningLevel> |
106 | | - <TreatWarningAsError>true</TreatWarningAsError> |
107 | | - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
108 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
109 | | - <ConformanceMode>true</ConformanceMode> |
110 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
111 | | - </ClCompile> |
112 | | - <ResourceCompile> |
113 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
114 | | - </ResourceCompile> |
115 | | - <Link> |
116 | | - <AdditionalDependencies>shlwapi.lib;comctl32.lib;psapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
117 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
118 | | - <SubSystem>Windows</SubSystem> |
119 | | - <OptimizeReferences>true</OptimizeReferences> |
120 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
121 | | - </Link> |
122 | | - </ItemDefinitionGroup> |
123 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Setup|Win32'"> |
| 41 | + <ItemDefinitionGroup> |
124 | 42 | <ClCompile> |
125 | | - <Optimization>MaxSpeed</Optimization> |
126 | | - <AdditionalIncludeDirectories>..\..\Lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
127 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;BUILD_SETUP;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
128 | | - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
129 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
130 | | - <WarningLevel>Level3</WarningLevel> |
131 | | - <TreatWarningAsError>true</TreatWarningAsError> |
132 | | - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
133 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
134 | | - <ConformanceMode>true</ConformanceMode> |
135 | | - <LanguageStandard>stdcpp17</LanguageStandard> |
| 43 | + <PrecompiledHeader>NotUsing</PrecompiledHeader> |
136 | 44 | </ClCompile> |
137 | | - <ResourceCompile> |
138 | | - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
139 | | - </ResourceCompile> |
140 | 45 | <Link> |
141 | 46 | <AdditionalDependencies>shlwapi.lib;comctl32.lib;psapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
142 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
143 | | - <SubSystem>Windows</SubSystem> |
144 | | - <OptimizeReferences>true</OptimizeReferences> |
145 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
146 | 47 | </Link> |
147 | 48 | </ItemDefinitionGroup> |
148 | 49 | <ItemGroup> |
|
0 commit comments