Don't set output path for non-exe projects
surely this is safe and fine and all
This commit is contained in:
parent
0e892a5f17
commit
41e7c04678
|
@ -5,7 +5,6 @@
|
||||||
<DefineConstants>$(DefineConstants);AVI_SUPPORT</DefineConstants>
|
<DefineConstants>$(DefineConstants);AVI_SUPPORT</DefineConstants>
|
||||||
<DocumentationFile>$(MSBuildProjectDirectory)/bin/doc_comments.xml</DocumentationFile>
|
<DocumentationFile>$(MSBuildProjectDirectory)/bin/doc_comments.xml</DocumentationFile>
|
||||||
<NoWarn>$(NoWarn);CS1573;CS1591;NU1702</NoWarn>
|
<NoWarn>$(NoWarn);CS1573;CS1591;NU1702</NoWarn>
|
||||||
<OutputPath>$(MSBuildProjectDirectory)/../../output/dll</OutputPath>
|
|
||||||
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' And '$(SolutionDir)' != '' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' And '$(SolutionDir)' != '' ">
|
||||||
|
|
Loading…
Reference in New Issue