CD67.ModeleMVC.Entity.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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="SolrTools, Version=1.6.14.0, Culture=neutral, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Freyd.SolrTools.1.6.14\lib\net40\SolrTools.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.ComponentModel.DataAnnotations" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Linq.Dynamic, Version=1.0.6132.35681, Culture=neutral, processorArchitecture=MSIL">
  58. <HintPath>..\packages\System.Linq.Dynamic.1.0.7\lib\net40\System.Linq.Dynamic.dll</HintPath>
  59. <Private>True</Private>
  60. </Reference>
  61. <Reference Include="System.Runtime.Serialization" />
  62. <Reference Include="System.Security" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="EntityModel.Context.cs">
  71. <AutoGen>True</AutoGen>
  72. <DesignTime>True</DesignTime>
  73. <DependentUpon>EntityModel.Context.tt</DependentUpon>
  74. </Compile>
  75. <Compile Include="EntityModel.cs">
  76. <AutoGen>True</AutoGen>
  77. <DesignTime>True</DesignTime>
  78. <DependentUpon>EntityModel.tt</DependentUpon>
  79. </Compile>
  80. <Compile Include="EntityModel.Designer.cs">
  81. <AutoGen>True</AutoGen>
  82. <DesignTime>True</DesignTime>
  83. <DependentUpon>EntityModel.edmx</DependentUpon>
  84. </Compile>
  85. <Compile Include="Extend\Viking.cs" />
  86. <Compile Include="Extend\TypeViking.cs" />
  87. <Compile Include="Internal\Entities.cs" />
  88. <Compile Include="Internal\FormattedDbEntityValidationException.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs" />
  90. <Compile Include="TypeViking.cs">
  91. <DependentUpon>EntityModel.tt</DependentUpon>
  92. </Compile>
  93. <Compile Include="Viking.cs">
  94. <DependentUpon>EntityModel.tt</DependentUpon>
  95. </Compile>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <None Include="App.config">
  99. <SubType>Designer</SubType>
  100. </None>
  101. <EntityDeploy Include="EntityModel.edmx">
  102. <Generator>EntityModelCodeGenerator</Generator>
  103. <LastGenOutput>EntityModel.Designer.cs</LastGenOutput>
  104. </EntityDeploy>
  105. <None Include="EntityModel.edmx.diagram">
  106. <DependentUpon>EntityModel.edmx</DependentUpon>
  107. </None>
  108. <None Include="packages.config">
  109. <SubType>Designer</SubType>
  110. </None>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <Content Include="EntityModel.Context.tt">
  117. <Generator>TextTemplatingFileGenerator</Generator>
  118. <DependentUpon>EntityModel.edmx</DependentUpon>
  119. <LastGenOutput>EntityModel.Context.cs</LastGenOutput>
  120. </Content>
  121. <Content Include="EntityModel.edmx.sql" />
  122. <Content Include="EntityModel.tt">
  123. <Generator>TextTemplatingFileGenerator</Generator>
  124. <DependentUpon>EntityModel.edmx</DependentUpon>
  125. <LastGenOutput>EntityModel.cs</LastGenOutput>
  126. </Content>
  127. </ItemGroup>
  128. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  129. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  130. Other similar extension points exist, see Microsoft.Common.targets.
  131. <Target Name="BeforeBuild">
  132. </Target>
  133. <Target Name="AfterBuild">
  134. </Target>
  135. -->
  136. </Project>