conworlds

view conworlds.vcxproj @ 22:5f53272ff612

removed the vr wrapper and added an external dependency to libgoatvr
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 29 Aug 2014 07:44:26 +0300
parents 2da585428507
children
line source
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.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 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{714906B6-FD4C-4ECC-990C-247FA46B8801}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 <RootNamespace>conworlds</RootNamespace>
17 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20 <ConfigurationType>Application</ConfigurationType>
21 <UseDebugLibraries>true</UseDebugLibraries>
22 <PlatformToolset>v120</PlatformToolset>
23 <CharacterSet>MultiByte</CharacterSet>
24 </PropertyGroup>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
26 <ConfigurationType>Application</ConfigurationType>
27 <UseDebugLibraries>false</UseDebugLibraries>
28 <PlatformToolset>v120</PlatformToolset>
29 <WholeProgramOptimization>false</WholeProgramOptimization>
30 <CharacterSet>MultiByte</CharacterSet>
31 </PropertyGroup>
32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
33 <ImportGroup Label="ExtensionSettings">
34 </ImportGroup>
35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 </ImportGroup>
38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40 </ImportGroup>
41 <PropertyGroup Label="UserMacros" />
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
43 <LinkIncremental>true</LinkIncremental>
44 </PropertyGroup>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
46 <LinkIncremental>false</LinkIncremental>
47 </PropertyGroup>
48 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49 <ClCompile>
50 <PrecompiledHeader>
51 </PrecompiledHeader>
52 <WarningLevel>Level3</WarningLevel>
53 <Optimization>Disabled</Optimization>
54 <PreprocessorDefinitions>USE_GLUT;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);USE_LIBOVR</PreprocessorDefinitions>
55 <DisableSpecificWarnings>4996;4244;4305</DisableSpecificWarnings>
56 <AdditionalIncludeDirectories>$(SolutionDir)\src</AdditionalIncludeDirectories>
57 </ClCompile>
58 <Link>
59 <SubSystem>Console</SubSystem>
60 <GenerateDebugInformation>true</GenerateDebugInformation>
61 <AdditionalDependencies>opengl32.lib;libgoatvr.lib;freeglutd.lib;glew32.lib;libvmath.lib;libanim.lib;libimago2.lib;jpeglib.lib;libpng.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
62 </Link>
63 </ItemDefinitionGroup>
64 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
65 <ClCompile>
66 <WarningLevel>Level3</WarningLevel>
67 <PrecompiledHeader>
68 </PrecompiledHeader>
69 <Optimization>MaxSpeed</Optimization>
70 <FunctionLevelLinking>true</FunctionLevelLinking>
71 <IntrinsicFunctions>true</IntrinsicFunctions>
72 <PreprocessorDefinitions>USE_GLUT;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);USE_LIBOVR</PreprocessorDefinitions>
73 <DisableSpecificWarnings>4996;4244;4305</DisableSpecificWarnings>
74 <AdditionalIncludeDirectories>$(SolutionDir)\src</AdditionalIncludeDirectories>
75 </ClCompile>
76 <Link>
77 <SubSystem>Console</SubSystem>
78 <GenerateDebugInformation>true</GenerateDebugInformation>
79 <EnableCOMDATFolding>true</EnableCOMDATFolding>
80 <OptimizeReferences>true</OptimizeReferences>
81 <AdditionalDependencies>opengl32.lib;libgoatvr.lib;freeglut.lib;glew32.lib;libvmath.lib;libanim.lib;libimago2.lib;jpeglib.lib;libpng.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
82 </Link>
83 </ItemDefinitionGroup>
84 <ItemGroup>
85 <ClCompile Include="src\assload.cc" />
86 <ClCompile Include="src\camera.cc" />
87 <ClCompile Include="src\game.cc" />
88 <ClCompile Include="src\gameopt.cc" />
89 <ClCompile Include="src\geom.cc" />
90 <ClCompile Include="src\glut\main_glut.cc" />
91 <ClCompile Include="src\image.cc" />
92 <ClCompile Include="src\light.cc" />
93 <ClCompile Include="src\logger.cc" />
94 <ClCompile Include="src\material.cc" />
95 <ClCompile Include="src\mesh.cc" />
96 <ClCompile Include="src\object.cc" />
97 <ClCompile Include="src\opengl.cc" />
98 <ClCompile Include="src\scene.cc" />
99 <ClCompile Include="src\sdl\main_sdl.cc" />
100 <ClCompile Include="src\sdr.c" />
101 <ClCompile Include="src\shader.cc" />
102 <ClCompile Include="src\texture.cc" />
103 <ClCompile Include="src\unistate.cc" />
104 <ClCompile Include="src\xform_node.cc" />
105 </ItemGroup>
106 <ItemGroup>
107 <ClInclude Include="src\assload.h" />
108 <ClInclude Include="src\camera.h" />
109 <ClInclude Include="src\dataset.h" />
110 <ClInclude Include="src\game.h" />
111 <ClInclude Include="src\gameopt.h" />
112 <ClInclude Include="src\geom.h" />
113 <ClInclude Include="src\image.h" />
114 <ClInclude Include="src\light.h" />
115 <ClInclude Include="src\logger.h" />
116 <ClInclude Include="src\material.h" />
117 <ClInclude Include="src\mesh.h" />
118 <ClInclude Include="src\object.h" />
119 <ClInclude Include="src\opengl.h" />
120 <ClInclude Include="src\scene.h" />
121 <ClInclude Include="src\sdr.h" />
122 <ClInclude Include="src\shader.h" />
123 <ClInclude Include="src\texture.h" />
124 <ClInclude Include="src\unistate.h" />
125 <ClInclude Include="src\xform_node.h" />
126 </ItemGroup>
127 <ItemGroup>
128 <None Include="src\dataset.inl" />
129 </ItemGroup>
130 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
131 <ImportGroup Label="ExtensionTargets">
132 </ImportGroup>
133 </Project>