Foghorn.Core.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. </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">
  34. <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
  35. </Reference>
  36. <Reference Include="System" />
  37. <Reference Include="System.ComponentModel.DataAnnotations" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Data.Entity" />
  40. <Reference Include="System.Runtime.Serialization" />
  41. <Reference Include="System.Security" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="ModelAssemblerExtensions.cs" />
  50. <Compile Include="ModelAssemblers.cs" />
  51. <Compile Include="ModelDtoExtensions.cs" />
  52. <Compile Include="ModelDtos.cs" />
  53. <Compile Include="FoghornModel.Context.cs">
  54. <AutoGen>True</AutoGen>
  55. <DesignTime>True</DesignTime>
  56. <DependentUpon>FoghornModel.Context.tt</DependentUpon>
  57. </Compile>
  58. <Compile Include="FoghornModel.cs">
  59. <AutoGen>True</AutoGen>
  60. <DesignTime>True</DesignTime>
  61. <DependentUpon>FoghornModel.tt</DependentUpon>
  62. </Compile>
  63. <Compile Include="FoghornModel.Designer.cs">
  64. <AutoGen>True</AutoGen>
  65. <DesignTime>True</DesignTime>
  66. <DependentUpon>FoghornModel.edmx</DependentUpon>
  67. </Compile>
  68. <Compile Include="Notification.cs">
  69. <DependentUpon>FoghornModel.tt</DependentUpon>
  70. </Compile>
  71. <Compile Include="NotificationType.cs">
  72. <DependentUpon>FoghornModel.tt</DependentUpon>
  73. </Compile>
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. <Compile Include="SendingApplication.cs">
  76. <DependentUpon>FoghornModel.tt</DependentUpon>
  77. </Compile>
  78. <Compile Include="Subscriber.cs">
  79. <DependentUpon>FoghornModel.tt</DependentUpon>
  80. </Compile>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <EntityDeploy Include="FoghornModel.edmx">
  84. <Generator>EntityModelCodeGenerator</Generator>
  85. <LastGenOutput>FoghornModel.Designer.cs</LastGenOutput>
  86. </EntityDeploy>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="App.Config" />
  90. <None Include="FoghornModel.Context.tt">
  91. <Generator>TextTemplatingFileGenerator</Generator>
  92. <DependentUpon>FoghornModel.edmx</DependentUpon>
  93. <LastGenOutput>FoghornModel.Context.cs</LastGenOutput>
  94. </None>
  95. <None Include="FoghornModel.edmx.diagram">
  96. <DependentUpon>FoghornModel.edmx</DependentUpon>
  97. </None>
  98. <None Include="FoghornModel.tt">
  99. <Generator>TextTemplatingFileGenerator</Generator>
  100. <DependentUpon>FoghornModel.edmx</DependentUpon>
  101. <LastGenOutput>FoghornModel.cs</LastGenOutput>
  102. </None>
  103. <None Include="packages.config" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Content Include="FoghornModel.edmx.sql" />
  110. </ItemGroup>
  111. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  112. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  113. Other similar extension points exist, see Microsoft.Common.targets.
  114. <Target Name="BeforeBuild">
  115. </Target>
  116. <Target Name="AfterBuild">
  117. </Target>
  118. -->
  119. </Project>