CD67.ModeleMVC.Entity.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{5BDB34B4-4387-4AF7-B388-37D4907DDE39}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CD67.ModeleMVC.Entity</RootNamespace>
  11. <AssemblyName>CD67.ModeleMVC.Entity</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.1</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.0.0\lib\net45\EntityFramework.dll</HintPath>
  35. <Private>True</Private>
  36. </Reference>
  37. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  38. <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="Oracle.ManagedDataAccess, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  42. <HintPath>..\packages\Oracle.ManagedDataAccess.12.1.2400\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="Oracle.ManagedDataAccess.EntityFramework, Version=6.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Oracle.ManagedDataAccess.EntityFramework.12.1.2400\lib\net45\Oracle.ManagedDataAccess.EntityFramework.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.ComponentModel.DataAnnotations" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Runtime.Serialization" />
  53. <Reference Include="System.Security" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="EntityModel.Context.cs">
  62. <AutoGen>True</AutoGen>
  63. <DesignTime>True</DesignTime>
  64. <DependentUpon>EntityModel.Context.tt</DependentUpon>
  65. </Compile>
  66. <Compile Include="EntityModel.cs">
  67. <AutoGen>True</AutoGen>
  68. <DesignTime>True</DesignTime>
  69. <DependentUpon>EntityModel.tt</DependentUpon>
  70. </Compile>
  71. <Compile Include="EntityModel.Designer.cs">
  72. <AutoGen>True</AutoGen>
  73. <DesignTime>True</DesignTime>
  74. <DependentUpon>EntityModel.edmx</DependentUpon>
  75. </Compile>
  76. <Compile Include="Extend\PARAM.cs" />
  77. <Compile Include="Internal\Entities.cs" />
  78. <Compile Include="Internal\FormattedDbEntityValidationException.cs" />
  79. <Compile Include="PARAM.cs">
  80. <DependentUpon>EntityModel.tt</DependentUpon>
  81. </Compile>
  82. <Compile Include="Properties\AssemblyInfo.cs" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <None Include="App.config">
  86. <SubType>Designer</SubType>
  87. </None>
  88. <EntityDeploy Include="EntityModel.edmx">
  89. <Generator>EntityModelCodeGenerator</Generator>
  90. <LastGenOutput>EntityModel.Designer.cs</LastGenOutput>
  91. </EntityDeploy>
  92. <None Include="EntityModel.Context.tt">
  93. <Generator>TextTemplatingFileGenerator</Generator>
  94. <DependentUpon>EntityModel.edmx</DependentUpon>
  95. <LastGenOutput>EntityModel.Context.cs</LastGenOutput>
  96. </None>
  97. <None Include="EntityModel.edmx.diagram">
  98. <DependentUpon>EntityModel.edmx</DependentUpon>
  99. </None>
  100. <None Include="EntityModel.tt">
  101. <Generator>TextTemplatingFileGenerator</Generator>
  102. <DependentUpon>EntityModel.edmx</DependentUpon>
  103. <LastGenOutput>EntityModel.cs</LastGenOutput>
  104. </None>
  105. <None Include="packages.config" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Content Include="App_config.txt" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  112. </ItemGroup>
  113. <ItemGroup />
  114. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  115. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  116. Other similar extension points exist, see Microsoft.Common.targets.
  117. <Target Name="BeforeBuild">
  118. </Target>
  119. <Target Name="AfterBuild">
  120. </Target>
  121. -->
  122. </Project>