Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 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">
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 4 | <ProjectConfiguration Include="Debug|x64">
|
| 5 | <Configuration>Debug</Configuration>
|
| 6 | <Platform>x64</Platform>
|
| 7 | </ProjectConfiguration>
|
| 8 | <ProjectConfiguration Include="Release|x64">
|
| 9 | <Configuration>Release</Configuration>
|
| 10 | <Platform>x64</Platform>
|
| 11 | </ProjectConfiguration>
|
| 12 | </ItemGroup>
|
| 13 | <PropertyGroup Label="Globals">
|
| 14 | <VCProjectVersion>15.0</VCProjectVersion>
|
| 15 | <ProjectGuid>{E1C34B66-C942-4B9A-B8C3-9A12625650D3}</ProjectGuid>
|
| 16 | <RootNamespace>vulkan</RootNamespace>
|
| 17 | <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
| 18 | <ProjectName>Vulkan</ProjectName>
|
| 19 | </PropertyGroup>
|
| 20 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 21 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 22 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 23 | <UseDebugLibraries>true</UseDebugLibraries>
|
| 24 | <PlatformToolset>v141</PlatformToolset>
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 25 | <CharacterSet>NotSet</CharacterSet>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 26 | </PropertyGroup>
|
| 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 28 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
| 29 | <UseDebugLibraries>false</UseDebugLibraries>
|
| 30 | <PlatformToolset>v141</PlatformToolset>
|
| 31 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 32 | <CharacterSet>NotSet</CharacterSet>
|
| 33 | </PropertyGroup>
|
| 34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 35 | <ImportGroup Label="ExtensionSettings">
|
| 36 | </ImportGroup>
|
| 37 | <ImportGroup Label="Shared">
|
| 38 | </ImportGroup>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 39 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 40 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 41 | </ImportGroup>
|
| 42 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 43 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 44 | </ImportGroup>
|
| 45 | <PropertyGroup Label="UserMacros" />
|
| 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 47 | <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 48 | <TargetName>vk_swiftshader</TargetName>
|
Nicolas Capens | 8b56197 | 2018-10-09 14:22:04 -0400 | [diff] [blame] | 49 | <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 50 | </PropertyGroup>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 52 | <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
| 53 | <TargetName>vk_swiftshader</TargetName>
|
Nicolas Capens | 8b56197 | 2018-10-09 14:22:04 -0400 | [diff] [blame] | 54 | <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 55 | </PropertyGroup>
|
| 56 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 57 | <ClCompile>
|
| 58 | <WarningLevel>Level3</WarningLevel>
|
| 59 | <Optimization>MaxSpeed</Optimization>
|
| 60 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 61 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
| 62 | <SDLCheck>true</SDLCheck>
|
Nicolas Capens | 8d5a94a | 2018-10-01 16:11:08 -0400 | [diff] [blame] | 63 | <AdditionalIncludeDirectories>$(SolutionDir)include;$(SolutionDir)src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 3b5e426 | 2018-10-03 11:14:00 -0400 | [diff] [blame] | 64 | <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;_SECURE_SCL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 65 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 66 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Nicolas Capens | 70942e2 | 2018-10-29 20:53:14 -0400 | [diff] [blame] | 67 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 68 | </ClCompile>
|
| 69 | <Link>
|
| 70 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 71 | <OptimizeReferences>true</OptimizeReferences>
|
| 72 | <ModuleDefinitionFile>swiftshader_icd.def</ModuleDefinitionFile>
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 73 | <AdditionalDependencies>dxguid.lib;WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 74 | </Link>
|
| 75 | <PostBuildEvent>
|
Nicolas Capens | 64d537a | 2018-10-02 12:40:12 -0400 | [diff] [blame] | 76 | <Command>mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 77 | copy "$(OutDir)vk_swiftshader.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\"</Command>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 78 | </PostBuildEvent>
|
| 79 | </ItemDefinitionGroup>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 80 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 81 | <ClCompile>
|
| 82 | <WarningLevel>Level3</WarningLevel>
|
| 83 | <Optimization>Disabled</Optimization>
|
| 84 | <SDLCheck>true</SDLCheck>
|
Nicolas Capens | 8d5a94a | 2018-10-01 16:11:08 -0400 | [diff] [blame] | 85 | <AdditionalIncludeDirectories>$(SolutionDir)include;$(SolutionDir)src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | f27cb23 | 2018-11-14 00:19:12 -0500 | [diff] [blame] | 86 | <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;DEBUGGER_WAIT_DIALOG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 87 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 88 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Nicolas Capens | 70942e2 | 2018-10-29 20:53:14 -0400 | [diff] [blame] | 89 | <TreatSpecificWarningsAsErrors>4018;5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 90 | </ClCompile>
|
| 91 | <Link>
|
| 92 | <ModuleDefinitionFile>swiftshader_icd.def</ModuleDefinitionFile>
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 93 | <AdditionalDependencies>dxguid.lib;WS2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 94 | </Link>
|
| 95 | <PostBuildEvent>
|
Nicolas Capens | 64d537a | 2018-10-02 12:40:12 -0400 | [diff] [blame] | 96 | <Command>mkdir "$(SolutionDir)out\$(Configuration)_$(Platform)\"
|
| 97 | copy "$(OutDir)vk_swiftshader.dll" "$(SolutionDir)out\$(Configuration)_$(Platform)\"</Command>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 98 | </PostBuildEvent>
|
| 99 | </ItemDefinitionGroup>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 100 | <ItemGroup>
|
Alexis Hetu | 767b41b | 2018-09-26 11:25:46 -0400 | [diff] [blame] | 101 | <ClCompile Include="libVulkan.cpp" />
|
| 102 | <ClCompile Include="main.cpp" />
|
Alexis Hetu | 38ff830 | 2018-10-18 15:08:13 -0400 | [diff] [blame] | 103 | <ClCompile Include="VkBuffer.cpp" />
|
Alexis Hetu | 767b41b | 2018-09-26 11:25:46 -0400 | [diff] [blame] | 104 | <ClCompile Include="VkCommandBuffer.cpp" />
|
| 105 | <ClCompile Include="VkDebug.cpp" />
|
| 106 | <ClCompile Include="VkDevice.cpp" />
|
Alexis Hetu | 38ff830 | 2018-10-18 15:08:13 -0400 | [diff] [blame] | 107 | <ClCompile Include="VkDeviceMemory.cpp" />
|
Alexis Hetu | 767b41b | 2018-09-26 11:25:46 -0400 | [diff] [blame] | 108 | <ClCompile Include="VkGetProcAddress.cpp" />
|
| 109 | <ClCompile Include="VkInstance.cpp" />
|
| 110 | <ClCompile Include="VkMemory.cpp" />
|
| 111 | <ClCompile Include="VkPhysicalDevice.cpp" />
|
Alexis Hetu | 000df8b | 2018-10-24 15:22:41 -0400 | [diff] [blame^] | 112 | <ClCompile Include="VkPipeline.cpp" />
|
| 113 | <ClCompile Include="VkPipelineLayout.cpp" />
|
Alexis Hetu | 767b41b | 2018-09-26 11:25:46 -0400 | [diff] [blame] | 114 | <ClCompile Include="VkPromotedExtensions.cpp" />
|
| 115 | <ClCompile Include="VkQueue.cpp" />
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 116 | <ClCompile Include="..\Device\Blitter.cpp" />
|
| 117 | <ClCompile Include="..\Device\Clipper.cpp" />
|
| 118 | <ClCompile Include="..\Device\Color.cpp" />
|
| 119 | <ClCompile Include="..\Device\Config.cpp" />
|
| 120 | <ClCompile Include="..\Device\Context.cpp" />
|
| 121 | <ClCompile Include="..\Device\ETC_Decoder.cpp" />
|
| 122 | <ClCompile Include="..\Device\Matrix.cpp" />
|
| 123 | <ClCompile Include="..\Device\PixelProcessor.cpp" />
|
| 124 | <ClCompile Include="..\Device\Plane.cpp" />
|
| 125 | <ClCompile Include="..\Device\Point.cpp" />
|
| 126 | <ClCompile Include="..\Device\QuadRasterizer.cpp" />
|
| 127 | <ClCompile Include="..\Device\Renderer.cpp" />
|
| 128 | <ClCompile Include="..\Device\Sampler.cpp" />
|
| 129 | <ClCompile Include="..\Device\SetupProcessor.cpp" />
|
| 130 | <ClCompile Include="..\Device\Surface.cpp" />
|
| 131 | <ClCompile Include="..\Device\SwiftConfig.cpp" />
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 132 | <ClCompile Include="..\Device\Vector.cpp" />
|
| 133 | <ClCompile Include="..\Device\VertexProcessor.cpp" />
|
| 134 | <ClCompile Include="..\Pipeline\Constants.cpp" />
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 135 | <ClCompile Include="..\Pipeline\PixelProgram.cpp" />
|
| 136 | <ClCompile Include="..\Pipeline\PixelRoutine.cpp" />
|
| 137 | <ClCompile Include="..\Pipeline\PixelShader.cpp" />
|
| 138 | <ClCompile Include="..\Pipeline\SamplerCore.cpp" />
|
| 139 | <ClCompile Include="..\Pipeline\SetupRoutine.cpp" />
|
| 140 | <ClCompile Include="..\Pipeline\Shader.cpp" />
|
| 141 | <ClCompile Include="..\Pipeline\ShaderCore.cpp" />
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 142 | <ClCompile Include="..\Pipeline\VertexProgram.cpp" />
|
| 143 | <ClCompile Include="..\Pipeline\VertexRoutine.cpp" />
|
| 144 | <ClCompile Include="..\Pipeline\VertexShader.cpp" />
|
| 145 | <ClCompile Include="..\System\Configurator.cpp" />
|
| 146 | <ClCompile Include="..\System\CPUID.cpp" />
|
| 147 | <ClCompile Include="..\System\Debug.cpp" />
|
| 148 | <ClCompile Include="..\System\DebugAndroid.cpp">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 149 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 150 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 151 | </ClCompile>
|
| 152 | <ClCompile Include="..\System\GrallocAndroid.cpp">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 153 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 154 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 155 | </ClCompile>
|
| 156 | <ClCompile Include="..\System\Half.cpp" />
|
| 157 | <ClCompile Include="..\System\Math.cpp" />
|
| 158 | <ClCompile Include="..\System\Memory.cpp" />
|
| 159 | <ClCompile Include="..\System\Resource.cpp" />
|
| 160 | <ClCompile Include="..\System\Socket.cpp" />
|
| 161 | <ClCompile Include="..\System\Thread.cpp" />
|
| 162 | <ClCompile Include="..\System\Timer.cpp" />
|
| 163 | <ClCompile Include="..\WSI\FrameBuffer.cpp" />
|
| 164 | <ClCompile Include="..\WSI\FrameBufferAndroid.cpp">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 165 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 166 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 167 | </ClCompile>
|
| 168 | <ClCompile Include="..\WSI\FrameBufferDD.cpp" />
|
| 169 | <ClCompile Include="..\WSI\FrameBufferGDI.cpp" />
|
| 170 | <ClCompile Include="..\WSI\FrameBufferOzone.cpp">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 171 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 172 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 173 | </ClCompile>
|
| 174 | <ClCompile Include="..\WSI\FrameBufferWin.cpp" />
|
| 175 | <ClCompile Include="..\WSI\FrameBufferX11.cpp">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 176 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 177 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 178 | </ClCompile>
|
| 179 | <ClCompile Include="..\WSI\libX11.cpp">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 180 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 181 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 182 | </ClCompile>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 183 | </ItemGroup>
|
| 184 | <ItemGroup>
|
Alexis Hetu | 767b41b | 2018-09-26 11:25:46 -0400 | [diff] [blame] | 185 | <ClInclude Include="resource.h" />
|
Nicolas Capens | 1d8c8db | 2018-11-05 16:30:42 -0500 | [diff] [blame] | 186 | <ClInclude Include="Version.h" />
|
Alexis Hetu | 38ff830 | 2018-10-18 15:08:13 -0400 | [diff] [blame] | 187 | <ClInclude Include="VkBuffer.hpp" />
|
| 188 | <ClInclude Include="VkBufferView.hpp" />
|
Alexis Hetu | 767b41b | 2018-09-26 11:25:46 -0400 | [diff] [blame] | 189 | <ClInclude Include="VkCommandBuffer.hpp" />
|
| 190 | <ClInclude Include="VkConfig.h" />
|
| 191 | <ClInclude Include="VkDebug.hpp" />
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 192 | <ClInclude Include="VkDestroy.h" />
|
Alexis Hetu | 767b41b | 2018-09-26 11:25:46 -0400 | [diff] [blame] | 193 | <ClInclude Include="VkDevice.hpp" />
|
Alexis Hetu | 38ff830 | 2018-10-18 15:08:13 -0400 | [diff] [blame] | 194 | <ClInclude Include="VkDeviceMemory.hpp" />
|
Alexis Hetu | 1f23d8c | 2018-10-16 14:40:19 -0400 | [diff] [blame] | 195 | <ClInclude Include="VkEvent.hpp" />
|
| 196 | <ClInclude Include="VkFence.hpp" />
|
Alexis Hetu | 767b41b | 2018-09-26 11:25:46 -0400 | [diff] [blame] | 197 | <ClInclude Include="VkGetProcAddress.h" />
|
| 198 | <ClInclude Include="VkInstance.hpp" />
|
| 199 | <ClInclude Include="VkMemory.h" />
|
| 200 | <ClInclude Include="VkObject.hpp" />
|
| 201 | <ClInclude Include="VkPhysicalDevice.hpp" />
|
Alexis Hetu | 000df8b | 2018-10-24 15:22:41 -0400 | [diff] [blame^] | 202 | <ClInclude Include="VkPipeline.hpp" />
|
| 203 | <ClInclude Include="VkPipelineLayout.hpp" />
|
Alexis Hetu | 767b41b | 2018-09-26 11:25:46 -0400 | [diff] [blame] | 204 | <ClInclude Include="VkQueue.hpp" />
|
Alexis Hetu | 1f23d8c | 2018-10-16 14:40:19 -0400 | [diff] [blame] | 205 | <ClInclude Include="VkSemaphore.hpp" />
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 206 | <ClInclude Include="..\Device\Blitter.hpp" />
|
| 207 | <ClInclude Include="..\Device\Clipper.hpp" />
|
| 208 | <ClInclude Include="..\Device\Color.hpp" />
|
| 209 | <ClInclude Include="..\Device\Config.hpp" />
|
| 210 | <ClInclude Include="..\Device\Context.hpp" />
|
| 211 | <ClInclude Include="..\Device\ETC_Decoder.hpp" />
|
| 212 | <ClInclude Include="..\Device\LRUCache.hpp" />
|
| 213 | <ClInclude Include="..\Device\Matrix.hpp" />
|
| 214 | <ClInclude Include="..\Device\PixelProcessor.hpp" />
|
| 215 | <ClInclude Include="..\Device\Plane.hpp" />
|
| 216 | <ClInclude Include="..\Device\Point.hpp" />
|
| 217 | <ClInclude Include="..\Device\Polygon.hpp" />
|
| 218 | <ClInclude Include="..\Device\Primitive.hpp" />
|
| 219 | <ClInclude Include="..\Device\QuadRasterizer.hpp" />
|
| 220 | <ClInclude Include="..\Device\Rasterizer.hpp" />
|
| 221 | <ClInclude Include="..\Device\Renderer.hpp" />
|
| 222 | <ClInclude Include="..\Device\RoutineCache.hpp" />
|
| 223 | <ClInclude Include="..\Device\Sampler.hpp" />
|
| 224 | <ClInclude Include="..\Device\SetupProcessor.hpp" />
|
| 225 | <ClInclude Include="..\Device\Stream.hpp" />
|
| 226 | <ClInclude Include="..\Device\Surface.hpp" />
|
| 227 | <ClInclude Include="..\Device\SwiftConfig.hpp" />
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 228 | <ClInclude Include="..\Device\Triangle.hpp" />
|
| 229 | <ClInclude Include="..\Device\Vector.hpp" />
|
| 230 | <ClInclude Include="..\Device\Vertex.hpp" />
|
| 231 | <ClInclude Include="..\Device\VertexProcessor.hpp" />
|
| 232 | <ClInclude Include="..\Pipeline\Constants.hpp" />
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 233 | <ClInclude Include="..\Pipeline\PixelProgram.hpp" />
|
| 234 | <ClInclude Include="..\Pipeline\PixelRoutine.hpp" />
|
| 235 | <ClInclude Include="..\Pipeline\PixelShader.hpp" />
|
| 236 | <ClInclude Include="..\Pipeline\SamplerCore.hpp" />
|
| 237 | <ClInclude Include="..\Pipeline\SetupRoutine.hpp" />
|
| 238 | <ClInclude Include="..\Pipeline\Shader.hpp" />
|
| 239 | <ClInclude Include="..\Pipeline\ShaderCore.hpp" />
|
| 240 | <ClInclude Include="..\Pipeline\VertexPipeline.hpp" />
|
| 241 | <ClInclude Include="..\Pipeline\VertexProgram.hpp" />
|
| 242 | <ClInclude Include="..\Pipeline\VertexRoutine.hpp" />
|
| 243 | <ClInclude Include="..\Pipeline\VertexShader.hpp" />
|
| 244 | <ClInclude Include="..\System\Configurator.hpp" />
|
| 245 | <ClInclude Include="..\System\CPUID.hpp" />
|
| 246 | <ClInclude Include="..\System\Debug.hpp" />
|
| 247 | <ClInclude Include="..\System\DebugAndroid.hpp">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 248 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 249 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 250 | </ClInclude>
|
| 251 | <ClInclude Include="..\System\GrallocAndroid.hpp">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 252 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 253 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 254 | </ClInclude>
|
| 255 | <ClInclude Include="..\System\Half.hpp" />
|
| 256 | <ClInclude Include="..\System\Math.hpp" />
|
| 257 | <ClInclude Include="..\System\Memory.hpp" />
|
| 258 | <ClInclude Include="..\System\MutexLock.hpp" />
|
| 259 | <ClInclude Include="..\System\Resource.hpp" />
|
| 260 | <ClInclude Include="..\System\SharedLibrary.hpp" />
|
| 261 | <ClInclude Include="..\System\Socket.hpp" />
|
| 262 | <ClInclude Include="..\System\Thread.hpp" />
|
| 263 | <ClInclude Include="..\System\Timer.hpp" />
|
| 264 | <ClInclude Include="..\System\Types.hpp" />
|
| 265 | <ClInclude Include="..\WSI\FrameBuffer.hpp" />
|
| 266 | <ClInclude Include="..\WSI\FrameBufferAndroid.hpp">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 267 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 268 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 269 | </ClInclude>
|
| 270 | <ClInclude Include="..\WSI\FrameBufferDD.hpp" />
|
| 271 | <ClInclude Include="..\WSI\FrameBufferGDI.hpp" />
|
| 272 | <ClInclude Include="..\WSI\FrameBufferOSX.hpp">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 273 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 274 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 275 | </ClInclude>
|
| 276 | <ClInclude Include="..\WSI\FrameBufferOzone.hpp">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 277 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 278 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 279 | </ClInclude>
|
| 280 | <ClInclude Include="..\WSI\FrameBufferWin.hpp" />
|
| 281 | <ClInclude Include="..\WSI\FrameBufferX11.hpp">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 282 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 283 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 284 | </ClInclude>
|
| 285 | <ClInclude Include="..\WSI\libX11.hpp">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 286 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 287 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 288 | </ClInclude>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 289 | </ItemGroup>
|
| 290 | <ItemGroup>
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 291 | <None Include="..\WSI\FrameBufferOSX.mm">
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 292 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 293 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
| 294 | </None>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 295 | <None Include="swiftshader_icd.def" />
|
| 296 | </ItemGroup>
|
Nicolas Capens | e5051aa | 2018-10-02 14:35:57 -0400 | [diff] [blame] | 297 | <ItemGroup>
|
| 298 | <ResourceCompile Include="Vulkan.rc" />
|
| 299 | </ItemGroup>
|
| 300 | <ItemGroup>
|
| 301 | <ProjectReference Include="..\Reactor\Reactor.vcxproj">
|
| 302 | <Project>{28fd076d-10b5-4bd8-a4cf-f44c7002a803}</Project>
|
| 303 | </ProjectReference>
|
| 304 | </ItemGroup>
|
Alexis Hetu | d73b871 | 2018-09-21 15:14:43 -0400 | [diff] [blame] | 305 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 306 | <ImportGroup Label="ExtensionTargets">
|
| 307 | </ImportGroup>
|
| 308 | </Project> |