mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
14 lines
331 B
XML
14 lines
331 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<DebugType>full</DebugType>
|
|
<ArtifactsDir>$(MSBuildThisFileDirectory)artifacts\</ArtifactsDir>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<AdditionalFiles Include="$(MSBuildThisFileDirectory)src\stylecop.json" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|