Skip to content

Commit 0909d81

Browse files
committed
reference fixed
1 parent 2fdff79 commit 0909d81

File tree

1 file changed

+122
-123
lines changed

1 file changed

+122
-123
lines changed
Lines changed: 122 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -1,124 +1,123 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.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>{1794B07A-8B2A-42E6-A700-6BC0E7B8245A}</ProjectGuid>
8-
<OutputType>Library</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>Kafka.Tests</RootNamespace>
11-
<AssemblyName>Kafka.Tests</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
14-
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
15-
<RestorePackages>true</RestorePackages>
16-
</PropertyGroup>
17-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18-
<DebugSymbols>true</DebugSymbols>
19-
<DebugType>full</DebugType>
20-
<Optimize>false</Optimize>
21-
<OutputPath>bin\Debug\</OutputPath>
22-
<DefineConstants>DEBUG;TRACE</DefineConstants>
23-
<ErrorReport>prompt</ErrorReport>
24-
<WarningLevel>4</WarningLevel>
25-
</PropertyGroup>
26-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
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-
<PropertyGroup>
35-
<SignAssembly>false</SignAssembly>
36-
</PropertyGroup>
37-
<PropertyGroup>
38-
<AssemblyOriginatorKeyFile>kafkaclient.snk</AssemblyOriginatorKeyFile>
39-
</PropertyGroup>
40-
<ItemGroup>
41-
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
42-
<SpecificVersion>False</SpecificVersion>
43-
<HintPath>..\..\..\lib\log4Net\log4net.dll</HintPath>
44-
</Reference>
45-
<Reference Include="Spring.Threading, Version=1.0.0.22880, Culture=neutral, PublicKeyToken=b745dc0af8c84db9, processorArchitecture=MSIL">
46-
<SpecificVersion>False</SpecificVersion>
47-
<HintPath>..\Kafka.Client\bin\Debug\Spring.Threading.dll</HintPath>
48-
</Reference>
49-
<Reference Include="System" />
50-
<Reference Include="System.Configuration" />
51-
<Reference Include="System.Core" />
52-
<Reference Include="System.Xml.Linq" />
53-
<Reference Include="System.Data.DataSetExtensions" />
54-
<Reference Include="Microsoft.CSharp" />
55-
<Reference Include="System.Data" />
56-
<Reference Include="System.Xml" />
57-
<Reference Include="xunit">
58-
<HintPath>..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
59-
</Reference>
60-
<Reference Include="ZooKeeperNet, Version=3.3.4.1, Culture=neutral, PublicKeyToken=fefd2c046da35b56, processorArchitecture=MSIL">
61-
<SpecificVersion>False</SpecificVersion>
62-
<HintPath>..\..\..\lib\zookeeper\ZooKeeperNet.dll</HintPath>
63-
</Reference>
64-
</ItemGroup>
65-
<ItemGroup>
66-
<Compile Include="Api\ApiUtilsTest.cs" />
67-
<Compile Include="Api\SerializationTestUtils.cs" />
68-
<Compile Include="Common\ConfigTest.cs" />
69-
<Compile Include="Consumers\ConsumerIteratorTest.cs" />
70-
<Compile Include="Consumers\TopicFilterTest.cs" />
71-
<Compile Include="Consumers\ZookeeperConsumerConnectorTest.cs" />
72-
<Compile Include="Custom\Extensions\BitOrder.cs" />
73-
<Compile Include="Custom\Extensions\RandomExtensions.cs" />
74-
<Compile Include="Custom\Server\TempZookeeperConfig.cs" />
75-
<Compile Include="Custom\Server\TempKafkaConfig.cs" />
76-
<Compile Include="Integration\AutoOffsetResetTest.cs" />
77-
<Compile Include="Integration\FetcherTest.cs" />
78-
<Compile Include="Integration\KafkaServerTestHarness.cs" />
79-
<Compile Include="Integration\LazyInitProducerTest.cs" />
80-
<Compile Include="Integration\PrimitiveApiTest.cs" />
81-
<Compile Include="Integration\ProducerConsumerTestHarness.cs" />
82-
<Compile Include="Integration\TopicMetadataTest.cs" />
83-
<Compile Include="Messages\ByteBufferMessageSetTest.cs" />
84-
<Compile Include="Custom\Utils\IteratorTemplateTests.cs" />
85-
<Compile Include="Messages\MessageCompressionTest.cs" />
86-
<Compile Include="Messages\MessageTest.cs" />
87-
<Compile Include="Producers\AsyncProducerTest.cs" />
88-
<Compile Include="Producers\ProducerTest.cs" />
89-
<Compile Include="Producers\SyncProducerTest.cs" />
90-
<Compile Include="Properties\AssemblyInfo.cs" />
91-
<Compile Include="Utils\KafkaRunClassHelper.cs" />
92-
<Compile Include="Utils\TestUtils.cs" />
93-
<Compile Include="Utils\TestUtil.cs" />
94-
<Compile Include="Zk\ZKEphemeralTest.cs" />
95-
<Compile Include="Zk\ZooKeeperTestHarness.cs" />
96-
</ItemGroup>
97-
<ItemGroup>
98-
<None Include="App.config" />
99-
<None Include="kafkaclient.snk" />
100-
<None Include="packages.config" />
101-
</ItemGroup>
102-
<ItemGroup>
103-
<ProjectReference Include="..\Kafka.Client\Kafka.Client.csproj">
104-
<Project>{a92dd03b-ee4f-4a78-9fb2-279b6348c7d2}</Project>
105-
<Name>Kafka.Client</Name>
106-
</ProjectReference>
107-
</ItemGroup>
108-
<ItemGroup />
109-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110-
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
111-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
112-
<PropertyGroup>
113-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
114-
</PropertyGroup>
115-
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
116-
</Target>
117-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
118-
Other similar extension points exist, see Microsoft.Common.targets.
119-
<Target Name="BeforeBuild">
120-
</Target>
121-
<Target Name="AfterBuild">
122-
</Target>
123-
-->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.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>{1794B07A-8B2A-42E6-A700-6BC0E7B8245A}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>Kafka.Tests</RootNamespace>
11+
<AssemblyName>Kafka.Tests</AssemblyName>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
15+
<RestorePackages>true</RestorePackages>
16+
</PropertyGroup>
17+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18+
<DebugSymbols>true</DebugSymbols>
19+
<DebugType>full</DebugType>
20+
<Optimize>false</Optimize>
21+
<OutputPath>bin\Debug\</OutputPath>
22+
<DefineConstants>DEBUG;TRACE</DefineConstants>
23+
<ErrorReport>prompt</ErrorReport>
24+
<WarningLevel>4</WarningLevel>
25+
</PropertyGroup>
26+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
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+
<PropertyGroup>
35+
<SignAssembly>false</SignAssembly>
36+
</PropertyGroup>
37+
<PropertyGroup>
38+
<AssemblyOriginatorKeyFile>kafkaclient.snk</AssemblyOriginatorKeyFile>
39+
</PropertyGroup>
40+
<ItemGroup>
41+
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
42+
<SpecificVersion>False</SpecificVersion>
43+
<HintPath>..\..\..\lib\log4Net\log4net.dll</HintPath>
44+
</Reference>
45+
<Reference Include="Spring.Threading">
46+
<HintPath>..\..\..\lib\Spring.Threading\Spring.Threading.dll</HintPath>
47+
</Reference>
48+
<Reference Include="System" />
49+
<Reference Include="System.Configuration" />
50+
<Reference Include="System.Core" />
51+
<Reference Include="System.Xml.Linq" />
52+
<Reference Include="System.Data.DataSetExtensions" />
53+
<Reference Include="Microsoft.CSharp" />
54+
<Reference Include="System.Data" />
55+
<Reference Include="System.Xml" />
56+
<Reference Include="xunit">
57+
<HintPath>..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
58+
</Reference>
59+
<Reference Include="ZooKeeperNet, Version=3.3.4.1, Culture=neutral, PublicKeyToken=fefd2c046da35b56, processorArchitecture=MSIL">
60+
<SpecificVersion>False</SpecificVersion>
61+
<HintPath>..\..\..\lib\zookeeper\ZooKeeperNet.dll</HintPath>
62+
</Reference>
63+
</ItemGroup>
64+
<ItemGroup>
65+
<Compile Include="Api\ApiUtilsTest.cs" />
66+
<Compile Include="Api\SerializationTestUtils.cs" />
67+
<Compile Include="Common\ConfigTest.cs" />
68+
<Compile Include="Consumers\ConsumerIteratorTest.cs" />
69+
<Compile Include="Consumers\TopicFilterTest.cs" />
70+
<Compile Include="Consumers\ZookeeperConsumerConnectorTest.cs" />
71+
<Compile Include="Custom\Extensions\BitOrder.cs" />
72+
<Compile Include="Custom\Extensions\RandomExtensions.cs" />
73+
<Compile Include="Custom\Server\TempZookeeperConfig.cs" />
74+
<Compile Include="Custom\Server\TempKafkaConfig.cs" />
75+
<Compile Include="Integration\AutoOffsetResetTest.cs" />
76+
<Compile Include="Integration\FetcherTest.cs" />
77+
<Compile Include="Integration\KafkaServerTestHarness.cs" />
78+
<Compile Include="Integration\LazyInitProducerTest.cs" />
79+
<Compile Include="Integration\PrimitiveApiTest.cs" />
80+
<Compile Include="Integration\ProducerConsumerTestHarness.cs" />
81+
<Compile Include="Integration\TopicMetadataTest.cs" />
82+
<Compile Include="Messages\ByteBufferMessageSetTest.cs" />
83+
<Compile Include="Custom\Utils\IteratorTemplateTests.cs" />
84+
<Compile Include="Messages\MessageCompressionTest.cs" />
85+
<Compile Include="Messages\MessageTest.cs" />
86+
<Compile Include="Producers\AsyncProducerTest.cs" />
87+
<Compile Include="Producers\ProducerTest.cs" />
88+
<Compile Include="Producers\SyncProducerTest.cs" />
89+
<Compile Include="Properties\AssemblyInfo.cs" />
90+
<Compile Include="Utils\KafkaRunClassHelper.cs" />
91+
<Compile Include="Utils\TestUtils.cs" />
92+
<Compile Include="Utils\TestUtil.cs" />
93+
<Compile Include="Zk\ZKEphemeralTest.cs" />
94+
<Compile Include="Zk\ZooKeeperTestHarness.cs" />
95+
</ItemGroup>
96+
<ItemGroup>
97+
<None Include="App.config" />
98+
<None Include="kafkaclient.snk" />
99+
<None Include="packages.config" />
100+
</ItemGroup>
101+
<ItemGroup>
102+
<ProjectReference Include="..\Kafka.Client\Kafka.Client.csproj">
103+
<Project>{a92dd03b-ee4f-4a78-9fb2-279b6348c7d2}</Project>
104+
<Name>Kafka.Client</Name>
105+
</ProjectReference>
106+
</ItemGroup>
107+
<ItemGroup />
108+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
110+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
111+
<PropertyGroup>
112+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
113+
</PropertyGroup>
114+
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
115+
</Target>
116+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
117+
Other similar extension points exist, see Microsoft.Common.targets.
118+
<Target Name="BeforeBuild">
119+
</Target>
120+
<Target Name="AfterBuild">
121+
</Target>
122+
-->
124123
</Project>

0 commit comments

Comments
 (0)