blob: eaaf300e422c7217d96f80f6460a219d13367386 [file] [log] [blame]
Roger Meier284a9b52011-12-08 13:39:56 +00001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Licensed to the Apache Software Foundation (ASF) under one
4 or more contributor license agreements. See the NOTICE file
5 distributed with this work for additional information
6 regarding copyright ownership. The ASF licenses this file
7 to you under the Apache License, Version 2.0 (the
8 "License"); you may not use this file except in compliance
9 with the License. You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing,
14 software distributed under the License is distributed on an
15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 KIND, either express or implied. See the License for the
17 specific language governing permissions and limitations
18 under the License.
19-->
20<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
21 <PropertyGroup>
22 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
23 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
24 <ProductVersion>10.0.20506</ProductVersion>
25 <SchemaVersion>2.0</SchemaVersion>
26 <ProjectGuid>{DF58BDB0-2457-4A52-9981-65A0E8B50833}</ProjectGuid>
27 <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
28 <OutputType>Library</OutputType>
29 <AppDesignerFolder>Properties</AppDesignerFolder>
30 <RootNamespace>Thrift.WP7</RootNamespace>
31 <AssemblyName>Thrift.WP7</AssemblyName>
32 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
33 <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
34 <TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile>
35 <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
36 <SilverlightApplication>false</SilverlightApplication>
37 <ValidateXaml>true</ValidateXaml>
38 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
39 </PropertyGroup>
40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
41 <DebugSymbols>true</DebugSymbols>
42 <DebugType>full</DebugType>
43 <Optimize>false</Optimize>
44 <OutputPath>Bin\Debug</OutputPath>
45 <DefineConstants>DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
46 <NoStdLib>true</NoStdLib>
47 <NoConfig>true</NoConfig>
48 <ErrorReport>prompt</ErrorReport>
49 <WarningLevel>4</WarningLevel>
50 </PropertyGroup>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52 <DebugType>pdbonly</DebugType>
53 <Optimize>true</Optimize>
54 <OutputPath>Bin\Release</OutputPath>
55 <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants>
56 <NoStdLib>true</NoStdLib>
57 <NoConfig>true</NoConfig>
58 <ErrorReport>prompt</ErrorReport>
59 <WarningLevel>4</WarningLevel>
60 </PropertyGroup>
61 <ItemGroup>
62 <Reference Include="Microsoft.Phone" />
63 <Reference Include="Microsoft.Phone.Interop" />
64 <Reference Include="System.Runtime.Serialization" />
65 <Reference Include="System.Servicemodel.Web" />
66 <Reference Include="System.Windows" />
67 <Reference Include="system" />
68 <Reference Include="System.Core" />
69 <Reference Include="System.Xml" />
70 <Reference Include="System.Net" />
71 </ItemGroup>
72 <ItemGroup>
Jens Geyerb706b1a2013-04-29 22:10:10 +020073 <Compile Include="Collections\TCollections.cs" />
Roger Meier284a9b52011-12-08 13:39:56 +000074 <Compile Include="Collections\THashSet.cs" />
75 <Compile Include="Properties\AssemblyInfo.WP7.cs" />
Jens Geyer7f8b8702013-05-02 19:44:25 +020076 <Compile Include="Protocol\TAbstractBase.cs" />
Roger Meier284a9b52011-12-08 13:39:56 +000077 <Compile Include="Protocol\TBase.cs" />
78 <Compile Include="Protocol\TBase64Utils.cs" />
79 <Compile Include="Protocol\TBinaryProtocol.cs" />
80 <Compile Include="Protocol\TField.cs" />
81 <Compile Include="Protocol\TJSONProtocol.cs" />
82 <Compile Include="Protocol\TList.cs" />
83 <Compile Include="Protocol\TMap.cs" />
84 <Compile Include="Protocol\TMessage.cs" />
85 <Compile Include="Protocol\TMessageType.cs" />
86 <Compile Include="Protocol\TProtocol.cs" />
87 <Compile Include="Protocol\TProtocolException.cs" />
88 <Compile Include="Protocol\TProtocolFactory.cs" />
89 <Compile Include="Protocol\TProtocolUtil.cs" />
90 <Compile Include="Protocol\TSet.cs" />
91 <Compile Include="Protocol\TStruct.cs" />
92 <Compile Include="Protocol\TType.cs" />
93 <Compile Include="TApplicationException.cs" />
94 <Compile Include="TProcessor.cs" />
95 <Compile Include="Transport\TFramedTransport.cs" />
96 <Compile Include="Transport\THttpClient.cs" />
97 <Compile Include="Transport\TStreamTransport.cs" />
98 <Compile Include="Transport\TTransport.cs" />
99 <Compile Include="Transport\TTransportException.cs" />
100 <Compile Include="Transport\TTransportFactory.cs" />
Jens Geyer7f8b8702013-05-02 19:44:25 +0200101 <Compile Include="Transport\TMemoryBuffer.cs" />
Roger Meier284a9b52011-12-08 13:39:56 +0000102 </ItemGroup>
103 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
104 <Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
105 <ProjectExtensions />
106 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
107 Other similar extension points exist, see Microsoft.Common.targets.
108 <Target Name="BeforeBuild">
109 </Target>
110 <Target Name="AfterBuild">
111 </Target>
112 -->
113</Project>