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