Jens Geyer | c1d7943 | 2014-04-22 22:52:43 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 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 | <ProjectGuid>{499EB63C-D74C-47E8-AE48-A2FC94538E9D}</ProjectGuid> |
| 25 | <ProductVersion>9.0.21022</ProductVersion> |
| 26 | <SchemaVersion>2.0</SchemaVersion> |
| 27 | <OutputType>Library</OutputType> |
| 28 | <NoStandardLibraries>false</NoStandardLibraries> |
| 29 | <AssemblyName>Thrift</AssemblyName> |
Jens Geyer | 95717c9 | 2015-04-23 22:48:13 +0200 | [diff] [blame] | 30 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 31 | <FileAlignment>512</FileAlignment> |
| 32 | <RootNamespace>Thrift</RootNamespace> |
| 33 | <FileUpgradeFlags> |
| 34 | </FileUpgradeFlags> |
| 35 | <OldToolsVersion>3.5</OldToolsVersion> |
| 36 | <UpgradeBackupLocation /> |
| 37 | <PublishUrl>publish\</PublishUrl> |
| 38 | <Install>true</Install> |
| 39 | <InstallFrom>Disk</InstallFrom> |
| 40 | <UpdateEnabled>false</UpdateEnabled> |
| 41 | <UpdateMode>Foreground</UpdateMode> |
| 42 | <UpdateInterval>7</UpdateInterval> |
| 43 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 44 | <UpdatePeriodically>false</UpdatePeriodically> |
| 45 | <UpdateRequired>false</UpdateRequired> |
| 46 | <MapFileExtensions>true</MapFileExtensions> |
| 47 | <ApplicationRevision>0</ApplicationRevision> |
| 48 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 49 | <IsWebBootstrapper>false</IsWebBootstrapper> |
| 50 | <UseApplicationTrust>false</UseApplicationTrust> |
| 51 | <BootstrapperEnabled>true</BootstrapperEnabled> |
| 52 | </PropertyGroup> |
| 53 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 54 | <DebugSymbols>true</DebugSymbols> |
| 55 | <DebugType>full</DebugType> |
| 56 | <Optimize>false</Optimize> |
| 57 | <OutputPath>bin\Debug\</OutputPath> |
| 58 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 59 | <ErrorReport>prompt</ErrorReport> |
| 60 | <WarningLevel>4</WarningLevel> |
| 61 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 62 | </PropertyGroup> |
| 63 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 64 | <DebugType>pdbonly</DebugType> |
| 65 | <Optimize>true</Optimize> |
| 66 | <OutputPath>bin\Release\</OutputPath> |
| 67 | <DefineConstants>TRACE</DefineConstants> |
| 68 | <ErrorReport>prompt</ErrorReport> |
| 69 | <WarningLevel>4</WarningLevel> |
| 70 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
| 71 | </PropertyGroup> |
| 72 | <ItemGroup> |
| 73 | <Reference Include="System" /> |
| 74 | <Reference Include="System.Core"> |
| 75 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 76 | </Reference> |
| 77 | <Reference Include="System.Web" /> |
| 78 | </ItemGroup> |
| 79 | <ItemGroup> |
| 80 | <Compile Include="Collections\TCollections.cs" /> |
| 81 | <Compile Include="Collections\THashSet.cs" /> |
Jens Geyer | 197b062 | 2017-05-31 10:35:00 +0200 | [diff] [blame] | 82 | <Compile Include="Net35\ExtensionsNet35.cs" /> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 83 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 84 | <Compile Include="Protocol\TAbstractBase.cs" /> |
| 85 | <Compile Include="Protocol\TBase.cs" /> |
| 86 | <Compile Include="Protocol\TBase64Utils.cs" /> |
| 87 | <Compile Include="Protocol\TBinaryProtocol.cs" /> |
| 88 | <Compile Include="Protocol\TCompactProtocol.cs" /> |
| 89 | <Compile Include="Protocol\TField.cs" /> |
| 90 | <Compile Include="Protocol\TJSONProtocol.cs" /> |
| 91 | <Compile Include="Protocol\TList.cs" /> |
| 92 | <Compile Include="Protocol\TMap.cs" /> |
| 93 | <Compile Include="Protocol\TMessage.cs" /> |
| 94 | <Compile Include="Protocol\TMessageType.cs" /> |
| 95 | <Compile Include="Protocol\TMultiplexedProcessor.cs" /> |
| 96 | <Compile Include="Protocol\TMultiplexedProtocol.cs" /> |
| 97 | <Compile Include="Protocol\TProtocol.cs" /> |
| 98 | <Compile Include="Protocol\TProtocolDecorator.cs" /> |
| 99 | <Compile Include="Protocol\TProtocolException.cs" /> |
| 100 | <Compile Include="Protocol\TProtocolFactory.cs" /> |
| 101 | <Compile Include="Protocol\TProtocolUtil.cs" /> |
| 102 | <Compile Include="Protocol\TSet.cs" /> |
| 103 | <Compile Include="Protocol\TStruct.cs" /> |
| 104 | <Compile Include="Protocol\TType.cs" /> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 105 | <Compile Include="Server\TServer.cs" /> |
Randy Abernethy | 0e86f1f | 2014-07-13 09:50:19 -0700 | [diff] [blame] | 106 | <Compile Include="Server\TServerEventHandler.cs" /> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 107 | <Compile Include="Server\TSimpleServer.cs" /> |
Jens Geyer | feea478 | 2017-01-28 19:53:28 +0100 | [diff] [blame] | 108 | <Compile Include="Server\TThreadedServer.cs" /> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 109 | <Compile Include="Server\TThreadPoolServer.cs" /> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 110 | <Compile Include="TApplicationException.cs" /> |
Jens Geyer | feea478 | 2017-01-28 19:53:28 +0100 | [diff] [blame] | 111 | <Compile Include="TControllingHandler.cs" /> |
| 112 | <Compile Include="TException.cs" /> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 113 | <Compile Include="TProcessor.cs" /> |
Jens Geyer | feea478 | 2017-01-28 19:53:28 +0100 | [diff] [blame] | 114 | <Compile Include="TProcessorFactory.cs" /> |
| 115 | <Compile Include="TPrototypeProcessorFactory.cs" /> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 116 | <Compile Include="Transport\TBufferedTransport.cs" /> |
| 117 | <Compile Include="Transport\TFramedTransport.cs" /> |
| 118 | <Compile Include="Transport\THttpClient.cs" /> |
| 119 | <Compile Include="Transport\THttpHandler.cs" /> |
Jens Geyer | feea478 | 2017-01-28 19:53:28 +0100 | [diff] [blame] | 120 | <Compile Include="Transport\TMemoryBuffer.cs" /> |
Jens Geyer | fd62df7 | 2014-03-20 00:52:18 +0200 | [diff] [blame] | 121 | <Compile Include="Transport\TNamedPipeClientTransport.cs" /> |
| 122 | <Compile Include="Transport\TNamedPipeServerTransport.cs" /> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 123 | <Compile Include="Transport\TServerSocket.cs" /> |
| 124 | <Compile Include="Transport\TServerTransport.cs" /> |
| 125 | <Compile Include="Transport\TSocket.cs" /> |
Jens Geyer | feea478 | 2017-01-28 19:53:28 +0100 | [diff] [blame] | 126 | <Compile Include="Transport\TSocketVersionizer.cs" /> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 127 | <Compile Include="Transport\TStreamTransport.cs" /> |
Jens Geyer | c1d7943 | 2014-04-22 22:52:43 +0200 | [diff] [blame] | 128 | <Compile Include="Transport\TTLSServerSocket.cs" /> |
| 129 | <Compile Include="Transport\TTLSSocket.cs" /> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 130 | <Compile Include="Transport\TTransport.cs" /> |
| 131 | <Compile Include="Transport\TTransportException.cs" /> |
| 132 | <Compile Include="Transport\TTransportFactory.cs" /> |
Jens Geyer | feea478 | 2017-01-28 19:53:28 +0100 | [diff] [blame] | 133 | <Compile Include="TSingletonProcessorFactory.cs" /> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 134 | </ItemGroup> |
| 135 | <ItemGroup> |
| 136 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 137 | <Visible>False</Visible> |
| 138 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
| 139 | <Install>false</Install> |
| 140 | </BootstrapperPackage> |
| 141 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 142 | <Visible>False</Visible> |
| 143 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
| 144 | <Install>true</Install> |
| 145 | </BootstrapperPackage> |
| 146 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
| 147 | <Visible>False</Visible> |
| 148 | <ProductName>Windows Installer 3.1</ProductName> |
| 149 | <Install>true</Install> |
| 150 | </BootstrapperPackage> |
| 151 | </ItemGroup> |
| 152 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
| 153 | <ProjectExtensions> |
| 154 | <VisualStudio AllowExistingFolder="true" /> |
| 155 | </ProjectExtensions> |
Jonathan Heard | 2bfd7df | 2015-10-28 17:34:27 +0000 | [diff] [blame] | 156 | </Project> |