PathfindingData.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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>{952F3B01-B5D9-49C4-841B-653D650B6303}</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>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MapData</RootNamespace>
  11. <AssemblyName>MapData</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <XnaPlatform>Windows</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>HiDef</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. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  43. <DebugSymbols>true</DebugSymbols>
  44. <DebugType>full</DebugType>
  45. <Optimize>false</Optimize>
  46. <OutputPath>bin\x86\Debug</OutputPath>
  47. <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <NoStdLib>true</NoStdLib>
  51. <UseVSHostingProcess>false</UseVSHostingProcess>
  52. <PlatformTarget>x86</PlatformTarget>
  53. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  56. <DebugType>pdbonly</DebugType>
  57. <Optimize>true</Optimize>
  58. <OutputPath>bin\x86\Release</OutputPath>
  59. <DefineConstants>TRACE%3bWINDOWS</DefineConstants>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. <NoStdLib>true</NoStdLib>
  63. <UseVSHostingProcess>false</UseVSHostingProcess>
  64. <PlatformTarget>x86</PlatformTarget>
  65. <XnaCompressContent>True</XnaCompressContent>
  66. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  67. </PropertyGroup>
  68. <ItemGroup>
  69. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  70. <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  71. <Reference Include="Microsoft.Xna.Framework.GamerServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
  72. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  73. <Reference Include="Microsoft.Xna.Framework.Input.Touch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL" />
  74. <Reference Include="mscorlib">
  75. <Private>False</Private>
  76. </Reference>
  77. <Reference Include="System">
  78. <Private>False</Private>
  79. </Reference>
  80. <Reference Include="System.Core">
  81. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  82. </Reference>
  83. <Reference Include="System.XML" />
  84. <Reference Include="System.Xml.Linq">
  85. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  86. </Reference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="MapData.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  94. <Visible>False</Visible>
  95. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  96. <Install>true</Install>
  97. </BootstrapperPackage>
  98. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  99. <Visible>False</Visible>
  100. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  101. <Install>false</Install>
  102. </BootstrapperPackage>
  103. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  104. <Visible>False</Visible>
  105. <ProductName>.NET Framework 3.5 SP1</ProductName>
  106. <Install>false</Install>
  107. </BootstrapperPackage>
  108. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  109. <Visible>False</Visible>
  110. <ProductName>Windows Installer 3.1</ProductName>
  111. <Install>true</Install>
  112. </BootstrapperPackage>
  113. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  114. <Visible>False</Visible>
  115. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  116. <Install>true</Install>
  117. </BootstrapperPackage>
  118. </ItemGroup>
  119. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  120. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" Condition="" />
  121. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  122. Other similar extension points exist, see Microsoft.Common.targets.
  123. <Target Name="BeforeBuild">
  124. </Target>
  125. <Target Name="AfterBuild">
  126. </Target>
  127. -->
  128. </Project>