GreenTree.Nachtragsmanagement.Services.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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.0.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  34. <HintPath>..\packages\Autofac.4.0.1\lib\net45\Autofac.dll</HintPath>
  35. </Reference>
  36. <Reference Include="Autofac.Extras.Quartz, Version=3.1.0.0, Culture=neutral, PublicKeyToken=595f708ada5feacc, processorArchitecture=MSIL">
  37. <HintPath>..\packages\Autofac.Extras.Quartz.3.1.0\lib\net451\Autofac.Extras.Quartz.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  46. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Quartz, Version=2.6.0.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  50. <HintPath>..\packages\Quartz.2.6.0\lib\net40\Quartz.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.configuration" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.DirectoryServices" />
  56. <Reference Include="System.DirectoryServices.Linq, Version=1.2.2.1, Culture=neutral, PublicKeyToken=15767dc0c85f19f9, processorArchitecture=MSIL">
  57. <HintPath>..\packages\System.DirectoryServices.Linq.1.2.2.1\lib\net45\System.DirectoryServices.Linq.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Web" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Net.Http" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Appendix\AppendixService.cs" />
  69. <Compile Include="Appendix\IAppendixService.cs" />
  70. <Compile Include="Configuration\ConfigurationHelper.cs" />
  71. <Compile Include="Configuration\ConfigurationReferenceElement.cs" />
  72. <Compile Include="Configuration\ConfigurationService.cs" />
  73. <Compile Include="Configuration\IConfigurationReference.cs" />
  74. <Compile Include="Configuration\IConfigurationService.cs" />
  75. <Compile Include="Configuration\StatusConfigurationReference.cs" />
  76. <Compile Include="Configuration\StateConfigurationReference.cs" />
  77. <Compile Include="DbContext\DbContextService.cs" />
  78. <Compile Include="DbContext\IDbContextService.cs" />
  79. <Compile Include="Deviation\DeviationService.cs" />
  80. <Compile Include="Deviation\IDeviationService.cs" />
  81. <Compile Include="Logging\IBaseLogger.cs" />
  82. <Compile Include="Logging\IServiceLogger.cs" />
  83. <Compile Include="Logging\ServiceLogger.cs" />
  84. <Compile Include="Logging\DefaultLogger.cs" />
  85. <Compile Include="Logging\ILogger.cs" />
  86. <Compile Include="Logging\LoggingExtensions.cs" />
  87. <Compile Include="Misc\INotificationService.cs" />
  88. <Compile Include="Misc\MiscService.cs" />
  89. <Compile Include="Misc\IMiscService.cs" />
  90. <Compile Include="Misc\NotificationService.cs" />
  91. <Compile Include="Properties\AssemblyInfo.cs" />
  92. <Compile Include="Scheduling\INotificationScheduler.cs" />
  93. <Compile Include="Scheduling\NotificationScheduler.cs" />
  94. <Compile Include="Site\ISiteService.cs" />
  95. <Compile Include="Site\SiteService.cs" />
  96. <Compile Include="Test\DbRelationFormat.cs" />
  97. <Compile Include="Test\DbRelationService.cs" />
  98. <Compile Include="Test\IDbRelationService.cs" />
  99. <Compile Include="User\AuthenticationService.cs" />
  100. <Compile Include="User\IAuthenticationService.cs" />
  101. <Compile Include="User\IUserService.cs" />
  102. <Compile Include="User\UserService.cs" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Core\GreenTree.Nachtragsmanagement.Core.csproj">
  106. <Project>{0b80c4a0-cb8f-423c-8af4-92b489c238dd}</Project>
  107. <Name>GreenTree.Nachtragsmanagement.Core</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Data\GreenTree.Nachtragsmanagement.Data.csproj">
  110. <Project>{0c45ecbc-6ad6-4eb1-89bb-f05a3f0fda13}</Project>
  111. <Name>GreenTree.Nachtragsmanagement.Data</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="app.config" />
  116. <None Include="job_scheduling_data_2_0.xsd">
  117. <SubType>Designer</SubType>
  118. </None>
  119. <None Include="packages.config" />
  120. </ItemGroup>
  121. <ItemGroup />
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  123. </Project>