diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-02-12 20:17:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-12 20:17:43 -0500 |
| commit | 273aa822cfc37558883dbdd17647829abcf34758 (patch) | |
| tree | db858e3dfacfe4bd3aac6c701806a15203b8d63e /ServiceStack/ServiceStack.csproj | |
| parent | 29c24420978ef324d66a381b71e0f3e3b2f294cb (diff) | |
| parent | 511a8702c29445288251fcf841c394e837db19cc (diff) | |
Merge pull request #2466 from MediaBrowser/dev
Dev
Diffstat (limited to 'ServiceStack/ServiceStack.csproj')
| -rw-r--r-- | ServiceStack/ServiceStack.csproj | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/ServiceStack/ServiceStack.csproj b/ServiceStack/ServiceStack.csproj index 5413d4e55..36c467b8e 100644 --- a/ServiceStack/ServiceStack.csproj +++ b/ServiceStack/ServiceStack.csproj @@ -69,24 +69,11 @@ <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> - <Compile Include="HttpUtils.cs" /> - <Compile Include="Host\ContentTypes.cs" /> <Compile Include="ReflectionExtensions.cs" /> <Compile Include="StringMapTypeDeserializer.cs" /> - <Compile Include="HttpResult.cs" /> <Compile Include="ServiceStackHost.cs" /> - <Compile Include="ServiceStackHost.Runtime.cs" /> - <Compile Include="Host\ServiceExec.cs" /> <Compile Include="UrlExtensions.cs" /> - <Compile Include="Host\ActionContext.cs" /> - <Compile Include="HttpRequestExtensions.cs" /> - <Compile Include="Host\RestPath.cs" /> - <Compile Include="Host\ServiceController.cs" /> - <Compile Include="Host\ServiceMetadata.cs" /> - <Compile Include="Host\RestHandler.cs" /> - <Compile Include="HttpResponseExtensionsInternal.cs" /> - <Compile Include="HttpHandlerFactory.cs" /> - <Compile Include="FilterAttributeCache.cs" /> + <Compile Include="RestPath.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> |
