Skip to content

Commit a553c17

Browse files
committed
Merge pull request ServiceStack#14 from asunar/RemoveRedundantReferences
Removed redundant references from ServiceStack.Hello. Build is successfu...
2 parents f820d3e + 22536ad commit a553c17

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

src/ServiceStack.Hello/ServiceStack.Hello.csproj

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -41,44 +41,15 @@
4141
<Reference Include="ServiceStack">
4242
<HintPath>..\..\lib\ServiceStack.dll</HintPath>
4343
</Reference>
44-
<Reference Include="ServiceStack.Common">
45-
<HintPath>..\..\lib\ServiceStack.Common.dll</HintPath>
46-
</Reference>
4744
<Reference Include="ServiceStack.Interfaces">
4845
<HintPath>..\..\lib\ServiceStack.Interfaces.dll</HintPath>
4946
</Reference>
50-
<Reference Include="ServiceStack.ServiceInterface">
51-
<HintPath>..\..\lib\ServiceStack.ServiceInterface.dll</HintPath>
52-
</Reference>
53-
<Reference Include="ServiceStack.Text">
54-
<HintPath>..\..\lib\ServiceStack.Text.dll</HintPath>
55-
</Reference>
5647
<Reference Include="System" />
57-
<Reference Include="System.Data" />
58-
<Reference Include="System.Core">
59-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
60-
</Reference>
61-
<Reference Include="System.Data.DataSetExtensions">
62-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
63-
</Reference>
6448
<Reference Include="System.Runtime.Serialization">
6549
<RequiredTargetFramework>3.0</RequiredTargetFramework>
6650
</Reference>
67-
<Reference Include="System.ServiceModel">
68-
<RequiredTargetFramework>3.0</RequiredTargetFramework>
69-
</Reference>
70-
<Reference Include="System.Web.Extensions">
71-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
72-
</Reference>
73-
<Reference Include="System.Xml.Linq">
74-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
75-
</Reference>
76-
<Reference Include="System.Drawing" />
7751
<Reference Include="System.Web" />
78-
<Reference Include="System.Xml" />
7952
<Reference Include="System.Configuration" />
80-
<Reference Include="System.Web.Services" />
81-
<Reference Include="System.EnterpriseServices" />
8253
</ItemGroup>
8354
<ItemGroup>
8455
<Content Include="default.htm">

0 commit comments

Comments
 (0)