NormalMappingEffectContent.contentproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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>{739A0CD0-EED9-401C-94B8-8AD5659B9BE0}</ProjectGuid>
  5. <ProjectTypeGuids>{96E2B04D-8817-42c6-938A-82C39BA4D311};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <OutputType>Library</OutputType>
  9. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  12. <PlatformTarget>x86</PlatformTarget>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <ContentRootDirectory>Content</ContentRootDirectory>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)' == 'Debug'">
  32. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <ProjectReference Include="..\..\NormalMappingEffectPipeline\NormalMappingEffectPipeline.csproj">
  36. <Project>{8BE2A4F5-2E5F-4125-95F4-9877B208063C}</Project>
  37. <Name>NormalMappingEffectPipeline</Name>
  38. <Private>False</Private>
  39. </ProjectReference>
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="lizard.fbx">
  43. <Name>lizard</Name>
  44. <Importer>FbxImporter</Importer>
  45. <Processor>NormalMappingModelProcessor</Processor>
  46. <ProcessorParameters_GenerateTangentFrames>True</ProcessorParameters_GenerateTangentFrames>
  47. </Compile>
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  51. <Private>False</Private>
  52. </Reference>
  53. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=X86">
  54. <Private>False</Private>
  55. </Reference>
  56. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=X86">
  57. <Private>False</Private>
  58. </Reference>
  59. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=X86">
  60. <Private>False</Private>
  61. </Reference>
  62. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  63. <Private>False</Private>
  64. </Reference>
  65. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  66. <Private>False</Private>
  67. </Reference>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  71. <Visible>False</Visible>
  72. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  73. <Install>true</Install>
  74. </BootstrapperPackage>
  75. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  76. <Visible>False</Visible>
  77. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  78. <Install>false</Install>
  79. </BootstrapperPackage>
  80. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  81. <Visible>False</Visible>
  82. <ProductName>.NET Framework 3.5 SP1</ProductName>
  83. <Install>false</Install>
  84. </BootstrapperPackage>
  85. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  86. <Visible>False</Visible>
  87. <ProductName>Windows Installer 3.1</ProductName>
  88. <Install>true</Install>
  89. </BootstrapperPackage>
  90. </ItemGroup>
  91. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
  92. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  93. Other similar extension points exist, see Microsoft.Common.targets.
  94. <Target Name="BeforeBuild">
  95. </Target>
  96. <Target Name="AfterBuild">
  97. </Target>
  98. -->
  99. </Project>