David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 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> |
David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 41 | </ItemGroup> |
| 42 | <ItemGroup> |
David Reiss | d831a21 | 2009-02-13 03:09:52 +0000 | [diff] [blame^] | 43 | <Compile Include="Collections\THashSet.cs" /> |
David Reiss | c654416 | 2009-01-06 19:49:33 +0000 | [diff] [blame] | 44 | <Compile Include="Protocol\TBase.cs" /> |
David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 45 | <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 Reiss | 6319133 | 2009-01-06 19:49:22 +0000 | [diff] [blame] | 58 | <Compile Include="Server\TThreadedServer.cs" /> |
David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 59 | <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 Reiss | 6319133 | 2009-01-06 19:49:22 +0000 | [diff] [blame] | 64 | <Compile Include="Transport\TBufferedTransport.cs" /> |
David Reiss | 7f42bcf | 2008-01-11 20:59:12 +0000 | [diff] [blame] | 65 | <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> |