mirror of https://github.com/winsw/winsw
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>
|