Bump libgame version to use NuGet

This commit is contained in:
Benito Palacios Sánchez 2015-07-31 00:58:02 +02:00
parent 3d1d6acac7
commit 0f0a4a6190
5 changed files with 15 additions and 8 deletions

View File

@ -34,12 +34,12 @@
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\packages\Moq.4.2.1502.0911\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="libgame">
<HintPath>..\libgame\bin\Debug\libgame.dll</HintPath>
</Reference>
<Reference Include="Moq">
<HintPath>..\packages\Moq.4.2.1507.0118\lib\net40\Moq.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="SessionTests.cs" />

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Moq" version="4.2.1502.0911" targetFramework="net45" />
<package id="Moq" version="4.2.1507.0118" targetFramework="net45" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />
</packages>

View File

@ -36,13 +36,13 @@
<Reference Include="libgame">
<HintPath>..\libgame\bin\Debug\libgame.dll</HintPath>
</Reference>
<Reference Include="Mono.Addins">
<HintPath>..\libgame\libs\mono-addins\bin\Mono.Addins.dll</HintPath>
</Reference>
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="Mono.Addins">
<HintPath>..\packages\Mono.Addins.1.2\lib\net40\Mono.Addins.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
@ -89,4 +89,7 @@
<Folder Include="RSP\Packets\" />
<Folder Include="Plugins\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
</Project>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Mono.Addins" version="1.2" targetFramework="net45" />
</packages>

@ -1 +1 @@
Subproject commit 4ba46608a4185022371a68fe5555b0a9f9bd4be3
Subproject commit 76a95a387ce95be3bbc3907e138301854942d709