| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{7C004E59-3B24-4359-8E45-1CD93F03FD80}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Abc.Zebus.Directory.Tests</RootNamespace>
- <AssemblyName>Abc.Zebus.Directory.Tests</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Abc.Zebus">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\Zebus.1.3.7\lib\net45\Abc.Zebus.dll</HintPath>
- </Reference>
- <Reference Include="Abc.Zebus.Testing">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\Zebus.Testing.1.3.7\lib\net45\Abc.Zebus.Testing.dll</HintPath>
- </Reference>
- <Reference Include="KellermanSoftware.Compare-NET-Objects">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\CompareNETObjects.3.03.0.0\lib\net45\KellermanSoftware.Compare-NET-Objects.dll</HintPath>
- </Reference>
- <Reference Include="log4net">
- <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Moq">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\Moq.4.2.1507.0118\lib\net40\Moq.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
- </Reference>
- <Reference Include="Ploeh.AutoFixture">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\AutoFixture.3.36.8\lib\net40\Ploeh.AutoFixture.dll</HintPath>
- </Reference>
- <Reference Include="protobuf-net">
- <HintPath>..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="StructureMap">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\structuremap.3.1.6.186\lib\net40\StructureMap.dll</HintPath>
- </Reference>
- <Reference Include="StructureMap.Net4">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\structuremap.3.1.6.186\lib\net40\StructureMap.Net4.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\SharedAssemblyInfo.cs">
- <Link>Properties\SharedAssemblyInfo.cs</Link>
- </Compile>
- <Compile Include="..\SharedVersionInfo.cs">
- <Link>Properties\SharedVersionInfo.cs</Link>
- </Compile>
- <Compile Include="Configuration\ConfigurationTests.cs" />
- <Compile Include="DeadPeerDetection\DeadPeerDetectorEntryTests.cs" />
- <Compile Include="DeadPeerDetection\DeadPeerDetectorTests.cs" />
- <Compile Include="DirectorySpeedReporterTests.cs" />
- <Compile Include="PeerDirectoryServerTests.cs" />
- <Compile Include="FakeCommand.cs" />
- <Compile Include="FakeRoutableCommand.cs" />
- <Compile Include="Handlers\DirectoryCommandsHandlerTests.cs" />
- <Compile Include="Log4netConfigurator.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Storage\MemoryPeerRepositoryTests.cs" />
- <Compile Include="TestDataBuilder.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Abc.Zebus.Directory\Abc.Zebus.Directory.csproj">
- <Project>{ee6730d9-6a21-46a5-ae3f-af78060b6ea3}</Project>
- <Name>Abc.Zebus.Directory</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|