1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <MinimumVisualStudioVersion >11.0</MinimumVisualStudioVersion >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <ProjectGuid >{42E1C8C0-A163-44CC-92B1-8F416F2C0B01}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >ServiceStack</RootNamespace >
12+ <AssemblyName >ServiceStack.Interfaces</AssemblyName >
13+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14+ <TargetFrameworkProfile >Profile7</TargetFrameworkProfile >
15+ <FileAlignment >512</FileAlignment >
16+ <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\PclDebug\</OutputPath >
23+ <DefineConstants >PCL;DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Pcl\</OutputPath >
31+ <DefineConstants >PCL;TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <ItemGroup >
36+ <!-- A reference to the entire .NET Framework is automatically included -->
37+ </ItemGroup >
38+ <ItemGroup >
39+ <Compile Include =" AsyncState.cs" />
40+ <Compile Include =" AsyncServiceClient.cs" />
41+ <Compile Include =" AsyncUtils.cs" />
42+ <Compile Include =" AuthDtos.cs" />
43+ <Compile Include =" ClientFactory.cs" />
44+ <Compile Include =" ContentFormat.cs" />
45+ <Compile Include =" Messaging\InMemoryMessageQueueClient.cs" />
46+ <Compile Include =" MessageExtensions.cs" />
47+ <Compile Include =" Messaging\MessageQueueClientFactory.cs" />
48+ <Compile Include =" NameValueCollectionExtensions.cs" />
49+ <Compile Include =" GenericProxy.cs" />
50+ <Compile Include =" IDuplex.cs" />
51+ <Compile Include =" IDuplexCallback.cs" />
52+ <Compile Include =" IOneWay.cs" />
53+ <Compile Include =" ISyncReply.cs" />
54+ <Compile Include =" IWcfServiceClient.cs" />
55+ <Compile Include =" JsonServiceClient.cs" />
56+ <Compile Include =" JsvServiceClient.cs" />
57+ <Compile Include =" Properties\AssemblyInfo.cs" />
58+ <Compile Include =" Messaging\RedisMessageFactory.cs" />
59+ <Compile Include =" Messaging\RedisMessageProducer.cs" />
60+ <Compile Include =" Messaging\RedisMessageQueueClient.cs" />
61+ <Compile Include =" Messaging\RedisMessageQueueClientFactory.cs" />
62+ <Compile Include =" RequestContext.cs" />
63+ <Compile Include =" ResponseStatusUtils.cs" />
64+ <Compile Include =" RouteMember.cs" />
65+ <Compile Include =" Serialization\DataContractSerializer.Deserialize.cs" />
66+ <Compile Include =" Serialization\DataContractSerializer.cs" />
67+ <Compile Include =" Serialization\IStringSerializer.cs" />
68+ <Compile Include =" Serialization\IStringStreamSerializer.cs" />
69+ <Compile Include =" Serialization\JsonDataContractSerializer.Deserialize.cs" />
70+ <Compile Include =" Serialization\JsonDataContractSerializer.cs" />
71+ <Compile Include =" Serialization\KeyValueDataContractDeserializer.cs" />
72+ <Compile Include =" Serialization\StringMapTypeDeserializer.cs" />
73+ <Compile Include =" Serialization\XmlSerializableSerializer.Deserialize.cs" />
74+ <Compile Include =" Serialization\XmlSerializableSerializer.cs" />
75+ <Compile Include =" Serialization\XmlSerializableWrapper.cs" />
76+ <Compile Include =" ServiceClientBase.cs" />
77+ <Compile Include =" Soap11ServiceClient.cs" />
78+ <Compile Include =" Soap12ServiceClient.cs" />
79+ <Compile Include =" StreamExtensions.cs" />
80+ <Compile Include =" Support\NetDeflateProvider.cs" />
81+ <Compile Include =" Support\NetGZipProvider.cs" />
82+ <Compile Include =" UrlExtensions.cs" />
83+ <Compile Include =" Validation\ValidationError.cs" />
84+ <Compile Include =" Validation\ValidationErrorField.cs" />
85+ <Compile Include =" Validation\ValidationErrorResult.cs" />
86+ <Compile Include =" WcfServiceClient.cs" />
87+ <Compile Include =" WebRequestUtils.cs" />
88+ <Compile Include =" WebServiceException.cs" />
89+ <Compile Include =" XmlServiceClient.cs" />
90+ </ItemGroup >
91+ <!-- ItemGroup,Content-->
92+ <!-- ItemGroup,None-->
93+ <ItemGroup >
94+ <ProjectReference Include =" ..\..\..\ServiceStack.Text\src\ServiceStack.Text\ServiceStack.Text.PCL.csproj" >
95+ <Project >{579B3FDB-CDAD-44E1-8417-885C38E49A0E}</Project >
96+ <Name >ServiceStack.Text.PCL</Name >
97+ </ProjectReference >
98+ <ProjectReference Include =" ..\ServiceStack.Interfaces\ServiceStack.Interfaces.PCL.csproj" >
99+ <Project >{42E1C8C0-A163-44CC-92B1-8F416F2C0B01}</Project >
100+ <Name >ServiceStack.Interfaces.PCL</Name >
101+ </ProjectReference >
102+ </ItemGroup >
103+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
104+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
105+ Other similar extension points exist, see Microsoft.Common.targets.
106+ <Target Name="BeforeBuild">
107+ </Target>
108+ <Target Name="AfterBuild">
109+ </Target>
110+ -->
111+ </Project >
0 commit comments