Silence warning about different system dlls

This commit is contained in:
Ottermandias 2021-02-11 19:02:05 +01:00
parent 374b652f0d
commit 817c3a2206

View file

@ -21,6 +21,10 @@
<DebugType>pdbonly</DebugType>
</PropertyGroup>
<PropertyGroup>
<MSBuildWarningsAsMessages>$(MSBuildWarningsAsMessages);MSB3277</MSBuildWarningsAsMessages>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dalamud">
<HintPath>$(DALAMUD_ROOT)\Dalamud.dll</HintPath>