2021-07-30 00:49:28 -07:00
|
|
|
<Project>
|
|
|
|
<!-- Sets defaults for all projects in the repo -->
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)/jellyfin.ruleset</CodeAnalysisRuleSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2021-12-24 10:28:27 -07:00
|
|
|
<PropertyGroup>
|
2021-11-08 12:39:02 -07:00
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2021-07-30 00:49:28 -07:00
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2022-01-22 08:48:31 -07:00
|
|
|
<ItemGroup>
|
2022-11-30 12:57:20 -07:00
|
|
|
<AdditionalFiles Include="$(MSBuildThisFileDirectory)/BannedSymbols.txt" />
|
|
|
|
<AdditionalFiles Include="$(MSBuildThisFileDirectory)/stylecop.json" />
|
2022-01-22 08:48:31 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
2021-07-30 00:49:28 -07:00
|
|
|
</Project>
|