ShadowMappingContent.contentproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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>{9819F247-B858-4A59-BBFB-191A6F9B3736}</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. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  11. <PlatformTarget>x86</PlatformTarget>
  12. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  13. <SccProjectName>
  14. </SccProjectName>
  15. <SccLocalPath>
  16. </SccLocalPath>
  17. <SccAuxPath>
  18. </SccAuxPath>
  19. <SccProvider>
  20. </SccProvider>
  21. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  22. <ContentRootDirectory>Content</ContentRootDirectory>
  23. <PublishUrl>publish\</PublishUrl>
  24. <Install>true</Install>
  25. <InstallFrom>Disk</InstallFrom>
  26. <UpdateEnabled>false</UpdateEnabled>
  27. <UpdateMode>Foreground</UpdateMode>
  28. <UpdateInterval>7</UpdateInterval>
  29. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  30. <UpdatePeriodically>false</UpdatePeriodically>
  31. <UpdateRequired>false</UpdateRequired>
  32. <MapFileExtensions>true</MapFileExtensions>
  33. <ApplicationRevision>0</ApplicationRevision>
  34. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  35. <IsWebBootstrapper>false</IsWebBootstrapper>
  36. <UseApplicationTrust>false</UseApplicationTrust>
  37. <BootstrapperEnabled>true</BootstrapperEnabled>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  40. <XnaPlatform>Windows</XnaPlatform>
  41. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  44. <XnaPlatform>Windows</XnaPlatform>
  45. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.EffectImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  49. <Private>False</Private>
  50. </Reference>
  51. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.FBXImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  52. <Private>False</Private>
  53. </Reference>
  54. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.TextureImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  55. <Private>False</Private>
  56. </Reference>
  57. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.XImporter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  58. <Private>False</Private>
  59. </Reference>
  60. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.AudioImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=MSIL">
  61. <Private>False</Private>
  62. </Reference>
  63. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline.VideoImporters, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553">
  64. <Private>False</Private>
  65. </Reference>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="grid.fbx">
  69. <Name>grid</Name>
  70. <Importer>FbxImporter</Importer>
  71. <Processor>CustomEffectModelProcessor</Processor>
  72. <ProcessorParameters_CustomEffect>DrawModel.fx</ProcessorParameters_CustomEffect>
  73. <ProcessorParameters_Scale>2</ProcessorParameters_Scale>
  74. </Compile>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="dude.fbx">
  78. <Name>dude</Name>
  79. <Importer>FbxImporter</Importer>
  80. <Processor>CustomEffectModelProcessor</Processor>
  81. <ProcessorParameters_CustomEffect>DrawModel.fx</ProcessorParameters_CustomEffect>
  82. <ProcessorParameters_Scale>0.75</ProcessorParameters_Scale>
  83. </Compile>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <ProjectReference Include="..\..\CustomEffectPipeline\CustomEffectPipeline.csproj">
  87. <Project>{54478695-083C-4AD4-B10A-08179B1E7E58}</Project>
  88. <Name>CustomEffectPipeline</Name>
  89. </ProjectReference>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <None Include="DrawModel.fx">
  93. <Name>DrawModel</Name>
  94. <Importer>EffectImporter</Importer>
  95. <Processor>EffectProcessor</Processor>
  96. </None>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  100. <Visible>False</Visible>
  101. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  102. <Install>true</Install>
  103. </BootstrapperPackage>
  104. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  105. <Visible>False</Visible>
  106. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  107. <Install>false</Install>
  108. </BootstrapperPackage>
  109. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  110. <Visible>False</Visible>
  111. <ProductName>.NET Framework 3.5 SP1</ProductName>
  112. <Install>false</Install>
  113. </BootstrapperPackage>
  114. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  115. <Visible>False</Visible>
  116. <ProductName>Windows Installer 3.1</ProductName>
  117. <Install>true</Install>
  118. </BootstrapperPackage>
  119. </ItemGroup>
  120. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" />
  121. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  122. Other similar extension points exist, see Microsoft.Common.targets.
  123. <Target Name="BeforeBuild">
  124. </Target>
  125. <Target Name="AfterBuild">
  126. </Target>
  127. -->
  128. </Project>