blob: b7e21088880748913eece799b88620fccbccfb6a [file] [log] [blame]
David Reiss7f42bcf2008-01-11 20:59:12 +00001<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>
David Reiss7f42bcf2008-01-11 20:59:12 +000014 </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>
David Reiss7f42bcf2008-01-11 20:59:12 +000037 </ItemGroup>
38 <ItemGroup>
David Reissd831a212009-02-13 03:09:52 +000039 <Compile Include="Collections\THashSet.cs" />
David Reissc6544162009-01-06 19:49:33 +000040 <Compile Include="Protocol\TBase.cs" />
David Reiss7f42bcf2008-01-11 20:59:12 +000041 <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" />
David Reiss63191332009-01-06 19:49:22 +000054 <Compile Include="Server\TThreadedServer.cs" />
David Reiss7f42bcf2008-01-11 20:59:12 +000055 <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" />
David Reiss63191332009-01-06 19:49:22 +000060 <Compile Include="Transport\TBufferedTransport.cs" />
Esteve Fernandez7948a662009-11-11 18:32:25 +000061 <Compile Include="Transport\TFramedTransport.cs" />
David Reiss7f42bcf2008-01-11 20:59:12 +000062 <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>
Esteve Fernandez7948a662009-11-11 18:32:25 +000074</Project>