A game framework written with osu! in mind.
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
6 <ProjectGuid>{529D5E2E-774A-4831-9C9E-59E3E8DFF155}</ProjectGuid>
7 <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
8 <OutputType>Exe</OutputType>
9 <RootNamespace>SampleGame.iOS</RootNamespace>
10 <AssemblyName>SampleGame.iOS</AssemblyName>
11 <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
12 </PropertyGroup>
13 <Import Project="..\osu.Framework.iOS.props" />
14 <ItemGroup>
15 <ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json">
16 <Visible>false</Visible>
17 </ImageAsset>
18 <ImageAsset Include="Assets.xcassets\Contents.json">
19 <Visible>false</Visible>
20 </ImageAsset>
21 </ItemGroup>
22 <ItemGroup>
23 <Folder Include="Resources\" />
24 </ItemGroup>
25 <ItemGroup>
26 <InterfaceDefinition Include="LaunchScreen.storyboard" />
27 </ItemGroup>
28 <ItemGroup>
29 <None Include="Info.plist" />
30 <None Include="Entitlements.plist" />
31 </ItemGroup>
32 <ItemGroup>
33 <Compile Include="Application.cs" />
34 <Compile Include="AppDelegate.cs" />
35 </ItemGroup>
36 <ItemGroup>
37 <ProjectReference Include="..\SampleGame\SampleGame.csproj">
38 <Project>{2A66DD92-ADB1-4994-89E2-C94E04ACDA0D}</Project>
39 <Name>SampleGame</Name>
40 </ProjectReference>
41 <ProjectReference Include="..\osu.Framework\osu.Framework.csproj">
42 <Project>{C76BF5B3-985E-4D39-95FE-97C9C879B83A}</Project>
43 <Name>osu.Framework</Name>
44 </ProjectReference>
45 <ProjectReference Include="..\osu.Framework.iOS\osu.Framework.iOS.csproj">
46 <Project>{BBC0D18F-8595-43A6-AE61-5BF36A072CCE}</Project>
47 <Name>osu.Framework.iOS</Name>
48 </ProjectReference>
49 </ItemGroup>
50 <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
51</Project>