FarseerSamples.MacOS.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1221EA03-CCB7-4BC1-90C8-8B9816E1758D}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>FarseerSamples</RootNamespace>
  12. <AssemblyName>FarseerSamples</AssemblyName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>True</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>False</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG;MONOMAC;DESKTOP</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <EnablePackageSigning>False</EnablePackageSigning>
  23. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  24. <ConsolePause>False</ConsolePause>
  25. <EnableCodeSigning>False</EnableCodeSigning>
  26. <CreatePackage>False</CreatePackage>
  27. <CodeSigningKey>Mac Developer</CodeSigningKey>
  28. <UseSGen>False</UseSGen>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>none</DebugType>
  32. <Optimize>True</Optimize>
  33. <OutputPath>bin\Release</OutputPath>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <EnablePackageSigning>False</EnablePackageSigning>
  37. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  38. <LinkMode>Full</LinkMode>
  39. <ConsolePause>False</ConsolePause>
  40. <EnableCodeSigning>False</EnableCodeSigning>
  41. <CreatePackage>False</CreatePackage>
  42. <CodeSigningKey>Mac Developer</CodeSigningKey>
  43. <DefineConstants>MONOMAC;DESKTOP</DefineConstants>
  44. <UseSGen>False</UseSGen>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
  47. <DebugType>none</DebugType>
  48. <Optimize>True</Optimize>
  49. <OutputPath>bin\AppStore</OutputPath>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
  53. <IncludeMonoRuntime>True</IncludeMonoRuntime>
  54. <LinkMode>Full</LinkMode>
  55. <EnablePackageSigning>True</EnablePackageSigning>
  56. <ConsolePause>False</ConsolePause>
  57. <EnableCodeSigning>True</EnableCodeSigning>
  58. <CreatePackage>True</CreatePackage>
  59. <CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
  60. <UseSGen>False</UseSGen>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="System" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="MonoMac" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ProjectReference Include="..\FarseerPhysicsEngine\FarseerPhysicsEngine.csproj">
  72. <Project>{D6E4E5BC-8998-4718-8E84-80901E6739CC}</Project>
  73. <Name>FarseerPhysicsEngine</Name>
  74. </ProjectReference>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="Main.cs" />
  78. <Compile Include="DrawingSystem\AssetCreator.cs" />
  79. <Compile Include="DrawingSystem\LineBatch.cs" />
  80. <Compile Include="DrawingSystem\Sprite.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <Compile Include="Samples\AdvancedDemo1.cs" />
  83. <Compile Include="Samples\AdvancedDemo2.cs" />
  84. <Compile Include="Samples\AdvancedDemo3.cs" />
  85. <Compile Include="Samples\AdvancedDemo4.cs" />
  86. <Compile Include="Samples\AdvancedDemo5.cs" />
  87. <Compile Include="Samples\GameDemo1.cs" />
  88. <Compile Include="Samples\SimpleDemo1.cs" />
  89. <Compile Include="Samples\SimpleDemo2.cs" />
  90. <Compile Include="Samples\SimpleDemo3.cs" />
  91. <Compile Include="Samples\SimpleDemo4.cs" />
  92. <Compile Include="Samples\SimpleDemo5.cs" />
  93. <Compile Include="Samples\SimpleDemo6.cs" />
  94. <Compile Include="Samples\SimpleDemo7.cs" />
  95. <Compile Include="Samples\SimpleDemo8.cs" />
  96. <Compile Include="Samples\SimpleDemo9.cs" />
  97. <Compile Include="Samples\Prefabs\Agent.cs" />
  98. <Compile Include="Samples\Prefabs\Border.cs" />
  99. <Compile Include="Samples\Prefabs\Objects.cs" />
  100. <Compile Include="Samples\Prefabs\Pyramid.cs" />
  101. <Compile Include="Samples\Prefabs\Ragdoll.cs" />
  102. <Compile Include="Samples\Prefabs\Spider.cs" />
  103. <Compile Include="Samples\Prefabs\Spiderweb.cs" />
  104. <Compile Include="Samples\Prefabs\TheoJansen.cs" />
  105. <Compile Include="ScreenSystem\BackgroundScreen.cs" />
  106. <Compile Include="ScreenSystem\Camera2D.cs" />
  107. <Compile Include="ScreenSystem\ConvertUnits.cs" />
  108. <Compile Include="ScreenSystem\FramerateCounterComponent.cs" />
  109. <Compile Include="ScreenSystem\GameScreen.cs" />
  110. <Compile Include="ScreenSystem\IDemoScreen.cs" />
  111. <Compile Include="ScreenSystem\InputHelper.cs" />
  112. <Compile Include="ScreenSystem\LogoScreen.cs" />
  113. <Compile Include="ScreenSystem\MenuButton.cs" />
  114. <Compile Include="ScreenSystem\MenuEntry.cs" />
  115. <Compile Include="ScreenSystem\MenuScreen.cs" />
  116. <Compile Include="ScreenSystem\MessageBoxScreen.cs" />
  117. <Compile Include="ScreenSystem\PhysicsGameScreen.cs" />
  118. <Compile Include="ScreenSystem\ScreenManagerComponent.cs" />
  119. <Compile Include="ScreenSystem\SpriteFonts.cs" />
  120. <Compile Include="ScreenSystem\VirtualButton.cs" />
  121. <Compile Include="ScreenSystem\VirtualStick.cs" />
  122. <Compile Include="FarseerPhysicsGame.cs" />
  123. <Compile Include="DebugViewXNA.cs" />
  124. <Compile Include="PrimitiveBatch.cs" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <None Include="Info.plist" />
  128. </ItemGroup>
  129. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  130. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  131. <ItemGroup>
  132. <Folder Include="DrawingSystem\" />
  133. <Folder Include="Properties\" />
  134. <Folder Include="Samples\" />
  135. <Folder Include="ScreenSystem\" />
  136. <Folder Include="Content\" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <Content Include="Content\Common\arrow.xnb" />
  140. <Content Include="Content\Common\buttons.xnb" />
  141. <Content Include="Content\Common\cursor.xnb" />
  142. <Content Include="Content\Common\gradient.xnb" />
  143. <Content Include="Content\Common\logo.xnb" />
  144. <Content Include="Content\Common\popup.xnb" />
  145. <Content Include="Content\Common\slider.xnb" />
  146. <Content Include="Content\Common\socket.xnb" />
  147. <Content Include="Content\Common\stick.xnb" />
  148. <Content Include="Content\Fonts\detailsFont.xnb" />
  149. <Content Include="Content\Fonts\frameRateCounterFont.xnb" />
  150. <Content Include="Content\Fonts\menufont.xnb" />
  151. <Content Include="Content\font.xnb" />
  152. <Content Include="Content\Samples\alphabet.xnb" />
  153. <Content Include="Content\Samples\car.xnb" />
  154. <Content Include="Content\Samples\goo.xnb" />
  155. <Content Include="Content\Samples\link.xnb" />
  156. <Content Include="Content\Samples\object.xnb" />
  157. <Content Include="Content\Samples\wheel.xnb" />
  158. <Content Include="Content\Materials\blank.xnb" />
  159. <Content Include="Content\Materials\dots.xnb" />
  160. <Content Include="Content\Materials\pavement.xnb" />
  161. <Content Include="Content\Materials\squares.xnb" />
  162. <Content Include="Content\Materials\waves.xnb" />
  163. </ItemGroup>
  164. </Project>