source: trunk/test/BtPhysTest.vcxproj @ 1713

Last change on this file since 1713 was 1713, checked in by sam, 11 years ago

build: add skeleton for JNat's demo.

File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|PS3">
5      <Configuration>Debug</Configuration>
6      <Platform>PS3</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|Win32">
9      <Configuration>Debug</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="Debug|Xbox 360">
17      <Configuration>Debug</Configuration>
18      <Platform>Xbox 360</Platform>
19    </ProjectConfiguration>
20    <ProjectConfiguration Include="Release|PS3">
21      <Configuration>Release</Configuration>
22      <Platform>PS3</Platform>
23    </ProjectConfiguration>
24    <ProjectConfiguration Include="Release|Win32">
25      <Configuration>Release</Configuration>
26      <Platform>Win32</Platform>
27    </ProjectConfiguration>
28    <ProjectConfiguration Include="Release|x64">
29      <Configuration>Release</Configuration>
30      <Platform>x64</Platform>
31    </ProjectConfiguration>
32    <ProjectConfiguration Include="Release|Xbox 360">
33      <Configuration>Release</Configuration>
34      <Platform>Xbox 360</Platform>
35    </ProjectConfiguration>
36  </ItemGroup>
37  <ItemGroup>
38    <ClInclude Include="BtPhysTest.h" />
39    <ClInclude Include="PhysicObject.h" />
40    <ClInclude Include="Physics\EasyPhysics.h" />
41    <ClInclude Include="Physics\LolBtPhysicsIntegration.h" />
42    <ClInclude Include="Physics\LolPhysics.h" />
43  </ItemGroup>
44  <ItemGroup>
45    <ClCompile Include="BtPhysTest.cpp" />
46    <ClCompile Include="Physics\EasyPhysics.cpp" />
47  </ItemGroup>
48  <ItemGroup>
49    <ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
50      <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
51    </ProjectReference>
52  </ItemGroup>
53  <ItemGroup>
54  </ItemGroup>
55  <PropertyGroup Label="Globals">
56    <ProjectGuid>{ee203b88-44cf-4859-9d42-7a1f43fecb52}</ProjectGuid>
57    <ConfigurationType>Application</ConfigurationType>
58    <Keyword>Win32Proj</Keyword>
59  </PropertyGroup>
60  <Import Project="$(SolutionDir)\Lol.Core.Config.props" />
61  <ImportGroup Label="ExtensionSettings">
62    <Import Project="$(SolutionDir)\Lol.Fx.props" />
63  </ImportGroup>
64  <ImportGroup Label="PropertySheets">
65    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66    <Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
67  </ImportGroup>
68  <PropertyGroup Label="UserMacros" />
69  <Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
70  <ItemDefinitionGroup />
71  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
72  <ImportGroup Label="ExtensionTargets">
73    <Import Project="$(SolutionDir)\Lol.Fx.targets" />
74  </ImportGroup>
75</Project>
Note: See TracBrowser for help on using the repository browser.