[1c6cd5e] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" 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="Release|Win32">
|
---|
| 9 | <Configuration>Release</Configuration>
|
---|
| 10 | <Platform>Win32</Platform>
|
---|
| 11 | </ProjectConfiguration>
|
---|
| 12 | <ProjectConfiguration Include="Debug|x64">
|
---|
| 13 | <Configuration>Debug</Configuration>
|
---|
| 14 | <Platform>x64</Platform>
|
---|
| 15 | </ProjectConfiguration>
|
---|
| 16 | <ProjectConfiguration Include="Release|x64">
|
---|
| 17 | <Configuration>Release</Configuration>
|
---|
| 18 | <Platform>x64</Platform>
|
---|
| 19 | </ProjectConfiguration>
|
---|
| 20 | </ItemGroup>
|
---|
| 21 | <PropertyGroup Label="Globals">
|
---|
| 22 | <VCProjectVersion>16.0</VCProjectVersion>
|
---|
[39278a8] | 23 | <ProjectGuid>{3489E223-6118-49E3-98F3-8887B68AC32F}</ProjectGuid>
|
---|
[1c6cd5e] | 24 | <RootNamespace>VulkanGame</RootNamespace>
|
---|
| 25 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
---|
| 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
---|
| 29 | <ConfigurationType>Application</ConfigurationType>
|
---|
| 30 | <UseDebugLibraries>true</UseDebugLibraries>
|
---|
| 31 | <PlatformToolset>v142</PlatformToolset>
|
---|
| 32 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 33 | </PropertyGroup>
|
---|
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
---|
| 35 | <ConfigurationType>Application</ConfigurationType>
|
---|
| 36 | <UseDebugLibraries>false</UseDebugLibraries>
|
---|
| 37 | <PlatformToolset>v142</PlatformToolset>
|
---|
| 38 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
| 39 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 40 | </PropertyGroup>
|
---|
| 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
---|
| 42 | <ConfigurationType>Application</ConfigurationType>
|
---|
| 43 | <UseDebugLibraries>true</UseDebugLibraries>
|
---|
| 44 | <PlatformToolset>v142</PlatformToolset>
|
---|
| 45 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 46 | </PropertyGroup>
|
---|
| 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
---|
| 48 | <ConfigurationType>Application</ConfigurationType>
|
---|
| 49 | <UseDebugLibraries>false</UseDebugLibraries>
|
---|
| 50 | <PlatformToolset>v142</PlatformToolset>
|
---|
| 51 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
---|
| 52 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 53 | </PropertyGroup>
|
---|
| 54 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
---|
| 55 | <ImportGroup Label="ExtensionSettings">
|
---|
| 56 | </ImportGroup>
|
---|
| 57 | <ImportGroup Label="Shared">
|
---|
| 58 | </ImportGroup>
|
---|
| 59 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
| 60 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
| 61 | </ImportGroup>
|
---|
| 62 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
| 64 | </ImportGroup>
|
---|
| 65 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
---|
| 66 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
| 67 | </ImportGroup>
|
---|
| 68 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
---|
| 69 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
---|
| 70 | </ImportGroup>
|
---|
| 71 | <PropertyGroup Label="UserMacros" />
|
---|
[80edd70] | 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
---|
[7bf5433] | 73 | <IncludePath>include;D:\VulkanSDK\1.1.108.0\Include;$(IncludePath)</IncludePath>
|
---|
[39278a8] | 74 | <LibraryPath>lib;D:\VulkanSDK\1.1.108.0\Lib;$(LibraryPath)</LibraryPath>
|
---|
[80edd70] | 75 | </PropertyGroup>
|
---|
[1c6cd5e] | 76 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
---|
| 77 | <ClCompile>
|
---|
| 78 | <WarningLevel>Level3</WarningLevel>
|
---|
| 79 | <Optimization>Disabled</Optimization>
|
---|
| 80 | <SDLCheck>true</SDLCheck>
|
---|
| 81 | <ConformanceMode>true</ConformanceMode>
|
---|
| 82 | <LanguageStandard>stdcpp17</LanguageStandard>
|
---|
[39278a8] | 83 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GAMEGUI_INCLUDE_VULKAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
[7bf5433] | 84 | <AdditionalIncludeDirectories>
|
---|
| 85 | </AdditionalIncludeDirectories>
|
---|
[1c6cd5e] | 86 | </ClCompile>
|
---|
| 87 | <Link>
|
---|
| 88 | <SubSystem>Console</SubSystem>
|
---|
[39278a8] | 89 | <AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_ttf.lib;vulkan-1.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
[1c6cd5e] | 90 | </Link>
|
---|
| 91 | </ItemDefinitionGroup>
|
---|
| 92 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
| 93 | <ClCompile>
|
---|
| 94 | <WarningLevel>Level3</WarningLevel>
|
---|
| 95 | <Optimization>Disabled</Optimization>
|
---|
| 96 | <SDLCheck>true</SDLCheck>
|
---|
| 97 | <ConformanceMode>true</ConformanceMode>
|
---|
| 98 | </ClCompile>
|
---|
| 99 | <Link>
|
---|
| 100 | <SubSystem>Console</SubSystem>
|
---|
| 101 | </Link>
|
---|
| 102 | </ItemDefinitionGroup>
|
---|
| 103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 104 | <ClCompile>
|
---|
| 105 | <WarningLevel>Level3</WarningLevel>
|
---|
| 106 | <Optimization>MaxSpeed</Optimization>
|
---|
| 107 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
| 108 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
---|
| 109 | <SDLCheck>true</SDLCheck>
|
---|
| 110 | <ConformanceMode>true</ConformanceMode>
|
---|
| 111 | </ClCompile>
|
---|
| 112 | <Link>
|
---|
| 113 | <SubSystem>Console</SubSystem>
|
---|
| 114 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
| 115 | <OptimizeReferences>true</OptimizeReferences>
|
---|
| 116 | </Link>
|
---|
| 117 | </ItemDefinitionGroup>
|
---|
| 118 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
---|
| 119 | <ClCompile>
|
---|
| 120 | <WarningLevel>Level3</WarningLevel>
|
---|
| 121 | <Optimization>MaxSpeed</Optimization>
|
---|
| 122 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
| 123 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
---|
| 124 | <SDLCheck>true</SDLCheck>
|
---|
| 125 | <ConformanceMode>true</ConformanceMode>
|
---|
| 126 | </ClCompile>
|
---|
| 127 | <Link>
|
---|
| 128 | <SubSystem>Console</SubSystem>
|
---|
| 129 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
| 130 | <OptimizeReferences>true</OptimizeReferences>
|
---|
| 131 | </Link>
|
---|
| 132 | </ItemDefinitionGroup>
|
---|
| 133 | <ItemGroup>
|
---|
[39278a8] | 134 | <ClCompile Include="crash-logger.cpp" />
|
---|
| 135 | <ClCompile Include="FileStackWalker.cpp" />
|
---|
[1c6cd5e] | 136 | <ClCompile Include="game-gui-sdl.cpp" />
|
---|
[09e15a4] | 137 | <ClCompile Include="logger.cpp" />
|
---|
[39278a8] | 138 | <ClCompile Include="main-vulkan.cpp" />
|
---|
| 139 | <ClCompile Include="StackWalker.cpp" />
|
---|
[ee75487] | 140 | <ClCompile Include="utils.cpp" />
|
---|
[1c6cd5e] | 141 | <ClCompile Include="vulkan-game.cpp" />
|
---|
[c1d9b2a] | 142 | <ClCompile Include="vulkan-utils.cpp" />
|
---|
[1c6cd5e] | 143 | </ItemGroup>
|
---|
| 144 | <ItemGroup>
|
---|
[7bf5433] | 145 | <ClInclude Include="compiler.hpp" />
|
---|
[39278a8] | 146 | <ClInclude Include="consts.hpp" />
|
---|
| 147 | <ClInclude Include="crash-logger.hpp" />
|
---|
| 148 | <ClInclude Include="FileStackWalker.h" />
|
---|
[1c6cd5e] | 149 | <ClInclude Include="game-gui-sdl.hpp" />
|
---|
| 150 | <ClInclude Include="game-gui.hpp" />
|
---|
[7d2b0b9] | 151 | <ClInclude Include="graphics-pipeline.hpp" />
|
---|
| 152 | <ClInclude Include="graphics-pipeline_vulkan.hpp" />
|
---|
[09e15a4] | 153 | <ClInclude Include="logger.hpp" />
|
---|
[39278a8] | 154 | <ClInclude Include="StackWalker.h" />
|
---|
[ee75487] | 155 | <ClInclude Include="utils.hpp" />
|
---|
[39278a8] | 156 | <ClInclude Include="vulkan-game.hpp" />
|
---|
[c1d9b2a] | 157 | <ClInclude Include="vulkan-utils.hpp" />
|
---|
[eea05dd] | 158 | </ItemGroup>
|
---|
[f985231] | 159 | <ItemGroup>
|
---|
[0ae182f] | 160 | <None Include="assets\laser.xcf" />
|
---|
[0807aeb] | 161 | <None Include="shaders\asteroid.frag" />
|
---|
| 162 | <None Include="shaders\asteroid.vert" />
|
---|
[f985231] | 163 | <None Include="shaders\overlay.frag" />
|
---|
| 164 | <None Include="shaders\overlay.vert" />
|
---|
| 165 | <None Include="shaders\scene.frag" />
|
---|
| 166 | <None Include="shaders\scene.vert" />
|
---|
[1908591] | 167 | <None Include="shaders\ship.frag" />
|
---|
| 168 | <None Include="shaders\ship.vert" />
|
---|
[f985231] | 169 | </ItemGroup>
|
---|
[0ae182f] | 170 | <ItemGroup>
|
---|
| 171 | <Image Include="assets\images\spaceship.bmp" />
|
---|
| 172 | </ItemGroup>
|
---|
| 173 | <ItemGroup>
|
---|
| 174 | <Font Include="assets\fonts\lazy.ttf" />
|
---|
| 175 | </ItemGroup>
|
---|
[0cf1a23] | 176 | <ItemGroup>
|
---|
| 177 | <Text Include="scene-notes.txt" />
|
---|
| 178 | </ItemGroup>
|
---|
[1c6cd5e] | 179 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
---|
| 180 | <ImportGroup Label="ExtensionTargets">
|
---|
| 181 | </ImportGroup>
|
---|
[c1d9b2a] | 182 | </Project>
|
---|