FuzzyLogic (Phone).csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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. <ProjectGuid>{FE8340C6-7D73-4E6D-8EA7-BCA430A39E3F}</ProjectGuid>
  5. <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">Windows Phone</Platform>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FuzzyLogic</RootNamespace>
  11. <AssemblyName>FuzzyLogic</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  14. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  15. <XnaPlatform>Windows Phone</XnaPlatform>
  16. <XnaProfile>Reach</XnaProfile>
  17. <XnaCrossPlatformGroupID>a24cdf8c-bba7-4362-a653-99b0612747c6</XnaCrossPlatformGroupID>
  18. <XnaOutputType>Game</XnaOutputType>
  19. <XapFilename>$(AssemblyName).xap</XapFilename>
  20. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  21. <XnaWindowsPhoneManifestTemplate>Properties\WMAppManifest.xml</XnaWindowsPhoneManifestTemplate>
  22. <TileImage>Background.png</TileImage>
  23. <TileTitle>FuzzyLogic</TileTitle>
  24. <ApplicationIcon>Game.ico</ApplicationIcon>
  25. <Thumbnail>GameThumbnail.png</Thumbnail>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Windows Phone' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\Windows Phone\Debug</OutputPath>
  32. <DefineConstants>DEBUG;TRACE;WINDOWS_PHONE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <NoStdLib>true</NoStdLib>
  36. <UseVSHostingProcess>false</UseVSHostingProcess>
  37. <XnaCompressContent>false</XnaCompressContent>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Windows Phone' ">
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\Windows Phone\Release</OutputPath>
  43. <DefineConstants>TRACE;WINDOWS_PHONE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <NoStdLib>true</NoStdLib>
  47. <UseVSHostingProcess>false</UseVSHostingProcess>
  48. <XnaCompressContent>false</XnaCompressContent>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="Microsoft.Xna.Framework">
  52. <Private>False</Private>
  53. </Reference>
  54. <Reference Include="Microsoft.Xna.Framework.Game">
  55. <Private>False</Private>
  56. </Reference>
  57. <Reference Include="Microsoft.Xna.Framework.Graphics">
  58. <Private>False</Private>
  59. </Reference>
  60. <Reference Include="Microsoft.Xna.Framework.GamerServices">
  61. <Private>False</Private>
  62. </Reference>
  63. <Reference Include="Microsoft.Xna.Framework.Input.Touch">
  64. <Private>False</Private>
  65. </Reference>
  66. <Reference Include="mscorlib">
  67. <Private>False</Private>
  68. </Reference>
  69. <Reference Include="System">
  70. <Private>False</Private>
  71. </Reference>
  72. <Reference Include="System.Xml">
  73. <Private>False</Private>
  74. </Reference>
  75. <Reference Include="System.Core">
  76. <Private>False</Private>
  77. </Reference>
  78. <Reference Include="System.Xml.Linq">
  79. <Private>False</Private>
  80. </Reference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="Behaviors\Behavior.cs" />
  84. <Compile Include="Behaviors\ChaseBehavior.cs" />
  85. <Compile Include="Behaviors\EvadeBehavior.cs" />
  86. <Compile Include="Behaviors\WanderBehavior.cs" />
  87. <Compile Include="Entities\Entity.cs" />
  88. <Compile Include="Entities\Mouse.cs" />
  89. <Compile Include="Entities\Tank.cs" />
  90. <Compile Include="FuzzyLogicGame.cs" />
  91. <Compile Include="Properties\AssemblyInfo.cs" />
  92. <None Include="Properties\AppManifest.xml">
  93. <XnaPlatformSpecific>true</XnaPlatformSpecific>
  94. </None>
  95. <None Include="Properties\WMAppManifest.xml">
  96. <XnaPlatformSpecific>true</XnaPlatformSpecific>
  97. </None>
  98. <Compile Include="Program.cs" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Content Include="Game.ico" />
  102. <Content Include="GameThumbnail.png" />
  103. <Content Include="Background.png">
  104. <XnaPlatformSpecific>true</XnaPlatformSpecific>
  105. </Content>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <ProjectReference Include="..\FuzzyLogicContent\FuzzyLogicContent.contentproj">
  109. <Name>FuzzyLogicContent</Name>
  110. <XnaReferenceType>Content</XnaReferenceType>
  111. </ProjectReference>
  112. </ItemGroup>
  113. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  114. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  115. <!--
  116. To modify your build process, add your task inside one of the targets below and uncomment it.
  117. Other similar extension points exist, see Microsoft.Common.targets.
  118. <Target Name="BeforeBuild">
  119. </Target>
  120. <Target Name="AfterBuild">
  121. </Target>
  122. -->
  123. </Project>