|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <ItemGroup Label="ProjectConfigurations"> |
4 | | - <ProjectConfiguration Include="Debug|Win32"> |
5 | | - <Configuration>Debug</Configuration> |
6 | | - <Platform>Win32</Platform> |
7 | | - </ProjectConfiguration> |
8 | | - <ProjectConfiguration Include="Debug|x64"> |
9 | | - <Configuration>Debug</Configuration> |
10 | | - <Platform>x64</Platform> |
11 | | - </ProjectConfiguration> |
12 | | - <ProjectConfiguration Include="Debug|ARM64"> |
13 | | - <Configuration>Debug</Configuration> |
14 | | - <Platform>ARM64</Platform> |
15 | | - </ProjectConfiguration> |
16 | | - <ProjectConfiguration Include="Debug|Any CPU"> |
17 | | - <Configuration>Debug</Configuration> |
18 | | - <Platform>x64</Platform> |
19 | | - </ProjectConfiguration> |
20 | | - <ProjectConfiguration Include="Release|Win32"> |
21 | | - <Configuration>Release</Configuration> |
22 | | - <Platform>Win32</Platform> |
23 | | - </ProjectConfiguration> |
24 | | - <ProjectConfiguration Include="Release|x64"> |
25 | | - <Configuration>Release</Configuration> |
26 | | - <Platform>x64</Platform> |
27 | | - </ProjectConfiguration> |
28 | | - <ProjectConfiguration Include="Release|ARM64"> |
29 | | - <Configuration>Release</Configuration> |
30 | | - <Platform>ARM64</Platform> |
31 | | - </ProjectConfiguration> |
32 | | - <ProjectConfiguration Include="Release|Any CPU"> |
33 | | - <Configuration>Release</Configuration> |
34 | | - <Platform>x64</Platform> |
35 | | - </ProjectConfiguration> |
36 | | - </ItemGroup> |
| 3 | + <Import Project="..\..\build\Build.Lib.Settings" /> |
37 | 4 | <PropertyGroup Label="Globals"> |
38 | 5 | <ProjectGuid>{09D9D1D6-2951-4E14-BC35-76A23CF9391A}</ProjectGuid> |
39 | | - <Keyword>Win32Proj</Keyword> |
40 | 6 | <RootNamespace>IISLib</RootNamespace> |
41 | 7 | <ProjectName>IISLib</ProjectName> |
42 | | - <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion> |
43 | | - </PropertyGroup> |
44 | | - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
45 | | - <PropertyGroup Label="Configuration"> |
46 | | - <VCToolsVersion>14.29.30133</VCToolsVersion> |
47 | | - </PropertyGroup> |
48 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
49 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
50 | | - <UseDebugLibraries>false</UseDebugLibraries> |
51 | | - <PlatformToolset>$(PlatformToolsetVersion)</PlatformToolset> |
52 | | - <CharacterSet>Unicode</CharacterSet> |
53 | | - </PropertyGroup> |
54 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64' OR '$(Configuration)|$(Platform)'=='Debug|ARM64' OR '$(Configuration)|$(Platform)'=='Debug|Any CPU'" Label="Configuration"> |
55 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
56 | | - <UseDebugLibraries>false</UseDebugLibraries> |
57 | | - <PlatformToolset>$(PlatformToolsetVersion)</PlatformToolset> |
58 | | - <CharacterSet>Unicode</CharacterSet> |
59 | 8 | </PropertyGroup> |
60 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
61 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
62 | | - <UseDebugLibraries>false</UseDebugLibraries> |
63 | | - <PlatformToolset>$(PlatformToolsetVersion)</PlatformToolset> |
| 9 | + <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
64 | 10 | <WholeProgramOptimization>true</WholeProgramOptimization> |
65 | | - <CharacterSet>Unicode</CharacterSet> |
66 | 11 | </PropertyGroup> |
67 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64' OR '$(Configuration)|$(Platform)'=='Release|ARM64' OR '$(Configuration)|$(Platform)'=='Release|Any CPU'" Label="Configuration"> |
68 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
69 | | - <UseDebugLibraries>false</UseDebugLibraries> |
70 | | - <PlatformToolset>$(PlatformToolsetVersion)</PlatformToolset> |
71 | | - <WholeProgramOptimization>true</WholeProgramOptimization> |
72 | | - <CharacterSet>Unicode</CharacterSet> |
73 | | - </PropertyGroup> |
74 | | - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
75 | | - <ImportGroup Label="ExtensionSettings"> |
76 | | - </ImportGroup> |
77 | | - <ImportGroup Label="PropertySheets"> |
78 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
79 | | - </ImportGroup> |
80 | | - <PropertyGroup Label="UserMacros" /> |
81 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32' OR'$(Configuration)|$(Platform)'=='Debug|x64' OR '$(Configuration)|$(Platform)'=='Debug|ARM64' OR '$(Configuration)|$(Platform)'=='Debug|Any CPU'"> |
| 12 | + <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> |
82 | 13 | <ClCompile> |
83 | 14 | <PrecompiledHeader> |
84 | 15 | </PrecompiledHeader> |
85 | | - <WarningLevel>Level3</WarningLevel> |
86 | | - <Optimization>Disabled</Optimization> |
87 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 16 | + <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
88 | 17 | <SDLCheck>true</SDLCheck> |
89 | 18 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
90 | | - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
91 | | - <ShowIncludes>false</ShowIncludes> |
92 | | - <TreatWarningAsError>true</TreatWarningAsError> |
93 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
94 | 19 | </ClCompile> |
95 | 20 | <Link> |
96 | | - <SubSystem>Windows</SubSystem> |
97 | 21 | <GenerateDebugInformation>true</GenerateDebugInformation> |
98 | 22 | </Link> |
99 | 23 | </ItemDefinitionGroup> |
100 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32' OR '$(Configuration)|$(Platform)'=='Release|x64' OR '$(Configuration)|$(Platform)'=='Release|ARM64' OR '$(Configuration)|$(Platform)'=='Release|Any CPU'"> |
| 24 | + <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> |
101 | 25 | <ClCompile> |
102 | | - <WarningLevel>Level3</WarningLevel> |
103 | 26 | <PrecompiledHeader> |
104 | 27 | </PrecompiledHeader> |
105 | | - <Optimization>MaxSpeed</Optimization> |
106 | | - <FunctionLevelLinking>true</FunctionLevelLinking> |
107 | | - <IntrinsicFunctions>true</IntrinsicFunctions> |
108 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 28 | + <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
109 | 29 | <SDLCheck>true</SDLCheck> |
110 | | - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
111 | | - <ShowIncludes>false</ShowIncludes> |
112 | | - <TreatWarningAsError>true</TreatWarningAsError> |
113 | | - <MultiProcessorCompilation>true</MultiProcessorCompilation> |
114 | 30 | </ClCompile> |
115 | 31 | <Link> |
116 | | - <SubSystem>Windows</SubSystem> |
117 | 32 | <GenerateDebugInformation>true</GenerateDebugInformation> |
118 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
119 | 33 | <AdditionalOptions>/NODEFAULTLIB:libucrt.lib /DEFAULTLIB:ucrt.lib %(AdditionalOptions)</AdditionalOptions> |
120 | | - <OptimizeReferences>true</OptimizeReferences> |
121 | 34 | </Link> |
122 | 35 | </ItemDefinitionGroup> |
123 | 36 | <ItemGroup> |
|
0 commit comments