2015-01-27 05:07:44 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-12-08 05:15:53 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-05-21 20:07:24 +00:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-05-21 20:07:24 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{462C2608-182F-452C-944F-AF201E19300B}</ProjectGuid>
|
|
|
|
|
<RootNamespace>glide3x</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
2015-02-20 09:09:05 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
</PropertyGroup>
|
2015-07-15 10:37:49 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2015-02-20 09:09:05 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2015-07-15 10:37:49 +00:00
|
|
|
|
<Import Project="$(SolutionDir)PropertySheets\Platform.$(Configuration).props" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</ImportGroup>
|
2015-07-15 10:37:49 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2015-02-20 09:09:05 +00:00
|
|
|
|
<ItemDefinitionGroup>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<ClCompile>
|
2015-12-04 06:49:31 +00:00
|
|
|
|
<AdditionalIncludeDirectories>$(Root)Source/3rdParty/sdl/include;inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-01-27 05:07:44 +00:00
|
|
|
|
<PrecompiledHeader />
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Lib>
|
|
|
|
|
<AdditionalDependencies>OpenGL32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2015-10-14 21:49:37 +00:00
|
|
|
|
<ClCompile Include="OGLcombiner.cpp" />
|
|
|
|
|
<ClCompile Include="OGLgeometry.cpp" />
|
|
|
|
|
<ClCompile Include="OGLglitchmain.cpp" />
|
|
|
|
|
<ClCompile Include="OGLtextures.cpp" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-10-14 21:49:37 +00:00
|
|
|
|
<ClInclude Include="glitchmain.h" />
|
2015-01-27 05:07:44 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|