Merge commit 'remotes/trunk'
[amiethrift.git] / lib / csharp / src / Thrift.csproj
blob4b407b1de40453986f4688094661e982f30ec572
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     <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>
41     <Reference Include="System.Data" />
42     <Reference Include="System.Data.DataSetExtensions" />
43     <Reference Include="System.Drawing" />
44     <Reference Include="System.Windows.Forms" />
45     <Reference Include="System.Xml" />
46     <Reference Include="System.Xml.Linq" />
47   </ItemGroup>
48   <ItemGroup>
49     <Compile Include="Protocol\TBinaryProtocol.cs" />
50     <Compile Include="Protocol\TField.cs" />
51     <Compile Include="Protocol\TList.cs" />
52     <Compile Include="Protocol\TMap.cs" />
53     <Compile Include="Protocol\TMessage.cs" />
54     <Compile Include="Protocol\TMessageType.cs" />
55     <Compile Include="Protocol\TProtocol.cs" />
56     <Compile Include="Protocol\TProtocolException.cs" />
57     <Compile Include="Protocol\TProtocolFactory.cs" />
58     <Compile Include="Protocol\TProtocolUtil.cs" />
59     <Compile Include="Protocol\TSet.cs" />
60     <Compile Include="Protocol\TStruct.cs" />
61     <Compile Include="Protocol\TType.cs" />
62     <Compile Include="Server\TServer.cs" />
63     <Compile Include="Server\TSimpleServer.cs" />
64     <Compile Include="Server\TThreadPoolServer.cs" />
65     <Compile Include="TApplicationException.cs" />
66     <Compile Include="TProcessor.cs" />
67     <Compile Include="Transport\TServerSocket.cs" />
68     <Compile Include="Transport\TServerTransport.cs" />
69     <Compile Include="Transport\TSocket.cs" />
70     <Compile Include="Transport\TStreamTransport.cs" />
71     <Compile Include="Transport\TTransport.cs" />
72     <Compile Include="Transport\TTransportException.cs" />
73     <Compile Include="Transport\TTransportFactory.cs" />
74   </ItemGroup>
75   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
76   <ProjectExtensions>
77     <VisualStudio AllowExistingFolder="true" />
78   </ProjectExtensions>
79 </Project>