Remove OutputPath overrides for shared.

Pretty sure this will reduce recompilation when switching between debug and release in rider, so sounds like a good idea to me.
This commit is contained in:
Pieter-Jan Briers
2021-08-30 01:38:28 +02:00
parent cd3a7ef91e
commit 577b2b0f62
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>../bin/Shared.Maths</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<Import Project="..\MSBuild\Robust.DefineConstants.targets" />

View File

@@ -4,7 +4,6 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>../bin/Shared</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<Import Project="..\MSBuild\Robust.DefineConstants.targets" />