1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 14.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 =" Debug|x64" >
9+ <Configuration >Debug</Configuration >
10+ <Platform >x64</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Mixed|Win32" >
13+ <Configuration >Mixed</Configuration >
14+ <Platform >Win32</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Mixed|x64" >
17+ <Configuration >Mixed</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ <ProjectConfiguration Include =" Release|Win32" >
21+ <Configuration >Release</Configuration >
22+ <Platform >Win32</Platform >
23+ </ProjectConfiguration >
24+ <ProjectConfiguration Include =" Release|x64" >
25+ <Configuration >Release</Configuration >
26+ <Platform >x64</Platform >
27+ </ProjectConfiguration >
28+ </ItemGroup >
29+ <PropertyGroup Label =" Globals" >
30+ <ProjectName >ODE</ProjectName >
31+ <ProjectGuid >{1BF75FEB-87DD-486C-880B-227987D191C2}</ProjectGuid >
32+ </PropertyGroup >
33+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Mixed|Win32'" Label =" Configuration" >
35+ <ConfigurationType >DynamicLibrary</ConfigurationType >
36+ <PlatformToolset >v141</PlatformToolset >
37+ <CharacterSet >MultiByte</CharacterSet >
38+ </PropertyGroup >
39+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Mixed|x64'" Label =" Configuration" >
40+ <ConfigurationType >DynamicLibrary</ConfigurationType >
41+ <PlatformToolset >v141</PlatformToolset >
42+ <CharacterSet >MultiByte</CharacterSet >
43+ <WholeProgramOptimization >false</WholeProgramOptimization >
44+ </PropertyGroup >
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
46+ <ConfigurationType >DynamicLibrary</ConfigurationType >
47+ <PlatformToolset >v141</PlatformToolset >
48+ <CharacterSet >MultiByte</CharacterSet >
49+ <WholeProgramOptimization >true</WholeProgramOptimization >
50+ </PropertyGroup >
51+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
52+ <ConfigurationType >DynamicLibrary</ConfigurationType >
53+ <PlatformToolset >v141</PlatformToolset >
54+ <CharacterSet >MultiByte</CharacterSet >
55+ <WholeProgramOptimization >true</WholeProgramOptimization >
56+ </PropertyGroup >
57+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
58+ <ConfigurationType >DynamicLibrary</ConfigurationType >
59+ <PlatformToolset >v141</PlatformToolset >
60+ <CharacterSet >MultiByte</CharacterSet >
61+ </PropertyGroup >
62+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
63+ <ConfigurationType >DynamicLibrary</ConfigurationType >
64+ <PlatformToolset >v141</PlatformToolset >
65+ <CharacterSet >MultiByte</CharacterSet >
66+ </PropertyGroup >
67+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
68+ <ImportGroup Label =" ExtensionSettings" >
69+ </ImportGroup >
70+ <ImportGroup Label =" PropertySheets" >
71+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72+ <Import Project =" $(SolutionDir)Common.props" />
73+ </ImportGroup >
74+ <PropertyGroup >
75+ <_ProjectFileVersion >12.0.30501.0</_ProjectFileVersion >
76+ </PropertyGroup >
77+ <ItemDefinitionGroup >
78+ <ClCompile >
79+ <AdditionalIncludeDirectories >$(xrExternals)ode/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
80+ <PreprocessorDefinitions >_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
81+ <DisableSpecificWarnings >4100;4505;%(DisableSpecificWarnings)</DisableSpecificWarnings >
82+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
83+ </ClCompile >
84+ <Link >
85+ <ModuleDefinitionFile >ode/config/msvcdefs.def</ModuleDefinitionFile >
86+ </Link >
87+ </ItemDefinitionGroup >
88+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
89+ <ClCompile >
90+ <PreprocessorDefinitions >dNODEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
91+ </ClCompile >
92+ </ItemDefinitionGroup >
93+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Mixed'" >
94+ <ClCompile >
95+ <PreprocessorDefinitions >dNODEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
96+ </ClCompile >
97+ </ItemDefinitionGroup >
98+ <ItemGroup >
99+ <ClInclude Include =" ode\include\ode\collision.h" />
100+ <ClInclude Include =" ode\include\ode\collision_space.h" />
101+ <ClInclude Include =" ode\include\ode\collision_trimesh.h" />
102+ <ClInclude Include =" ode\include\ode\common.h" />
103+ <ClInclude Include =" ode\include\ode\compatibility.h" />
104+ <ClInclude Include =" ode\include\ode\config.h" />
105+ <ClInclude Include =" ode\include\ode\contact.h" />
106+ <ClInclude Include =" ode\include\ode\error.h" />
107+ <ClInclude Include =" ode\include\ode\export-dif.h" />
108+ <ClInclude Include =" ode\include\ode\geom.h" />
109+ <ClInclude Include =" ode\include\ode\mass.h" />
110+ <ClInclude Include =" ode\include\ode\matrix.h" />
111+ <ClInclude Include =" ode\include\ode\memory.h" />
112+ <ClInclude Include =" ode\include\ode\misc.h" />
113+ <ClInclude Include =" ode\include\ode\objects.h" />
114+ <ClInclude Include =" ode\include\ode\ode.h" />
115+ <ClInclude Include =" ode\include\ode\odecpp.h" />
116+ <ClInclude Include =" ode\include\ode\odecpp_collision.h" />
117+ <ClInclude Include =" ode\include\ode\odemath.h" />
118+ <ClInclude Include =" ode\include\ode\rotation.h" />
119+ <ClInclude Include =" ode\include\ode\space.h" />
120+ <ClInclude Include =" ode\include\ode\timer.h" />
121+ <ClInclude Include =" ode\ode\src\array.h" />
122+ <ClInclude Include =" ode\ode\src\Bounder33.h" />
123+ <ClInclude Include =" ode\ode\src\collision_kernel.h" />
124+ <ClInclude Include =" ode\ode\src\collision_space_internal.h" />
125+ <ClInclude Include =" ode\ode\src\collision_std.h" />
126+ <ClInclude Include =" ode\ode\src\collision_transform.h" />
127+ <ClInclude Include =" ode\ode\src\collision_trimesh_internal.h" />
128+ <ClInclude Include =" ode\ode\src\collision_util.h" />
129+ <ClInclude Include =" ode\ode\src\geom_internal.h" />
130+ <ClInclude Include =" ode\ode\src\joint.h" />
131+ <ClInclude Include =" ode\ode\src\lcp.h" />
132+ <ClInclude Include =" ode\ode\src\Lcp33.h" />
133+ <ClInclude Include =" ode\ode\src\mat.h" />
134+ <ClInclude Include =" ode\ode\src\objects.h" />
135+ <ClInclude Include =" ode\ode\src\obstack.h" />
136+ <ClInclude Include =" ode\ode\src\quickstep.h" />
137+ <ClInclude Include =" ode\ode\src\stack.h" />
138+ <ClInclude Include =" ode\ode\src\step.h" />
139+ <ClInclude Include =" ode\ode\src\StepJointInternal.h" />
140+ <ClInclude Include =" ode\ode\src\testing.h" />
141+ <ClInclude Include =" ode\ode\src\util.h" />
142+ <ClInclude Include =" ode\contrib\msvc7\ode_default\de_padf_integration.h" />
143+ </ItemGroup >
144+ <ItemGroup >
145+ <ClCompile Include =" ode\ode\src\array.cpp" />
146+ <ClCompile Include =" ode\ode\src\Bounder33.cpp" />
147+ <ClCompile Include =" ode\ode\src\collision_kernel.cpp" />
148+ <ClCompile Include =" ode\ode\src\collision_quadtreespace.cpp" >
149+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
150+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
151+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Mixed|Win32'" >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
152+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Mixed|x64'" >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
153+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
154+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
155+ </ClCompile >
156+ <ClCompile Include =" ode\ode\src\collision_space.cpp" />
157+ <ClCompile Include =" ode\ode\src\collision_std.cpp" >
158+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
159+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
160+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Mixed|Win32'" >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
161+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Mixed|x64'" >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
162+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
163+ <DisableSpecificWarnings Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >4244;%(DisableSpecificWarnings)</DisableSpecificWarnings >
164+ </ClCompile >
165+ <ClCompile Include =" ode\ode\src\collision_transform.cpp" />
166+ <ClCompile Include =" ode\ode\src\collision_util.cpp" />
167+ <ClCompile Include =" ode\ode\src\error.cpp" />
168+ <ClCompile Include =" ode\ode\src\export-dif.cpp" />
169+ <ClCompile Include =" ode\ode\src\fastdot.c" />
170+ <ClCompile Include =" ode\ode\src\fastldlt.c" />
171+ <ClCompile Include =" ode\ode\src\fastlsolve.c" />
172+ <ClCompile Include =" ode\ode\src\fastltsolve.c" />
173+ <ClCompile Include =" ode\ode\src\joint.cpp" />
174+ <ClCompile Include =" ode\ode\src\lcp.cpp" />
175+ <ClCompile Include =" ode\ode\src\mass.cpp" />
176+ <ClCompile Include =" ode\ode\src\mat.cpp" />
177+ <ClCompile Include =" ode\ode\src\matrix.cpp" />
178+ <ClCompile Include =" ode\ode\src\memory.cpp" />
179+ <ClCompile Include =" ode\ode\src\misc.cpp" />
180+ <ClCompile Include =" ode\ode\src\obstack.cpp" />
181+ <ClCompile Include =" ode\ode\src\ode.cpp" />
182+ <ClCompile Include =" ode\ode\src\odemath.cpp" />
183+ <ClCompile Include =" ode\ode\src\quickstep.cpp" />
184+ <ClCompile Include =" ode\ode\src\rotation.cpp" />
185+ <ClCompile Include =" ode\ode\src\step.cpp" />
186+ <ClCompile Include =" ode\ode\src\stepfast.cpp" />
187+ <ClCompile Include =" ode\ode\src\StepJointInternal.cpp" />
188+ <ClCompile Include =" ode\ode\src\testing.cpp" />
189+ <ClCompile Include =" ode\ode\src\timer.cpp" />
190+ <ClCompile Include =" ode\ode\src\util.cpp" />
191+ <ClCompile Include =" ode\contrib\msvc7\ode_default\de_padf_integration.cpp" />
192+ </ItemGroup >
193+ <ItemGroup >
194+ <None Include =" ode\config\msvcdefs.def" />
195+ </ItemGroup >
196+ <ItemGroup >
197+ <Text Include =" ReadMe.txt" />
198+ </ItemGroup >
199+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
200+ <ImportGroup Label =" ExtensionTargets" >
201+ </ImportGroup >
202+ <ProjectExtensions >
203+ <VisualStudio >
204+ <UserProperties DevPartner_IsInstrumented =" 0" />
205+ </VisualStudio >
206+ </ProjectExtensions >
207+ </Project >
0 commit comments