Foghorn.WcfService.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{15B3E0D2-6217-493A-A690-158C497F5318}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Foghorn.WcfService</RootNamespace>
  12. <AssemblyName>Foghorn.WcfService</AssemblyName>
  13. <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <StartArguments>/client:"WcfTestClient.exe"</StartArguments>
  15. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  16. <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
  17. <XsdCodeGenEnabled>True</XsdCodeGenEnabled>
  18. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  19. <RestorePackages>true</RestorePackages>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  40. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  41. <Private>True</Private>
  42. </Reference>
  43. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  44. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  45. <Private>True</Private>
  46. </Reference>
  47. <Reference Include="Growl.Connector">
  48. <HintPath>..\packages\Growl.0.6\lib\Growl.Connector.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Growl.CoreLibrary">
  51. <HintPath>..\packages\Growl.0.6\lib\Growl.CoreLibrary.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="NLog, Version=4.1.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  55. <HintPath>..\packages\NLog.4.1.0\lib\net45\NLog.dll</HintPath>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.ComponentModel.DataAnnotations" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Data.Linq" />
  63. <Reference Include="System.Drawing" />
  64. <Reference Include="System.Runtime.Serialization" />
  65. <Reference Include="System.ServiceModel" />
  66. <Reference Include="System.Xml" />
  67. <Reference Include="System.Xml.Linq" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="IFoghornService.cs" />
  71. <Compile Include="Notifier.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. <Compile Include="FoghornService.cs" />
  74. <Compile Include="Properties\Settings.Designer.cs">
  75. <AutoGen>True</AutoGen>
  76. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  77. <DependentUpon>Settings.settings</DependentUpon>
  78. </Compile>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <None Include="App.config" />
  82. <Content Include="NLog.config">
  83. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  84. </Content>
  85. <None Include="NLog.xsd">
  86. <SubType>Designer</SubType>
  87. </None>
  88. <None Include="packages.config" />
  89. <None Include="Properties\Settings.settings">
  90. <Generator>SettingsSingleFileGenerator</Generator>
  91. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  92. </None>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ProjectReference Include="..\Foghorn.Core\Foghorn.Core.csproj">
  96. <Project>{FE7CC95C-6D69-4A13-AF27-AAF125E89DD8}</Project>
  97. <Name>Foghorn.Core</Name>
  98. </ProjectReference>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Content Include="license.txt" />
  102. </ItemGroup>
  103. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  104. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\WCF\Microsoft.VisualStudio.ServiceModel.targets" />
  105. <ProjectExtensions>
  106. <VisualStudio>
  107. <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
  108. <WcfProjectProperties>
  109. <AutoStart>True</AutoStart>
  110. </WcfProjectProperties>
  111. </FlavorProperties>
  112. </VisualStudio>
  113. </ProjectExtensions>
  114. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  115. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  116. <PropertyGroup>
  117. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  118. </PropertyGroup>
  119. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  120. </Target>
  121. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  122. Other similar extension points exist, see Microsoft.Common.targets.
  123. <Target Name="BeforeBuild">
  124. </Target>
  125. <Target Name="AfterBuild">
  126. </Target>
  127. -->
  128. </Project>