GreenTree.Nachtragsmanagement.Data.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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>{0C45ECBC-6AD6-4EB1-89BB-F05A3F0FDA13}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>GreenTree.Nachtragsmanagement.Data</RootNamespace>
  11. <AssemblyName>GreenTree.Nachtragsmanagement.Data</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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  34. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  35. </Reference>
  36. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  37. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System" />
  40. <Reference Include="System.ComponentModel.DataAnnotations" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.DirectoryServices" />
  43. <Reference Include="System.DirectoryServices.Linq, Version=1.2.2.1, Culture=neutral, PublicKeyToken=15767dc0c85f19f9, processorArchitecture=MSIL">
  44. <HintPath>..\packages\System.DirectoryServices.Linq.1.2.2.1\lib\net45\System.DirectoryServices.Linq.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Net.Http" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="AppendixObjectContext.cs" />
  55. <Compile Include="EfRepository.cs" />
  56. <Compile Include="IDbContext.cs" />
  57. <Compile Include="Mapping\Appendix\AppendixMap.cs" />
  58. <Compile Include="Mapping\Appendix\CategoryMap.cs" />
  59. <Compile Include="Mapping\Appendix\CategoryValueMap.cs" />
  60. <Compile Include="Mapping\Appendix\StateMap.cs" />
  61. <Compile Include="Mapping\Config\ConfigItemMap.cs" />
  62. <Compile Include="Mapping\Config\UserConfigItemMap.cs" />
  63. <Compile Include="Mapping\Deviation\DisturbanceValueMap.cs" />
  64. <Compile Include="Mapping\Deviation\DeviationMap.cs" />
  65. <Compile Include="Mapping\Deviation\DisturbanceMap.cs" />
  66. <Compile Include="Mapping\Deviation\KindMap.cs" />
  67. <Compile Include="Mapping\Deviation\StatusMap.cs" />
  68. <Compile Include="Mapping\Invoice\InvoiceMap.cs" />
  69. <Compile Include="Mapping\Logging\LogMap.cs" />
  70. <Compile Include="Mapping\Misc\ColorMarkerMap.cs" />
  71. <Compile Include="Mapping\Misc\DbContextSpecMap.cs" />
  72. <Compile Include="Mapping\Misc\HelpPageMap.cs" />
  73. <Compile Include="Mapping\Misc\MailNotificationMap.cs" />
  74. <Compile Include="Mapping\Site\SiteMap.cs" />
  75. <Compile Include="Mapping\User\FunctionMap.cs" />
  76. <Compile Include="Mapping\User\RoleMap.cs" />
  77. <Compile Include="Mapping\User\UserMap.cs" />
  78. <Compile Include="Migrations\Configuration.cs" />
  79. <Compile Include="Properties\AssemblyInfo.cs" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Core\GreenTree.Nachtragsmanagement.Core.csproj">
  83. <Project>{0b80c4a0-cb8f-423c-8af4-92b489c238dd}</Project>
  84. <Name>GreenTree.Nachtragsmanagement.Core</Name>
  85. </ProjectReference>
  86. </ItemGroup>
  87. <ItemGroup>
  88. <None Include="App.config" />
  89. <None Include="packages.config" />
  90. </ItemGroup>
  91. <ItemGroup />
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. </Project>