GreenTree.Nachtragsmanagement.Core.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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>{0B80C4A0-CB8F-423C-8AF4-92B489C238DD}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>GreenTree.Nachtragsmanagement.Core</RootNamespace>
  11. <AssemblyName>GreenTree.Nachtragsmanagement.Core</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.Integration.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  37. <HintPath>..\packages\Autofac.Mvc5.4.0.2\lib\net45\Autofac.Integration.Mvc.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  41. <Private>True</Private>
  42. </Reference>
  43. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  44. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.configuration" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Data.Entity" />
  50. <Reference Include="System.Web" />
  51. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.0\lib\net45\System.Web.Helpers.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Web.Mvc, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.0\lib\net45\System.Web.Mvc.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.0\lib\net45\System.Web.WebPages.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Xml.Linq" />
  70. <Reference Include="System.Data.DataSetExtensions" />
  71. <Reference Include="Microsoft.CSharp" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Net.Http" />
  74. <Reference Include="System.Xml" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="AppDomainTypeFinder.cs" />
  78. <Compile Include="AppendixVersion.cs" />
  79. <Compile Include="Authentication\IUserHelper.cs" />
  80. <Compile Include="Authentication\UserContext.cs" />
  81. <Compile Include="Authentication\UserHelper.cs" />
  82. <Compile Include="BaseEntity.cs" />
  83. <Compile Include="CommonHelper.cs" />
  84. <Compile Include="ComponentModel\GenericListTypeConverter.cs" />
  85. <Compile Include="ComponentModel\WriteLockDisposable.cs" />
  86. <Compile Include="Configuration\AppendixConfigurationSection.cs" />
  87. <Compile Include="Configuration\LdapServerElement.cs" />
  88. <Compile Include="Configuration\MailServerElement.cs" />
  89. <Compile Include="Data\IRepository.cs" />
  90. <Compile Include="Domain\Appendix\Appendix.cs" />
  91. <Compile Include="Domain\Appendix\Category.cs" />
  92. <Compile Include="Domain\Appendix\CategoryValue.cs" />
  93. <Compile Include="Domain\Appendix\State.cs" />
  94. <Compile Include="Domain\Config\ConfigItem.cs" />
  95. <Compile Include="Domain\Deviation\Deviation.cs" />
  96. <Compile Include="Domain\Deviation\Disturbance.cs" />
  97. <Compile Include="Domain\Deviation\DisturbanceValue.cs" />
  98. <Compile Include="Domain\Deviation\Kind.cs" />
  99. <Compile Include="Domain\Deviation\Status.cs" />
  100. <Compile Include="Domain\Invoice\Invoice.cs" />
  101. <Compile Include="Domain\Logging\Log.cs" />
  102. <Compile Include="Domain\Logging\LogEntityActivity.cs" />
  103. <Compile Include="Domain\Logging\LogLevel.cs" />
  104. <Compile Include="Domain\Misc\DbContextSpec.cs" />
  105. <Compile Include="Domain\Misc\MailNotification.cs" />
  106. <Compile Include="Domain\Site\Site.cs" />
  107. <Compile Include="Domain\User\Function.cs" />
  108. <Compile Include="Domain\User\Role.cs" />
  109. <Compile Include="Domain\User\User.cs" />
  110. <Compile Include="ITypeFinder.cs" />
  111. <Compile Include="IWebHelper.cs" />
  112. <Compile Include="Plugins\BasePlugin.cs" />
  113. <Compile Include="Plugins\INotificationPlugin.cs" />
  114. <Compile Include="Plugins\IPlugin.cs" />
  115. <Compile Include="Plugins\IPluginFinder.cs" />
  116. <Compile Include="Plugins\LoadPluginsMode.cs" />
  117. <Compile Include="Plugins\NotificationJob.cs" />
  118. <Compile Include="Plugins\PluginDescriptor.cs" />
  119. <Compile Include="Plugins\PluginExtensions.cs" />
  120. <Compile Include="Plugins\PluginFileParser.cs" />
  121. <Compile Include="Plugins\PluginFinder.cs" />
  122. <Compile Include="Plugins\PluginManager.cs" />
  123. <Compile Include="Properties\AssemblyInfo.cs" />
  124. <Compile Include="Singleton.cs" />
  125. <Compile Include="StaticHelper.cs" />
  126. <Compile Include="WebAppTypeFinder.cs" />
  127. <Compile Include="WebHelper.cs" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <None Include="app.config" />
  131. <None Include="packages.config" />
  132. </ItemGroup>
  133. <ItemGroup />
  134. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  135. </Project>