]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/thrift/contrib/zeromq/csharp/ThriftZMQ.csproj
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / contrib / zeromq / csharp / ThriftZMQ.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{17C63B90-DFD7-42AC-A7B0-749E6876C0A1}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <RootNamespace>ZmqServer</RootNamespace>
11 <AssemblyName>ThriftZMQ</AssemblyName>
12 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
13 <FileUpgradeFlags>
14 </FileUpgradeFlags>
15 <OldToolsVersion>3.5</OldToolsVersion>
16 <UpgradeBackupLocation />
17 <PublishUrl>publish\</PublishUrl>
18 <Install>true</Install>
19 <InstallFrom>Disk</InstallFrom>
20 <UpdateEnabled>false</UpdateEnabled>
21 <UpdateMode>Foreground</UpdateMode>
22 <UpdateInterval>7</UpdateInterval>
23 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24 <UpdatePeriodically>false</UpdatePeriodically>
25 <UpdateRequired>false</UpdateRequired>
26 <MapFileExtensions>true</MapFileExtensions>
27 <ApplicationRevision>0</ApplicationRevision>
28 <ApplicationVersion>1.0.0.0</ApplicationVersion>
29 <IsWebBootstrapper>false</IsWebBootstrapper>
30 <UseApplicationTrust>false</UseApplicationTrust>
31 <BootstrapperEnabled>true</BootstrapperEnabled>
32 </PropertyGroup>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
34 <DebugSymbols>true</DebugSymbols>
35 <DebugType>full</DebugType>
36 <Optimize>false</Optimize>
37 <OutputPath>bin\Debug</OutputPath>
38 <DefineConstants>DEBUG</DefineConstants>
39 <ErrorReport>prompt</ErrorReport>
40 <WarningLevel>4</WarningLevel>
41 <PlatformTarget>x86</PlatformTarget>
42 <Externalconsole>true</Externalconsole>
43 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
44 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
46 <DebugType>none</DebugType>
47 <Optimize>false</Optimize>
48 <OutputPath>bin\Release</OutputPath>
49 <ErrorReport>prompt</ErrorReport>
50 <WarningLevel>4</WarningLevel>
51 <PlatformTarget>x86</PlatformTarget>
52 <Externalconsole>true</Externalconsole>
53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
54 </PropertyGroup>
55 <ItemGroup>
56 <Reference Include="clrzmq, Version=2.1.0.0, Culture=neutral, processorArchitecture=x86">
57 <SpecificVersion>False</SpecificVersion>
58 <HintPath>.\clrzmq.dll</HintPath>
59 </Reference>
60 <Reference Include="System" />
61 <Reference Include="Thrift, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
62 <SpecificVersion>False</SpecificVersion>
63 <HintPath>..\..\..\lib\csharp\Thrift.dll</HintPath>
64 </Reference>
65 </ItemGroup>
66 <ItemGroup>
67 <Compile Include="Main.cs" />
68 <Compile Include="AssemblyInfo.cs" />
69 <Compile Include="TZmqServer.cs" />
70 <Compile Include="TZmqClient.cs" />
71 <Compile Include="..\gen-csharp\Storage.cs" />
72 </ItemGroup>
73 <ItemGroup>
74 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
75 <Visible>False</Visible>
76 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
77 <Install>false</Install>
78 </BootstrapperPackage>
79 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
80 <Visible>False</Visible>
81 <ProductName>.NET Framework 3.5 SP1</ProductName>
82 <Install>true</Install>
83 </BootstrapperPackage>
84 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
85 <Visible>False</Visible>
86 <ProductName>Windows Installer 3.1</ProductName>
87 <Install>true</Install>
88 </BootstrapperPackage>
89 </ItemGroup>
90 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
91 </Project>