Foghorn.Test.csproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{2CDCD184-CFB4-4173-8E1B-1777B212C522}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Foghorn.Test</RootNamespace>
  11. <AssemblyName>Foghorn.Test</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="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\Foghorn.Core\bin\Debug\EntityFramework.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Excel">
  38. <HintPath>lib\Excel.dll</HintPath>
  39. </Reference>
  40. <Reference Include="ICSharpCode.SharpZipLib">
  41. <HintPath>lib\ICSharpCode.SharpZipLib.dll</HintPath>
  42. </Reference>
  43. <Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.ServiceModel" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="xunit">
  56. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.dll</HintPath>
  57. </Reference>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="FoghornServiceTests.cs" />
  62. <Compile Include="WcfTests.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <None Include="App.config" />
  66. <None Include="NotificationTypes.xlsx">
  67. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  68. </None>
  69. <None Include="packages.config" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ProjectReference Include="..\Foghorn.Core\Foghorn.Core.csproj">
  73. <Project>{FE7CC95C-6D69-4A13-AF27-AAF125E89DD8}</Project>
  74. <Name>Foghorn.Core</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\Foghorn.WcfService\Foghorn.WcfService.csproj">
  77. <Project>{15b3e0d2-6217-493a-a690-158c497f5318}</Project>
  78. <Name>Foghorn.WcfService</Name>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Content Include="NotificationIcons\Icon.png" />
  83. <Content Include="NotificationIcons\TestNotification1.png" />
  84. <Content Include="NotificationIcons\TestNotification2.png" />
  85. <Content Include="NotificationIcons\OrderPlaced.png" />
  86. <Content Include="NotificationIcons\OrderShipped.png" />
  87. <Content Include="NotificationIcons\TestNotification0.png" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <WCFMetadata Include="Service References\" />
  91. </ItemGroup>
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. </Project>