Skip to content

Commit 55a6204

Browse files
committed
Removed from some of the projects unneeded references that don't exist as part of the project.
1 parent a573793 commit 55a6204

File tree

4 files changed

+1
-10
lines changed

4 files changed

+1
-10
lines changed

src/RestFiles/RestFiles.Tests/RestFiles.Tests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@
6969
<Reference Include="ServiceStack.Interfaces">
7070
<HintPath>..\..\..\lib\ServiceStack.Interfaces.dll</HintPath>
7171
</Reference>
72-
<Reference Include="ServiceStack.ServiceClient.Web">
73-
<HintPath>..\..\..\lib\ServiceStack.ServiceClient.Web.dll</HintPath>
74-
</Reference>
7572
<Reference Include="ServiceStack.ServiceInterface">
7673
<HintPath>..\..\..\lib\ServiceStack.ServiceInterface.dll</HintPath>
7774
</Reference>

src/ServiceStack.Examples/ServiceStack.Examples.Clients/ServiceStack.Examples.Clients.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
</FileUpgradeFlags>
1919
<OldToolsVersion>3.5</OldToolsVersion>
2020
<UpgradeBackupLocation />
21+
<UseIISExpress>false</UseIISExpress>
2122
</PropertyGroup>
2223
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2324
<DebugSymbols>true</DebugSymbols>
@@ -69,7 +70,6 @@
6970
<Reference Include="System.Web.Extensions">
7071
<RequiredTargetFramework>3.5</RequiredTargetFramework>
7172
</Reference>
72-
<Reference Include="System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
7373
<Reference Include="System.Xml.Linq">
7474
<RequiredTargetFramework>3.5</RequiredTargetFramework>
7575
</Reference>

tests/ServiceStack.Examples.Tests.Integration/ServiceStack.Examples.Tests.Integration.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
<Reference Include="ServiceStack.OrmLite.Sqlite">
7171
<HintPath>..\..\lib\ServiceStack.OrmLite.Sqlite.dll</HintPath>
7272
</Reference>
73-
<Reference Include="ServiceStack.ServiceClient.Web">
74-
<HintPath>..\..\lib\ServiceStack.ServiceClient.Web.dll</HintPath>
75-
</Reference>
7673
<Reference Include="ServiceStack.ServiceInterface">
7774
<HintPath>..\..\lib\ServiceStack.ServiceInterface.dll</HintPath>
7875
</Reference>

tests/ServiceStack.Examples.Tests/ServiceStack.Examples.Tests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@
7676
<Reference Include="ServiceStack.OrmLite.Sqlite">
7777
<HintPath>..\..\lib\ServiceStack.OrmLite.Sqlite.dll</HintPath>
7878
</Reference>
79-
<Reference Include="ServiceStack.ServiceClient.Web">
80-
<HintPath>..\..\lib\ServiceStack.ServiceClient.Web.dll</HintPath>
81-
</Reference>
8279
<Reference Include="ServiceStack.ServiceInterface">
8380
<HintPath>..\..\lib\ServiceStack.ServiceInterface.dll</HintPath>
8481
</Reference>

0 commit comments

Comments
 (0)