| 30 |
ashish |
1 |
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
2 |
<PropertyGroup>
|
|
|
3 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
4 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
5 |
<ProjectGuid>{499EB63C-D74C-47E8-AE48-A2FC94538E9D}</ProjectGuid>
|
|
|
6 |
<ProductVersion>9.0.21022</ProductVersion>
|
|
|
7 |
<SchemaVersion>2.0</SchemaVersion>
|
|
|
8 |
<OutputType>Library</OutputType>
|
|
|
9 |
<NoStandardLibraries>false</NoStandardLibraries>
|
|
|
10 |
<AssemblyName>Thrift</AssemblyName>
|
|
|
11 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
12 |
<FileAlignment>512</FileAlignment>
|
|
|
13 |
<RootNamespace>Thrift</RootNamespace>
|
|
|
14 |
</PropertyGroup>
|
|
|
15 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
16 |
<DebugSymbols>true</DebugSymbols>
|
|
|
17 |
<DebugType>full</DebugType>
|
|
|
18 |
<Optimize>false</Optimize>
|
|
|
19 |
<OutputPath>bin\Debug\</OutputPath>
|
|
|
20 |
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
21 |
<ErrorReport>prompt</ErrorReport>
|
|
|
22 |
<WarningLevel>4</WarningLevel>
|
|
|
23 |
</PropertyGroup>
|
|
|
24 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
25 |
<DebugType>pdbonly</DebugType>
|
|
|
26 |
<Optimize>true</Optimize>
|
|
|
27 |
<OutputPath>bin\Release\</OutputPath>
|
|
|
28 |
<DefineConstants>TRACE</DefineConstants>
|
|
|
29 |
<ErrorReport>prompt</ErrorReport>
|
|
|
30 |
<WarningLevel>4</WarningLevel>
|
|
|
31 |
</PropertyGroup>
|
|
|
32 |
<ItemGroup>
|
|
|
33 |
<Reference Include="System" />
|
|
|
34 |
<Reference Include="System.Core">
|
|
|
35 |
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
36 |
</Reference>
|
|
|
37 |
</ItemGroup>
|
|
|
38 |
<ItemGroup>
|
|
|
39 |
<Compile Include="Collections\THashSet.cs" />
|
|
|
40 |
<Compile Include="Protocol\TBase.cs" />
|
|
|
41 |
<Compile Include="Protocol\TBinaryProtocol.cs" />
|
|
|
42 |
<Compile Include="Protocol\TField.cs" />
|
|
|
43 |
<Compile Include="Protocol\TList.cs" />
|
|
|
44 |
<Compile Include="Protocol\TMap.cs" />
|
|
|
45 |
<Compile Include="Protocol\TMessage.cs" />
|
|
|
46 |
<Compile Include="Protocol\TMessageType.cs" />
|
|
|
47 |
<Compile Include="Protocol\TProtocol.cs" />
|
|
|
48 |
<Compile Include="Protocol\TProtocolException.cs" />
|
|
|
49 |
<Compile Include="Protocol\TProtocolFactory.cs" />
|
|
|
50 |
<Compile Include="Protocol\TProtocolUtil.cs" />
|
|
|
51 |
<Compile Include="Protocol\TSet.cs" />
|
|
|
52 |
<Compile Include="Protocol\TStruct.cs" />
|
|
|
53 |
<Compile Include="Protocol\TType.cs" />
|
|
|
54 |
<Compile Include="Server\TThreadedServer.cs" />
|
|
|
55 |
<Compile Include="Server\TServer.cs" />
|
|
|
56 |
<Compile Include="Server\TSimpleServer.cs" />
|
|
|
57 |
<Compile Include="Server\TThreadPoolServer.cs" />
|
|
|
58 |
<Compile Include="TApplicationException.cs" />
|
|
|
59 |
<Compile Include="TProcessor.cs" />
|
|
|
60 |
<Compile Include="Transport\TBufferedTransport.cs" />
|
|
|
61 |
<Compile Include="Transport\TFramedTransport.cs" />
|
|
|
62 |
<Compile Include="Transport\TServerSocket.cs" />
|
|
|
63 |
<Compile Include="Transport\TServerTransport.cs" />
|
|
|
64 |
<Compile Include="Transport\TSocket.cs" />
|
|
|
65 |
<Compile Include="Transport\TStreamTransport.cs" />
|
|
|
66 |
<Compile Include="Transport\TTransport.cs" />
|
|
|
67 |
<Compile Include="Transport\TTransportException.cs" />
|
|
|
68 |
<Compile Include="Transport\TTransportFactory.cs" />
|
|
|
69 |
</ItemGroup>
|
|
|
70 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
|
|
|
71 |
<ProjectExtensions>
|
|
|
72 |
<VisualStudio AllowExistingFolder="true" />
|
|
|
73 |
</ProjectExtensions>
|
|
|
74 |
</Project>
|