blob: 23fe0185557c8ee79bd9263ce0e79da0bcf5fab8 [file] [log] [blame]
Bryan Duxburydc4a8712010-07-26 17:18:30 +00001<!--
2 Licensed to the Apache Software Foundation (ASF) under one
3 or more contributor license agreements. See the NOTICE file
4 distributed with this work for additional information
5 regarding copyright ownership. The ASF licenses this file
6 to you under the Apache License, Version 2.0 (the
7 "License"); you may not use this file except in compliance
8 with the License. You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing,
13 software distributed under the License is distributed on an
14 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 KIND, either express or implied. See the License for the
16 specific language governing permissions and limitations
17 under the License.
18-->
19<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
David Reiss7f42bcf2008-01-11 20:59:12 +000020 <PropertyGroup>
21 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
22 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
23 <ProjectGuid>{499EB63C-D74C-47E8-AE48-A2FC94538E9D}</ProjectGuid>
24 <ProductVersion>9.0.21022</ProductVersion>
25 <SchemaVersion>2.0</SchemaVersion>
26 <OutputType>Library</OutputType>
27 <NoStandardLibraries>false</NoStandardLibraries>
28 <AssemblyName>Thrift</AssemblyName>
29 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
30 <FileAlignment>512</FileAlignment>
31 <RootNamespace>Thrift</RootNamespace>
David Reiss7f42bcf2008-01-11 20:59:12 +000032 </PropertyGroup>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34 <DebugSymbols>true</DebugSymbols>
35 <DebugType>full</DebugType>
36 <Optimize>false</Optimize>
37 <OutputPath>bin\Debug\</OutputPath>
38 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <ErrorReport>prompt</ErrorReport>
40 <WarningLevel>4</WarningLevel>
41 </PropertyGroup>
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
43 <DebugType>pdbonly</DebugType>
44 <Optimize>true</Optimize>
45 <OutputPath>bin\Release\</OutputPath>
46 <DefineConstants>TRACE</DefineConstants>
47 <ErrorReport>prompt</ErrorReport>
48 <WarningLevel>4</WarningLevel>
49 </PropertyGroup>
50 <ItemGroup>
51 <Reference Include="System" />
52 <Reference Include="System.Core">
53 <RequiredTargetFramework>3.5</RequiredTargetFramework>
54 </Reference>
Jake Farrell6f1e9922011-04-13 21:09:02 +000055 <Reference Include="System.Web" />
David Reiss7f42bcf2008-01-11 20:59:12 +000056 </ItemGroup>
57 <ItemGroup>
David Reissd831a212009-02-13 03:09:52 +000058 <Compile Include="Collections\THashSet.cs" />
Roger Meier56b6e322010-10-23 22:16:51 +000059 <Compile Include="Properties\AssemblyInfo.cs" />
David Reissc6544162009-01-06 19:49:33 +000060 <Compile Include="Protocol\TBase.cs" />
Bryan Duxburyfd32d792010-09-18 20:51:25 +000061 <Compile Include="Protocol\TBase64Utils.cs" />
David Reiss7f42bcf2008-01-11 20:59:12 +000062 <Compile Include="Protocol\TBinaryProtocol.cs" />
63 <Compile Include="Protocol\TField.cs" />
Bryan Duxburyfd32d792010-09-18 20:51:25 +000064 <Compile Include="Protocol\TJSONProtocol.cs" />
David Reiss7f42bcf2008-01-11 20:59:12 +000065 <Compile Include="Protocol\TList.cs" />
66 <Compile Include="Protocol\TMap.cs" />
67 <Compile Include="Protocol\TMessage.cs" />
68 <Compile Include="Protocol\TMessageType.cs" />
69 <Compile Include="Protocol\TProtocol.cs" />
70 <Compile Include="Protocol\TProtocolException.cs" />
71 <Compile Include="Protocol\TProtocolFactory.cs" />
72 <Compile Include="Protocol\TProtocolUtil.cs" />
73 <Compile Include="Protocol\TSet.cs" />
74 <Compile Include="Protocol\TStruct.cs" />
75 <Compile Include="Protocol\TType.cs" />
David Reiss63191332009-01-06 19:49:22 +000076 <Compile Include="Server\TThreadedServer.cs" />
David Reiss7f42bcf2008-01-11 20:59:12 +000077 <Compile Include="Server\TServer.cs" />
78 <Compile Include="Server\TSimpleServer.cs" />
79 <Compile Include="Server\TThreadPoolServer.cs" />
80 <Compile Include="TApplicationException.cs" />
81 <Compile Include="TProcessor.cs" />
David Reiss63191332009-01-06 19:49:22 +000082 <Compile Include="Transport\TBufferedTransport.cs" />
Esteve Fernandez7948a662009-11-11 18:32:25 +000083 <Compile Include="Transport\TFramedTransport.cs" />
Bryan Duxbury62359472010-06-24 20:34:34 +000084 <Compile Include="Transport\THttpClient.cs" />
Jake Farrell6f1e9922011-04-13 21:09:02 +000085 <Compile Include="Transport\THttpHandler.cs" />
David Reiss7f42bcf2008-01-11 20:59:12 +000086 <Compile Include="Transport\TServerSocket.cs" />
87 <Compile Include="Transport\TServerTransport.cs" />
88 <Compile Include="Transport\TSocket.cs" />
89 <Compile Include="Transport\TStreamTransport.cs" />
90 <Compile Include="Transport\TTransport.cs" />
91 <Compile Include="Transport\TTransportException.cs" />
92 <Compile Include="Transport\TTransportFactory.cs" />
93 </ItemGroup>
94 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
95 <ProjectExtensions>
96 <VisualStudio AllowExistingFolder="true" />
97 </ProjectExtensions>
Esteve Fernandez7948a662009-11-11 18:32:25 +000098</Project>