123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- <?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)' == '' ">AnyCPU</Platform>
- <ProductVersion>10.0.0</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{1221EA03-CCB7-4BC1-90C8-8B9816E1758D}</ProjectGuid>
- <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Exe</OutputType>
- <RootNamespace>FarseerSamples</RootNamespace>
- <AssemblyName>FarseerSamples</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>True</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>False</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG;MONOMAC;DESKTOP</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <EnablePackageSigning>False</EnablePackageSigning>
- <IncludeMonoRuntime>False</IncludeMonoRuntime>
- <ConsolePause>False</ConsolePause>
- <EnableCodeSigning>False</EnableCodeSigning>
- <CreatePackage>False</CreatePackage>
- <CodeSigningKey>Mac Developer</CodeSigningKey>
- <UseSGen>False</UseSGen>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>True</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <EnablePackageSigning>False</EnablePackageSigning>
- <IncludeMonoRuntime>False</IncludeMonoRuntime>
- <LinkMode>Full</LinkMode>
- <ConsolePause>False</ConsolePause>
- <EnableCodeSigning>False</EnableCodeSigning>
- <CreatePackage>False</CreatePackage>
- <CodeSigningKey>Mac Developer</CodeSigningKey>
- <DefineConstants>MONOMAC;DESKTOP</DefineConstants>
- <UseSGen>False</UseSGen>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>True</Optimize>
- <OutputPath>bin\AppStore</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
- <IncludeMonoRuntime>True</IncludeMonoRuntime>
- <LinkMode>Full</LinkMode>
- <EnablePackageSigning>True</EnablePackageSigning>
- <ConsolePause>False</ConsolePause>
- <EnableCodeSigning>True</EnableCodeSigning>
- <CreatePackage>True</CreatePackage>
- <CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
- <UseSGen>False</UseSGen>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Drawing" />
- <Reference Include="MonoMac" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\FarseerPhysicsEngine\FarseerPhysicsEngine.csproj">
- <Project>{D6E4E5BC-8998-4718-8E84-80901E6739CC}</Project>
- <Name>FarseerPhysicsEngine</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Main.cs" />
- <Compile Include="DrawingSystem\AssetCreator.cs" />
- <Compile Include="DrawingSystem\LineBatch.cs" />
- <Compile Include="DrawingSystem\Sprite.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Samples\AdvancedDemo1.cs" />
- <Compile Include="Samples\AdvancedDemo2.cs" />
- <Compile Include="Samples\AdvancedDemo3.cs" />
- <Compile Include="Samples\AdvancedDemo4.cs" />
- <Compile Include="Samples\AdvancedDemo5.cs" />
- <Compile Include="Samples\GameDemo1.cs" />
- <Compile Include="Samples\SimpleDemo1.cs" />
- <Compile Include="Samples\SimpleDemo2.cs" />
- <Compile Include="Samples\SimpleDemo3.cs" />
- <Compile Include="Samples\SimpleDemo4.cs" />
- <Compile Include="Samples\SimpleDemo5.cs" />
- <Compile Include="Samples\SimpleDemo6.cs" />
- <Compile Include="Samples\SimpleDemo7.cs" />
- <Compile Include="Samples\SimpleDemo8.cs" />
- <Compile Include="Samples\SimpleDemo9.cs" />
- <Compile Include="Samples\Prefabs\Agent.cs" />
- <Compile Include="Samples\Prefabs\Border.cs" />
- <Compile Include="Samples\Prefabs\Objects.cs" />
- <Compile Include="Samples\Prefabs\Pyramid.cs" />
- <Compile Include="Samples\Prefabs\Ragdoll.cs" />
- <Compile Include="Samples\Prefabs\Spider.cs" />
- <Compile Include="Samples\Prefabs\Spiderweb.cs" />
- <Compile Include="Samples\Prefabs\TheoJansen.cs" />
- <Compile Include="ScreenSystem\BackgroundScreen.cs" />
- <Compile Include="ScreenSystem\Camera2D.cs" />
- <Compile Include="ScreenSystem\ConvertUnits.cs" />
- <Compile Include="ScreenSystem\FramerateCounterComponent.cs" />
- <Compile Include="ScreenSystem\GameScreen.cs" />
- <Compile Include="ScreenSystem\IDemoScreen.cs" />
- <Compile Include="ScreenSystem\InputHelper.cs" />
- <Compile Include="ScreenSystem\LogoScreen.cs" />
- <Compile Include="ScreenSystem\MenuButton.cs" />
- <Compile Include="ScreenSystem\MenuEntry.cs" />
- <Compile Include="ScreenSystem\MenuScreen.cs" />
- <Compile Include="ScreenSystem\MessageBoxScreen.cs" />
- <Compile Include="ScreenSystem\PhysicsGameScreen.cs" />
- <Compile Include="ScreenSystem\ScreenManagerComponent.cs" />
- <Compile Include="ScreenSystem\SpriteFonts.cs" />
- <Compile Include="ScreenSystem\VirtualButton.cs" />
- <Compile Include="ScreenSystem\VirtualStick.cs" />
- <Compile Include="FarseerPhysicsGame.cs" />
- <Compile Include="DebugViewXNA.cs" />
- <Compile Include="PrimitiveBatch.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Info.plist" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
- <ItemGroup>
- <Folder Include="DrawingSystem\" />
- <Folder Include="Properties\" />
- <Folder Include="Samples\" />
- <Folder Include="ScreenSystem\" />
- <Folder Include="Content\" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Content\Common\arrow.xnb" />
- <Content Include="Content\Common\buttons.xnb" />
- <Content Include="Content\Common\cursor.xnb" />
- <Content Include="Content\Common\gradient.xnb" />
- <Content Include="Content\Common\logo.xnb" />
- <Content Include="Content\Common\popup.xnb" />
- <Content Include="Content\Common\slider.xnb" />
- <Content Include="Content\Common\socket.xnb" />
- <Content Include="Content\Common\stick.xnb" />
- <Content Include="Content\Fonts\detailsFont.xnb" />
- <Content Include="Content\Fonts\frameRateCounterFont.xnb" />
- <Content Include="Content\Fonts\menufont.xnb" />
- <Content Include="Content\font.xnb" />
- <Content Include="Content\Samples\alphabet.xnb" />
- <Content Include="Content\Samples\car.xnb" />
- <Content Include="Content\Samples\goo.xnb" />
- <Content Include="Content\Samples\link.xnb" />
- <Content Include="Content\Samples\object.xnb" />
- <Content Include="Content\Samples\wheel.xnb" />
- <Content Include="Content\Materials\blank.xnb" />
- <Content Include="Content\Materials\dots.xnb" />
- <Content Include="Content\Materials\pavement.xnb" />
- <Content Include="Content\Materials\squares.xnb" />
- <Content Include="Content\Materials\waves.xnb" />
- </ItemGroup>
- </Project>
|