-
Notifications
You must be signed in to change notification settings - Fork 0
/
prototype.cproj
66 lines (66 loc) · 2.45 KB
/
prototype.cproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B31EAE28-1035-4352-9F15-82C2723F49DB}</ProjectGuid>
<Target>Bin</Target>
<Language>CPP</Language>
<Compiler>
<Compiler ctype="GppCompiler" />
</Compiler>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
<OutputPath>bin\Debug</OutputPath>
<DefineSymbols>DEBUG MONODEVELOP</DefineSymbols>
<SourceDirectory>.</SourceDirectory>
<OutputName>prototype</OutputName>
<CompileTarget>Bin</CompileTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\Release</OutputPath>
<DefineSymbols>MONODEVELOP</DefineSymbols>
<SourceDirectory>.</SourceDirectory>
<OptimizationLevel>3</OptimizationLevel>
<OutputName>prototype</OutputName>
<CompileTarget>Bin</CompileTarget>
</PropertyGroup>
<ItemGroup>
<Compile Include="sources\PrototypeGame.h" />
<Compile Include="android\prototype.cpp" />
<Compile Include="sources\states\LogoStateManager.cpp" />
<Compile Include="sources\states\MenuStateManager.cpp" />
<Compile Include="sources\states\TransitionStateManager.cpp" />
</ItemGroup>
<ItemGroup>
<Compile Include="linux\prototype.cpp" />
<Compile Include="sources\PrototypeGame.cpp" />
</ItemGroup>
<ItemGroup>
<Folder Include="sources\api\android\" />
<Folder Include="linux\" />
</ItemGroup>
<ItemGroup>
<None Include="android\Android.mk" />
<None Include="android\Application.mk" />
<None Include="sources\states\StateManager.h" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>
<Properties>
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="build/Makefile">
<BuildFilesVar />
<DeployFilesVar />
<ResourcesVar />
<OthersVar />
<GacRefVar />
<AsmRefVar />
<ProjectRefVar />
</MonoDevelop.Autotools.MakefileInfo>
</Properties>
</MonoDevelop>
</ProjectExtensions>
</Project>