GreenTree.Nachtragsmanagement.Services.csproj 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{7CC45ABB-5398-49A2-85F5-966718AFA7D8}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>GreenTree.Nachtragsmanagement.Services</RootNamespace>
  11. <AssemblyName>GreenTree.Nachtragsmanagement.Services</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</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="Autofac, Version=4.6.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  34. <HintPath>..\packages\Autofac.4.6.1\lib\net45\Autofac.dll</HintPath>
  35. </Reference>
  36. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  37. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  38. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.configuration" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Web" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Net.Http" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Appendix\AppendixService.cs" />
  53. <Compile Include="Appendix\IAppendixService.cs" />
  54. <Compile Include="Configuration\ConfigurationService.cs" />
  55. <Compile Include="Configuration\IConfigurationService.cs" />
  56. <Compile Include="DbContext\DbContextService.cs" />
  57. <Compile Include="DbContext\IDbContextService.cs" />
  58. <Compile Include="Notification\INotificationLogic.cs" />
  59. <Compile Include="Notification\INotificationService.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="Site\ISiteService.cs" />
  62. <Compile Include="Site\SiteService.cs" />
  63. <Compile Include="Test\DbRelationFormat.cs" />
  64. <Compile Include="Test\DbRelationService.cs" />
  65. <Compile Include="Test\IDbRelationService.cs" />
  66. <Compile Include="User\IUserService.cs" />
  67. <Compile Include="User\UserService.cs" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Core\GreenTree.Nachtragsmanagement.Core.csproj">
  71. <Project>{0b80c4a0-cb8f-423c-8af4-92b489c238dd}</Project>
  72. <Name>GreenTree.Nachtragsmanagement.Core</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Data\GreenTree.Nachtragsmanagement.Data.csproj">
  75. <Project>{0c45ecbc-6ad6-4eb1-89bb-f05a3f0fda13}</Project>
  76. <Name>GreenTree.Nachtragsmanagement.Data</Name>
  77. </ProjectReference>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <None Include="packages.config" />
  81. </ItemGroup>
  82. <ItemGroup />
  83. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  84. </Project>