Revert "Don't set output path for non-exe projects"

This reverts commit 41e7c04678.
This commit is contained in:
CasualPokePlayer 2024-05-04 17:48:25 -07:00
parent 7fa3288d01
commit 597d2e244f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<DefineConstants>$(DefineConstants);AVI_SUPPORT</DefineConstants>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <!-- it would be nice to rename these to *.api_reference.xml or something, but it seems https://github.com/dotnet/standard/issues/614 was never fixed -->
<NoWarn>$(NoWarn);CS1573;CS1591;NU1702</NoWarn>
<OutputPath>$(MSBuildProjectDirectory)/../../output/dll</OutputPath>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' And '$(SolutionDir)' != '' ">