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