Mods.RA also requires MaxMind.GeoIP2

This commit is contained in:
Matthias Mailänder
2014-04-18 09:44:00 +02:00
parent 5d6b26b971
commit a7b401e981

View File

@@ -82,6 +82,9 @@
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\thirdparty\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="MaxMind.GeoIP2">
<HintPath>..\thirdparty\MaxMind.GeoIP2.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Activities\CaptureActor.cs" />