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