Merge pull request #5129 from Mailaender/csproj-reference-xml-error

Fixed Reference is expected Line 89 position 6
This commit is contained in:
Paul Chote
2014-04-18 20:25:23 +12:00
2 changed files with 4 additions and 0 deletions

View File

@@ -80,6 +80,7 @@
</Reference>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\thirdparty\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="MaxMind.GeoIP2">
<HintPath>..\thirdparty\MaxMind.GeoIP2.dll</HintPath>
</Reference>

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" />