Fix MSBuild warnings.

This commit is contained in:
2022-03-06 14:07:03 +00:00
parent 0bc819feab
commit 9928842ab5
19 changed files with 7 additions and 57 deletions

View File

@@ -53,13 +53,6 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="plist-cil">
<HintPath>..\packages\plist-cil.1.16.0\lib\net40\plist-cil.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Settings.cs" />
</ItemGroup>