SLMCImporter.NET4.csproj 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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>{C9FA924B-DA91-4641-8B7D-CBC09E5560AE}</ProjectGuid>
  5. <OutputType>Library</OutputType>
  6. <AppDesignerFolder>Properties</AppDesignerFolder>
  7. <RootNamespace>nkast.Aether.Content.Pipeline</RootNamespace>
  8. <AssemblyName>Aether.Content.Pipeline.SLMCImporter</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\Processors\net4\</OutputPath>
  17. <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
  18. <ErrorReport>prompt</ErrorReport>
  19. <WarningLevel>4</WarningLevel>
  20. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23. <DebugType>none</DebugType>
  24. <Optimize>true</Optimize>
  25. <OutputPath>..\..\Artifacts\Release\Processors\net4\</OutputPath>
  26. <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <ItemGroup>
  32. <Reference Include="System" />
  33. <Reference Include="System.Xml" />
  34. <PackageReference Include="nkast.Xna.Framework" Version="3.9.9001">
  35. <PrivateAssets>all</PrivateAssets>
  36. <ExcludeAssets>runtime</ExcludeAssets>
  37. </PackageReference>
  38. <PackageReference Include="nkast.Xna.Framework.Ref" Version="3.9.9001">
  39. <PrivateAssets>all</PrivateAssets>
  40. <ExcludeAssets>runtime</ExcludeAssets>
  41. </PackageReference>
  42. <PackageReference Include="nkast.Xna.Framework.Content.Pipeline" Version="3.9.9001">
  43. <PrivateAssets>all</PrivateAssets>
  44. <ExcludeAssets>runtime</ExcludeAssets>
  45. </PackageReference>
  46. <PackageReference Include="nkast.Xna.Framework.Content.Pipeline.Graphics" Version="3.9.9001">
  47. <PrivateAssets>all</PrivateAssets>
  48. <ExcludeAssets>runtime</ExcludeAssets>
  49. </PackageReference>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Processors\SLMCProcessor.cs" />
  53. <Compile Include="Processors\SLMCOutputFormat.cs" />
  54. <Compile Include="SLMCImporter.cs" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. </ItemGroup>
  59. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  60. </Project>