[build] Reference the SmartIrc4net library in SparkleLib.csproj

This commit is contained in:
Bertrand Lorentz 2010-09-11 15:21:09 +02:00
parent 46dc199a0d
commit 86a3006981

View file

@ -31,6 +31,9 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="Mono.Posix" />
<Reference Include="Meebey.SmartIrc4net, Version=0.4.5.0, Culture=neutral, PublicKeyToken=7868485fbf407e0f">
<Package>smartirc4net</Package>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="SparkleRepo.cs" />
@ -41,6 +44,7 @@
<Compile Include="SparklePlatform.cs" />
<Compile Include="SparkleEvents.cs" />
<Compile Include="SparkleOptions.cs" />
<Compile Include="SparkleCommit.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>