2018-12-07 16:00:00 +00:00
|
|
|
<Project>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-07-07 16:00:00 +00:00
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2018-12-07 16:00:00 +00:00
|
|
|
<DebugType>full</DebugType>
|
2018-11-30 16:00:00 +00:00
|
|
|
<ArtifactsDir>$(MSBuildThisFileDirectory)artifacts\</ArtifactsDir>
|
2018-12-07 16:00:00 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2020-07-07 16:00:00 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<AdditionalFiles Include="$(MSBuildThisFileDirectory)src\stylecop.json" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2018-12-07 16:00:00 +00:00
|
|
|
</Project>
|