1<?xml version="1.0" encoding="utf-8"?> 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="Profile|Win32"> 13 <Configuration>Profile</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Profile|x64"> 17 <Configuration>Profile</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 </ItemGroup> 29 <PropertyGroup Label="Globals"> 30 <ProjectGuid>{7B02CB19-4CDF-4F79-BC9B-7F3F6164A003}</ProjectGuid> 31 <Keyword>Win32Proj</Keyword> 32 <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> 33 </PropertyGroup> 34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 36 <ConfigurationType>StaticLibrary</ConfigurationType> 37 <CharacterSet>NotSet</CharacterSet> 38 <WholeProgramOptimization>true</WholeProgramOptimization> 39 <PlatformToolset>v141</PlatformToolset> 40 </PropertyGroup> 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration"> 42 <ConfigurationType>StaticLibrary</ConfigurationType> 43 <CharacterSet>NotSet</CharacterSet> 44 <WholeProgramOptimization>true</WholeProgramOptimization> 45 <PlatformToolset>v141</PlatformToolset> 46 </PropertyGroup> 47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 48 <ConfigurationType>StaticLibrary</ConfigurationType> 49 <CharacterSet>NotSet</CharacterSet> 50 <WholeProgramOptimization>false</WholeProgramOptimization> 51 <PlatformToolset>v141</PlatformToolset> 52 </PropertyGroup> 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 54 <ConfigurationType>StaticLibrary</ConfigurationType> 55 <CharacterSet>NotSet</CharacterSet> 56 <WholeProgramOptimization>true</WholeProgramOptimization> 57 <PlatformToolset>v141</PlatformToolset> 58 </PropertyGroup> 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="Configuration"> 60 <ConfigurationType>StaticLibrary</ConfigurationType> 61 <CharacterSet>NotSet</CharacterSet> 62 <WholeProgramOptimization>true</WholeProgramOptimization> 63 <PlatformToolset>v141</PlatformToolset> 64 </PropertyGroup> 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 66 <ConfigurationType>StaticLibrary</ConfigurationType> 67 <CharacterSet>NotSet</CharacterSet> 68 <WholeProgramOptimization>false</WholeProgramOptimization> 69 <PlatformToolset>v141</PlatformToolset> 70 </PropertyGroup> 71 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 72 <ImportGroup Label="ExtensionSettings"> 73 </ImportGroup> 74 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 75 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 76 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 77 </ImportGroup> 78 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="PropertySheets"> 79 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 80 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 81 </ImportGroup> 82 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 83 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 84 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 85 </ImportGroup> 86 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 87 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 88 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 89 </ImportGroup> 90 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="PropertySheets"> 91 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 92 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 93 </ImportGroup> 94 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 95 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 96 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 97 </ImportGroup> 98 <PropertyGroup Label="UserMacros" /> 99 <PropertyGroup> 100 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 101 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 102 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 103 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 104 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 105 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 106 <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 107 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 108 <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 109 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 110 <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir> 111 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 112 <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir> 113 </PropertyGroup> 114 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 115 <ClCompile> 116 <Optimization>Disabled</Optimization> 117 <InlineFunctionExpansion>Default</InlineFunctionExpansion> 118 <IntrinsicFunctions>true</IntrinsicFunctions> 119 <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed> 120 <OmitFramePointers>false</OmitFramePointers> 121 <AdditionalIncludeDirectories>..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 122 <PreprocessorDefinitions>WIN32;NO_SANITIZE_FUNCTION=;_DEBUG;_LIB;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 123 <MinimalRebuild>true</MinimalRebuild> 124 <ExceptionHandling>false</ExceptionHandling> 125 <BasicRuntimeChecks>Default</BasicRuntimeChecks> 126 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 127 <BufferSecurityCheck>false</BufferSecurityCheck> 128 <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> 129 <PrecompiledHeader> 130 </PrecompiledHeader> 131 <BrowseInformation>true</BrowseInformation> 132 <WarningLevel>Level3</WarningLevel> 133 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 134 <DisableSpecificWarnings>5030;%(DisableSpecificWarnings)</DisableSpecificWarnings> 135 <RuntimeTypeInfo>false</RuntimeTypeInfo> 136 <TreatWarningAsError>true</TreatWarningAsError> 137 <MultiProcessorCompilation>true</MultiProcessorCompilation> 138 <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors> 139 <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions> 140 </ClCompile> 141 <Lib> 142 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 143 </Lib> 144 <ProjectReference> 145 <LinkLibraryDependencies>false</LinkLibraryDependencies> 146 </ProjectReference> 147 </ItemDefinitionGroup> 148 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 149 <Midl> 150 <TargetEnvironment>X64</TargetEnvironment> 151 </Midl> 152 <ClCompile> 153 <Optimization>Disabled</Optimization> 154 <InlineFunctionExpansion>Default</InlineFunctionExpansion> 155 <IntrinsicFunctions>true</IntrinsicFunctions> 156 <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed> 157 <OmitFramePointers>false</OmitFramePointers> 158 <AdditionalIncludeDirectories>..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 159 <PreprocessorDefinitions>WIN32;NO_SANITIZE_FUNCTION=;_DEBUG;_LIB;_HAS_EXCEPTIONS=0;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 160 <MinimalRebuild>true</MinimalRebuild> 161 <ExceptionHandling>false</ExceptionHandling> 162 <BasicRuntimeChecks>Default</BasicRuntimeChecks> 163 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 164 <BufferSecurityCheck>false</BufferSecurityCheck> 165 <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> 166 <PrecompiledHeader> 167 </PrecompiledHeader> 168 <BrowseInformation>true</BrowseInformation> 169 <WarningLevel>Level3</WarningLevel> 170 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 171 <DisableSpecificWarnings>5030;%(DisableSpecificWarnings)</DisableSpecificWarnings> 172 <RuntimeTypeInfo>false</RuntimeTypeInfo> 173 <TreatWarningAsError>true</TreatWarningAsError> 174 <MultiProcessorCompilation>true</MultiProcessorCompilation> 175 <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors> 176 <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions> 177 </ClCompile> 178 <Lib> 179 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 180 </Lib> 181 <ProjectReference> 182 <LinkLibraryDependencies>false</LinkLibraryDependencies> 183 </ProjectReference> 184 </ItemDefinitionGroup> 185 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 186 <ClCompile> 187 <Optimization>Full</Optimization> 188 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 189 <IntrinsicFunctions>false</IntrinsicFunctions> 190 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 191 <OmitFramePointers>true</OmitFramePointers> 192 <WholeProgramOptimization>true</WholeProgramOptimization> 193 <AdditionalIncludeDirectories>..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 194 <PreprocessorDefinitions>WIN32;NO_SANITIZE_FUNCTION=;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> 195 <ExceptionHandling>false</ExceptionHandling> 196 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 197 <BufferSecurityCheck>false</BufferSecurityCheck> 198 <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> 199 <PrecompiledHeader> 200 </PrecompiledHeader> 201 <WarningLevel>Level3</WarningLevel> 202 <DebugInformationFormat> 203 </DebugInformationFormat> 204 <DisableSpecificWarnings>5030;%(DisableSpecificWarnings)</DisableSpecificWarnings> 205 <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles> 206 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 207 <StringPooling>true</StringPooling> 208 <FloatingPointExceptions>false</FloatingPointExceptions> 209 <RuntimeTypeInfo>false</RuntimeTypeInfo> 210 <TreatWarningAsError>true</TreatWarningAsError> 211 <MultiProcessorCompilation>true</MultiProcessorCompilation> 212 <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors> 213 <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions> 214 </ClCompile> 215 <Lib> 216 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 217 </Lib> 218 <ProjectReference> 219 <LinkLibraryDependencies>false</LinkLibraryDependencies> 220 </ProjectReference> 221 </ItemDefinitionGroup> 222 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'"> 223 <ClCompile> 224 <Optimization>Full</Optimization> 225 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 226 <IntrinsicFunctions>false</IntrinsicFunctions> 227 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 228 <OmitFramePointers>false</OmitFramePointers> 229 <WholeProgramOptimization>false</WholeProgramOptimization> 230 <AdditionalIncludeDirectories>..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 231 <PreprocessorDefinitions>WIN32;NO_SANITIZE_FUNCTION=;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> 232 <ExceptionHandling>false</ExceptionHandling> 233 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 234 <BufferSecurityCheck>false</BufferSecurityCheck> 235 <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> 236 <PrecompiledHeader> 237 </PrecompiledHeader> 238 <WarningLevel>Level3</WarningLevel> 239 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 240 <DisableSpecificWarnings>5030;%(DisableSpecificWarnings)</DisableSpecificWarnings> 241 <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles> 242 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 243 <StringPooling>true</StringPooling> 244 <FloatingPointExceptions>false</FloatingPointExceptions> 245 <RuntimeTypeInfo>false</RuntimeTypeInfo> 246 <TreatWarningAsError>true</TreatWarningAsError> 247 <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors> 248 <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions> 249 </ClCompile> 250 <Lib> 251 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 252 </Lib> 253 <ProjectReference> 254 <LinkLibraryDependencies>false</LinkLibraryDependencies> 255 </ProjectReference> 256 </ItemDefinitionGroup> 257 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 258 <Midl> 259 <TargetEnvironment>X64</TargetEnvironment> 260 </Midl> 261 <ClCompile> 262 <Optimization>Full</Optimization> 263 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 264 <IntrinsicFunctions>false</IntrinsicFunctions> 265 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 266 <OmitFramePointers>true</OmitFramePointers> 267 <WholeProgramOptimization>true</WholeProgramOptimization> 268 <AdditionalIncludeDirectories>..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 269 <PreprocessorDefinitions>WIN32;NO_SANITIZE_FUNCTION=;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> 270 <ExceptionHandling>false</ExceptionHandling> 271 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 272 <BufferSecurityCheck>false</BufferSecurityCheck> 273 <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> 274 <PrecompiledHeader> 275 </PrecompiledHeader> 276 <WarningLevel>Level3</WarningLevel> 277 <DebugInformationFormat> 278 </DebugInformationFormat> 279 <DisableSpecificWarnings>5030;%(DisableSpecificWarnings)</DisableSpecificWarnings> 280 <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles> 281 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 282 <StringPooling>true</StringPooling> 283 <FloatingPointExceptions>false</FloatingPointExceptions> 284 <RuntimeTypeInfo>false</RuntimeTypeInfo> 285 <TreatWarningAsError>true</TreatWarningAsError> 286 <MultiProcessorCompilation>true</MultiProcessorCompilation> 287 <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors> 288 <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions> 289 </ClCompile> 290 <Lib> 291 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 292 </Lib> 293 <ProjectReference> 294 <LinkLibraryDependencies>false</LinkLibraryDependencies> 295 </ProjectReference> 296 </ItemDefinitionGroup> 297 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'"> 298 <Midl> 299 <TargetEnvironment>X64</TargetEnvironment> 300 </Midl> 301 <ClCompile> 302 <Optimization>Full</Optimization> 303 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 304 <IntrinsicFunctions>false</IntrinsicFunctions> 305 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 306 <OmitFramePointers>false</OmitFramePointers> 307 <WholeProgramOptimization>false</WholeProgramOptimization> 308 <AdditionalIncludeDirectories>..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 309 <PreprocessorDefinitions>WIN32;NO_SANITIZE_FUNCTION=;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> 310 <ExceptionHandling>false</ExceptionHandling> 311 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 312 <BufferSecurityCheck>false</BufferSecurityCheck> 313 <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> 314 <PrecompiledHeader> 315 </PrecompiledHeader> 316 <WarningLevel>Level3</WarningLevel> 317 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 318 <DisableSpecificWarnings>5030;%(DisableSpecificWarnings)</DisableSpecificWarnings> 319 <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles> 320 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 321 <StringPooling>true</StringPooling> 322 <FloatingPointExceptions>false</FloatingPointExceptions> 323 <RuntimeTypeInfo>false</RuntimeTypeInfo> 324 <TreatWarningAsError>true</TreatWarningAsError> 325 <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors> 326 <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions> 327 </ClCompile> 328 <Lib> 329 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 330 </Lib> 331 <ProjectReference> 332 <LinkLibraryDependencies>false</LinkLibraryDependencies> 333 </ProjectReference> 334 </ItemDefinitionGroup> 335 <ItemGroup> 336 <ClCompile Include="..\Common\Socket.cpp" /> 337 <ClCompile Include="..\Common\Thread.cpp" /> 338 <ClCompile Include="..\Main\Config.cpp" /> 339 <ClCompile Include="..\Main\FrameBufferOzone.cpp" /> 340 <ClCompile Include="..\Main\FrameBufferWin.cpp" /> 341 <ClCompile Include="..\Renderer\ETC_Decoder.cpp" /> 342 <ClCompile Include="..\Shader\Constants.cpp" /> 343 <ClCompile Include="..\Shader\PixelPipeline.cpp" /> 344 <ClCompile Include="..\Shader\PixelProgram.cpp" /> 345 <ClCompile Include="..\Shader\PixelRoutine.cpp" /> 346 <ClCompile Include="..\Shader\PixelShader.cpp" /> 347 <ClCompile Include="..\Shader\SamplerCore.cpp" /> 348 <ClCompile Include="..\Shader\SetupRoutine.cpp" /> 349 <ClCompile Include="..\Shader\Shader.cpp" /> 350 <ClCompile Include="..\Shader\ShaderCore.cpp" /> 351 <ClCompile Include="..\Shader\VertexPipeline.cpp" /> 352 <ClCompile Include="..\Shader\VertexProgram.cpp" /> 353 <ClCompile Include="..\Shader\VertexRoutine.cpp" /> 354 <ClCompile Include="..\Shader\VertexShader.cpp" /> 355 <ClCompile Include="..\Renderer\Blitter.cpp" /> 356 <ClCompile Include="..\Renderer\Clipper.cpp" /> 357 <ClCompile Include="..\Renderer\Color.cpp" /> 358 <ClCompile Include="..\Renderer\Context.cpp" /> 359 <ClCompile Include="..\Renderer\Matrix.cpp" /> 360 <ClCompile Include="..\Renderer\PixelProcessor.cpp" /> 361 <ClCompile Include="..\Renderer\Plane.cpp" /> 362 <ClCompile Include="..\Renderer\Point.cpp" /> 363 <ClCompile Include="..\Renderer\QuadRasterizer.cpp"> 364 <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PreprocessToFile> 365 <PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PreprocessSuppressLineNumbers> 366 <PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PreprocessKeepComments> 367 <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</PreprocessToFile> 368 <PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</PreprocessSuppressLineNumbers> 369 <PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</PreprocessKeepComments> 370 <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PreprocessToFile> 371 <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">false</PreprocessToFile> 372 <PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PreprocessSuppressLineNumbers> 373 <PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">false</PreprocessSuppressLineNumbers> 374 <PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PreprocessKeepComments> 375 <PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">false</PreprocessKeepComments> 376 <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</PreprocessToFile> 377 <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">false</PreprocessToFile> 378 <PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</PreprocessSuppressLineNumbers> 379 <PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">false</PreprocessSuppressLineNumbers> 380 <PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</PreprocessKeepComments> 381 <PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">false</PreprocessKeepComments> 382 </ClCompile> 383 <ClCompile Include="..\Renderer\Renderer.cpp" /> 384 <ClCompile Include="..\Renderer\Sampler.cpp" /> 385 <ClCompile Include="..\Renderer\SetupProcessor.cpp" /> 386 <ClCompile Include="..\Renderer\Surface.cpp" /> 387 <ClCompile Include="..\Renderer\TextureStage.cpp" /> 388 <ClCompile Include="..\Renderer\Vector.cpp" /> 389 <ClCompile Include="..\Renderer\VertexProcessor.cpp" /> 390 <ClCompile Include="..\Main\FrameBuffer.cpp" /> 391 <ClCompile Include="..\Main\FrameBufferDD.cpp" /> 392 <ClCompile Include="..\Main\FrameBufferGDI.cpp" /> 393 <ClCompile Include="..\Main\SwiftConfig.cpp" /> 394 <ClCompile Include="..\Common\Configurator.cpp" /> 395 <ClCompile Include="..\Common\CPUID.cpp" /> 396 <ClCompile Include="..\Common\Debug.cpp" /> 397 <ClCompile Include="..\Common\Half.cpp" /> 398 <ClCompile Include="..\Common\Math.cpp" /> 399 <ClCompile Include="..\Common\Memory.cpp" /> 400 <ClCompile Include="..\Common\Resource.cpp" /> 401 <ClCompile Include="..\Common\Timer.cpp" /> 402 </ItemGroup> 403 <ItemGroup> 404 <ClInclude Include="..\Common\SharedLibrary.hpp" /> 405 <ClInclude Include="..\Common\Socket.hpp" /> 406 <ClInclude Include="..\Common\Thread.hpp" /> 407 <ClInclude Include="..\Common\Version.h" /> 408 <ClInclude Include="..\Main\FrameBufferWin.hpp" /> 409 <ClInclude Include="..\Renderer\ETC_Decoder.hpp" /> 410 <ClInclude Include="..\Renderer\Polygon.hpp" /> 411 <ClInclude Include="..\Renderer\RoutineCache.hpp" /> 412 <ClInclude Include="..\Shader\PixelPipeline.hpp" /> 413 <ClInclude Include="..\Shader\PixelProgram.hpp" /> 414 <ClInclude Include="..\Shader\Constants.hpp" /> 415 <ClInclude Include="..\Shader\PixelRoutine.hpp" /> 416 <ClInclude Include="..\Shader\PixelShader.hpp" /> 417 <ClInclude Include="..\Shader\SamplerCore.hpp" /> 418 <ClInclude Include="..\Shader\SetupRoutine.hpp" /> 419 <ClInclude Include="..\Shader\Shader.hpp" /> 420 <ClInclude Include="..\Shader\ShaderCore.hpp" /> 421 <ClInclude Include="..\Shader\VertexPipeline.hpp" /> 422 <ClInclude Include="..\Shader\VertexProgram.hpp" /> 423 <ClInclude Include="..\Shader\VertexRoutine.hpp" /> 424 <ClInclude Include="..\Shader\VertexShader.hpp" /> 425 <ClInclude Include="..\Renderer\Blitter.hpp" /> 426 <ClInclude Include="..\Renderer\Clipper.hpp" /> 427 <ClInclude Include="..\Renderer\Color.hpp" /> 428 <ClInclude Include="..\Renderer\Context.hpp" /> 429 <ClInclude Include="..\Renderer\LRUCache.hpp" /> 430 <ClInclude Include="..\Renderer\Matrix.hpp" /> 431 <ClInclude Include="..\Renderer\PixelProcessor.hpp" /> 432 <ClInclude Include="..\Renderer\Plane.hpp" /> 433 <ClInclude Include="..\Renderer\Point.hpp" /> 434 <ClInclude Include="..\Renderer\Primitive.hpp" /> 435 <ClInclude Include="..\Renderer\QuadRasterizer.hpp" /> 436 <ClInclude Include="..\Renderer\Rasterizer.hpp" /> 437 <ClInclude Include="..\Renderer\Renderer.hpp" /> 438 <ClInclude Include="..\Renderer\Sampler.hpp" /> 439 <ClInclude Include="..\Renderer\SetupProcessor.hpp" /> 440 <ClInclude Include="..\Renderer\Stream.hpp" /> 441 <ClInclude Include="..\Renderer\Surface.hpp" /> 442 <ClInclude Include="..\Renderer\TextureStage.hpp" /> 443 <ClInclude Include="..\Renderer\Vector.hpp" /> 444 <ClInclude Include="..\Renderer\Vertex.hpp" /> 445 <ClInclude Include="..\Renderer\VertexProcessor.hpp" /> 446 <ClInclude Include="..\Main\Config.hpp" /> 447 <ClInclude Include="..\Main\FrameBuffer.hpp" /> 448 <ClInclude Include="..\Main\FrameBufferDD.hpp" /> 449 <ClInclude Include="..\Main\FrameBufferGDI.hpp" /> 450 <ClInclude Include="..\Main\SwiftConfig.hpp" /> 451 <ClInclude Include="..\Common\Configurator.hpp" /> 452 <ClInclude Include="..\Common\CPUID.hpp" /> 453 <ClInclude Include="..\Common\Debug.hpp" /> 454 <ClInclude Include="..\Common\Half.hpp" /> 455 <ClInclude Include="..\Common\Math.hpp" /> 456 <ClInclude Include="..\Common\Memory.hpp" /> 457 <ClInclude Include="..\Common\MutexLock.hpp" /> 458 <ClInclude Include="..\Common\Resource.hpp" /> 459 <ClInclude Include="..\Common\Timer.hpp" /> 460 <ClInclude Include="..\Common\Types.hpp" /> 461 </ItemGroup> 462 <ItemGroup> 463 <None Include="SwiftShader.ini" /> 464 </ItemGroup> 465 <ItemGroup> 466 <ProjectReference Include="..\Reactor\Reactor.vcxproj"> 467 <Project>{28fd076d-10b5-4bd8-a4cf-f44c7002a803}</Project> 468 </ProjectReference> 469 </ItemGroup> 470 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 471 <ImportGroup Label="ExtensionTargets"> 472 </ImportGroup> 473</Project>