Aether.Shaders.InfiniteGrid.NET4.csproj 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{08296A2E-BECF-4DB9-A518-8A613D07B80E}</ProjectGuid>
  5. <OutputType>Library</OutputType>
  6. <AppDesignerFolder>Properties</AppDesignerFolder>
  7. <RootNamespace>nkast.Aether.Shaders</RootNamespace>
  8. <AssemblyName>Aether.Shaders.InfiniteGrid</AssemblyName>
  9. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  10. <FileAlignment>512</FileAlignment>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  13. <DebugSymbols>true</DebugSymbols>
  14. <DebugType>full</DebugType>
  15. <Optimize>false</Optimize>
  16. <OutputPath>..\..\Artifacts\Debug\Libraries\net4\</OutputPath>
  17. <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
  18. <ErrorReport>prompt</ErrorReport>
  19. <WarningLevel>4</WarningLevel>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  22. <DebugType>none</DebugType>
  23. <Optimize>true</Optimize>
  24. <OutputPath>..\..\Artifacts\Release\Libraries\net4\</OutputPath>
  25. <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <ItemGroup>
  30. <Reference Include="System" />
  31. <PackageReference Include="nkast.Xna.Framework" Version="3.9.9001">
  32. <PrivateAssets>all</PrivateAssets>
  33. <ExcludeAssets>runtime</ExcludeAssets>
  34. </PackageReference>
  35. <PackageReference Include="nkast.Xna.Framework.Ref" Version="3.9.9001">
  36. <PrivateAssets>all</PrivateAssets>
  37. <ExcludeAssets>runtime</ExcludeAssets>
  38. </PackageReference>
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Compile Include="Components\InfiniteGridComponent.cs" />
  42. <Compile Include="InfiniteGridEffect.cs" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="Properties\AssemblyInfo.cs" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <EmbeddedResource Include="Resources\InfiniteGridEffect.HiDef.dx11.fxo.10" />
  49. <EmbeddedResource Include="Resources\InfiniteGridEffect.Reach.dx11.fxo.10" />
  50. <EmbeddedResource Include="Resources\InfiniteGridEffect.HiDef.ogl.fxo.10" />
  51. <EmbeddedResource Include="Resources\InfiniteGridEffect.Reach.ogl.fxo.10" />
  52. </ItemGroup>
  53. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  54. </Project>