NormalMappingEffectPipeline.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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>{8BE2A4F5-2E5F-4125-95F4-9877B208063C}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>NormalMappingEffectPipeline</RootNamespace>
  10. <AssemblyName>NormalMappingEffectPipeline</AssemblyName>
  11. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <UpgradeBackupLocation>
  16. </UpgradeBackupLocation>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\x86\Debug</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <PlatformTarget>x86</PlatformTarget>
  43. <XnaPlatform>Windows</XnaPlatform>
  44. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\x86\Release</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <PlatformTarget>x86</PlatformTarget>
  54. <XnaPlatform>Windows</XnaPlatform>
  55. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  56. </PropertyGroup>
  57. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Xbox 360' ">
  58. <DebugSymbols>true</DebugSymbols>
  59. <DebugType>full</DebugType>
  60. <Optimize>false</Optimize>
  61. <OutputPath>bin\Xbox 360\Debug</OutputPath>
  62. <DefineConstants>DEBUG;TRACE</DefineConstants>
  63. <ErrorReport>prompt</ErrorReport>
  64. <WarningLevel>4</WarningLevel>
  65. <UseVSHostingProcess>false</UseVSHostingProcess>
  66. <PlatformTarget>x86</PlatformTarget>
  67. <XnaPlatform>Xbox 360</XnaPlatform>
  68. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Xbox 360' ">
  71. <DebugType>pdbonly</DebugType>
  72. <Optimize>true</Optimize>
  73. <OutputPath>bin\Xbox 360\Release</OutputPath>
  74. <DefineConstants>TRACE</DefineConstants>
  75. <ErrorReport>prompt</ErrorReport>
  76. <WarningLevel>4</WarningLevel>
  77. <UseVSHostingProcess>false</UseVSHostingProcess>
  78. <PlatformTarget>x86</PlatformTarget>
  79. <XnaPlatform>Xbox 360</XnaPlatform>
  80. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  81. </PropertyGroup>
  82. <ItemGroup>
  83. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553" />
  84. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553" />
  85. <Reference Include="Microsoft.Xna.Framework.Game, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553" />
  86. <Reference Include="System">
  87. <Private>False</Private>
  88. </Reference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="NormalMappingMaterialProcessor.cs" />
  92. <Compile Include="NormalMappingModelProcessor.cs" />
  93. <Compile Include="NormalMapTextureProcessor.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  98. <Visible>False</Visible>
  99. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  100. <Install>false</Install>
  101. </BootstrapperPackage>
  102. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  103. <Visible>False</Visible>
  104. <ProductName>.NET Framework 3.5 SP1</ProductName>
  105. <Install>true</Install>
  106. </BootstrapperPackage>
  107. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  108. <Visible>False</Visible>
  109. <ProductName>Windows Installer 3.1</ProductName>
  110. <Install>true</Install>
  111. </BootstrapperPackage>
  112. </ItemGroup>
  113. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  114. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  115. Other similar extension points exist, see Microsoft.Common.targets.
  116. <Target Name="BeforeBuild">
  117. </Target>
  118. <Target Name="AfterBuild">
  119. </Target>
  120. -->
  121. </Project>