44 <UseDebugLibraries>true</UseDebugLibraries> |
44 <UseDebugLibraries>true</UseDebugLibraries> |
45 <PlatformToolset>v143</PlatformToolset> |
45 <PlatformToolset>v143</PlatformToolset> |
46 <CharacterSet>Unicode</CharacterSet> |
46 <CharacterSet>Unicode</CharacterSet> |
47 </PropertyGroup> |
47 </PropertyGroup> |
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
49 <ConfigurationType>Application</ConfigurationType> |
49 <ConfigurationType>StaticLibrary</ConfigurationType> |
50 <UseDebugLibraries>false</UseDebugLibraries> |
50 <UseDebugLibraries>false</UseDebugLibraries> |
51 <PlatformToolset>v143</PlatformToolset> |
51 <PlatformToolset>v143</PlatformToolset> |
52 <WholeProgramOptimization>true</WholeProgramOptimization> |
52 <WholeProgramOptimization>true</WholeProgramOptimization> |
53 <CharacterSet>Unicode</CharacterSet> |
53 <CharacterSet>Unicode</CharacterSet> |
54 </PropertyGroup> |
54 </PropertyGroup> |
70 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
70 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
71 </ImportGroup> |
71 </ImportGroup> |
72 <PropertyGroup Label="UserMacros" /> |
72 <PropertyGroup Label="UserMacros" /> |
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
74 <TargetExt>.dll</TargetExt> |
74 <TargetExt>.dll</TargetExt> |
|
75 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
|
76 <IntDir>..\..\..\build\vs\libidav\$(Platform)\$(Configuration)\</IntDir> |
|
77 </PropertyGroup> |
|
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
75 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
79 <OutDir>$(SolutionDir)..\..\build\vs\$(Platform)\$(Configuration)\</OutDir> |
76 <IntDir>..\..\..\build\vs\libidav\$(Platform)\$(Configuration)\</IntDir> |
80 <IntDir>..\..\..\build\vs\libidav\$(Platform)\$(Configuration)\</IntDir> |
77 </PropertyGroup> |
81 </PropertyGroup> |
78 <PropertyGroup Label="Vcpkg"> |
82 <PropertyGroup Label="Vcpkg"> |
79 <VcpkgEnableManifest>true</VcpkgEnableManifest> |
83 <VcpkgEnableManifest>true</VcpkgEnableManifest> |
131 <ClCompile> |
135 <ClCompile> |
132 <WarningLevel>Level3</WarningLevel> |
136 <WarningLevel>Level3</WarningLevel> |
133 <FunctionLevelLinking>true</FunctionLevelLinking> |
137 <FunctionLevelLinking>true</FunctionLevelLinking> |
134 <IntrinsicFunctions>true</IntrinsicFunctions> |
138 <IntrinsicFunctions>true</IntrinsicFunctions> |
135 <SDLCheck>true</SDLCheck> |
139 <SDLCheck>true</SDLCheck> |
136 <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
140 <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
137 <ConformanceMode>true</ConformanceMode> |
141 <ConformanceMode>true</ConformanceMode> |
|
142 <LanguageStandard_C>stdc17</LanguageStandard_C> |
|
143 <AdditionalIncludeDirectories>..\..\..\ucx;..\vcpkg_installed\x64-windows\x64-windows\include</AdditionalIncludeDirectories> |
138 </ClCompile> |
144 </ClCompile> |
139 <Link> |
145 <Link> |
140 <SubSystem>Console</SubSystem> |
146 <SubSystem>Console</SubSystem> |
141 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
147 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
142 <OptimizeReferences>true</OptimizeReferences> |
148 <OptimizeReferences>true</OptimizeReferences> |