a846f0b6db52481206831b7d6d1f73ba3c97748f
[tar-legacy.git] / MCDV / MCDV.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="15.0" 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>15.0</VCProjectVersion>
23 <ProjectGuid>{3F5631FE-0F0C-4285-B301-66DA219121EC}</ProjectGuid>
24 <RootNamespace>MCDV</RootNamespace>
25 <WindowsTargetPlatformVersion>10.0.17134.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>v141</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>v141</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>v141</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>v141</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" />
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
73 <IncludePath>$(ProjectDir)../deps/inc;$(IncludePath)</IncludePath>
74 <LibraryPath>$(ProjectDir)../deps/lib;$(LibraryPath)</LibraryPath>
75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
77 <IncludePath>$(ProjectDir)../deps/inc;$(IncludePath)</IncludePath>
78 <LibraryPath>$(ProjectDir)../deps/lib;$(LibraryPath)</LibraryPath>
79 </PropertyGroup>
80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
81 <ClCompile>
82 <WarningLevel>Level3</WarningLevel>
83 <Optimization>Disabled</Optimization>
84 <SDLCheck>true</SDLCheck>
85 </ClCompile>
86 <Link>
87 <AdditionalDependencies>glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
88 </Link>
89 </ItemDefinitionGroup>
90 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
91 <ClCompile>
92 <WarningLevel>Level3</WarningLevel>
93 <Optimization>Disabled</Optimization>
94 <SDLCheck>true</SDLCheck>
95 </ClCompile>
96 </ItemDefinitionGroup>
97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
98 <ClCompile>
99 <WarningLevel>Level3</WarningLevel>
100 <Optimization>MaxSpeed</Optimization>
101 <FunctionLevelLinking>true</FunctionLevelLinking>
102 <IntrinsicFunctions>true</IntrinsicFunctions>
103 <SDLCheck>true</SDLCheck>
104 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
105 </ClCompile>
106 <Link>
107 <EnableCOMDATFolding>true</EnableCOMDATFolding>
108 <OptimizeReferences>true</OptimizeReferences>
109 <AdditionalDependencies>glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
110 </Link>
111 </ItemDefinitionGroup>
112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
113 <ClCompile>
114 <WarningLevel>Level3</WarningLevel>
115 <Optimization>MaxSpeed</Optimization>
116 <FunctionLevelLinking>true</FunctionLevelLinking>
117 <IntrinsicFunctions>true</IntrinsicFunctions>
118 <SDLCheck>true</SDLCheck>
119 </ClCompile>
120 <Link>
121 <EnableCOMDATFolding>true</EnableCOMDATFolding>
122 <OptimizeReferences>true</OptimizeReferences>
123 </Link>
124 </ItemDefinitionGroup>
125 <ItemGroup>
126 <ClInclude Include="Camera.hpp" />
127 <ClInclude Include="gamelump.hpp" />
128 <ClInclude Include="interpolation.h" />
129 <ClInclude Include="generic.hpp" />
130 <ClInclude Include="lumps_geometry.hpp" />
131 <ClInclude Include="lumps_visibility.hpp" />
132 <ClInclude Include="Mesh.hpp" />
133 <ClInclude Include="GameObject.hpp" />
134 <ClInclude Include="nav.hpp" />
135 <ClInclude Include="radar.hpp" />
136 <ClInclude Include="Shader.hpp" />
137 <ClInclude Include="stb_image.h" />
138 <ClInclude Include="tbsp.hpp" />
139 <ClInclude Include="Texture.hpp" />
140 <ClInclude Include="util.h" />
141 <ClInclude Include="vbsp.hpp" />
142 <ClInclude Include="vdf.hpp" />
143 <ClInclude Include="VectorOctTree.hpp" />
144 <ClInclude Include="vtx.hpp" />
145 <ClInclude Include="vvd.hpp" />
146 </ItemGroup>
147 <ItemGroup>
148 <ClCompile Include="glad.c" />
149 <ClCompile Include="GLFWUtil.hpp" />
150 <ClCompile Include="main.cpp" />
151 </ItemGroup>
152 <ItemGroup>
153 <None Include="depth.fs" />
154 <None Include="depth.vs" />
155 <None Include="lit.fs" />
156 <None Include="lit.vs" />
157 <None Include="unlit.fs" />
158 <None Include="unlit.vs" />
159 </ItemGroup>
160 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
161 <ImportGroup Label="ExtensionTargets">
162 </ImportGroup>
163 </Project>