Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 3 | <ItemGroup Label="ProjectConfigurations">
|
| 4 | <ProjectConfiguration Include="Debug|Win32">
|
| 5 | <Configuration>Debug</Configuration>
|
| 6 | <Platform>Win32</Platform>
|
| 7 | </ProjectConfiguration>
|
| 8 | <ProjectConfiguration Include="Profile|Win32">
|
| 9 | <Configuration>Profile</Configuration>
|
| 10 | <Platform>Win32</Platform>
|
| 11 | </ProjectConfiguration>
|
| 12 | <ProjectConfiguration Include="Release|Win32">
|
| 13 | <Configuration>Release</Configuration>
|
| 14 | <Platform>Win32</Platform>
|
| 15 | </ProjectConfiguration>
|
| 16 | </ItemGroup>
|
| 17 | <PropertyGroup Label="Globals">
|
| 18 | <ProjectGuid>{F18D5ABF-CA3A-4B74-BDB2-4A1956C86F18}</ProjectGuid>
|
| 19 | <Keyword>Win32Proj</Keyword>
|
Alexis Hetu | 66fff4e | 2017-10-19 14:53:33 -0400 | [diff] [blame] | 20 | <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
Nicolas Capens | 0475688 | 2019-03-28 10:54:21 -0400 | [diff] [blame] | 21 | <PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 22 | </PropertyGroup>
|
| 23 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 25 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 26 | <CharacterSet>NotSet</CharacterSet>
|
| 27 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 28 | <PlatformToolset>v141</PlatformToolset>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 29 | </PropertyGroup>
|
| 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration">
|
| 31 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 32 | <CharacterSet>NotSet</CharacterSet>
|
| 33 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 34 | <PlatformToolset>v141</PlatformToolset>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 35 | </PropertyGroup>
|
| 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 37 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 38 | <CharacterSet>NotSet</CharacterSet>
|
| 39 | <WholeProgramOptimization>false</WholeProgramOptimization>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 40 | <PlatformToolset>v141</PlatformToolset>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 41 | </PropertyGroup>
|
| 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 43 | <ImportGroup Label="ExtensionSettings">
|
| 44 | </ImportGroup>
|
| 45 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
| 46 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 47 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
| 48 | </ImportGroup>
|
| 49 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="PropertySheets">
|
| 50 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 51 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
| 52 | </ImportGroup>
|
| 53 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
| 54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 55 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
| 56 | </ImportGroup>
|
| 57 | <PropertyGroup Label="UserMacros" />
|
| 58 | <PropertyGroup>
|
| 59 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
Nicolas Capens | 8b56197 | 2018-10-09 14:22:04 -0400 | [diff] [blame] | 60 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 61 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 62 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
Nicolas Capens | 8b56197 | 2018-10-09 14:22:04 -0400 | [diff] [blame] | 63 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 64 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 65 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 66 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 67 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
| 68 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">false</LinkIncremental>
|
| 69 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\include\Direct3D;$(DXSDK_DIR)\Include;$(IncludePath)</IncludePath>
|
| 70 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(SolutionDir)\include\Direct3D;$(DXSDK_DIR)\Include;$(IncludePath)</IncludePath>
|
| 71 | <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\include\Direct3D;$(DXSDK_DIR)\Include;$(IncludePath)</IncludePath>
|
| 72 | <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(DXSDK_DIR)Lib\x86;$(LibraryPath)</LibraryPath>
|
| 73 | <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">$(DXSDK_DIR)Lib\x86;$(LibraryPath)</LibraryPath>
|
| 74 | <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(DXSDK_DIR)Lib\x86;$(LibraryPath)</LibraryPath>
|
| 75 | </PropertyGroup>
|
| 76 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 77 | <ClCompile>
|
| 78 | <Optimization>Disabled</Optimization>
|
| 79 | <InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
| 80 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 81 | <FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
|
| 82 | <OmitFramePointers>false</OmitFramePointers>
|
Logan Chien | 3d27ee3 | 2018-08-31 12:02:18 +0800 | [diff] [blame] | 83 | <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 84 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;D3D8DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 85 | <ExceptionHandling>
|
| 86 | </ExceptionHandling>
|
| 87 | <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
| 88 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
| 89 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
| 90 | <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
| 91 | <PrecompiledHeader>
|
| 92 | </PrecompiledHeader>
|
| 93 | <BrowseInformation>true</BrowseInformation>
|
| 94 | <WarningLevel>Level3</WarningLevel>
|
| 95 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 96 | <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 97 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 98 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 99 | </ClCompile>
|
| 100 | <Link>
|
| 101 | <AdditionalDependencies>dxguid.lib;WS2_32.lib;comctl32.lib;user32.lib;gdi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 102 | <OutputFile>$(OutDir)d3d8.dll</OutputFile>
|
| 103 | <IgnoreSpecificDefaultLibraries>libci.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
| 104 | <ModuleDefinitionFile>d3d8.def</ModuleDefinitionFile>
|
| 105 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 106 | <AssemblyDebug>true</AssemblyDebug>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 107 | <GenerateMapFile>true</GenerateMapFile>
|
| 108 | <MapExports>true</MapExports>
|
| 109 | <SubSystem>Windows</SubSystem>
|
| 110 | <ImportLibrary>$(OutDir)D3D8.lib</ImportLibrary>
|
| 111 | <TargetMachine>MachineX86</TargetMachine>
|
| 112 | </Link>
|
| 113 | <PostBuildEvent>
|
Nicolas Capens | 64d537a | 2018-10-02 12:40:12 -0400 | [diff] [blame] | 114 | <Command>mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 115 | copy "$(OutDir)d3d8.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\"</Command>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 116 | </PostBuildEvent>
|
| 117 | <ProjectReference>
|
| 118 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 119 | </ProjectReference>
|
| 120 | </ItemDefinitionGroup>
|
| 121 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 122 | <ClCompile>
|
| 123 | <Optimization>Full</Optimization>
|
| 124 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 125 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
| 126 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
| 127 | <OmitFramePointers>true</OmitFramePointers>
|
| 128 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
Logan Chien | 3d27ee3 | 2018-08-31 12:02:18 +0800 | [diff] [blame] | 129 | <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 130 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;D3D8DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 131 | <ExceptionHandling>false</ExceptionHandling>
|
| 132 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 133 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
| 134 | <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
| 135 | <PrecompiledHeader>
|
| 136 | </PrecompiledHeader>
|
| 137 | <ExpandAttributedSource>false</ExpandAttributedSource>
|
| 138 | <WarningLevel>Level3</WarningLevel>
|
| 139 | <DebugInformationFormat>
|
| 140 | </DebugInformationFormat>
|
| 141 | <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles>
|
| 142 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
| 143 | <StringPooling>true</StringPooling>
|
| 144 | <FloatingPointExceptions>false</FloatingPointExceptions>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 145 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 146 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 147 | </ClCompile>
|
| 148 | <Link>
|
| 149 | <AdditionalDependencies>dxguid.lib;WS2_32.lib;comctl32.lib;user32.lib;gdi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 150 | <OutputFile>$(OutDir)d3d8.dll</OutputFile>
|
| 151 | <IgnoreSpecificDefaultLibraries>libci.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
| 152 | <ModuleDefinitionFile>d3d8.def</ModuleDefinitionFile>
|
| 153 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 154 | <SubSystem>Windows</SubSystem>
|
| 155 | <OptimizeReferences>true</OptimizeReferences>
|
| 156 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 157 | <SetChecksum>true</SetChecksum>
|
| 158 | <ImportLibrary>$(OutDir)D3D8.lib</ImportLibrary>
|
| 159 | <TargetMachine>MachineX86</TargetMachine>
|
| 160 | <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
| 161 | </Link>
|
| 162 | <PostBuildEvent>
|
Nicolas Capens | 64d537a | 2018-10-02 12:40:12 -0400 | [diff] [blame] | 163 | <Command>mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 164 | copy "$(OutDir)d3d8.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\"</Command>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 165 | </PostBuildEvent>
|
| 166 | <ProjectReference>
|
| 167 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 168 | </ProjectReference>
|
| 169 | </ItemDefinitionGroup>
|
| 170 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
|
| 171 | <ClCompile>
|
| 172 | <Optimization>Full</Optimization>
|
| 173 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 174 | <IntrinsicFunctions>false</IntrinsicFunctions>
|
| 175 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
| 176 | <OmitFramePointers>false</OmitFramePointers>
|
| 177 | <WholeProgramOptimization>false</WholeProgramOptimization>
|
Logan Chien | 3d27ee3 | 2018-08-31 12:02:18 +0800 | [diff] [blame] | 178 | <AdditionalIncludeDirectories>..\;..\Main;..\Renderer;..\Shader;..\Common;..\SwiftAsm;..\libjpeg;..\SwiftShader;..\D3D9;..\Reactor;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 179 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;D3D8DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 180 | <ExceptionHandling>false</ExceptionHandling>
|
| 181 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
| 182 | <BufferSecurityCheck>false</BufferSecurityCheck>
|
| 183 | <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
| 184 | <PrecompiledHeader>
|
| 185 | </PrecompiledHeader>
|
| 186 | <ExpandAttributedSource>false</ExpandAttributedSource>
|
| 187 | <WarningLevel>Level3</WarningLevel>
|
| 188 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
| 189 | <ForcedIncludeFiles>%(ForcedIncludeFiles)</ForcedIncludeFiles>
|
| 190 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
| 191 | <StringPooling>true</StringPooling>
|
| 192 | <FloatingPointExceptions>false</FloatingPointExceptions>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 193 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Nicolas Capens | 3f0d3ef | 2019-04-06 00:42:39 -0400 | [diff] [blame] | 194 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 195 | </ClCompile>
|
| 196 | <Link>
|
| 197 | <AdditionalDependencies>dxguid.lib;WS2_32.lib;comctl32.lib;user32.lib;gdi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
| 198 | <OutputFile>$(OutDir)d3d8.dll</OutputFile>
|
| 199 | <IgnoreSpecificDefaultLibraries>libci.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
| 200 | <ModuleDefinitionFile>d3d8.def</ModuleDefinitionFile>
|
| 201 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 202 | <SubSystem>Windows</SubSystem>
|
| 203 | <OptimizeReferences>true</OptimizeReferences>
|
| 204 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 205 | <SetChecksum>true</SetChecksum>
|
| 206 | <ImportLibrary>$(OutDir)D3D8.lib</ImportLibrary>
|
| 207 | <TargetMachine>MachineX86</TargetMachine>
|
| 208 | <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
|
| 209 | </Link>
|
| 210 | <PostBuildEvent>
|
Nicolas Capens | 64d537a | 2018-10-02 12:40:12 -0400 | [diff] [blame] | 211 | <Command>mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 212 | copy "$(OutDir)d3d8.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\"</Command>
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 213 | </PostBuildEvent>
|
| 214 | <ProjectReference>
|
| 215 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 216 | </ProjectReference>
|
| 217 | </ItemDefinitionGroup>
|
| 218 | <ItemGroup>
|
| 219 | <ClCompile Include="Capabilities.cpp" />
|
| 220 | <ClCompile Include="D3D8.cpp">
|
| 221 | <AssemblerOutput Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AssemblyAndSourceCode</AssemblerOutput>
|
| 222 | <AssemblerOutput Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AssemblyAndMachineCode</AssemblerOutput>
|
| 223 | <AssemblerOutput Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">AssemblyAndMachineCode</AssemblerOutput>
|
| 224 | <ShowIncludes Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ShowIncludes>
|
| 225 | <ShowIncludes Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">false</ShowIncludes>
|
| 226 | </ClCompile>
|
Nicolas Capens | 8b56197 | 2018-10-09 14:22:04 -0400 | [diff] [blame] | 227 | <ClCompile Include="Debug.cpp" />
|
Nicolas Capens | 17b29fd | 2016-09-15 09:32:16 -0400 | [diff] [blame] | 228 | <ClCompile Include="Direct3D8.cpp" />
|
| 229 | <ClCompile Include="Direct3DBaseTexture8.cpp" />
|
| 230 | <ClCompile Include="Direct3DCubeTexture8.cpp" />
|
| 231 | <ClCompile Include="Direct3DDevice8.cpp" />
|
| 232 | <ClCompile Include="Direct3DIndexBuffer8.cpp" />
|
| 233 | <ClCompile Include="Direct3DPixelShader8.cpp" />
|
| 234 | <ClCompile Include="Direct3DResource8.cpp" />
|
| 235 | <ClCompile Include="Direct3DStateBlock8.cpp" />
|
| 236 | <ClCompile Include="Direct3DSurface8.cpp" />
|
| 237 | <ClCompile Include="Direct3DSwapChain8.cpp" />
|
| 238 | <ClCompile Include="Direct3DTexture8.cpp" />
|
| 239 | <ClCompile Include="Direct3DVertexBuffer8.cpp" />
|
| 240 | <ClCompile Include="Direct3DVertexDeclaration8.cpp" />
|
| 241 | <ClCompile Include="Direct3DVertexShader8.cpp" />
|
| 242 | <ClCompile Include="Direct3DVolume8.cpp" />
|
| 243 | <ClCompile Include="Direct3DVolumeTexture8.cpp" />
|
| 244 | <ClCompile Include="Unknown.cpp" />
|
| 245 | </ItemGroup>
|
| 246 | <ItemGroup>
|
| 247 | <ClInclude Include="Capabilities.hpp" />
|
| 248 | <ClInclude Include="Debug.hpp" />
|
| 249 | <ClInclude Include="Direct3D8.hpp" />
|
| 250 | <ClInclude Include="Direct3DBaseTexture8.hpp" />
|
| 251 | <ClInclude Include="Direct3DCubeTexture8.hpp" />
|
| 252 | <ClInclude Include="Direct3DDevice8.hpp" />
|
| 253 | <ClInclude Include="Direct3DIndexBuffer8.hpp" />
|
| 254 | <ClInclude Include="Direct3DPixelShader8.hpp" />
|
| 255 | <ClInclude Include="Direct3DResource8.hpp" />
|
| 256 | <ClInclude Include="Direct3DStateBlock8.hpp" />
|
| 257 | <ClInclude Include="Direct3DSurface8.hpp" />
|
| 258 | <ClInclude Include="Direct3DSwapChain8.hpp" />
|
| 259 | <ClInclude Include="Direct3DTexture8.hpp" />
|
| 260 | <ClInclude Include="Direct3DVertexBuffer8.hpp" />
|
| 261 | <ClInclude Include="Direct3DVertexDeclaration8.hpp" />
|
| 262 | <ClInclude Include="Direct3DVertexShader8.hpp" />
|
| 263 | <ClInclude Include="Direct3DVolume8.hpp" />
|
| 264 | <ClInclude Include="Direct3DVolumeTexture8.hpp" />
|
| 265 | <ClInclude Include="resource.h" />
|
| 266 | <ClInclude Include="resource1.h" />
|
| 267 | <ClInclude Include="Unknown.hpp" />
|
| 268 | </ItemGroup>
|
| 269 | <ItemGroup>
|
| 270 | <ResourceCompile Include="D3D8.rc" />
|
| 271 | </ItemGroup>
|
| 272 | <ItemGroup>
|
| 273 | <None Include="d3d8.def" />
|
| 274 | </ItemGroup>
|
| 275 | <ItemGroup>
|
| 276 | <ProjectReference Include="..\SwiftShader\SwiftShader.vcxproj">
|
| 277 | <Project>{7b02cb19-4cdf-4f79-bc9b-7f3f6164a003}</Project>
|
| 278 | <Private>false</Private>
|
| 279 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
| 280 | <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
|
| 281 | <LinkLibraryDependencies>true</LinkLibraryDependencies>
|
| 282 | <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
| 283 | </ProjectReference>
|
| 284 | </ItemGroup>
|
| 285 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 286 | <ImportGroup Label="ExtensionTargets">
|
| 287 | </ImportGroup>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 288 | </Project> |