12 lines
742 B
XML
12 lines
742 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
<BaseOutputPath>$(SolutionDir)$(Configuration)\bin\</BaseOutputPath>
|
|
<BaseIntermediateOutputPath>$(SolutionDir)$(Configuration)\$(MSBuildProjectName)\obj\</BaseIntermediateOutputPath>
|
|
<MSBuildProjectExtensionsPath>$(SolutionDir)$(Configuration)\$(MSBuildProjectName)\ext\</MSBuildProjectExtensionsPath>
|
|
<PackageOutputPath>$(BaseOutputPath)</PackageOutputPath>
|
|
<OutputPath>$(BaseOutputPath)</OutputPath>
|
|
<IntermediateOutputPath>$(BaseIntermediateOutputPath)</IntermediateOutputPath>
|
|
</PropertyGroup>
|
|
</Project> |