8 lines
263 B
XML
8 lines
263 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<OutDir>../Bin/$(MSBuildProjectName)</OutDir>
|
|
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">../Intermediate/$(MSBuildProjectName)</BaseIntermediateOutputPath>
|
|
</PropertyGroup>
|
|
</Project>
|
|
|