NormalMappingEffectXbox.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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>{AA8029CD-8B58-45C3-84F1-55AE88A47F8E}</ProjectGuid>
  5. <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">Xbox 360</Platform>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NormalMappingEffect</RootNamespace>
  11. <AssemblyName>NormalMappingEffect</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <XnaPlatform>Xbox 360</XnaPlatform>
  14. <XnaCrossPlatformGroupID>8b7b5241-2493-4995-a0da-01bfa2922c11</XnaCrossPlatformGroupID>
  15. <ApplicationIcon>Game.ico</ApplicationIcon>
  16. <Thumbnail>
  17. </Thumbnail>
  18. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  19. <XnaUpgrade>
  20. </XnaUpgrade>
  21. <XnaOutputType>Game</XnaOutputType>
  22. <XnaProfile>Reach</XnaProfile>
  23. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. <UpgradeBackupLocation>
  27. </UpgradeBackupLocation>
  28. <OldToolsVersion>3.5</OldToolsVersion>
  29. <PublishUrl>publish\</PublishUrl>
  30. <Install>true</Install>
  31. <InstallFrom>Disk</InstallFrom>
  32. <UpdateEnabled>false</UpdateEnabled>
  33. <UpdateMode>Foreground</UpdateMode>
  34. <UpdateInterval>7</UpdateInterval>
  35. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  36. <UpdatePeriodically>false</UpdatePeriodically>
  37. <UpdateRequired>false</UpdateRequired>
  38. <MapFileExtensions>true</MapFileExtensions>
  39. <ApplicationRevision>0</ApplicationRevision>
  40. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  41. <IsWebBootstrapper>false</IsWebBootstrapper>
  42. <UseApplicationTrust>false</UseApplicationTrust>
  43. <BootstrapperEnabled>true</BootstrapperEnabled>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Xbox 360' ">
  46. <OutputPath>bin\Xbox 360\Debug</OutputPath>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <NoStdLib>true</NoStdLib>
  50. <UseVSHostingProcess>false</UseVSHostingProcess>
  51. <DebugSymbols>true</DebugSymbols>
  52. <DebugType>full</DebugType>
  53. <Optimize>false</Optimize>
  54. <DefineConstants>DEBUG;TRACE;XBOX;XBOX360</DefineConstants>
  55. <XnaCompressContent>true</XnaCompressContent>
  56. </PropertyGroup>
  57. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Xbox 360' ">
  58. <OutputPath>bin\Xbox 360\Release</OutputPath>
  59. <ErrorReport>prompt</ErrorReport>
  60. <WarningLevel>4</WarningLevel>
  61. <NoStdLib>true</NoStdLib>
  62. <UseVSHostingProcess>false</UseVSHostingProcess>
  63. <DebugType>pdbonly</DebugType>
  64. <Optimize>true</Optimize>
  65. <DefineConstants>TRACE;XBOX;XBOX360</DefineConstants>
  66. <XnaCompressContent>true</XnaCompressContent>
  67. </PropertyGroup>
  68. <ItemGroup>
  69. <ProjectReference Include="Content\NormalMappingEffectContent.contentproj">
  70. <Project>{739A0CD0-EED9-401C-94B8-8AD5659B9BE0}</Project>
  71. <Name>NormalMappingEffectContent %28Content%29</Name>
  72. <XnaReferenceType>Content</XnaReferenceType>
  73. </ProjectReference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="NormalMappingEffect.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Content Include="Game.ico" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <NestedContentProject Include="Content\Content.contentproj">
  84. <Project>739a0cd0-eed9-401c-94b8-8ad5659b9be0</Project>
  85. <Visible>False</Visible>
  86. </NestedContentProject>
  87. </ItemGroup>
  88. <ItemGroup />
  89. <ItemGroup>
  90. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  91. <Visible>False</Visible>
  92. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  93. <Install>true</Install>
  94. </BootstrapperPackage>
  95. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  96. <Visible>False</Visible>
  97. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  98. <Install>false</Install>
  99. </BootstrapperPackage>
  100. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  101. <Visible>False</Visible>
  102. <ProductName>.NET Framework 3.5 SP1</ProductName>
  103. <Install>false</Install>
  104. </BootstrapperPackage>
  105. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  106. <Visible>False</Visible>
  107. <ProductName>Windows Installer 3.1</ProductName>
  108. <Install>true</Install>
  109. </BootstrapperPackage>
  110. <BootstrapperPackage Include="Microsoft.Xna.Framework.4.0">
  111. <Visible>False</Visible>
  112. <ProductName>Microsoft XNA Framework Redistributable 4.0</ProductName>
  113. <Install>true</Install>
  114. </BootstrapperPackage>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Reference Include="Microsoft.Xna.Framework">
  118. <Private>False</Private>
  119. </Reference>
  120. <Reference Include="Microsoft.Xna.Framework.Avatar">
  121. <Private>False</Private>
  122. </Reference>
  123. <Reference Include="Microsoft.Xna.Framework.Game">
  124. <Private>False</Private>
  125. </Reference>
  126. <Reference Include="Microsoft.Xna.Framework.GamerServices">
  127. <Private>False</Private>
  128. </Reference>
  129. <Reference Include="Microsoft.Xna.Framework.Graphics">
  130. <Private>False</Private>
  131. </Reference>
  132. <Reference Include="Microsoft.Xna.Framework.Input.Touch">
  133. <Private>False</Private>
  134. </Reference>
  135. <Reference Include="Microsoft.Xna.Framework.Net">
  136. <Private>False</Private>
  137. </Reference>
  138. <Reference Include="Microsoft.Xna.Framework.Storage">
  139. <Private>False</Private>
  140. </Reference>
  141. <Reference Include="Microsoft.Xna.Framework.Video">
  142. <Private>False</Private>
  143. </Reference>
  144. <Reference Include="Microsoft.Xna.Framework.Xact">
  145. <Private>False</Private>
  146. </Reference>
  147. <Reference Include="mscorlib">
  148. <Private>False</Private>
  149. </Reference>
  150. <Reference Include="System">
  151. <Private>False</Private>
  152. </Reference>
  153. <Reference Include="System.Xml.Linq">
  154. <Private>False</Private>
  155. </Reference>
  156. </ItemGroup>
  157. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  158. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" Condition="" />
  159. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  160. Other similar extension points exist, see Microsoft.Common.targets.
  161. <Target Name="BeforeBuild">
  162. </Target>
  163. <Target Name="AfterBuild">
  164. </Target>
  165. -->
  166. </Project>