source: trunk/games/ToukyDemo/ToukyDemo.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: 2.9 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="Character.h" />
39    <ClInclude Include="UserReactiveObject.h" />
40    <ClInclude Include="ToukyDemo.h" />
41  </ItemGroup>
42  <ItemGroup>
43    <ClCompile Include="ToukyDemo.cpp" />
44  </ItemGroup>
45  <ItemGroup>
46    <ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
47      <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
48    </ProjectReference>
49  </ItemGroup>
50  <ItemGroup>
51  </ItemGroup>
52  <PropertyGroup Label="Globals">
53    <ProjectGuid>{ee203b88-44cf-4859-9d42-7a5f43fecb52}</ProjectGuid>
54    <ConfigurationType>Application</ConfigurationType>
55    <Keyword>Win32Proj</Keyword>
56  </PropertyGroup>
57  <Import Project="$(SolutionDir)\Lol.Core.Config.props" />
58  <ImportGroup Label="ExtensionSettings">
59    <Import Project="$(SolutionDir)\Lol.Fx.props" />
60  </ImportGroup>
61  <ImportGroup Label="PropertySheets">
62    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63    <Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
64  </ImportGroup>
65  <PropertyGroup Label="UserMacros" />
66  <Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
67  <ItemDefinitionGroup />
68  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
69  <ImportGroup Label="ExtensionTargets">
70    <Import Project="$(SolutionDir)\Lol.Fx.targets" />
71  </ImportGroup>
72</Project>
Note: See TracBrowser for help on using the repository browser.