ContentPipelineExtension.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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>{9CB60B96-5525-4FA1-888C-5C4AFD472668}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>ContentPipelineExtension</RootNamespace>
  10. <AssemblyName>ContentPipelineExtension</AssemblyName>
  11. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation />
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\x86\Debug</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <PlatformTarget>x86</PlatformTarget>
  42. <XnaPlatform>Windows</XnaPlatform>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  46. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  47. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  48. <Reference Include="System">
  49. <Private>False</Private>
  50. </Reference>
  51. <Reference Include="System.Xml">
  52. <Private>False</Private>
  53. </Reference>
  54. <Reference Include="System.Core">
  55. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  56. </Reference>
  57. <Reference Include="System.Xml.Linq">
  58. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  59. </Reference>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="CubemapProcessor.cs" />
  63. <Compile Include="DualTextureProcessor.cs" />
  64. <Compile Include="EnvironmentMappedMaterialProcessor.cs" />
  65. <Compile Include="EnvironmentMappedModelProcessor.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. <Compile Include="SkinnedModelProcessor.cs" />
  68. <Compile Include="SkyContent.cs" />
  69. <Compile Include="SkyProcessor.cs" />
  70. <Compile Include="TexturePlusAlphaProcessor.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  74. <Visible>False</Visible>
  75. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  76. <Install>true</Install>
  77. </BootstrapperPackage>
  78. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  79. <Visible>False</Visible>
  80. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  81. <Install>false</Install>
  82. </BootstrapperPackage>
  83. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  84. <Visible>False</Visible>
  85. <ProductName>.NET Framework 3.5 SP1</ProductName>
  86. <Install>false</Install>
  87. </BootstrapperPackage>
  88. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  89. <Visible>False</Visible>
  90. <ProductName>Windows Installer 3.1</ProductName>
  91. <Install>true</Install>
  92. </BootstrapperPackage>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ProjectReference Include="..\DataTypes\DataTypes %28Windows%29.csproj">
  96. <Project>{24A0BCFD-3B8C-4AC3-AE75-E50D2F7B8C79}</Project>
  97. <Name>DataTypes %28Windows%29</Name>
  98. </ProjectReference>
  99. </ItemGroup>
  100. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  101. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.ContentPipelineExtensions.targets" />
  102. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  103. Other similar extension points exist, see Microsoft.Common.targets.
  104. <Target Name="BeforeBuild">
  105. </Target>
  106. <Target Name="AfterBuild">
  107. </Target>
  108. -->
  109. </Project>