Foghorn.Core.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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>{FE7CC95C-6D69-4A13-AF27-AAF125E89DD8}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Foghorn.Core</RootNamespace>
  11. <AssemblyName>Foghorn.Core</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  36. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  37. <Private>True</Private>
  38. </Reference>
  39. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  40. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  41. <Private>True</Private>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.ComponentModel.DataAnnotations" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Runtime.Serialization" />
  47. <Reference Include="System.Security" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Xml" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="ModelAssemblerExtensions.cs" />
  56. <Compile Include="ModelAssemblers.cs" />
  57. <Compile Include="ModelDtoExtensions.cs" />
  58. <Compile Include="ModelDtos.cs" />
  59. <Compile Include="FoghornModel.Context.cs">
  60. <AutoGen>True</AutoGen>
  61. <DesignTime>True</DesignTime>
  62. <DependentUpon>FoghornModel.Context.tt</DependentUpon>
  63. </Compile>
  64. <Compile Include="FoghornModel.cs">
  65. <AutoGen>True</AutoGen>
  66. <DesignTime>True</DesignTime>
  67. <DependentUpon>FoghornModel.tt</DependentUpon>
  68. </Compile>
  69. <Compile Include="FoghornModel.Designer.cs">
  70. <AutoGen>True</AutoGen>
  71. <DesignTime>True</DesignTime>
  72. <DependentUpon>FoghornModel.edmx</DependentUpon>
  73. </Compile>
  74. <Compile Include="Notification.cs">
  75. <DependentUpon>FoghornModel.tt</DependentUpon>
  76. </Compile>
  77. <Compile Include="NotificationType.cs">
  78. <DependentUpon>FoghornModel.tt</DependentUpon>
  79. </Compile>
  80. <Compile Include="Properties\AssemblyInfo.cs" />
  81. <Compile Include="SendingApplication.cs">
  82. <DependentUpon>FoghornModel.tt</DependentUpon>
  83. </Compile>
  84. <Compile Include="Subscriber.cs">
  85. <DependentUpon>FoghornModel.tt</DependentUpon>
  86. </Compile>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <EntityDeploy Include="FoghornModel.edmx">
  90. <Generator>EntityModelCodeGenerator</Generator>
  91. <LastGenOutput>FoghornModel.Designer.cs</LastGenOutput>
  92. </EntityDeploy>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <None Include="App.Config" />
  96. <None Include="FoghornModel.Context.tt">
  97. <Generator>TextTemplatingFileGenerator</Generator>
  98. <DependentUpon>FoghornModel.edmx</DependentUpon>
  99. <LastGenOutput>FoghornModel.Context.cs</LastGenOutput>
  100. </None>
  101. <None Include="FoghornModel.edmx.diagram">
  102. <DependentUpon>FoghornModel.edmx</DependentUpon>
  103. </None>
  104. <None Include="FoghornModel.tt">
  105. <Generator>TextTemplatingFileGenerator</Generator>
  106. <DependentUpon>FoghornModel.edmx</DependentUpon>
  107. <LastGenOutput>FoghornModel.cs</LastGenOutput>
  108. </None>
  109. <None Include="packages.config" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Content Include="FoghornModel.edmx.sql" />
  116. </ItemGroup>
  117. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  118. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  119. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  120. <PropertyGroup>
  121. <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>
  122. </PropertyGroup>
  123. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  124. </Target>
  125. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  126. Other similar extension points exist, see Microsoft.Common.targets.
  127. <Target Name="BeforeBuild">
  128. </Target>
  129. <Target Name="AfterBuild">
  130. </Target>
  131. -->
  132. </Project>