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>
|
2020-08-07 16:00:00 +00:00
|
|
|
<ArtifactsBinDir>$(ArtifactsDir)bin\</ArtifactsBinDir>
|
|
|
|
<ArtifactsObjDir>$(ArtifactsDir)obj\</ArtifactsObjDir>
|
|
|
|
<ArtifactsPublishDir>$(ArtifactsDir)publish\</ArtifactsPublishDir>
|
|
|
|
<RunSettingsFilePath>$(MSBuildThisFileDirectory)src\.runsettings</RunSettingsFilePath>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<BaseOutputPath>$(ArtifactsBinDir)$(MSBuildProjectName)\</BaseOutputPath>
|
|
|
|
<BaseIntermediateOutputPath>$(ArtifactsObjDir)$(MSBuildProjectName)\</BaseIntermediateOutputPath>
|
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>
|