Samples.Deferred.XNA.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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>{6AD3101D-258F-4B90-ADEF-BCA6E89D8128}</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>Samples.Deferred</RootNamespace>
  11. <AssemblyName>Samples.Deferred</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  14. <XnaPlatform>Windows</XnaPlatform>
  15. <XnaProfile>Reach</XnaProfile>
  16. <XnaCrossPlatformGroupID>37BFBD85-8F1B-4620-A082-139DF8F4AFA3</XnaCrossPlatformGroupID>
  17. <XnaOutputType>Game</XnaOutputType>
  18. <ApplicationIcon>Game.ico</ApplicationIcon>
  19. <Thumbnail>GameThumbnail.png</Thumbnail>
  20. <PublishUrl>publish\</PublishUrl>
  21. <Install>true</Install>
  22. <InstallFrom>Disk</InstallFrom>
  23. <UpdateEnabled>false</UpdateEnabled>
  24. <UpdateMode>Foreground</UpdateMode>
  25. <UpdateInterval>7</UpdateInterval>
  26. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  27. <UpdatePeriodically>false</UpdatePeriodically>
  28. <UpdateRequired>false</UpdateRequired>
  29. <MapFileExtensions>true</MapFileExtensions>
  30. <ApplicationRevision>0</ApplicationRevision>
  31. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  32. <IsWebBootstrapper>false</IsWebBootstrapper>
  33. <UseApplicationTrust>false</UseApplicationTrust>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\XNA\</OutputPath>
  41. <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <NoStdLib>true</NoStdLib>
  45. <UseVSHostingProcess>false</UseVSHostingProcess>
  46. <PlatformTarget>x86</PlatformTarget>
  47. <XnaCompressContent>false</XnaCompressContent>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\Release\XNA\</OutputPath>
  53. <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <NoStdLib>true</NoStdLib>
  57. <UseVSHostingProcess>false</UseVSHostingProcess>
  58. <PlatformTarget>x86</PlatformTarget>
  59. <XnaCompressContent>true</XnaCompressContent>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Reference Include="mscorlib" />
  63. <Reference Include="System" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  66. <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  67. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="DeferredRendering.cs" />
  71. <Compile Include="DeferredSampleComponent.cs" />
  72. <Compile Include="SampleGame.cs" />
  73. <Compile Include="Program.cs" />
  74. <Compile Include="QuadRenderer.cs" />
  75. <Compile Include="Spaceship.cs" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Content Include="Game.ico" />
  82. <Content Include="GameThumbnail.png">
  83. <XnaPlatformSpecific>true</XnaPlatformSpecific>
  84. </Content>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <ProjectReference Include="..\..\..\Shaders\Deferred\Aether.Shaders.Deferred.NET4.XNA.csproj">
  88. <Project>{B82B862D-C728-4A10-8A56-65D688E022C8}</Project>
  89. <Name>Aether.Shaders.Deferred.NET4.XNA</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\DeferredContent\DeferredContent.contentproj">
  92. <Project>{FEFA33C9-E197-458C-845E-5FA513C38DF4}</Project>
  93. <Name>Samples.DeferredContent %28Content%29</Name>
  94. <XnaReferenceType>Content</XnaReferenceType>
  95. </ProjectReference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  99. <Visible>False</Visible>
  100. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  101. <Install>true</Install>
  102. </BootstrapperPackage>
  103. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  104. <Visible>False</Visible>
  105. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  106. <Install>false</Install>
  107. </BootstrapperPackage>
  108. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  109. <Visible>False</Visible>
  110. <ProductName>.NET Framework 3.5 SP1</ProductName>
  111. <Install>false</Install>
  112. </BootstrapperPackage>
  113. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  114. <Visible>False</Visible>
  115. <ProductName>Windows Installer 3.1</ProductName>
  116. <Install>true</Install>
  117. </BootstrapperPackage>
  118. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  119. <Visible>False</Visible>
  120. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  121. <Install>true</Install>
  122. </BootstrapperPackage>
  123. </ItemGroup>
  124. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  125. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  126. </Project>