Flocking.PSMobile.csproj 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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>{F0B32BB5-1E28-453B-B4D6-BEC0E159DFB1}</ProjectGuid>
  9. <ProjectTypeGuids>{69878862-DA7D-4DC6-B0A1-50D8FAB4242F};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>Flocking.PSMobile</RootNamespace>
  12. <AssemblyName>Flocking.PSMobile</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;PSM</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>false</ConsolePause>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>none</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Release</OutputPath>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <ConsolePause>false</ConsolePause>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. <Reference Include="System.Xml" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="Sce.PlayStation.Core" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Include="Flock.cs" />
  40. <Compile Include="FlockingSample.cs" />
  41. <Compile Include="InputState.cs" />
  42. <Compile Include="Main.cs" />
  43. <Compile Include="Animals\Animal.cs" />
  44. <Compile Include="Animals\Bird.cs" />
  45. <Compile Include="Animals\Cat.cs" />
  46. <Compile Include="Behaviors\AlignBehavior.cs" />
  47. <Compile Include="Behaviors\Behavior.cs" />
  48. <Compile Include="Behaviors\Behaviors.cs" />
  49. <Compile Include="Behaviors\CohesionBehavior.cs" />
  50. <Compile Include="Behaviors\FleeBehavior.cs" />
  51. <Compile Include="Behaviors\SeparationBehavior.cs" />
  52. <Compile Include="Properties\AssemblyInfo.cs" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <PsmMetadata Include="app.xml" />
  56. </ItemGroup>
  57. <Import Project="$(MSBuildExtensionsPath)\Sce\Sce.Psm.CSharp.targets" />
  58. <ItemGroup>
  59. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.PSMobile.csproj">
  60. <Project>{EA26E76F-FDFE-4A8C-B5A3-C3B5761E28F9}</Project>
  61. <Name>MonoGame.Framework.PSMobile</Name>
  62. </ProjectReference>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Folder Include="Content\" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Content Include="..\CompiledContent\Android\Content\Textures\cat.xnb">
  69. <Link>Content\cat.xnb</Link>
  70. </Content>
  71. <Content Include="..\CompiledContent\Android\Content\Textures\logo.xnb">
  72. <Link>Content\logo.xnb</Link>
  73. </Content>
  74. <Content Include="..\CompiledContent\Android\Content\Textures\mouse.xnb">
  75. <Link>Content\mouse.xnb</Link>
  76. </Content>
  77. <Content Include="..\CompiledContent\Android\Content\Fonts\HUDFont.xnb">
  78. <Link>Content\HUDFont.xnb</Link>
  79. </Content>
  80. <Content Include="..\CompiledContent\Android\Content\Textures\xboxControllerButtonB.xnb">
  81. <Link>Content\xboxControllerButtonB.xnb</Link>
  82. </Content>
  83. <Content Include="..\CompiledContent\Android\Content\Textures\xboxControllerButtonX.xnb">
  84. <Link>Content\xboxControllerButtonX.xnb</Link>
  85. </Content>
  86. <Content Include="..\CompiledContent\Android\Content\Textures\xboxControllerButtonY.xnb">
  87. <Link>Content\xboxControllerButtonY.xnb</Link>
  88. </Content>
  89. </ItemGroup>
  90. </Project>