mirror of
https://github.com/nsnail/dot.git
synced 2025-06-17 21:13:21 +08:00
10 lines
546 B
XML
10 lines
546 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<BaseOutputPath>../dist</BaseOutputPath>
|
|
<BaseIntermediateOutputPath>../dist</BaseIntermediateOutputPath>
|
|
<OutputPath>$(BaseOutputPath)/$(MSBuildProjectName)/bin</OutputPath>
|
|
<IntermediateOutputPath>$(BaseIntermediateOutputPath)/$(MSBuildProjectName)/obj</IntermediateOutputPath>
|
|
<MSBuildProjectExtensionsPath>$(BaseIntermediateOutputPath)/$(MSBuildProjectName)/obj</MSBuildProjectExtensionsPath>
|
|
</PropertyGroup>
|
|
</Project> |