Merge pull request #4212 from The-EG/fix-vs2015-gzip

Add GZipFormat source files to VS2015 Solution
master
Andrew Copland 2017-12-24 18:43:17 +00:00 committed by GitHub
commit 7439d3622e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -401,6 +401,7 @@
<ClCompile Include="..\..\src\GeoPatchID.cpp" />
<ClCompile Include="..\..\src\GeoPatchJobs.cpp" />
<ClCompile Include="..\..\src\GeoSphere.cpp" />
<ClCompile Include="..\..\src\GZipFormat.cpp" />
<ClCompile Include="..\..\src\HudTrail.cpp" />
<ClCompile Include="..\..\src\HyperspaceCloud.cpp" />
<ClCompile Include="..\..\src\IniConfig.cpp" />
@ -576,6 +577,7 @@
<ClInclude Include="..\..\src\GeoPatchID.h" />
<ClInclude Include="..\..\src\GeoPatchJobs.h" />
<ClInclude Include="..\..\src\GeoSphere.h" />
<ClInclude Include="..\..\src\GZipFormat.h" />
<ClInclude Include="..\..\src\HudTrail.h" />
<ClInclude Include="..\..\src\HyperspaceCloud.h" />
<ClInclude Include="..\..\src\IniConfig.h" />

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="src">
@ -465,6 +465,9 @@
<ClCompile Include="..\..\contrib\imgui\examples\sdl_opengl2_example\imgui_impl_sdl.cpp">
<Filter>src\imgui</Filter>
</ClCompile>
<ClCompile Include="..\..\src\GZipFormat.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\Aabb.h">
@ -932,10 +935,13 @@
<ClInclude Include="..\..\contrib\imgui\examples\sdl_opengl2_example\imgui_impl_sdl.h">
<Filter>src\imgui</Filter>
</ClInclude>
<ClInclude Include="..\..\src\GZipFormat.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\src\win32\pioneer.rc">
<Filter>src\win32</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
</Project>