|
@@ -0,0 +1,313 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <PropertyGroup>
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
|
|
|
+ <ProductVersion>10.0.0</ProductVersion>
|
|
|
+ <SchemaVersion>2.0</SchemaVersion>
|
|
|
+ <ProjectGuid>{65DE6FC7-CB94-4E4F-8FBE-E3EA9A34967C}</ProjectGuid>
|
|
|
+ <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
+ <OutputType>Exe</OutputType>
|
|
|
+ <RootNamespace>MonoGame.Samples.CatapultNetWars</RootNamespace>
|
|
|
+ <AssemblyName>MonoGameSamplesCatapultNetWars</AssemblyName>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;IOS</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ <MtouchDebug>true</MtouchDebug>
|
|
|
+ <MtouchProfiling>true</MtouchProfiling>
|
|
|
+ <MtouchLink>None</MtouchLink>
|
|
|
+ <MtouchI18n />
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
|
|
|
+ <DebugType>none</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ <MtouchLink>None</MtouchLink>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\iPhone\Debug</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
+ <MtouchDebug>true</MtouchDebug>
|
|
|
+ <MtouchProfiling>true</MtouchProfiling>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
|
|
|
+ <DebugType>none</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\iPhone\Release</OutputPath>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ <CodesignKey>iPhone Developer</CodesignKey>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
+ <Reference Include="System.Core" />
|
|
|
+ <Reference Include="monotouch" />
|
|
|
+ <Reference Include="OpenTK" />
|
|
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="Info.plist" />
|
|
|
+ <None Include="..\..\..\MacOS\CatapultNetWars\Resources.resources">
|
|
|
+ <Link>Resources.resources</Link>
|
|
|
+ </None>
|
|
|
+ <None Include="..\..\..\MacOS\CatapultNetWars\Resources.resx">
|
|
|
+ <Link>Resources.resx</Link>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Main.cs" />
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\CatapultGame.cs">
|
|
|
+ <Link>CatapultGame.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\IMessageDisplay.cs">
|
|
|
+ <Link>IMessageDisplay.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\MessageDisplayComponent.cs">
|
|
|
+ <Link>MessageDisplayComponent.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Catapult\Catapult.cs">
|
|
|
+ <Link>Catapult\Catapult.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Catapult\Projectile.cs">
|
|
|
+ <Link>Catapult\Projectile.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Networking\AvailableSessionMenuEntry.cs">
|
|
|
+ <Link>Networking\AvailableSessionMenuEntry.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Networking\CreateOrFindSessionScreen.cs">
|
|
|
+ <Link>Networking\CreateOrFindSessionScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Networking\JoinSessionScreen.cs">
|
|
|
+ <Link>Networking\JoinSessionScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Networking\LobbyScreen.cs">
|
|
|
+ <Link>Networking\LobbyScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Networking\NetworkBusyScreen.cs">
|
|
|
+ <Link>Networking\NetworkBusyScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Networking\NetworkErrorScreen.cs">
|
|
|
+ <Link>Networking\NetworkErrorScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Networking\NetworkSessionComponent.cs">
|
|
|
+ <Link>Networking\NetworkSessionComponent.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Networking\OperationCompletedEventArgs.cs">
|
|
|
+ <Link>Networking\OperationCompletedEventArgs.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Networking\ProfileSignInScreen.cs">
|
|
|
+ <Link>Networking\ProfileSignInScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Players\AI.cs">
|
|
|
+ <Link>Players\AI.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Players\Human.cs">
|
|
|
+ <Link>Players\Human.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Players\Player.cs">
|
|
|
+ <Link>Players\Player.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\ScreenManager\GameScreen.cs">
|
|
|
+ <Link>ScreenManager\GameScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\ScreenManager\InputState.cs">
|
|
|
+ <Link>ScreenManager\InputState.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\ScreenManager\MenuEntry.cs">
|
|
|
+ <Link>ScreenManager\MenuEntry.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\ScreenManager\MenuScreen.cs">
|
|
|
+ <Link>ScreenManager\MenuScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\ScreenManager\MouseGestureType.cs">
|
|
|
+ <Link>ScreenManager\MouseGestureType.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\ScreenManager\PlayerIndexEventArgs.cs">
|
|
|
+ <Link>ScreenManager\PlayerIndexEventArgs.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\ScreenManager\ScreenManager.cs">
|
|
|
+ <Link>ScreenManager\ScreenManager.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Screens\BackgroundScreen.cs">
|
|
|
+ <Link>Screens\BackgroundScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Screens\GameplayScreen.cs">
|
|
|
+ <Link>Screens\GameplayScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Screens\InstructionsScreen.cs">
|
|
|
+ <Link>Screens\InstructionsScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Screens\LoadingScreen.cs">
|
|
|
+ <Link>Screens\LoadingScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Screens\MainMenuScreen.cs">
|
|
|
+ <Link>Screens\MainMenuScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Screens\MessageBoxScreen.cs">
|
|
|
+ <Link>Screens\MessageBoxScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Screens\PauseScreen.cs">
|
|
|
+ <Link>Screens\PauseScreen.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Utility\Animation.cs">
|
|
|
+ <Link>Utility\Animation.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Utility\AudioManager.cs">
|
|
|
+ <Link>Utility\AudioManager.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\..\MacOS\CatapultNetWars\Resources.Designer.cs">
|
|
|
+ <Link>Resources.Designer.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
+ <ItemGroup>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Background.png">
|
|
|
+ <Link>Background.png</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\cat.xnb">
|
|
|
+ <Link>Content\cat.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\chat_able.xnb">
|
|
|
+ <Link>Content\chat_able.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\chat_mute.xnb">
|
|
|
+ <Link>Content\chat_mute.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\chat_ready.xnb">
|
|
|
+ <Link>Content\chat_ready.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\chat_talking.xnb">
|
|
|
+ <Link>Content\chat_talking.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\gradient.xnb">
|
|
|
+ <Link>Content\gradient.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\HUD\ammoType.xnb">
|
|
|
+ <Link>Content\Textures\HUD\ammoType.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\HUD\Arrow.xnb">
|
|
|
+ <Link>Content\Textures\HUD\Arrow.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\HUD\hudBackground.xnb">
|
|
|
+ <Link>Content\Textures\HUD\hudBackground.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\HUD\windArrow.xnb">
|
|
|
+ <Link>Content\Textures\HUD\windArrow.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\AnimationsDef.xml">
|
|
|
+ <Link>Content\Textures\Catapults\AnimationsDef.xml</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb">
|
|
|
+ <Link>Content\Textures\Catapults\Red\redPullback\redCatapult_Pullback.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Red\redIdle\redIdle.xnb">
|
|
|
+ <Link>Content\Textures\Catapults\Red\redIdle\redIdle.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb">
|
|
|
+ <Link>Content\Textures\Catapults\Red\redFire\redCatapult_fire.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb">
|
|
|
+ <Link>Content\Textures\Catapults\Red\redDestroyed\redCatapult_destroyed.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Hit_Smoke\smoke.xnb">
|
|
|
+ <Link>Content\Textures\Catapults\Hit_Smoke\smoke.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Fire_Miss\fire_miss.xnb">
|
|
|
+ <Link>Content\Textures\Catapults\Fire_Miss\fire_miss.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb">
|
|
|
+ <Link>Content\Textures\Catapults\Blue\bluePullback\blueCatapult_Pullback.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb">
|
|
|
+ <Link>Content\Textures\Catapults\Blue\blueIdle\blueIdle.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb">
|
|
|
+ <Link>Content\Textures\Catapults\Blue\blueFire\blueCatapult_fire.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb">
|
|
|
+ <Link>Content\Textures\Catapults\Blue\blueDestroyed\blueCatapult_destroyed.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\blank.xnb">
|
|
|
+ <Link>Content\Textures\Backgrounds\blank.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\cloud1.xnb">
|
|
|
+ <Link>Content\Textures\Backgrounds\cloud1.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\cloud2.xnb">
|
|
|
+ <Link>Content\Textures\Backgrounds\cloud2.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\defeat.xnb">
|
|
|
+ <Link>Content\Textures\Backgrounds\defeat.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\gameplay_screen.xnb">
|
|
|
+ <Link>Content\Textures\Backgrounds\gameplay_screen.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\instructions.xnb">
|
|
|
+ <Link>Content\Textures\Backgrounds\instructions.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\mountain.xnb">
|
|
|
+ <Link>Content\Textures\Backgrounds\mountain.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\sky.xnb">
|
|
|
+ <Link>Content\Textures\Backgrounds\sky.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\title_screen.xnb">
|
|
|
+ <Link>Content\Textures\Backgrounds\title_screen.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Backgrounds\victory.xnb">
|
|
|
+ <Link>Content\Textures\Backgrounds\victory.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Textures\Ammo\rock_ammo.xnb">
|
|
|
+ <Link>Content\Textures\Ammo\rock_ammo.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Sounds\Win.xnb">
|
|
|
+ <Link>Content\Sounds\Win.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Sounds\Lose.xnb">
|
|
|
+ <Link>Content\Sounds\Lose.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Sounds\RopeStretch.xnb">
|
|
|
+ <Link>Content\Sounds\RopeStretch.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Sounds\CatapultFire.xnb">
|
|
|
+ <Link>Content\Sounds\CatapultFire.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Sounds\CatapultExplosion.xnb">
|
|
|
+ <Link>Content\Sounds\CatapultExplosion.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Sounds\BoulderHit.xnb">
|
|
|
+ <Link>Content\Sounds\BoulderHit.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Fonts\HUDFont.xnb">
|
|
|
+ <Link>Content\Fonts\HUDFont.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\..\MacOS\CatapultNetWars\Content\Fonts\MenuFont.xnb">
|
|
|
+ <Link>Content\Fonts\MenuFont.xnb</Link>
|
|
|
+ </Content>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
|
|
|
+ <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
|
|
|
+ <Name>MonoGame.Framework.iOS</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+</Project>
|