diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-02-12 20:07:48 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-02-12 20:07:48 -0500 |
| commit | 0a03d7ad9fe6554b78963445f012464023113614 (patch) | |
| tree | db7c353f9759d6d4259ee3fc017b569cba6f383c /ServiceStack/ServiceStack.csproj | |
| parent | a6e7438987ebd0ef2c44940f76e6efd487803e02 (diff) | |
localization fixes
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> |
