GreenTree.Nachtragsmanagement.Data.csproj 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Net.Http" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="AppendixObjectContext.cs" />
  51. <Compile Include="EfRepository.cs" />
  52. <Compile Include="IDbContext.cs" />
  53. <Compile Include="Mapping\Appendix\AppendixMap.cs" />
  54. <Compile Include="Mapping\Appendix\CategoryMap.cs" />
  55. <Compile Include="Mapping\Appendix\CategoryValueMap.cs" />
  56. <Compile Include="Mapping\Appendix\StateMap.cs" />
  57. <Compile Include="Mapping\Deviation\DisturbanceValueMap.cs" />
  58. <Compile Include="Mapping\Deviation\DeviationMap.cs" />
  59. <Compile Include="Mapping\Deviation\DisturbanceMap.cs" />
  60. <Compile Include="Mapping\Deviation\KindMap.cs" />
  61. <Compile Include="Mapping\Deviation\StatusMap.cs" />
  62. <Compile Include="Mapping\Invoice\InvoiceMap.cs" />
  63. <Compile Include="Mapping\Misc\DbContextSpecMap.cs" />
  64. <Compile Include="Mapping\Misc\MailNotificationMap.cs" />
  65. <Compile Include="Mapping\Site\SiteMap.cs" />
  66. <Compile Include="Mapping\User\FunctionMap.cs" />
  67. <Compile Include="Mapping\User\RoleMap.cs" />
  68. <Compile Include="Mapping\User\UserMap.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ProjectReference Include="..\GreenTree.Nachtragsmanagement.Core\GreenTree.Nachtragsmanagement.Core.csproj">
  73. <Project>{0b80c4a0-cb8f-423c-8af4-92b489c238dd}</Project>
  74. <Name>GreenTree.Nachtragsmanagement.Core</Name>
  75. </ProjectReference>
  76. </ItemGroup>
  77. <ItemGroup>
  78. <None Include="App.config" />
  79. <None Include="packages.config" />
  80. </ItemGroup>
  81. <ItemGroup />
  82. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  83. </Project>