Skip to content

Commit

Permalink
Updated to latest SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Oct 29, 2012
1 parent ef14fec commit bf320db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 24 deletions.
Expand Up @@ -35,8 +35,13 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.ServiceBus">
<HintPath>..\..\packages\ServiceBus.v1_0.1.0.1.0\lib\net40-full\Microsoft.ServiceBus.dll</HintPath>
<Reference Include="Microsoft.ServiceBus, Version=1.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\WindowsAzure.ServiceBus.1.8.0.0\lib\net40-full\Microsoft.ServiceBus.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.7.0.3\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down Expand Up @@ -88,7 +93,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="..\Common\Microsoft.AspNet.SignalR.targets" />
Expand Down
20 changes: 0 additions & 20 deletions src/Microsoft.AspNet.SignalR.ServiceBus/app.config

This file was deleted.

3 changes: 2 additions & 1 deletion src/Microsoft.AspNet.SignalR.ServiceBus/packages.config
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ServiceBus.v1_0" version="1.0.1.0" targetFramework="net40" />
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="1.7.0.3" targetFramework="net40" />
<package id="WindowsAzure.ServiceBus" version="1.8.0.0" targetFramework="net40" />
</packages>

0 comments on commit bf320db

Please sign in to comment.