blob: 1eb4355d56b5190adc29f9f680a4f185aad6538d [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>
14 <SccProjectName>SAK</SccProjectName>
15 <SccLocalPath>SAK</SccLocalPath>
16 <SccAuxPath>SAK</SccAuxPath>
17 <SccProvider>SAK</SccProvider>
18 </PropertyGroup>
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20 <DebugSymbols>true</DebugSymbols>
21 <DebugType>full</DebugType>
22 <Optimize>false</Optimize>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DefineConstants>DEBUG;TRACE</DefineConstants>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 </PropertyGroup>
36 <ItemGroup>
37 <Reference Include="System" />
38 <Reference Include="System.Core">
39 <RequiredTargetFramework>3.5</RequiredTargetFramework>
40 </Reference>
David Reiss7f42bcf2008-01-11 20:59:12 +000041 </ItemGroup>
42 <ItemGroup>
David Reissd831a212009-02-13 03:09:52 +000043 <Compile Include="Collections\THashSet.cs" />
David Reissc6544162009-01-06 19:49:33 +000044 <Compile Include="Protocol\TBase.cs" />
David Reiss7f42bcf2008-01-11 20:59:12 +000045 <Compile Include="Protocol\TBinaryProtocol.cs" />
46 <Compile Include="Protocol\TField.cs" />
47 <Compile Include="Protocol\TList.cs" />
48 <Compile Include="Protocol\TMap.cs" />
49 <Compile Include="Protocol\TMessage.cs" />
50 <Compile Include="Protocol\TMessageType.cs" />
51 <Compile Include="Protocol\TProtocol.cs" />
52 <Compile Include="Protocol\TProtocolException.cs" />
53 <Compile Include="Protocol\TProtocolFactory.cs" />
54 <Compile Include="Protocol\TProtocolUtil.cs" />
55 <Compile Include="Protocol\TSet.cs" />
56 <Compile Include="Protocol\TStruct.cs" />
57 <Compile Include="Protocol\TType.cs" />
David Reiss63191332009-01-06 19:49:22 +000058 <Compile Include="Server\TThreadedServer.cs" />
David Reiss7f42bcf2008-01-11 20:59:12 +000059 <Compile Include="Server\TServer.cs" />
60 <Compile Include="Server\TSimpleServer.cs" />
61 <Compile Include="Server\TThreadPoolServer.cs" />
62 <Compile Include="TApplicationException.cs" />
63 <Compile Include="TProcessor.cs" />
David Reiss63191332009-01-06 19:49:22 +000064 <Compile Include="Transport\TBufferedTransport.cs" />
David Reiss7f42bcf2008-01-11 20:59:12 +000065 <Compile Include="Transport\TServerSocket.cs" />
66 <Compile Include="Transport\TServerTransport.cs" />
67 <Compile Include="Transport\TSocket.cs" />
68 <Compile Include="Transport\TStreamTransport.cs" />
69 <Compile Include="Transport\TTransport.cs" />
70 <Compile Include="Transport\TTransportException.cs" />
71 <Compile Include="Transport\TTransportFactory.cs" />
72 </ItemGroup>
73 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
74 <ProjectExtensions>
75 <VisualStudio AllowExistingFolder="true" />
76 </ProjectExtensions>
77</Project>