Abc.Zebus.Directory.Tests.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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>{7C004E59-3B24-4359-8E45-1CD93F03FD80}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Abc.Zebus.Directory.Tests</RootNamespace>
  11. <AssemblyName>Abc.Zebus.Directory.Tests</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="Abc.Zebus">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\packages\Zebus.1.3.7\lib\net45\Abc.Zebus.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Abc.Zebus.Testing">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\packages\Zebus.Testing.1.3.7\lib\net45\Abc.Zebus.Testing.dll</HintPath>
  40. </Reference>
  41. <Reference Include="KellermanSoftware.Compare-NET-Objects">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\packages\CompareNETObjects.3.03.0.0\lib\net45\KellermanSoftware.Compare-NET-Objects.dll</HintPath>
  44. </Reference>
  45. <Reference Include="log4net">
  46. <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="Moq">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\packages\Moq.4.2.1507.0118\lib\net40\Moq.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Newtonsoft.Json">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  56. </Reference>
  57. <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Ploeh.AutoFixture">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\packages\AutoFixture.3.36.8\lib\net40\Ploeh.AutoFixture.dll</HintPath>
  64. </Reference>
  65. <Reference Include="protobuf-net">
  66. <HintPath>..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
  67. <Private>True</Private>
  68. </Reference>
  69. <Reference Include="StructureMap">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\packages\structuremap.3.1.6.186\lib\net40\StructureMap.dll</HintPath>
  72. </Reference>
  73. <Reference Include="StructureMap.Net4">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\packages\structuremap.3.1.6.186\lib\net40\StructureMap.Net4.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System" />
  78. <Reference Include="System.Configuration" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Xml" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="..\SharedAssemblyInfo.cs">
  88. <Link>Properties\SharedAssemblyInfo.cs</Link>
  89. </Compile>
  90. <Compile Include="..\SharedVersionInfo.cs">
  91. <Link>Properties\SharedVersionInfo.cs</Link>
  92. </Compile>
  93. <Compile Include="Configuration\ConfigurationTests.cs" />
  94. <Compile Include="DeadPeerDetection\DeadPeerDetectorEntryTests.cs" />
  95. <Compile Include="DeadPeerDetection\DeadPeerDetectorTests.cs" />
  96. <Compile Include="DirectorySpeedReporterTests.cs" />
  97. <Compile Include="PeerDirectoryServerTests.cs" />
  98. <Compile Include="FakeCommand.cs" />
  99. <Compile Include="FakeRoutableCommand.cs" />
  100. <Compile Include="Handlers\DirectoryCommandsHandlerTests.cs" />
  101. <Compile Include="Log4netConfigurator.cs" />
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. <Compile Include="Storage\MemoryPeerRepositoryTests.cs" />
  104. <Compile Include="TestDataBuilder.cs" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <ProjectReference Include="..\Abc.Zebus.Directory\Abc.Zebus.Directory.csproj">
  108. <Project>{ee6730d9-6a21-46a5-ae3f-af78060b6ea3}</Project>
  109. <Name>Abc.Zebus.Directory</Name>
  110. </ProjectReference>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <None Include="packages.config" />
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  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. -->
  123. </Project>