1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" ToolsVersion="12.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>v120</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>v120</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>v120</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>v120</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>v120</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>v120</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;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 122 <MinimalRebuild>true</MinimalRebuild> 123 <ExceptionHandling> 124 </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>4530;%(DisableSpecificWarnings)</DisableSpecificWarnings> 135 <RuntimeTypeInfo>false</RuntimeTypeInfo> 136 </ClCompile> 137 <Lib> 138 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 139 </Lib> 140 <ProjectReference> 141 <LinkLibraryDependencies>false</LinkLibraryDependencies> 142 </ProjectReference> 143 </ItemDefinitionGroup> 144 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 145 <Midl> 146 <TargetEnvironment>X64</TargetEnvironment> 147 </Midl> 148 <ClCompile> 149 <Optimization>Disabled</Optimization> 150 <InlineFunctionExpansion>Default</InlineFunctionExpansion> 151 <IntrinsicFunctions>true</IntrinsicFunctions> 152 <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed> 153 <OmitFramePointers>false</OmitFramePointers> 154 <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 155 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 156 <MinimalRebuild>true</MinimalRebuild> 157 <ExceptionHandling> 158 </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>4530;%(DisableSpecificWarnings)</DisableSpecificWarnings> 169 <RuntimeTypeInfo>false</RuntimeTypeInfo> 170 </ClCompile> 171 <Lib> 172 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 173 </Lib> 174 <ProjectReference> 175 <LinkLibraryDependencies>false</LinkLibraryDependencies> 176 </ProjectReference> 177 </ItemDefinitionGroup> 178 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 179 <ClCompile> 180 <Optimization>Full</Optimization> 181 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 182 <IntrinsicFunctions>false</IntrinsicFunctions> 183 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 184 <OmitFramePointers>true</OmitFramePointers> 185 <WholeProgramOptimization>true</WholeProgramOptimization> 186 <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 187 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> 188 <ExceptionHandling>false</ExceptionHandling> 189 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 190 <BufferSecurityCheck>false</BufferSecurityCheck> 191 <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> 192 <PrecompiledHeader> 193 </PrecompiledHeader> 194 <WarningLevel>Level3</WarningLevel> 195 <DebugInformationFormat> 196 </DebugInformationFormat> 197 <DisableSpecificWarnings>4530;%(DisableSpecificWarnings)</DisableSpecificWarnings> 198 <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles> 199 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 200 <StringPooling>true</StringPooling> 201 <FloatingPointExceptions>false</FloatingPointExceptions> 202 <RuntimeTypeInfo>false</RuntimeTypeInfo> 203 </ClCompile> 204 <Lib> 205 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 206 </Lib> 207 <ProjectReference> 208 <LinkLibraryDependencies>false</LinkLibraryDependencies> 209 </ProjectReference> 210 </ItemDefinitionGroup> 211 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'"> 212 <ClCompile> 213 <Optimization>Full</Optimization> 214 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 215 <IntrinsicFunctions>false</IntrinsicFunctions> 216 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 217 <OmitFramePointers>false</OmitFramePointers> 218 <WholeProgramOptimization>false</WholeProgramOptimization> 219 <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 220 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> 221 <ExceptionHandling>false</ExceptionHandling> 222 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 223 <BufferSecurityCheck>false</BufferSecurityCheck> 224 <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> 225 <PrecompiledHeader> 226 </PrecompiledHeader> 227 <WarningLevel>Level3</WarningLevel> 228 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 229 <DisableSpecificWarnings>4530;%(DisableSpecificWarnings)</DisableSpecificWarnings> 230 <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles> 231 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 232 <StringPooling>true</StringPooling> 233 <FloatingPointExceptions>false</FloatingPointExceptions> 234 <RuntimeTypeInfo>false</RuntimeTypeInfo> 235 </ClCompile> 236 <Lib> 237 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 238 </Lib> 239 <ProjectReference> 240 <LinkLibraryDependencies>false</LinkLibraryDependencies> 241 </ProjectReference> 242 </ItemDefinitionGroup> 243 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 244 <Midl> 245 <TargetEnvironment>X64</TargetEnvironment> 246 </Midl> 247 <ClCompile> 248 <Optimization>Full</Optimization> 249 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 250 <IntrinsicFunctions>false</IntrinsicFunctions> 251 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 252 <OmitFramePointers>true</OmitFramePointers> 253 <WholeProgramOptimization>true</WholeProgramOptimization> 254 <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 255 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> 256 <ExceptionHandling>false</ExceptionHandling> 257 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 258 <BufferSecurityCheck>false</BufferSecurityCheck> 259 <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> 260 <PrecompiledHeader> 261 </PrecompiledHeader> 262 <WarningLevel>Level3</WarningLevel> 263 <DebugInformationFormat> 264 </DebugInformationFormat> 265 <DisableSpecificWarnings>4530;%(DisableSpecificWarnings)</DisableSpecificWarnings> 266 <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles> 267 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 268 <StringPooling>true</StringPooling> 269 <FloatingPointExceptions>false</FloatingPointExceptions> 270 <RuntimeTypeInfo>false</RuntimeTypeInfo> 271 </ClCompile> 272 <Lib> 273 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 274 </Lib> 275 <ProjectReference> 276 <LinkLibraryDependencies>false</LinkLibraryDependencies> 277 </ProjectReference> 278 </ItemDefinitionGroup> 279 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'"> 280 <Midl> 281 <TargetEnvironment>X64</TargetEnvironment> 282 </Midl> 283 <ClCompile> 284 <Optimization>Full</Optimization> 285 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> 286 <IntrinsicFunctions>false</IntrinsicFunctions> 287 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed> 288 <OmitFramePointers>false</OmitFramePointers> 289 <WholeProgramOptimization>false</WholeProgramOptimization> 290 <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 291 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> 292 <ExceptionHandling>false</ExceptionHandling> 293 <RuntimeLibrary>MultiThreaded</RuntimeLibrary> 294 <BufferSecurityCheck>false</BufferSecurityCheck> 295 <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> 296 <PrecompiledHeader> 297 </PrecompiledHeader> 298 <WarningLevel>Level3</WarningLevel> 299 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 300 <DisableSpecificWarnings>4530;%(DisableSpecificWarnings)</DisableSpecificWarnings> 301 <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles> 302 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> 303 <StringPooling>true</StringPooling> 304 <FloatingPointExceptions>false</FloatingPointExceptions> 305 <RuntimeTypeInfo>false</RuntimeTypeInfo> 306 </ClCompile> 307 <Lib> 308 <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> 309 </Lib> 310 <ProjectReference> 311 <LinkLibraryDependencies>false</LinkLibraryDependencies> 312 </ProjectReference> 313 </ItemDefinitionGroup> 314 <ItemGroup> 315 <ClCompile Include="..\Common\Socket.cpp" /> 316 <ClCompile Include="..\Common\Thread.cpp" /> 317 <ClCompile Include="..\Main\Config.cpp" /> 318 <ClCompile Include="..\Main\FrameBufferWin.cpp" /> 319 <ClCompile Include="..\Renderer\ETC_Decoder.cpp" /> 320 <ClCompile Include="..\Shader\Constants.cpp" /> 321 <ClCompile Include="..\Shader\PixelPipeline.cpp" /> 322 <ClCompile Include="..\Shader\PixelProgram.cpp" /> 323 <ClCompile Include="..\Shader\PixelRoutine.cpp" /> 324 <ClCompile Include="..\Shader\PixelShader.cpp" /> 325 <ClCompile Include="..\Shader\SamplerCore.cpp" /> 326 <ClCompile Include="..\Shader\SetupRoutine.cpp" /> 327 <ClCompile Include="..\Shader\Shader.cpp" /> 328 <ClCompile Include="..\Shader\ShaderCore.cpp" /> 329 <ClCompile Include="..\Shader\VertexPipeline.cpp" /> 330 <ClCompile Include="..\Shader\VertexProgram.cpp" /> 331 <ClCompile Include="..\Shader\VertexRoutine.cpp" /> 332 <ClCompile Include="..\Shader\VertexShader.cpp" /> 333 <ClCompile Include="..\Renderer\Blitter.cpp" /> 334 <ClCompile Include="..\Renderer\Clipper.cpp" /> 335 <ClCompile Include="..\Renderer\Color.cpp" /> 336 <ClCompile Include="..\Renderer\Context.cpp" /> 337 <ClCompile Include="..\Renderer\Matrix.cpp" /> 338 <ClCompile Include="..\Renderer\PixelProcessor.cpp" /> 339 <ClCompile Include="..\Renderer\Plane.cpp" /> 340 <ClCompile Include="..\Renderer\Point.cpp" /> 341 <ClCompile Include="..\Renderer\QuadRasterizer.cpp"> 342 <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PreprocessToFile> 343 <PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PreprocessSuppressLineNumbers> 344 <PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</PreprocessKeepComments> 345 <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</PreprocessToFile> 346 <PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</PreprocessSuppressLineNumbers> 347 <PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</PreprocessKeepComments> 348 <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PreprocessToFile> 349 <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">false</PreprocessToFile> 350 <PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PreprocessSuppressLineNumbers> 351 <PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">false</PreprocessSuppressLineNumbers> 352 <PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</PreprocessKeepComments> 353 <PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">false</PreprocessKeepComments> 354 <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</PreprocessToFile> 355 <PreprocessToFile Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">false</PreprocessToFile> 356 <PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</PreprocessSuppressLineNumbers> 357 <PreprocessSuppressLineNumbers Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">false</PreprocessSuppressLineNumbers> 358 <PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</PreprocessKeepComments> 359 <PreprocessKeepComments Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">false</PreprocessKeepComments> 360 </ClCompile> 361 <ClCompile Include="..\Renderer\Renderer.cpp" /> 362 <ClCompile Include="..\Renderer\Sampler.cpp" /> 363 <ClCompile Include="..\Renderer\SetupProcessor.cpp" /> 364 <ClCompile Include="..\Renderer\Surface.cpp" /> 365 <ClCompile Include="..\Renderer\TextureStage.cpp" /> 366 <ClCompile Include="..\Renderer\Vector.cpp" /> 367 <ClCompile Include="..\Renderer\VertexProcessor.cpp" /> 368 <ClCompile Include="..\Main\FrameBuffer.cpp" /> 369 <ClCompile Include="..\Main\FrameBufferDD.cpp" /> 370 <ClCompile Include="..\Main\FrameBufferGDI.cpp" /> 371 <ClCompile Include="..\Main\SwiftConfig.cpp" /> 372 <ClCompile Include="..\Common\Configurator.cpp" /> 373 <ClCompile Include="..\Common\CPUID.cpp" /> 374 <ClCompile Include="..\Common\Debug.cpp" /> 375 <ClCompile Include="..\Common\Half.cpp" /> 376 <ClCompile Include="..\Common\Math.cpp" /> 377 <ClCompile Include="..\Common\Memory.cpp" /> 378 <ClCompile Include="..\Common\Resource.cpp" /> 379 <ClCompile Include="..\Common\Timer.cpp" /> 380 </ItemGroup> 381 <ItemGroup> 382 <ClInclude Include="..\Common\SharedLibrary.hpp" /> 383 <ClInclude Include="..\Common\Socket.hpp" /> 384 <ClInclude Include="..\Common\Thread.hpp" /> 385 <ClInclude Include="..\Common\Version.h" /> 386 <ClInclude Include="..\Main\FrameBufferWin.hpp" /> 387 <ClInclude Include="..\Renderer\ETC_Decoder.hpp" /> 388 <ClInclude Include="..\Renderer\Polygon.hpp" /> 389 <ClInclude Include="..\Renderer\RoutineCache.hpp" /> 390 <ClInclude Include="..\Shader\PixelPipeline.hpp" /> 391 <ClInclude Include="..\Shader\PixelProgram.hpp" /> 392 <ClInclude Include="..\Shader\Constants.hpp" /> 393 <ClInclude Include="..\Shader\PixelRoutine.hpp" /> 394 <ClInclude Include="..\Shader\PixelShader.hpp" /> 395 <ClInclude Include="..\Shader\SamplerCore.hpp" /> 396 <ClInclude Include="..\Shader\SetupRoutine.hpp" /> 397 <ClInclude Include="..\Shader\Shader.hpp" /> 398 <ClInclude Include="..\Shader\ShaderCore.hpp" /> 399 <ClInclude Include="..\Shader\VertexPipeline.hpp" /> 400 <ClInclude Include="..\Shader\VertexProgram.hpp" /> 401 <ClInclude Include="..\Shader\VertexRoutine.hpp" /> 402 <ClInclude Include="..\Shader\VertexShader.hpp" /> 403 <ClInclude Include="..\Renderer\Blitter.hpp" /> 404 <ClInclude Include="..\Renderer\Clipper.hpp" /> 405 <ClInclude Include="..\Renderer\Color.hpp" /> 406 <ClInclude Include="..\Renderer\Context.hpp" /> 407 <ClInclude Include="..\Renderer\LRUCache.hpp" /> 408 <ClInclude Include="..\Renderer\Matrix.hpp" /> 409 <ClInclude Include="..\Renderer\PixelProcessor.hpp" /> 410 <ClInclude Include="..\Renderer\Plane.hpp" /> 411 <ClInclude Include="..\Renderer\Point.hpp" /> 412 <ClInclude Include="..\Renderer\Primitive.hpp" /> 413 <ClInclude Include="..\Renderer\QuadRasterizer.hpp" /> 414 <ClInclude Include="..\Renderer\Rasterizer.hpp" /> 415 <ClInclude Include="..\Renderer\Renderer.hpp" /> 416 <ClInclude Include="..\Renderer\Sampler.hpp" /> 417 <ClInclude Include="..\Renderer\SetupProcessor.hpp" /> 418 <ClInclude Include="..\Renderer\Stream.hpp" /> 419 <ClInclude Include="..\Renderer\Surface.hpp" /> 420 <ClInclude Include="..\Renderer\TextureStage.hpp" /> 421 <ClInclude Include="..\Renderer\Vector.hpp" /> 422 <ClInclude Include="..\Renderer\Vertex.hpp" /> 423 <ClInclude Include="..\Renderer\VertexProcessor.hpp" /> 424 <ClInclude Include="..\Main\Config.hpp" /> 425 <ClInclude Include="..\Main\FrameBuffer.hpp" /> 426 <ClInclude Include="..\Main\FrameBufferDD.hpp" /> 427 <ClInclude Include="..\Main\FrameBufferGDI.hpp" /> 428 <ClInclude Include="..\Main\SwiftConfig.hpp" /> 429 <ClInclude Include="..\Common\Configurator.hpp" /> 430 <ClInclude Include="..\Common\CPUID.hpp" /> 431 <ClInclude Include="..\Common\Debug.hpp" /> 432 <ClInclude Include="..\Common\Half.hpp" /> 433 <ClInclude Include="..\Common\Math.hpp" /> 434 <ClInclude Include="..\Common\Memory.hpp" /> 435 <ClInclude Include="..\Common\MutexLock.hpp" /> 436 <ClInclude Include="..\Common\Resource.hpp" /> 437 <ClInclude Include="..\Common\Timer.hpp" /> 438 <ClInclude Include="..\Common\Types.hpp" /> 439 </ItemGroup> 440 <ItemGroup> 441 <None Include="SwiftShader.ini" /> 442 </ItemGroup> 443 <ItemGroup> 444 <ProjectReference Include="..\Reactor\Reactor.vcxproj"> 445 <Project>{28fd076d-10b5-4bd8-a4cf-f44c7002a803}</Project> 446 <Private>true</Private> 447 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> 448 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 449 <LinkLibraryDependencies>true</LinkLibraryDependencies> 450 <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs> 451 </ProjectReference> 452 </ItemGroup> 453 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 454 <ImportGroup Label="ExtensionTargets"> 455 </ImportGroup> 456 </Project>