dd31353abdf0a8e665d5b205a51fe8968f1d0606
[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 <ProjectName>AutoRadar</ProjectName>
27 </PropertyGroup>
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30 <ConfigurationType>Application</ConfigurationType>
31 <UseDebugLibraries>true</UseDebugLibraries>
32 <PlatformToolset>v141</PlatformToolset>
33 <CharacterSet>MultiByte</CharacterSet>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
36 <ConfigurationType>Application</ConfigurationType>
37 <UseDebugLibraries>false</UseDebugLibraries>
38 <PlatformToolset>v141</PlatformToolset>
39 <WholeProgramOptimization>true</WholeProgramOptimization>
40 <CharacterSet>MultiByte</CharacterSet>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
43 <ConfigurationType>Application</ConfigurationType>
44 <UseDebugLibraries>true</UseDebugLibraries>
45 <PlatformToolset>v141</PlatformToolset>
46 <CharacterSet>MultiByte</CharacterSet>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
49 <ConfigurationType>Application</ConfigurationType>
50 <UseDebugLibraries>false</UseDebugLibraries>
51 <PlatformToolset>v141</PlatformToolset>
52 <WholeProgramOptimization>true</WholeProgramOptimization>
53 <CharacterSet>MultiByte</CharacterSet>
54 </PropertyGroup>
55 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
56 <ImportGroup Label="ExtensionSettings">
57 </ImportGroup>
58 <ImportGroup Label="Shared">
59 </ImportGroup>
60 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 </ImportGroup>
63 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 </ImportGroup>
66 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 </ImportGroup>
69 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
70 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71 </ImportGroup>
72 <PropertyGroup Label="UserMacros" />
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74 <IncludePath>$(ProjectDir)../deps/inc;$(IncludePath)</IncludePath>
75 <LibraryPath>$(ProjectDir)../deps/lib;$(LibraryPath)</LibraryPath>
76 </PropertyGroup>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78 <IncludePath>$(ProjectDir)../deps/inc;$(IncludePath)</IncludePath>
79 <LibraryPath>$(ProjectDir)../deps/lib;$(LibraryPath)</LibraryPath>
80 </PropertyGroup>
81 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82 <ClCompile>
83 <WarningLevel>Level3</WarningLevel>
84 <Optimization>Disabled</Optimization>
85 <SDLCheck>true</SDLCheck>
86 </ClCompile>
87 <Link>
88 <AdditionalDependencies>glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
89 </Link>
90 </ItemDefinitionGroup>
91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
92 <ClCompile>
93 <WarningLevel>Level3</WarningLevel>
94 <Optimization>Disabled</Optimization>
95 <SDLCheck>true</SDLCheck>
96 </ClCompile>
97 </ItemDefinitionGroup>
98 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
99 <ClCompile>
100 <WarningLevel>Level3</WarningLevel>
101 <Optimization>MaxSpeed</Optimization>
102 <FunctionLevelLinking>true</FunctionLevelLinking>
103 <IntrinsicFunctions>true</IntrinsicFunctions>
104 <SDLCheck>true</SDLCheck>
105 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
106 </ClCompile>
107 <Link>
108 <EnableCOMDATFolding>true</EnableCOMDATFolding>
109 <OptimizeReferences>true</OptimizeReferences>
110 <AdditionalDependencies>glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
111 </Link>
112 </ItemDefinitionGroup>
113 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
114 <ClCompile>
115 <WarningLevel>Level3</WarningLevel>
116 <Optimization>MaxSpeed</Optimization>
117 <FunctionLevelLinking>true</FunctionLevelLinking>
118 <IntrinsicFunctions>true</IntrinsicFunctions>
119 <SDLCheck>true</SDLCheck>
120 </ClCompile>
121 <Link>
122 <EnableCOMDATFolding>true</EnableCOMDATFolding>
123 <OptimizeReferences>true</OptimizeReferences>
124 </Link>
125 </ItemDefinitionGroup>
126 <ItemGroup>
127 <ClInclude Include="Camera.hpp" />
128 <ClInclude Include="Console.hpp" />
129 <ClInclude Include="convexPolytope.h" />
130 <ClInclude Include="cxxopts.hpp" />
131 <ClInclude Include="dds.hpp" />
132 <ClInclude Include="FrameBuffer.hpp" />
133 <ClInclude Include="fuzzy_select.h" />
134 <ClInclude Include="gamelump.hpp" />
135 <ClInclude Include="globals.h" />
136 <ClInclude Include="GradientMap.hpp" />
137 <ClInclude Include="interpolation.h" />
138 <ClInclude Include="generic.hpp" />
139 <ClInclude Include="lumps_geometry.hpp" />
140 <ClInclude Include="lumps_visibility.hpp" />
141 <ClInclude Include="Mesh.hpp" />
142 <ClInclude Include="GameObject.hpp" />
143 <ClInclude Include="nav.hpp" />
144 <ClInclude Include="plane.h" />
145 <ClInclude Include="radar.hpp" />
146 <ClInclude Include="Shader.hpp" />
147 <ClInclude Include="stb_dxt.h" />
148 <ClInclude Include="stb_image.h" />
149 <ClInclude Include="stb_image_write.h" />
150 <ClInclude Include="tbsp.hpp" />
151 <ClInclude Include="TextFont.hpp" />
152 <ClInclude Include="Texture.hpp" />
153 <ClInclude Include="util.h" />
154 <ClInclude Include="vbsp.hpp" />
155 <ClInclude Include="vdf.hpp" />
156 <ClInclude Include="VectorOctTree.hpp" />
157 <ClInclude Include="vmf.hpp" />
158 <ClInclude Include="vpk.hpp" />
159 <ClInclude Include="vtx.hpp" />
160 <ClInclude Include="vvd.hpp" />
161 <ClInclude Include="wc.hpp" />
162 </ItemGroup>
163 <ItemGroup>
164 <ClCompile Include="glad.c" />
165 <ClCompile Include="GLFWUtil.hpp" />
166 <ClCompile Include="main.cpp" />
167 <ClCompile Include="main2.cpp" />
168 </ItemGroup>
169 <ItemGroup>
170 <None Include="shaders\depth.fs" />
171 <None Include="shaders\depth.vs" />
172 <None Include="shaders\fullscreenbase.vs" />
173 <None Include="shaders\ss_precomp_objectives.fs" />
174 <None Include="shaders\ss_precomp_playspace.fs" />
175 <None Include="shaders\ss_comp_main.fs" />
176 <None Include="shaders\textfont.fs" />
177 <None Include="shaders\textfont.vs" />
178 <None Include="shaders\unlit.fs" />
179 <None Include="shaders\unlit.vs" />
180 <None Include="shaders\worldgrid.fs" />
181 <None Include="shaders\worldgrid.vs" />
182 </ItemGroup>
183 <ItemGroup>
184 <Image Include="fonts\dina-r-background.png" />
185 <Image Include="fonts\dina-r.png" />
186 </ItemGroup>
187 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
188 <ImportGroup Label="ExtensionTargets">
189 </ImportGroup>
190 </Project>