1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{D54766AF-AD83-4ED4-A6AC-AA05F0BCFEB8}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Kafka.Rx.NET.Console</RootNamespace >
11
+ <AssemblyName >Kafka.Rx.NET.Console</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <PlatformTarget >AnyCPU</PlatformTarget >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
+ <PlatformTarget >AnyCPU</PlatformTarget >
27
+ <DebugType >pdbonly</DebugType >
28
+ <Optimize >true</Optimize >
29
+ <OutputPath >bin\Release\</OutputPath >
30
+ <DefineConstants >TRACE</DefineConstants >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ </PropertyGroup >
34
+ <ItemGroup >
35
+ <Reference Include =" CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL" >
36
+ <HintPath >..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath >
37
+ <Private >True</Private >
38
+ </Reference >
39
+ <Reference Include =" Confluent.RestClient, Version=1.0.0.23, Culture=neutral, processorArchitecture=MSIL" >
40
+ <HintPath >..\packages\Confluent.RestClient.1.0.0.23\lib\net45\Confluent.RestClient.dll</HintPath >
41
+ <Private >True</Private >
42
+ </Reference >
43
+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
44
+ <HintPath >..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath >
45
+ <Private >True</Private >
46
+ </Reference >
47
+ <Reference Include =" System" />
48
+ <Reference Include =" System.Core" />
49
+ <Reference Include =" System.Net.Http" />
50
+ <Reference Include =" System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
51
+ <HintPath >..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath >
52
+ <Private >True</Private >
53
+ </Reference >
54
+ <Reference Include =" System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
55
+ <HintPath >..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath >
56
+ <Private >True</Private >
57
+ </Reference >
58
+ <Reference Include =" System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
59
+ <HintPath >..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath >
60
+ <Private >True</Private >
61
+ </Reference >
62
+ <Reference Include =" System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
63
+ <HintPath >..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath >
64
+ <Private >True</Private >
65
+ </Reference >
66
+ <Reference Include =" System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
67
+ <HintPath >..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath >
68
+ <Private >True</Private >
69
+ </Reference >
70
+ <Reference Include =" System.Runtime.Serialization" />
71
+ <Reference Include =" System.Xml.Linq" />
72
+ <Reference Include =" System.Data.DataSetExtensions" />
73
+ <Reference Include =" Microsoft.CSharp" />
74
+ <Reference Include =" System.Data" />
75
+ <Reference Include =" System.Xml" />
76
+ </ItemGroup >
77
+ <ItemGroup >
78
+ <Compile Include =" LogMessage.cs" />
79
+ <Compile Include =" Options.cs" />
80
+ <Compile Include =" Program.cs" />
81
+ <Compile Include =" Properties\AssemblyInfo.cs" />
82
+ <Compile Include =" Setup.cs" />
83
+ </ItemGroup >
84
+ <ItemGroup >
85
+ <None Include =" App.config" />
86
+ <None Include =" packages.config" />
87
+ </ItemGroup >
88
+ <ItemGroup >
89
+ <ProjectReference Include =" ..\Kafka.Rx.NET\Kafka.Rx.NET.csproj" >
90
+ <Project >{e0c34a1c-4ae8-46bf-a02e-060f3fb8cddf}</Project >
91
+ <Name >Kafka.Rx.NET</Name >
92
+ </ProjectReference >
93
+ </ItemGroup >
94
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
95
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96
+ Other similar extension points exist, see Microsoft.Common.targets.
97
+ <Target Name="BeforeBuild">
98
+ </Target>
99
+ <Target Name="AfterBuild">
100
+ </Target>
101
+ -->
102
+ </Project >
0 commit comments