Samples.Animation.WINDOWS.csproj 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props')" />
  4. <PropertyGroup>
  5. <ProjectGuid>{53EA1090-FEE4-4F16-96C2-57DD6B75FA75}</ProjectGuid>
  6. <OutputType>WinExe</OutputType>
  7. <AppDesignerFolder>Properties</AppDesignerFolder>
  8. <RootNamespace>Samples.Animation</RootNamespace>
  9. <AssemblyName>Samples.Animation</AssemblyName>
  10. <FileAlignment>512</FileAlignment>
  11. <MonoGamePlatform>Windows</MonoGamePlatform>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <TargetFrameworkProfile />
  14. </PropertyGroup>
  15. <PropertyGroup>
  16. <ApplicationIcon>Icon.ico</ApplicationIcon>
  17. </PropertyGroup>
  18. <PropertyGroup>
  19. <ApplicationManifest>app.manifest</ApplicationManifest>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  22. <DebugSymbols>true</DebugSymbols>
  23. <OutputPath>bin\Debug\Windows\MG\</OutputPath>
  24. <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
  25. <DebugType>full</DebugType>
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <ErrorReport>prompt</ErrorReport>
  28. <Prefer32Bit>true</Prefer32Bit>
  29. <UseVSHostingProcess>false</UseVSHostingProcess>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  32. <OutputPath>bin\Release\Windows\MG\</OutputPath>
  33. <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
  34. <Optimize>true</Optimize>
  35. <DebugType>pdbonly</DebugType>
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <ErrorReport>prompt</ErrorReport>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Compile Include="AnimationSampleComponent.cs" />
  41. <Compile Include="SampleGame.cs" />
  42. <Compile Include="Program.cs" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="Properties\AssemblyInfo.cs" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Reference Include="Xna.Framework">
  49. <HintPath>$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\Framework\net40\Xna.Framework.dll</HintPath>
  50. </Reference>
  51. <Reference Include="MonoGame.Framework">
  52. <HintPath>$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\Windows\MonoGame.Framework.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Content Include="Icon.ico" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <MonoGameContentReference Include="..\AnimationContent\Content.mgcb">
  61. <Link>Content\Content.mgcb</Link>
  62. </MonoGameContentReference>
  63. <None Include="app.config" />
  64. <None Include="app.manifest" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ProjectReference Include="..\..\Animation\Aether.Animation.NET4.DX.csproj">
  68. <Project>{57903a6b-1576-4361-8f03-1d5f038a782a}</Project>
  69. <Name>Aether.Animation.NET4.DX</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\..\Shaders\InfiniteGrid\Aether.Shaders.InfiniteGrid.NET4.csproj">
  72. <Project>{08296a2e-becf-4db9-a518-8a613d07b80e}</Project>
  73. <Name>Aether.Shaders.InfiniteGrid.NET4</Name>
  74. </ProjectReference>
  75. </ItemGroup>
  76. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  77. <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" />
  78. </Project>