FuzzyLogic (Windows).csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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>{87BE8D9C-14B6-4412-81AA-A7D714D5A62D}</ProjectGuid>
  5. <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <OutputType>WinExe</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</XnaPlatform>
  16. <XnaProfile>HiDef</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. <PublishUrl>publish\</PublishUrl>
  27. <Install>true</Install>
  28. <InstallFrom>Disk</InstallFrom>
  29. <UpdateEnabled>false</UpdateEnabled>
  30. <UpdateMode>Foreground</UpdateMode>
  31. <UpdateInterval>7</UpdateInterval>
  32. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  33. <UpdatePeriodically>false</UpdatePeriodically>
  34. <UpdateRequired>false</UpdateRequired>
  35. <MapFileExtensions>true</MapFileExtensions>
  36. <ApplicationRevision>0</ApplicationRevision>
  37. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  38. <IsWebBootstrapper>false</IsWebBootstrapper>
  39. <UseApplicationTrust>false</UseApplicationTrust>
  40. <BootstrapperEnabled>true</BootstrapperEnabled>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  43. <OutputPath>bin\x86\Debug</OutputPath>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <NoStdLib>true</NoStdLib>
  47. <UseVSHostingProcess>false</UseVSHostingProcess>
  48. <DebugSymbols>true</DebugSymbols>
  49. <DebugType>full</DebugType>
  50. <Optimize>false</Optimize>
  51. <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
  52. <PlatformTarget>x86</PlatformTarget>
  53. <XnaCompressContent>false</XnaCompressContent>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  56. <OutputPath>bin\x86\Release</OutputPath>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. <NoStdLib>true</NoStdLib>
  60. <UseVSHostingProcess>false</UseVSHostingProcess>
  61. <DebugType>pdbonly</DebugType>
  62. <Optimize>true</Optimize>
  63. <DefineConstants>TRACE;WINDOWS</DefineConstants>
  64. <PlatformTarget>x86</PlatformTarget>
  65. <XnaCompressContent>true</XnaCompressContent>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\FuzzyLogicContent\FuzzyLogicContent.contentproj">
  69. <Name>FuzzyLogicContent %28Content%29</Name>
  70. <XnaReferenceType>Content</XnaReferenceType>
  71. <Project>{34145D01-2ADA-4425-875B-2C4015FA01CE}</Project>
  72. </ProjectReference>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="Behaviors\Behavior.cs" />
  76. <Compile Include="Behaviors\ChaseBehavior.cs" />
  77. <Compile Include="Behaviors\EvadeBehavior.cs" />
  78. <Compile Include="Behaviors\WanderBehavior.cs" />
  79. <Compile Include="Entities\Entity.cs" />
  80. <Compile Include="Entities\Mouse.cs" />
  81. <Compile Include="Entities\Tank.cs" />
  82. <Compile Include="FuzzyLogicGame.cs" />
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. <Compile Include="Program.cs" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Content Include="Game.ico" />
  88. <Content Include="GameThumbnail.png" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  92. <Visible>False</Visible>
  93. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  94. <Install>true</Install>
  95. </BootstrapperPackage>
  96. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  97. <Visible>False</Visible>
  98. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  99. <Install>false</Install>
  100. </BootstrapperPackage>
  101. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  102. <Visible>False</Visible>
  103. <ProductName>.NET Framework 3.5 SP1</ProductName>
  104. <Install>false</Install>
  105. </BootstrapperPackage>
  106. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  107. <Visible>False</Visible>
  108. <ProductName>Windows Installer 3.1</ProductName>
  109. <Install>true</Install>
  110. </BootstrapperPackage>
  111. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  112. <Visible>False</Visible>
  113. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  114. <Install>true</Install>
  115. </BootstrapperPackage>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  119. <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  120. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  121. <Reference Include="Microsoft.Xna.Framework.Input.Touch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
  122. <Reference Include="mscorlib">
  123. <Private>False</Private>
  124. </Reference>
  125. <Reference Include="System">
  126. <Private>False</Private>
  127. </Reference>
  128. <Reference Include="System.Core">
  129. <Private>False</Private>
  130. </Reference>
  131. <Reference Include="System.Xml">
  132. <Private>False</Private>
  133. </Reference>
  134. <Reference Include="System.Xml.Linq">
  135. <Private>False</Private>
  136. </Reference>
  137. </ItemGroup>
  138. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  139. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  140. <!--
  141. To modify your build process, add your task inside one of the targets below and uncomment it.
  142. Other similar extension points exist, see Microsoft.Common.targets.
  143. <Target Name="BeforeBuild">
  144. </Target>
  145. <Target Name="AfterBuild">
  146. </Target>
  147. -->
  148. </Project>