Foghorn.Test.csproj 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>..\Foghorn.CustomAction\bin\Debug\Excel.dll</HintPath>
  39. </Reference>
  40. <Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.ServiceModel" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="xunit">
  53. <HintPath>..\packages\xunit.1.9.1\lib\net20\xunit.dll</HintPath>
  54. </Reference>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. <Compile Include="FoghornServiceTests.cs" />
  59. <Compile Include="WcfTests.cs" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <None Include="App.config" />
  63. <None Include="NotificationTypes.xlsx">
  64. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  65. </None>
  66. <None Include="packages.config" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <ProjectReference Include="..\Foghorn.Core\Foghorn.Core.csproj">
  70. <Project>{FE7CC95C-6D69-4A13-AF27-AAF125E89DD8}</Project>
  71. <Name>Foghorn.Core</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\Foghorn.WcfService\Foghorn.WcfService.csproj">
  74. <Project>{15b3e0d2-6217-493a-a690-158c497f5318}</Project>
  75. <Name>Foghorn.WcfService</Name>
  76. </ProjectReference>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Content Include="NotificationIcons\Icon.png" />
  80. <Content Include="NotificationIcons\TestNotification1.png" />
  81. <Content Include="NotificationIcons\TestNotification2.png" />
  82. <Content Include="NotificationIcons\OrderPlaced.png" />
  83. <Content Include="NotificationIcons\OrderShipped.png" />
  84. <Content Include="NotificationIcons\TestNotification0.png" />
  85. </ItemGroup>
  86. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  87. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  88. Other similar extension points exist, see Microsoft.Common.targets.
  89. <Target Name="BeforeBuild">
  90. </Target>
  91. <Target Name="AfterBuild">
  92. </Target>
  93. -->
  94. </Project>