CD67.FicheCollege.Entity.csproj 6.5 KB

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