1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{48E4029A-115C-4DC2-AF3A-0AB94F36BFC0}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>nkast.Aether.Content.Pipeline</RootNamespace>
- <AssemblyName>Aether.Content.Pipeline.RawModelProcessor</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\Artifacts\Debug\Processors\net4\</OutputPath>
- <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\Artifacts\Release\Processors\net4\</OutputPath>
- <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <PackageReference Include="nkast.Xna.Framework" Version="3.13.9001">
- <PrivateAssets>all</PrivateAssets>
- <ExcludeAssets>runtime</ExcludeAssets>
- </PackageReference>
- <PackageReference Include="nkast.Xna.Framework.Content" Version="3.13.9001">
- <PrivateAssets>all</PrivateAssets>
- <ExcludeAssets>runtime</ExcludeAssets>
- </PackageReference>
- <PackageReference Include="nkast.Xna.Framework.Graphics" Version="3.13.9001">
- <PrivateAssets>all</PrivateAssets>
- <ExcludeAssets>runtime</ExcludeAssets>
- </PackageReference>
- <PackageReference Include="nkast.Xna.Framework.Content.Pipeline" Version="3.13.9001">
- <PrivateAssets>all</PrivateAssets>
- <ExcludeAssets>runtime</ExcludeAssets>
- </PackageReference>
- <PackageReference Include="nkast.Xna.Framework.Content.Pipeline.Graphics" Version="3.13.9001">
- <PrivateAssets>all</PrivateAssets>
- <ExcludeAssets>runtime</ExcludeAssets>
- </PackageReference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="RawModelProcessor.cs" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|