| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| <PropertyGroup> |
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| <ProductVersion>10.0.20506</ProductVersion> |
| <SchemaVersion>2.0</SchemaVersion> |
| <ProjectGuid>{DF58BDB0-2457-4A52-9981-65A0E8B50833}</ProjectGuid> |
| <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
| <OutputType>Library</OutputType> |
| <AppDesignerFolder>Properties</AppDesignerFolder> |
| <RootNamespace>Thrift.WP7</RootNamespace> |
| <AssemblyName>Thrift.WP7</AssemblyName> |
| <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion> |
| <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile> |
| <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier> |
| <SilverlightApplication>false</SilverlightApplication> |
| <ValidateXaml>true</ValidateXaml> |
| <ThrowErrorsInValidation>true</ThrowErrorsInValidation> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| <DebugSymbols>true</DebugSymbols> |
| <DebugType>full</DebugType> |
| <Optimize>false</Optimize> |
| <OutputPath>Bin\Debug</OutputPath> |
| <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> |
| <NoStdLib>true</NoStdLib> |
| <NoConfig>true</NoConfig> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| </PropertyGroup> |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| <DebugType>pdbonly</DebugType> |
| <Optimize>true</Optimize> |
| <OutputPath>Bin\Release</OutputPath> |
| <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> |
| <NoStdLib>true</NoStdLib> |
| <NoConfig>true</NoConfig> |
| <ErrorReport>prompt</ErrorReport> |
| <WarningLevel>4</WarningLevel> |
| </PropertyGroup> |
| <ItemGroup> |
| <Reference Include="Microsoft.Phone" /> |
| <Reference Include="Microsoft.Phone.Interop" /> |
| <Reference Include="System.Runtime.Serialization" /> |
| <Reference Include="System.Servicemodel.Web" /> |
| <Reference Include="System.Windows" /> |
| <Reference Include="system" /> |
| <Reference Include="System.Core" /> |
| <Reference Include="System.Xml" /> |
| <Reference Include="System.Net" /> |
| </ItemGroup> |
| <ItemGroup> |
| <Compile Include="Collections\TCollections.cs" /> |
| <Compile Include="Collections\THashSet.cs" /> |
| <Compile Include="Properties\AssemblyInfo.WP7.cs" /> |
| <Compile Include="Protocol\TAbstractBase.cs" /> |
| <Compile Include="Protocol\TBase.cs" /> |
| <Compile Include="Protocol\TBase64Utils.cs" /> |
| <Compile Include="Protocol\TBinaryProtocol.cs" /> |
| <Compile Include="Protocol\TField.cs" /> |
| <Compile Include="Protocol\TJSONProtocol.cs" /> |
| <Compile Include="Protocol\TList.cs" /> |
| <Compile Include="Protocol\TMap.cs" /> |
| <Compile Include="Protocol\TMessage.cs" /> |
| <Compile Include="Protocol\TMessageType.cs" /> |
| <Compile Include="Protocol\TMultiplexedProcessor.cs" /> |
| <Compile Include="Protocol\TMultiplexedProtocol.cs" /> |
| <Compile Include="Protocol\TProtocol.cs" /> |
| <Compile Include="Protocol\TProtocolDecorator.cs" /> |
| <Compile Include="Protocol\TProtocolException.cs" /> |
| <Compile Include="Protocol\TProtocolFactory.cs" /> |
| <Compile Include="Protocol\TProtocolUtil.cs" /> |
| <Compile Include="Protocol\TSet.cs" /> |
| <Compile Include="Protocol\TStruct.cs" /> |
| <Compile Include="Protocol\TType.cs" /> |
| <Compile Include="TException.cs" /> |
| <Compile Include="TApplicationException.cs" /> |
| <Compile Include="TProcessor.cs" /> |
| <Compile Include="Transport\TFramedTransport.cs" /> |
| <Compile Include="Transport\THttpClient.cs" /> |
| <Compile Include="Transport\TSilverlightSocket.cs" /> |
| <Compile Include="Transport\TStreamTransport.cs" /> |
| <Compile Include="Transport\TTransport.cs" /> |
| <Compile Include="Transport\TTransportException.cs" /> |
| <Compile Include="Transport\TTransportFactory.cs" /> |
| <Compile Include="Transport\TMemoryBuffer.cs" /> |
| </ItemGroup> |
| <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" /> |
| <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" /> |
| <ProjectExtensions /> |
| <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| Other similar extension points exist, see Microsoft.Common.targets. |
| <Target Name="BeforeBuild"> |
| </Target> |
| <Target Name="AfterBuild"> |
| </Target> |
| --> |
| </Project> |