[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'">
|
---|
[681dbe8] | 73 | <IncludePath>include;$(VULKAN_SDK)/Include;$(VULKAN_SDK)/Third-Party/Include;$(IncludePath)</IncludePath>
|
---|
[5192672] | 74 | <LibraryPath>lib;$(VULKAN_SDK)/Lib;$(LibraryPath)</LibraryPath>
|
---|
[681dbe8] | 75 | </PropertyGroup>
|
---|
| 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
---|
| 77 | <IncludePath>include;$(VULKAN_SDK)/Include;$(VULKAN_SDK)/Third-Party/Include;$(IncludePath)</IncludePath>
|
---|
| 78 | <LibraryPath>lib;$(VULKAN_SDK)/Lib;$(LibraryPath)</LibraryPath>
|
---|
[80edd70] | 79 | </PropertyGroup>
|
---|
[1c6cd5e] | 80 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
---|
| 81 | <ClCompile>
|
---|
| 82 | <WarningLevel>Level3</WarningLevel>
|
---|
| 83 | <Optimization>Disabled</Optimization>
|
---|
| 84 | <SDLCheck>true</SDLCheck>
|
---|
| 85 | <ConformanceMode>true</ConformanceMode>
|
---|
| 86 | <LanguageStandard>stdcpp17</LanguageStandard>
|
---|
[39278a8] | 87 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GAMEGUI_INCLUDE_VULKAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
[7bf5433] | 88 | <AdditionalIncludeDirectories>
|
---|
| 89 | </AdditionalIncludeDirectories>
|
---|
[1c6cd5e] | 90 | </ClCompile>
|
---|
| 91 | <Link>
|
---|
| 92 | <SubSystem>Console</SubSystem>
|
---|
[39278a8] | 93 | <AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_ttf.lib;vulkan-1.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
[1c6cd5e] | 94 | </Link>
|
---|
| 95 | </ItemDefinitionGroup>
|
---|
| 96 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
| 97 | <ClCompile>
|
---|
| 98 | <WarningLevel>Level3</WarningLevel>
|
---|
| 99 | <Optimization>Disabled</Optimization>
|
---|
| 100 | <SDLCheck>true</SDLCheck>
|
---|
| 101 | <ConformanceMode>true</ConformanceMode>
|
---|
| 102 | </ClCompile>
|
---|
| 103 | <Link>
|
---|
| 104 | <SubSystem>Console</SubSystem>
|
---|
| 105 | </Link>
|
---|
| 106 | </ItemDefinitionGroup>
|
---|
| 107 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 108 | <ClCompile>
|
---|
| 109 | <WarningLevel>Level3</WarningLevel>
|
---|
| 110 | <Optimization>MaxSpeed</Optimization>
|
---|
| 111 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
| 112 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
---|
| 113 | <SDLCheck>true</SDLCheck>
|
---|
| 114 | <ConformanceMode>true</ConformanceMode>
|
---|
| 115 | </ClCompile>
|
---|
| 116 | <Link>
|
---|
| 117 | <SubSystem>Console</SubSystem>
|
---|
| 118 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
| 119 | <OptimizeReferences>true</OptimizeReferences>
|
---|
| 120 | </Link>
|
---|
| 121 | </ItemDefinitionGroup>
|
---|
| 122 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
---|
| 123 | <ClCompile>
|
---|
| 124 | <WarningLevel>Level3</WarningLevel>
|
---|
| 125 | <Optimization>MaxSpeed</Optimization>
|
---|
| 126 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
| 127 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
---|
| 128 | <SDLCheck>true</SDLCheck>
|
---|
| 129 | <ConformanceMode>true</ConformanceMode>
|
---|
[681dbe8] | 130 | <LanguageStandard>stdcpp17</LanguageStandard>
|
---|
| 131 | <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GAMEGUI_INCLUDE_VULKAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
[1c6cd5e] | 132 | </ClCompile>
|
---|
| 133 | <Link>
|
---|
| 134 | <SubSystem>Console</SubSystem>
|
---|
| 135 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
| 136 | <OptimizeReferences>true</OptimizeReferences>
|
---|
[681dbe8] | 137 | <AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_ttf.lib;vulkan-1.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
[1c6cd5e] | 138 | </Link>
|
---|
| 139 | </ItemDefinitionGroup>
|
---|
| 140 | <ItemGroup>
|
---|
[39278a8] | 141 | <ClCompile Include="crash-logger.cpp" />
|
---|
| 142 | <ClCompile Include="FileStackWalker.cpp" />
|
---|
[1c6cd5e] | 143 | <ClCompile Include="game-gui-sdl.cpp" />
|
---|
[301c90a] | 144 | <ClCompile Include="gui\imgui\button-imgui.cpp" />
|
---|
[85b5fec] | 145 | <ClCompile Include="gui\imgui\ui-widget.cpp" />
|
---|
[3b7d497] | 146 | <ClCompile Include="IMGUI\imgui.cpp" />
|
---|
| 147 | <ClCompile Include="IMGUI\imgui_demo.cpp" />
|
---|
| 148 | <ClCompile Include="IMGUI\imgui_draw.cpp" />
|
---|
| 149 | <ClCompile Include="IMGUI\imgui_impl_sdl.cpp" />
|
---|
| 150 | <ClCompile Include="IMGUI\imgui_impl_vulkan.cpp" />
|
---|
| 151 | <ClCompile Include="IMGUI\imgui_widgets.cpp" />
|
---|
[09e15a4] | 152 | <ClCompile Include="logger.cpp" />
|
---|
[39278a8] | 153 | <ClCompile Include="main-vulkan.cpp" />
|
---|
[3b7d497] | 154 | <ClCompile Include="sdl-game.cpp" />
|
---|
[39278a8] | 155 | <ClCompile Include="StackWalker.cpp" />
|
---|
[ee75487] | 156 | <ClCompile Include="utils.cpp" />
|
---|
[1c6cd5e] | 157 | <ClCompile Include="vulkan-game.cpp" />
|
---|
[c1d9b2a] | 158 | <ClCompile Include="vulkan-utils.cpp" />
|
---|
[1c6cd5e] | 159 | </ItemGroup>
|
---|
| 160 | <ItemGroup>
|
---|
[7bf5433] | 161 | <ClInclude Include="compiler.hpp" />
|
---|
[39278a8] | 162 | <ClInclude Include="consts.hpp" />
|
---|
| 163 | <ClInclude Include="crash-logger.hpp" />
|
---|
| 164 | <ClInclude Include="FileStackWalker.h" />
|
---|
[1c6cd5e] | 165 | <ClInclude Include="game-gui-sdl.hpp" />
|
---|
| 166 | <ClInclude Include="game-gui.hpp" />
|
---|
[7d2b0b9] | 167 | <ClInclude Include="graphics-pipeline.hpp" />
|
---|
| 168 | <ClInclude Include="graphics-pipeline_vulkan.hpp" />
|
---|
[301c90a] | 169 | <ClInclude Include="gui\imgui\button-imgui.hpp" />
|
---|
| 170 | <ClInclude Include="gui\imgui\ui-widget.hpp" />
|
---|
[3b7d497] | 171 | <ClInclude Include="IMGUI\imconfig.h" />
|
---|
| 172 | <ClInclude Include="IMGUI\imgui.h" />
|
---|
| 173 | <ClInclude Include="IMGUI\imgui_impl_sdl.h" />
|
---|
| 174 | <ClInclude Include="IMGUI\imgui_impl_vulkan.h" />
|
---|
| 175 | <ClInclude Include="IMGUI\imgui_internal.h" />
|
---|
| 176 | <ClInclude Include="IMGUI\imstb_rectpack.h" />
|
---|
| 177 | <ClInclude Include="IMGUI\imstb_textedit.h" />
|
---|
| 178 | <ClInclude Include="IMGUI\imstb_truetype.h" />
|
---|
[09e15a4] | 179 | <ClInclude Include="logger.hpp" />
|
---|
[3b7d497] | 180 | <ClInclude Include="sdl-game.hpp" />
|
---|
[39278a8] | 181 | <ClInclude Include="StackWalker.h" />
|
---|
[ee75487] | 182 | <ClInclude Include="utils.hpp" />
|
---|
[39278a8] | 183 | <ClInclude Include="vulkan-game.hpp" />
|
---|
[c1d9b2a] | 184 | <ClInclude Include="vulkan-utils.hpp" />
|
---|
[eea05dd] | 185 | </ItemGroup>
|
---|
[f985231] | 186 | <ItemGroup>
|
---|
[0ae182f] | 187 | <None Include="assets\laser.xcf" />
|
---|
[0807aeb] | 188 | <None Include="shaders\asteroid.frag" />
|
---|
| 189 | <None Include="shaders\asteroid.vert" />
|
---|
[aa7e5f0] | 190 | <None Include="shaders\explosion.frag" />
|
---|
| 191 | <None Include="shaders\explosion.vert" />
|
---|
| 192 | <None Include="shaders\laser.frag" />
|
---|
| 193 | <None Include="shaders\laser.vert" />
|
---|
[f985231] | 194 | <None Include="shaders\overlay.frag" />
|
---|
| 195 | <None Include="shaders\overlay.vert" />
|
---|
[aa7e5f0] | 196 | <None Include="shaders\model.frag" />
|
---|
| 197 | <None Include="shaders\model.vert" />
|
---|
[1908591] | 198 | <None Include="shaders\ship.frag" />
|
---|
| 199 | <None Include="shaders\ship.vert" />
|
---|
[f985231] | 200 | </ItemGroup>
|
---|
[0ae182f] | 201 | <ItemGroup>
|
---|
| 202 | <Image Include="assets\images\spaceship.bmp" />
|
---|
| 203 | </ItemGroup>
|
---|
| 204 | <ItemGroup>
|
---|
| 205 | <Font Include="assets\fonts\lazy.ttf" />
|
---|
| 206 | </ItemGroup>
|
---|
[0cf1a23] | 207 | <ItemGroup>
|
---|
[7865c5b] | 208 | <Text Include="docs\DESIGN.txt" />
|
---|
| 209 | <Text Include="docs\notes.txt" />
|
---|
| 210 | <Text Include="docs\README.txt" />
|
---|
| 211 | <Text Include="docs\scene-notes.txt" />
|
---|
| 212 | <Text Include="docs\TODO.txt" />
|
---|
| 213 | <Text Include="docs\upgrade-TODO.txt" />
|
---|
[0cf1a23] | 214 | <Text Include="scene-notes.txt" />
|
---|
| 215 | </ItemGroup>
|
---|
[1c6cd5e] | 216 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
---|
| 217 | <ImportGroup Label="ExtensionTargets">
|
---|
| 218 | </ImportGroup>
|
---|
[7865c5b] | 219 | </Project>
|
---|