Keine Beschreibung

WhiteNoise.Test.csproj 3.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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="Mono.Data.Sqlite" />
  49. <Reference Include="nunit.framework">
  50. <HintPath>..\Resources\nunit.framework.dll</HintPath>
  51. </Reference>
  52. <Reference Include="nunit.mocks">
  53. <HintPath>..\Resources\nunit.mocks.dll</HintPath>
  54. </Reference>
  55. <Reference Include="pnunit.framework">
  56. <HintPath>..\Resources\pnunit.framework.dll</HintPath>
  57. </Reference>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="AssemblyInfo.cs" />
  61. <Compile Include="Domain\NHibernate\SchemaTests.cs" />
  62. <Compile Include="Domain\Concrete\DbRepositoryTests.cs" />
  63. <Compile Include="Domain\Concrete\DbPacketRepositoryTests.cs" />
  64. <Compile Include="TestHelpers\Global.cs" />
  65. </ItemGroup>
  66. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  67. <ItemGroup>
  68. <Folder Include="Listen\" />
  69. <Folder Include="Domain\" />
  70. <Folder Include="Storage\" />
  71. <Folder Include="Domain\NHibernate\" />
  72. <Folder Include="Domain\Concrete\" />
  73. <Folder Include="TestHelpers\" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ProjectReference Include="..\WhiteNoise.Domain\WhiteNoise.Domain.csproj">
  77. <Project>{0686B6EA-7782-45FE-A990-A06EAD8A57C6}</Project>
  78. <Name>WhiteNoise.Domain</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\WhiteNoise.Listen\WhiteNoise.Listen.csproj">
  81. <Project>{F310496B-BA21-4326-9B48-156ED21B1FC2}</Project>
  82. <Name>WhiteNoise.Listen</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\WhiteNoise.Storage\WhiteNoise.Storage.csproj">
  85. <Project>{38860173-5301-424A-BE5F-F71B0F94D294}</Project>
  86. <Name>WhiteNoise.Storage</Name>
  87. </ProjectReference>
  88. </ItemGroup>
  89. </Project>