Samples.Tilemaps.WINDOWS.csproj 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{9B99798B-72F3-4E4B-9B99-DE15F7C955E9}</ProjectGuid>
  5. <OutputType>WinExe</OutputType>
  6. <AppDesignerFolder>Properties</AppDesignerFolder>
  7. <RootNamespace>Samples.Tilemaps</RootNamespace>
  8. <AssemblyName>Samples.Tilemaps</AssemblyName>
  9. <FileAlignment>512</FileAlignment>
  10. <KniPlatform>Windows</KniPlatform>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <TargetFrameworkProfile />
  13. </PropertyGroup>
  14. <PropertyGroup>
  15. <ApplicationIcon>Icon.ico</ApplicationIcon>
  16. </PropertyGroup>
  17. <PropertyGroup>
  18. <ApplicationManifest>app.manifest</ApplicationManifest>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  21. <DebugSymbols>true</DebugSymbols>
  22. <OutputPath>bin\Debug\Windows\MG\</OutputPath>
  23. <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
  24. <DebugType>full</DebugType>
  25. <PlatformTarget>AnyCPU</PlatformTarget>
  26. <ErrorReport>prompt</ErrorReport>
  27. <Prefer32Bit>true</Prefer32Bit>
  28. <UseVSHostingProcess>false</UseVSHostingProcess>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  31. <OutputPath>bin\Release\Windows\MG\</OutputPath>
  32. <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
  33. <Optimize>true</Optimize>
  34. <DebugType>pdbonly</DebugType>
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <ErrorReport>prompt</ErrorReport>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Compile Include="TilemapSampleComponent.cs" />
  40. <Compile Include="SampleGame.cs" />
  41. <Compile Include="Program.cs" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="Properties\AssemblyInfo.cs" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <PackageReference Include="nkast.Xna.Framework" Version="3.11.9002" />
  48. <PackageReference Include="nkast.Xna.Framework.Content" Version="3.11.9002" />
  49. <PackageReference Include="nkast.Xna.Framework.Graphics" Version="3.11.9002" />
  50. <PackageReference Include="nkast.Xna.Framework.Audio" Version="3.11.9002" />
  51. <PackageReference Include="nkast.Xna.Framework.Media" Version="3.11.9002" />
  52. <PackageReference Include="MonoGame.Framework.WindowsDX.9000" Version="3.11.9002" />
  53. <PackageReference Include="nkast.Xna.Framework.Content.Pipeline.Builder" Version="3.11.9002" />
  54. <Reference Include="System" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Content Include="Icon.ico" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <KniContentReference Include="..\TilemapContent\Samples.TilemapContent.mgcb">
  61. <Link>Content\Content.mgcb</Link>
  62. </KniContentReference>
  63. <None Include="app.config" />
  64. <None Include="app.manifest" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ProjectReference Include="..\..\Atlas\Aether.Atlas.NET4.csproj">
  68. <Project>{c7522b5e-b255-4fb6-a17a-9e6d217aebd2}</Project>
  69. <Name>Aether.Atlas.NET4</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\..\Shaders\Tilemap\Aether.Shaders.Tilemap.NET4.csproj">
  72. <Project>{6721cd07-0880-4154-85af-ebe6043ef178}</Project>
  73. <Name>Aether.Shaders.Tilemap.NET4</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\..\Tilemap\Aether.Tilemap.NET4.csproj">
  76. <Project>{7bd9f460-f3f9-40a0-b298-066ea975c06c}</Project>
  77. <Name>Aether.Tilemap.NET4</Name>
  78. </ProjectReference>
  79. </ItemGroup>
  80. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  81. </Project>