Bryan Duxbury | dc4a871 | 2010-07-26 17:18:30 +0000 | [diff] [blame^] | 1 | <!-- |
| 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 Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 20 | <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 Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 32 | </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> |
David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 55 | </ItemGroup> |
| 56 | <ItemGroup> |
David Reiss | d831a21 | 2009-02-13 03:09:52 +0000 | [diff] [blame] | 57 | <Compile Include="Collections\THashSet.cs" /> |
David Reiss | c654416 | 2009-01-06 19:49:33 +0000 | [diff] [blame] | 58 | <Compile Include="Protocol\TBase.cs" /> |
David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 59 | <Compile Include="Protocol\TBinaryProtocol.cs" /> |
| 60 | <Compile Include="Protocol\TField.cs" /> |
| 61 | <Compile Include="Protocol\TList.cs" /> |
| 62 | <Compile Include="Protocol\TMap.cs" /> |
| 63 | <Compile Include="Protocol\TMessage.cs" /> |
| 64 | <Compile Include="Protocol\TMessageType.cs" /> |
| 65 | <Compile Include="Protocol\TProtocol.cs" /> |
| 66 | <Compile Include="Protocol\TProtocolException.cs" /> |
| 67 | <Compile Include="Protocol\TProtocolFactory.cs" /> |
| 68 | <Compile Include="Protocol\TProtocolUtil.cs" /> |
| 69 | <Compile Include="Protocol\TSet.cs" /> |
| 70 | <Compile Include="Protocol\TStruct.cs" /> |
| 71 | <Compile Include="Protocol\TType.cs" /> |
David Reiss | 6319133 | 2009-01-06 19:49:22 +0000 | [diff] [blame] | 72 | <Compile Include="Server\TThreadedServer.cs" /> |
David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 73 | <Compile Include="Server\TServer.cs" /> |
| 74 | <Compile Include="Server\TSimpleServer.cs" /> |
| 75 | <Compile Include="Server\TThreadPoolServer.cs" /> |
| 76 | <Compile Include="TApplicationException.cs" /> |
| 77 | <Compile Include="TProcessor.cs" /> |
David Reiss | 6319133 | 2009-01-06 19:49:22 +0000 | [diff] [blame] | 78 | <Compile Include="Transport\TBufferedTransport.cs" /> |
Esteve Fernandez | 7948a66 | 2009-11-11 18:32:25 +0000 | [diff] [blame] | 79 | <Compile Include="Transport\TFramedTransport.cs" /> |
Bryan Duxbury | 6235947 | 2010-06-24 20:34:34 +0000 | [diff] [blame] | 80 | <Compile Include="Transport\THttpClient.cs" /> |
David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 81 | <Compile Include="Transport\TServerSocket.cs" /> |
| 82 | <Compile Include="Transport\TServerTransport.cs" /> |
| 83 | <Compile Include="Transport\TSocket.cs" /> |
| 84 | <Compile Include="Transport\TStreamTransport.cs" /> |
| 85 | <Compile Include="Transport\TTransport.cs" /> |
| 86 | <Compile Include="Transport\TTransportException.cs" /> |
| 87 | <Compile Include="Transport\TTransportFactory.cs" /> |
| 88 | </ItemGroup> |
| 89 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
| 90 | <ProjectExtensions> |
| 91 | <VisualStudio AllowExistingFolder="true" /> |
| 92 | </ProjectExtensions> |
Esteve Fernandez | 7948a66 | 2009-11-11 18:32:25 +0000 | [diff] [blame] | 93 | </Project> |