No Description

WhiteNoise.Storage.csproj 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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>{38860173-5301-424A-BE5F-F71B0F94D294}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>WhiteNoise.Storage</RootNamespace>
  11. <AssemblyName>WhiteNoise.Storage</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="PacketDotNet">
  34. <HintPath>..\Resources\PacketDotNet.dll</HintPath>
  35. </Reference>
  36. <Reference Include="SharpPcap">
  37. <HintPath>..\Resources\SharpPcap.dll</HintPath>
  38. </Reference>
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Compile Include="AssemblyInfo.cs" />
  42. <Compile Include="DatabaseWorker.cs" />
  43. </ItemGroup>
  44. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <ProjectReference Include="..\WhiteNoise.Domain\WhiteNoise.Domain.csproj">
  47. <Project>{0686B6EA-7782-45FE-A990-A06EAD8A57C6}</Project>
  48. <Name>WhiteNoise.Domain</Name>
  49. </ProjectReference>
  50. </ItemGroup>
  51. </Project>