Deferred.Shared.projitems 862 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
  5. <HasSharedItems>true</HasSharedItems>
  6. <SharedGUID>710e05c6-c4b4-4762-a685-02a8e4015174</SharedGUID>
  7. </PropertyGroup>
  8. <PropertyGroup Label="Configuration">
  9. <Import_RootNamespace>Deferred</Import_RootNamespace>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <Compile Include="$(MSBuildThisFileDirectory)DeferredGame.cs" />
  13. <Compile Include="$(MSBuildThisFileDirectory)DeferredRendering.cs" />
  14. <Compile Include="$(MSBuildThisFileDirectory)DeferredSampleComponent.cs" />
  15. <Compile Include="$(MSBuildThisFileDirectory)QuadRenderer.cs" />
  16. <Compile Include="$(MSBuildThisFileDirectory)Spaceship.cs" />
  17. </ItemGroup>
  18. </Project>