|
@@ -1,15 +1,15 @@
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<EnableDefaultItems>false</EnableDefaultItems>
|
|
<EnableDefaultItems>false</EnableDefaultItems>
|
|
- <TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
|
+ <TargetFrameworks>netstandard2.0</TargetFrameworks>
|
|
<OutputType>Library</OutputType>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>nkast.Aether.Content.Pipeline</RootNamespace>
|
|
<RootNamespace>nkast.Aether.Content.Pipeline</RootNamespace>
|
|
<AssemblyName>Aether.Content.Pipeline.VoxelImporters</AssemblyName>
|
|
<AssemblyName>Aether.Content.Pipeline.VoxelImporters</AssemblyName>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
- <OutputPath>..\..\Artifacts\$(Configuration)\Processors\netstandard2.0\</OutputPath>
|
|
|
|
- <BaseIntermediateOutputPath>obj\netstandard2.0\</BaseIntermediateOutputPath>
|
|
|
|
|
|
+ <OutputPath>..\..\Artifacts\$(Configuration)\Processors\$(TargetFramework)\</OutputPath>
|
|
|
|
+ <BaseIntermediateOutputPath>obj\$(TargetFramework)\</BaseIntermediateOutputPath>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
|
|
<DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
|