[39278a8] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
[21de283] | 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">
|
---|
[39278a8] | 22 | <VCProjectVersion>16.0</VCProjectVersion>
|
---|
| 23 | <ProjectGuid>{2AD86D3B-B06F-405A-99F3-941A24329905}</ProjectGuid>
|
---|
| 24 | <RootNamespace>VulkanGame</RootNamespace>
|
---|
[972aca1] | 25 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
---|
[21de283] | 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>
|
---|
[972aca1] | 31 | <PlatformToolset>v142</PlatformToolset>
|
---|
[21de283] | 32 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 33 | </PropertyGroup>
|
---|
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
---|
| 35 | <ConfigurationType>Application</ConfigurationType>
|
---|
| 36 | <UseDebugLibraries>false</UseDebugLibraries>
|
---|
[972aca1] | 37 | <PlatformToolset>v142</PlatformToolset>
|
---|
[21de283] | 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>
|
---|
[972aca1] | 44 | <PlatformToolset>v142</PlatformToolset>
|
---|
[21de283] | 45 | <CharacterSet>MultiByte</CharacterSet>
|
---|
| 46 | </PropertyGroup>
|
---|
| 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
---|
| 48 | <ConfigurationType>Application</ConfigurationType>
|
---|
| 49 | <UseDebugLibraries>false</UseDebugLibraries>
|
---|
[972aca1] | 50 | <PlatformToolset>v142</PlatformToolset>
|
---|
[21de283] | 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" />
|
---|
[b1d8ddc] | 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
---|
| 73 | <IncludePath>include;$(IncludePath)</IncludePath>
|
---|
| 74 | <LibraryPath>lib;$(LibraryPath)</LibraryPath>
|
---|
| 75 | </PropertyGroup>
|
---|
[39278a8] | 76 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
---|
[21de283] | 77 | <ClCompile>
|
---|
| 78 | <WarningLevel>Level3</WarningLevel>
|
---|
| 79 | <Optimization>Disabled</Optimization>
|
---|
| 80 | <SDLCheck>true</SDLCheck>
|
---|
[39278a8] | 81 | <ConformanceMode>true</ConformanceMode>
|
---|
| 82 | <LanguageStandard>stdcpp17</LanguageStandard>
|
---|
| 83 | <AdditionalIncludeDirectories>D:\VulkanSDK\1.1.108.0\Include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
| 84 | <PreprocessorDefinitions>GAMEGUI_INCLUDE_VULKAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
---|
[21de283] | 85 | </ClCompile>
|
---|
| 86 | <Link>
|
---|
[39278a8] | 87 | <SubSystem>Console</SubSystem>
|
---|
| 88 | <AdditionalLibraryDirectories>D:\VulkanSDK\1.1.108.0\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
---|
| 89 | <AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_ttf.lib;glfw3.lib;vulkan-1.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
[21de283] | 90 | </Link>
|
---|
| 91 | </ItemDefinitionGroup>
|
---|
[39278a8] | 92 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
---|
[21de283] | 93 | <ClCompile>
|
---|
| 94 | <WarningLevel>Level3</WarningLevel>
|
---|
| 95 | <Optimization>Disabled</Optimization>
|
---|
| 96 | <SDLCheck>true</SDLCheck>
|
---|
[39278a8] | 97 | <ConformanceMode>true</ConformanceMode>
|
---|
| 98 | <AdditionalIncludeDirectories>C:\Users\dportnoy\Desktop\SDL2-2.0.9\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
[21de283] | 99 | </ClCompile>
|
---|
[b1d8ddc] | 100 | <Link>
|
---|
[39278a8] | 101 | <SubSystem>Console</SubSystem>
|
---|
| 102 | <AdditionalLibraryDirectories>C:\Users\dportnoy\Desktop\SDL2-2.0.9\lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
---|
| 103 | <AdditionalDependencies>SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
---|
[b1d8ddc] | 104 | </Link>
|
---|
[21de283] | 105 | </ItemDefinitionGroup>
|
---|
| 106 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
---|
| 107 | <ClCompile>
|
---|
| 108 | <WarningLevel>Level3</WarningLevel>
|
---|
| 109 | <Optimization>MaxSpeed</Optimization>
|
---|
| 110 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
| 111 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
---|
| 112 | <SDLCheck>true</SDLCheck>
|
---|
[39278a8] | 113 | <ConformanceMode>true</ConformanceMode>
|
---|
[21de283] | 114 | </ClCompile>
|
---|
| 115 | <Link>
|
---|
[39278a8] | 116 | <SubSystem>Console</SubSystem>
|
---|
[21de283] | 117 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
| 118 | <OptimizeReferences>true</OptimizeReferences>
|
---|
| 119 | </Link>
|
---|
| 120 | </ItemDefinitionGroup>
|
---|
| 121 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
---|
| 122 | <ClCompile>
|
---|
| 123 | <WarningLevel>Level3</WarningLevel>
|
---|
| 124 | <Optimization>MaxSpeed</Optimization>
|
---|
| 125 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
---|
| 126 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
---|
| 127 | <SDLCheck>true</SDLCheck>
|
---|
[39278a8] | 128 | <ConformanceMode>true</ConformanceMode>
|
---|
[21de283] | 129 | </ClCompile>
|
---|
| 130 | <Link>
|
---|
[39278a8] | 131 | <SubSystem>Console</SubSystem>
|
---|
[21de283] | 132 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
---|
| 133 | <OptimizeReferences>true</OptimizeReferences>
|
---|
| 134 | </Link>
|
---|
| 135 | </ItemDefinitionGroup>
|
---|
| 136 | <ItemGroup>
|
---|
[39278a8] | 137 | <ClCompile Include="game-gui-sdl.cpp" />
|
---|
[6abfd07] | 138 | <ClCompile Include="utils.cpp" />
|
---|
[39278a8] | 139 | <ClCompile Include="vulkan-ref.cpp" />
|
---|
[21de283] | 140 | </ItemGroup>
|
---|
| 141 | <ItemGroup>
|
---|
[39278a8] | 142 | <ClInclude Include="game-gui-sdl.hpp" />
|
---|
| 143 | <ClInclude Include="game-gui.hpp" />
|
---|
[1099b95] | 144 | <ClInclude Include="stb_image.h" />
|
---|
[203ab1b] | 145 | <ClInclude Include="utils.hpp" />
|
---|
[21de283] | 146 | </ItemGroup>
|
---|
| 147 | <ItemGroup>
|
---|
[dba67b2] | 148 | <Text Include="README.txt" />
|
---|
[21de283] | 149 | </ItemGroup>
|
---|
[b73cb3b] | 150 | <ItemGroup>
|
---|
[39278a8] | 151 | <None Include="compile.bat" />
|
---|
| 152 | <None Include="compile.sh" />
|
---|
| 153 | <None Include="shaders\overlay.frag" />
|
---|
| 154 | <None Include="shaders\overlay.vert" />
|
---|
| 155 | <None Include="shaders\scene.frag" />
|
---|
| 156 | <None Include="shaders\scene.vert" />
|
---|
[b73cb3b] | 157 | </ItemGroup>
|
---|
[9f9f9a7] | 158 | <ItemGroup>
|
---|
[39278a8] | 159 | <Image Include="textures\texture.jpg" />
|
---|
[9f9f9a7] | 160 | </ItemGroup>
|
---|
[21de283] | 161 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
---|
| 162 | <ImportGroup Label="ExtensionTargets">
|
---|
| 163 | </ImportGroup>
|
---|
[5529ab5] | 164 | </Project>
|
---|