Browse Source

update project files

Nick Kastellanos 2 years ago
parent
commit
8200a4e5a1

+ 2 - 0
Animation/Aether.Animation.NET4.DX.csproj

@@ -14,6 +14,7 @@
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
     <OutputPath>..\Artifacts\Debug\Libraries\net4.DX\</OutputPath>
+    <BaseIntermediateOutputPath>obj\net4.DX\</BaseIntermediateOutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG MAPPEDMEM</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -24,6 +25,7 @@
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
     <OutputPath>..\Artifacts\Release\Libraries\net4.DX\</OutputPath>
+    <BaseIntermediateOutputPath>obj\net4.DX\</BaseIntermediateOutputPath>
     <DefineConstants>TRACE;WINDOWS MG MAPPEDMEM</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

+ 2 - 0
Animation/Aether.Animation.NET4.csproj

@@ -14,6 +14,7 @@
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
     <OutputPath>..\Artifacts\Debug\Libraries\net4\</OutputPath>
+    <BaseIntermediateOutputPath>obj\net4\</BaseIntermediateOutputPath>
     <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -24,6 +25,7 @@
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
     <OutputPath>..\Artifacts\Release\Libraries\net4\</OutputPath>
+    <BaseIntermediateOutputPath>obj\net4\</BaseIntermediateOutputPath>
     <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>