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:
parent
9c7626255b
commit
97584c16da
1 changed files with 0 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue