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:29 +02:00
parent 9c7626255b
commit 97584c16da

View File

@@ -6,7 +6,6 @@
<LangVersion>9</LangVersion>
<IsPackable>false</IsPackable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>../bin/Content.Shared</OutputPath>
<Configurations>Release;Debug</Configurations>
<Platforms>AnyCPU</Platforms>
<WarningsAsErrors>nullable</WarningsAsErrors>