No Description

WhiteNoise.Test.csproj 3.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{AEA071CB-7205-4054-A60F-8D5FD82BE80D}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>WhiteNoise.Test</RootNamespace>
  11. <AssemblyName>WhiteNoise.Test</AssemblyName>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14. <DebugSymbols>true</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>false</Optimize>
  17. <OutputPath>bin\Debug</OutputPath>
  18. <DefineConstants>DEBUG;</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <ConsolePause>false</ConsolePause>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  24. <DebugType>none</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Release</OutputPath>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <ConsolePause>false</ConsolePause>
  30. </PropertyGroup>
  31. <ItemGroup>
  32. <Reference Include="System" />
  33. <Reference Include="FluentNHibernate">
  34. <HintPath>..\Resources\FluentNHibernate.dll</HintPath>
  35. </Reference>
  36. <Reference Include="Iesi.Collections">
  37. <HintPath>..\Resources\Iesi.Collections.dll</HintPath>
  38. </Reference>
  39. <Reference Include="NHibernate">
  40. <HintPath>..\Resources\NHibernate.dll</HintPath>
  41. </Reference>
  42. <Reference Include="PacketDotNet">
  43. <HintPath>..\Resources\PacketDotNet.dll</HintPath>
  44. </Reference>
  45. <Reference Include="SharpPcap">
  46. <HintPath>..\Resources\SharpPcap.dll</HintPath>
  47. </Reference>
  48. <Reference Include="nunit.framework">
  49. <HintPath>..\Resources\nunit.framework.dll</HintPath>
  50. </Reference>
  51. <Reference Include="nunit.mocks">
  52. <HintPath>..\Resources\nunit.mocks.dll</HintPath>
  53. </Reference>
  54. <Reference Include="pnunit.framework">
  55. <HintPath>..\Resources\pnunit.framework.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Npgsql">
  58. <HintPath>..\Resources\Npgsql.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Mono.Security" />
  61. <Reference Include="NHibernate.ByteCode.Castle">
  62. <HintPath>..\Resources\NHibernate.ByteCode.Castle.dll</HintPath>
  63. </Reference>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="AssemblyInfo.cs" />
  67. <Compile Include="Domain\NHibernate\SchemaTests.cs" />
  68. <Compile Include="Domain\Concrete\DbRepositoryTests.cs" />
  69. <Compile Include="Domain\Concrete\DbPacketRepositoryTests.cs" />
  70. <Compile Include="TestHelpers\Global.cs" />
  71. <Compile Include="Listen\DeviceWorkerTests.cs" />
  72. <Compile Include="Storage\DatabaseWorkerTests.cs" />
  73. </ItemGroup>
  74. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  75. <ItemGroup>
  76. <Folder Include="Listen\" />
  77. <Folder Include="Domain\" />
  78. <Folder Include="Storage\" />
  79. <Folder Include="Domain\NHibernate\" />
  80. <Folder Include="Domain\Concrete\" />
  81. <Folder Include="TestHelpers\" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\WhiteNoise.Domain\WhiteNoise.Domain.csproj">
  85. <Project>{0686B6EA-7782-45FE-A990-A06EAD8A57C6}</Project>
  86. <Name>WhiteNoise.Domain</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\WhiteNoise.Listen\WhiteNoise.Listen.csproj">
  89. <Project>{F310496B-BA21-4326-9B48-156ED21B1FC2}</Project>
  90. <Name>WhiteNoise.Listen</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\WhiteNoise.Storage\WhiteNoise.Storage.csproj">
  93. <Project>{38860173-5301-424A-BE5F-F71B0F94D294}</Project>
  94. <Name>WhiteNoise.Storage</Name>
  95. </ProjectReference>
  96. </ItemGroup>
  97. </Project>