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