Changeset 39278a8 in opengl-game


Ignore:
Timestamp:
Sep 12, 2019, 2:52:42 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
27c40ce
Parents:
ed7c953
Message:

Rename the NewOpenGLGame and VulkanGame projects to OpenGLReference and VulkanReference and create a new VulkanGame project for the remake of the original OpenGL game

Files:
1 added
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • NewOpenGLGame.sln

    red7c953 r39278a8  
    44VisualStudioVersion = 16.0.29020.237
    55MinimumVisualStudioVersion = 10.0.40219.1
    6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NewOpenGLGame", "NewOpenGLGame.vcxproj", "{2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}"
     6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenGLReference", "OpenGLReference.vcxproj", "{2D79C35D-6372-4B1F-8EFE-55F53BC9D0C7}"
    77EndProject
    8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VulkanGame", "VulkanGame.vcxproj", "{2AD86D3B-B06F-405A-99F3-941A24329905}"
     8Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VulkanReference", "VulkanReference.vcxproj", "{2AD86D3B-B06F-405A-99F3-941A24329905}"
     9EndProject
     10Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VulkanGame", "VulkanGame.vcxproj", "{3489E223-6118-49E3-98F3-8887B68AC32F}"
    911EndProject
    1012Global
     
    3234                {2AD86D3B-B06F-405A-99F3-941A24329905}.Release|x86.ActiveCfg = Release|Win32
    3335                {2AD86D3B-B06F-405A-99F3-941A24329905}.Release|x86.Build.0 = Release|Win32
     36                {3489E223-6118-49E3-98F3-8887B68AC32F}.Debug|x64.ActiveCfg = Debug|x64
     37                {3489E223-6118-49E3-98F3-8887B68AC32F}.Debug|x64.Build.0 = Debug|x64
     38                {3489E223-6118-49E3-98F3-8887B68AC32F}.Debug|x86.ActiveCfg = Debug|Win32
     39                {3489E223-6118-49E3-98F3-8887B68AC32F}.Debug|x86.Build.0 = Debug|Win32
     40                {3489E223-6118-49E3-98F3-8887B68AC32F}.Release|x64.ActiveCfg = Release|x64
     41                {3489E223-6118-49E3-98F3-8887B68AC32F}.Release|x64.Build.0 = Release|x64
     42                {3489E223-6118-49E3-98F3-8887B68AC32F}.Release|x86.ActiveCfg = Release|Win32
     43                {3489E223-6118-49E3-98F3-8887B68AC32F}.Release|x86.Build.0 = Release|Win32
    3444        EndGlobalSection
    3545        GlobalSection(SolutionProperties) = preSolution
  • VulkanGame.vcxproj

    red7c953 r39278a8  
    2121  <PropertyGroup Label="Globals">
    2222    <VCProjectVersion>16.0</VCProjectVersion>
    23     <ProjectGuid>{2AD86D3B-B06F-405A-99F3-941A24329905}</ProjectGuid>
     23    <ProjectGuid>{3489E223-6118-49E3-98F3-8887B68AC32F}</ProjectGuid>
    2424    <RootNamespace>VulkanGame</RootNamespace>
    2525    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
     
    7272  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    7373    <IncludePath>include;$(IncludePath)</IncludePath>
    74     <LibraryPath>lib;$(LibraryPath)</LibraryPath>
     74    <LibraryPath>lib;D:\VulkanSDK\1.1.108.0\Lib;$(LibraryPath)</LibraryPath>
    7575  </PropertyGroup>
    7676  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     
    8181      <ConformanceMode>true</ConformanceMode>
    8282      <LanguageStandard>stdcpp17</LanguageStandard>
     83      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GAMEGUI_INCLUDE_VULKAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    8384      <AdditionalIncludeDirectories>D:\VulkanSDK\1.1.108.0\Include;include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    8485    </ClCompile>
    8586    <Link>
    8687      <SubSystem>Console</SubSystem>
    87       <AdditionalLibraryDirectories>D:\VulkanSDK\1.1.108.0\Lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    88       <AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_ttf.lib;glfw3.lib;vulkan-1.lib;%(AdditionalDependencies)</AdditionalDependencies>
     88      <AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_ttf.lib;vulkan-1.lib;%(AdditionalDependencies)</AdditionalDependencies>
    8989    </Link>
    9090  </ItemDefinitionGroup>
     
    9595      <SDLCheck>true</SDLCheck>
    9696      <ConformanceMode>true</ConformanceMode>
    97       <AdditionalIncludeDirectories>C:\Users\dportnoy\Desktop\SDL2-2.0.9\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    9897    </ClCompile>
    9998    <Link>
    10099      <SubSystem>Console</SubSystem>
    101       <AdditionalLibraryDirectories>C:\Users\dportnoy\Desktop\SDL2-2.0.9\lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    102       <AdditionalDependencies>SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
    103100    </Link>
    104101  </ItemDefinitionGroup>
     
    134131  </ItemDefinitionGroup>
    135132  <ItemGroup>
    136     <ClCompile Include="game-gui-glfw.cpp" />
     133    <ClCompile Include="crash-logger.cpp" />
     134    <ClCompile Include="FileStackWalker.cpp" />
    137135    <ClCompile Include="game-gui-sdl.cpp" />
     136    <ClCompile Include="main-vulkan.cpp" />
     137    <ClCompile Include="StackWalker.cpp" />
    138138    <ClCompile Include="vulkan-game.cpp" />
    139139  </ItemGroup>
    140140  <ItemGroup>
    141     <ClInclude Include="game-gui-glfw.hpp" />
     141    <ClInclude Include="consts.hpp" />
     142    <ClInclude Include="crash-logger.hpp" />
     143    <ClInclude Include="FileStackWalker.h" />
    142144    <ClInclude Include="game-gui-sdl.hpp" />
    143145    <ClInclude Include="game-gui.hpp" />
    144     <ClInclude Include="stb_image.h" />
    145   </ItemGroup>
    146   <ItemGroup>
    147     <Text Include="README.txt" />
    148   </ItemGroup>
    149   <ItemGroup>
    150     <None Include="compile.bat" />
    151     <None Include="compile.sh" />
    152     <None Include="shaders\overlay.frag" />
    153     <None Include="shaders\overlay.vert" />
    154     <None Include="shaders\scene.frag" />
    155     <None Include="shaders\scene.vert" />
    156   </ItemGroup>
    157   <ItemGroup>
    158     <Image Include="textures\texture.jpg" />
     146    <ClInclude Include="StackWalker.h" />
     147    <ClInclude Include="vulkan-game.hpp" />
    159148  </ItemGroup>
    160149  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Note: See TracChangeset for help on using the changeset viewer.