CD67.ModeleMVC.Entity.csproj 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  35. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  36. <Private>True</Private>
  37. </Reference>
  38. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  39. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  42. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Oracle.ManagedDataAccess.12.2.1100\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="Oracle.ManagedDataAccess.EntityFramework, Version=6.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Oracle.ManagedDataAccess.EntityFramework.12.2.1100\lib\net45\Oracle.ManagedDataAccess.EntityFramework.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.ComponentModel.DataAnnotations" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Linq.Dynamic, Version=1.0.6132.35681, Culture=neutral, processorArchitecture=MSIL">
  54. <HintPath>..\packages\System.Linq.Dynamic.1.0.7\lib\net40\System.Linq.Dynamic.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="System.Runtime.Serialization" />
  58. <Reference Include="System.Security" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="EntityModel.Context.cs">
  67. <AutoGen>True</AutoGen>
  68. <DesignTime>True</DesignTime>
  69. <DependentUpon>EntityModel.Context.tt</DependentUpon>
  70. </Compile>
  71. <Compile Include="EntityModel.cs">
  72. <AutoGen>True</AutoGen>
  73. <DesignTime>True</DesignTime>
  74. <DependentUpon>EntityModel.tt</DependentUpon>
  75. </Compile>
  76. <Compile Include="EntityModel.Designer.cs">
  77. <AutoGen>True</AutoGen>
  78. <DesignTime>True</DesignTime>
  79. <DependentUpon>EntityModel.edmx</DependentUpon>
  80. </Compile>
  81. <Compile Include="EXEMPLE_TYPE_VIKING.cs">
  82. <DependentUpon>EntityModel.tt</DependentUpon>
  83. </Compile>
  84. <Compile Include="EXEMPLE_VIKINGS.cs">
  85. <DependentUpon>EntityModel.tt</DependentUpon>
  86. </Compile>
  87. <Compile Include="Extend\EXEMPLE_VIKINGS.cs" />
  88. <Compile Include="Extend\EXEMPLE_TYPE_VIKING.cs" />
  89. <Compile Include="Internal\Entities.cs" />
  90. <Compile Include="Internal\FormattedDbEntityValidationException.cs" />
  91. <Compile Include="Properties\AssemblyInfo.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <None Include="App.config">
  95. <SubType>Designer</SubType>
  96. </None>
  97. <EntityDeploy Include="EntityModel.edmx">
  98. <Generator>EntityModelCodeGenerator</Generator>
  99. <LastGenOutput>EntityModel.Designer.cs</LastGenOutput>
  100. </EntityDeploy>
  101. <None Include="EntityModel.Context.tt">
  102. <Generator>TextTemplatingFileGenerator</Generator>
  103. <DependentUpon>EntityModel.edmx</DependentUpon>
  104. <LastGenOutput>EntityModel.Context.cs</LastGenOutput>
  105. </None>
  106. <None Include="EntityModel.edmx.diagram">
  107. <DependentUpon>EntityModel.edmx</DependentUpon>
  108. </None>
  109. <None Include="EntityModel.tt">
  110. <Generator>TextTemplatingFileGenerator</Generator>
  111. <DependentUpon>EntityModel.edmx</DependentUpon>
  112. <LastGenOutput>EntityModel.cs</LastGenOutput>
  113. </None>
  114. <None Include="packages.config">
  115. <SubType>Designer</SubType>
  116. </None>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  120. </ItemGroup>
  121. <ItemGroup />
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  123. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  124. Other similar extension points exist, see Microsoft.Common.targets.
  125. <Target Name="BeforeBuild">
  126. </Target>
  127. <Target Name="AfterBuild">
  128. </Target>
  129. -->
  130. </Project>