1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\packages\librdkafka.redist.1.2.1\build\librdkafka.redist.props" Condition =" Exists('..\packages\librdkafka.redist.1.2.1\build\librdkafka.redist.props')" />
4+ <Import Project =" ..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props" Condition =" Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" />
5+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6+ <PropertyGroup >
7+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
8+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
9+ <ProjectGuid >{6A9A54EE-2F10-4EC6-8340-E923AD027137}</ProjectGuid >
10+ <OutputType >Library</OutputType >
11+ <AppDesignerFolder >Properties</AppDesignerFolder >
12+ <RootNamespace >Analogy.Implementation.KafkaProvider.UnitTests</RootNamespace >
13+ <AssemblyName >Analogy.Implementation.KafkaProvider.UnitTests</AssemblyName >
14+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
15+ <FileAlignment >512</FileAlignment >
16+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
17+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >15.0</VisualStudioVersion >
18+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
19+ <ReferencePath >$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath >
20+ <IsCodedUITest >False</IsCodedUITest >
21+ <TestProjectType >UnitTest</TestProjectType >
22+ <NuGetPackageImportStamp >
23+ </NuGetPackageImportStamp >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
26+ <DebugSymbols >true</DebugSymbols >
27+ <DebugType >full</DebugType >
28+ <Optimize >false</Optimize >
29+ <OutputPath >bin\Debug\</OutputPath >
30+ <DefineConstants >DEBUG;TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
35+ <DebugType >pdbonly</DebugType >
36+ <Optimize >true</Optimize >
37+ <OutputPath >bin\Release\</OutputPath >
38+ <DefineConstants >TRACE</DefineConstants >
39+ <ErrorReport >prompt</ErrorReport >
40+ <WarningLevel >4</WarningLevel >
41+ </PropertyGroup >
42+ <ItemGroup >
43+ <Reference Include =" Analogy.Interfaces, Version=2.1.2.0, Culture=neutral, processorArchitecture=MSIL" >
44+ <HintPath >..\packages\Analogy.LogViewer.Interfaces.2.1.2\lib\netstandard2.0\Analogy.Interfaces.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" Confluent.Kafka, Version=1.2.1.0, Culture=neutral, PublicKeyToken=12c514ca49093d1e, processorArchitecture=MSIL" >
47+ <HintPath >..\packages\Confluent.Kafka.1.2.1\lib\net46\Confluent.Kafka.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
50+ <HintPath >..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
53+ <HintPath >..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" System" />
56+ <Reference Include =" System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
57+ <HintPath >..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath >
58+ </Reference >
59+ <Reference Include =" System.Core" />
60+ <Reference Include =" System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
61+ <HintPath >..\packages\System.Memory.4.5.0\lib\netstandard2.0\System.Memory.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" System.Numerics" />
64+ <Reference Include =" System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
65+ <HintPath >..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath >
66+ </Reference >
67+ <Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
68+ <HintPath >..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath >
69+ </Reference >
70+ </ItemGroup >
71+ <ItemGroup >
72+ <Compile Include =" CreationTests.cs" />
73+ <Compile Include =" Properties\AssemblyInfo.cs" />
74+ </ItemGroup >
75+ <ItemGroup >
76+ <None Include =" packages.config" />
77+ </ItemGroup >
78+ <ItemGroup >
79+ <ProjectReference Include =" ..\Analogy.Implementation.KafkaProvider\Analogy.Implementation.KafkaProvider.csproj" >
80+ <Project >{512d664a-7f6f-412c-b47c-78c4f6d7bdaa}</Project >
81+ <Name >Analogy.Implementation.KafkaProvider</Name >
82+ </ProjectReference >
83+ </ItemGroup >
84+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
85+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
87+ <PropertyGroup >
88+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
89+ </PropertyGroup >
90+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.props'))" />
91+ <Error Condition =" !Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets'))" />
92+ <Error Condition =" !Exists('..\packages\librdkafka.redist.1.2.1\build\librdkafka.redist.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\librdkafka.redist.1.2.1\build\librdkafka.redist.props'))" />
93+ </Target >
94+ <Import Project =" ..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets" Condition =" Exists('..\packages\MSTest.TestAdapter.1.3.2\build\net45\MSTest.TestAdapter.targets')" />
95+ </Project >
0 commit comments