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> |
Jake Farrell | 6f1e992 | 2011-04-13 21:09:02 +0000 | [diff] [blame] | 55 | <Reference Include="System.Web" /> |
David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 56 | </ItemGroup> |
| 57 | <ItemGroup> |
David Reiss | d831a21 | 2009-02-13 03:09:52 +0000 | [diff] [blame] | 58 | <Compile Include="Collections\THashSet.cs" /> |
Roger Meier | 56b6e32 | 2010-10-23 22:16:51 +0000 | [diff] [blame] | 59 | <Compile Include="Properties\AssemblyInfo.cs" /> |
David Reiss | c654416 | 2009-01-06 19:49:33 +0000 | [diff] [blame] | 60 | <Compile Include="Protocol\TBase.cs" /> |
Bryan Duxbury | fd32d79 | 2010-09-18 20:51:25 +0000 | [diff] [blame] | 61 | <Compile Include="Protocol\TBase64Utils.cs" /> |
David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 62 | <Compile Include="Protocol\TBinaryProtocol.cs" /> |
| 63 | <Compile Include="Protocol\TField.cs" /> |
Bryan Duxbury | fd32d79 | 2010-09-18 20:51:25 +0000 | [diff] [blame] | 64 | <Compile Include="Protocol\TJSONProtocol.cs" /> |
David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 65 | <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 Reiss | 6319133 | 2009-01-06 19:49:22 +0000 | [diff] [blame] | 76 | <Compile Include="Server\TThreadedServer.cs" /> |
David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 77 | <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 Reiss | 6319133 | 2009-01-06 19:49:22 +0000 | [diff] [blame] | 82 | <Compile Include="Transport\TBufferedTransport.cs" /> |
Esteve Fernandez | 7948a66 | 2009-11-11 18:32:25 +0000 | [diff] [blame] | 83 | <Compile Include="Transport\TFramedTransport.cs" /> |
Bryan Duxbury | 6235947 | 2010-06-24 20:34:34 +0000 | [diff] [blame] | 84 | <Compile Include="Transport\THttpClient.cs" /> |
Jake Farrell | 6f1e992 | 2011-04-13 21:09:02 +0000 | [diff] [blame] | 85 | <Compile Include="Transport\THttpHandler.cs" /> |
David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 86 | <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 Fernandez | 7948a66 | 2009-11-11 18:32:25 +0000 | [diff] [blame] | 98 | </Project> |