PathfindingData (Phone).csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <ProjectGuid>{128C62C7-9E72-4445-B482-11924E483208}</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>MapData</RootNamespace>
  11. <AssemblyName>MapData</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <XnaPlatform>Windows Phone</XnaPlatform>
  14. <XnaCrossPlatformGroupID>0f1fbf17-6f45-4b4a-af50-a6fc94c93914</XnaCrossPlatformGroupID>
  15. <XnaUpgrade>
  16. </XnaUpgrade>
  17. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  18. <FileUpgradeFlags>
  19. </FileUpgradeFlags>
  20. <OldToolsVersion>3.5</OldToolsVersion>
  21. <UpgradeBackupLocation>
  22. </UpgradeBackupLocation>
  23. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  24. <XnaOutputType>Library</XnaOutputType>
  25. <XnaProfile>Reach</XnaProfile>
  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. <XapFilename Condition="$(XnaOutputType)=='Game'">$(AssemblyName).xap</XapFilename>
  42. <SilverlightManifestTemplate Condition="$(XnaOutputType)=='Game'">Properties\AppManifest.xml</SilverlightManifestTemplate>
  43. <XnaWindowsPhoneManifestTemplate Condition="$(XnaOutputType)=='Game'">Properties\WMAppManifest.xml</XnaWindowsPhoneManifestTemplate>
  44. <TileImage Condition="$(XnaOutputType)=='Game'">Background.png</TileImage>
  45. <TileTitle Condition="$(XnaOutputType)=='Game'">TileTitle</TileTitle>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Windows Phone' ">
  48. <OutputPath>bin\Windows Phone\Debug</OutputPath>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. <NoStdLib>true</NoStdLib>
  52. <UseVSHostingProcess>false</UseVSHostingProcess>
  53. <DebugSymbols>true</DebugSymbols>
  54. <DebugType>full</DebugType>
  55. <Optimize>false</Optimize>
  56. <DefineConstants>DEBUG;TRACE;WINDOWS_PHONE</DefineConstants>
  57. <XnaCompressContent>false</XnaCompressContent>
  58. </PropertyGroup>
  59. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Windows Phone' ">
  60. <OutputPath>bin\Windows Phone\Release</OutputPath>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. <NoStdLib>true</NoStdLib>
  64. <UseVSHostingProcess>false</UseVSHostingProcess>
  65. <DebugType>pdbonly</DebugType>
  66. <Optimize>true</Optimize>
  67. <DefineConstants>TRACE;WINDOWS_PHONE</DefineConstants>
  68. <XnaCompressContent>false</XnaCompressContent>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <None Include="Background.png">
  72. <XnaPlatformSpecific>true</XnaPlatformSpecific>
  73. </None>
  74. <None Include="Properties\AppManifest.xml">
  75. <XnaPlatformSpecific>true</XnaPlatformSpecific>
  76. </None>
  77. <None Include="Properties\WMAppManifest.xml">
  78. <XnaPlatformSpecific>true</XnaPlatformSpecific>
  79. </None>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="MapData.cs" />
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  87. <Visible>False</Visible>
  88. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  89. <Install>true</Install>
  90. </BootstrapperPackage>
  91. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  92. <Visible>False</Visible>
  93. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  94. <Install>false</Install>
  95. </BootstrapperPackage>
  96. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  97. <Visible>False</Visible>
  98. <ProductName>.NET Framework 3.5 SP1</ProductName>
  99. <Install>false</Install>
  100. </BootstrapperPackage>
  101. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  102. <Visible>False</Visible>
  103. <ProductName>Windows Installer 3.1</ProductName>
  104. <Install>true</Install>
  105. </BootstrapperPackage>
  106. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  107. <Visible>False</Visible>
  108. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  109. <Install>true</Install>
  110. </BootstrapperPackage>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Reference Include="Microsoft.Xna.Framework">
  114. <Private>False</Private>
  115. </Reference>
  116. <Reference Include="Microsoft.Xna.Framework.Game">
  117. <Private>False</Private>
  118. </Reference>
  119. <Reference Include="Microsoft.Xna.Framework.GamerServices">
  120. <Private>False</Private>
  121. </Reference>
  122. <Reference Include="Microsoft.Xna.Framework.Graphics">
  123. <Private>False</Private>
  124. </Reference>
  125. <Reference Include="Microsoft.Xna.Framework.Input.Touch">
  126. <Private>False</Private>
  127. </Reference>
  128. <Reference Include="mscorlib">
  129. <Private>False</Private>
  130. </Reference>
  131. <Reference Include="System">
  132. <Private>False</Private>
  133. </Reference>
  134. <Reference Include="System.Core">
  135. <Private>False</Private>
  136. </Reference>
  137. <Reference Include="System.XML">
  138. <Private>False</Private>
  139. </Reference>
  140. <Reference Include="System.Xml.Linq">
  141. <Private>False</Private>
  142. </Reference>
  143. </ItemGroup>
  144. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  145. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" Condition="" />
  146. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  147. Other similar extension points exist, see Microsoft.Common.targets.
  148. <Target Name="BeforeBuild">
  149. </Target>
  150. <Target Name="AfterBuild">
  151. </Target>
  152. -->
  153. </Project>