8 lines
365 B
XML
8 lines
365 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
<BaseIntermediateOutputPath>..\..\obj\AnyCPU\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
|
|
<BaseOutputPath>..\..\bin\</BaseOutputPath>
|
|
</PropertyGroup>
|
|
</Project> |