CD67.FicheCollege.Entity.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  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="Devart.Data, Version=5.0.1926.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL">
  35. <HintPath>..\packages\dotConnect.Express.for.PostgreSQL.7.10.1134\lib\Devart.Data.dll</HintPath>
  36. <Private>True</Private>
  37. </Reference>
  38. <Reference Include="Devart.Data.PostgreSql, Version=7.10.1134.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL">
  39. <HintPath>..\packages\dotConnect.Express.for.PostgreSQL.7.10.1134\lib\Devart.Data.PostgreSql.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  42. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  47. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="EntityFramework6.Npgsql, Version=3.1.1.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  51. <HintPath>..\packages\EntityFramework6.Npgsql.3.1.1\lib\net45\EntityFramework6.Npgsql.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="Npgsql, Version=3.2.7.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Npgsql.3.2.7\lib\net451\Npgsql.dll</HintPath>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="SolrTools, Version=1.6.14.0, Culture=neutral, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Freyd.SolrTools.1.6.14\lib\net40\SolrTools.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.ComponentModel.DataAnnotations" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.EnterpriseServices" />
  66. <Reference Include="System.Linq.Dynamic, Version=1.0.6132.35681, Culture=neutral, processorArchitecture=MSIL">
  67. <HintPath>..\packages\System.Linq.Dynamic.1.0.7\lib\net40\System.Linq.Dynamic.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="System.Runtime.Serialization" />
  71. <Reference Include="System.Security" />
  72. <Reference Include="System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  73. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
  74. <Private>True</Private>
  75. </Reference>
  76. <Reference Include="System.Web.Services" />
  77. <Reference Include="System.Xml.Linq" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="Microsoft.CSharp" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Xml" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="ActionEdu.cs">
  85. <DependentUpon>EntityModel.tt</DependentUpon>
  86. </Compile>
  87. <Compile Include="ActionEduAxe.cs">
  88. <DependentUpon>EntityModel.tt</DependentUpon>
  89. </Compile>
  90. <Compile Include="ActionEduCollege.cs">
  91. <DependentUpon>EntityModel.tt</DependentUpon>
  92. </Compile>
  93. <Compile Include="ActionEduMission.cs">
  94. <DependentUpon>EntityModel.tt</DependentUpon>
  95. </Compile>
  96. <Compile Include="ActionEduThematique.cs">
  97. <DependentUpon>EntityModel.tt</DependentUpon>
  98. </Compile>
  99. <Compile Include="Annee.cs">
  100. <DependentUpon>EntityModel.tt</DependentUpon>
  101. </Compile>
  102. <Compile Include="College.cs">
  103. <DependentUpon>EntityModel.tt</DependentUpon>
  104. </Compile>
  105. <Compile Include="commune.cs">
  106. <DependentUpon>EducfModel.tt</DependentUpon>
  107. </Compile>
  108. <Compile Include="EducfModel.Context.cs">
  109. <AutoGen>True</AutoGen>
  110. <DesignTime>True</DesignTime>
  111. <DependentUpon>EducfModel.Context.tt</DependentUpon>
  112. </Compile>
  113. <Compile Include="EducfModel.cs">
  114. <AutoGen>True</AutoGen>
  115. <DesignTime>True</DesignTime>
  116. <DependentUpon>EducfModel.tt</DependentUpon>
  117. </Compile>
  118. <Compile Include="EducfModel.Designer.cs">
  119. <AutoGen>True</AutoGen>
  120. <DesignTime>True</DesignTime>
  121. <DependentUpon>EducfModel.edmx</DependentUpon>
  122. </Compile>
  123. <Compile Include="EntityModel.Context.cs">
  124. <AutoGen>True</AutoGen>
  125. <DesignTime>True</DesignTime>
  126. <DependentUpon>EntityModel.Context.tt</DependentUpon>
  127. </Compile>
  128. <Compile Include="EntityModel.cs">
  129. <AutoGen>True</AutoGen>
  130. <DesignTime>True</DesignTime>
  131. <DependentUpon>EntityModel.tt</DependentUpon>
  132. </Compile>
  133. <Compile Include="EntityModel.Designer.cs">
  134. <AutoGen>True</AutoGen>
  135. <DesignTime>True</DesignTime>
  136. <DependentUpon>EntityModel.edmx</DependentUpon>
  137. </Compile>
  138. <Compile Include="etabeffectifannee.cs">
  139. <DependentUpon>EducfModel.tt</DependentUpon>
  140. </Compile>
  141. <Compile Include="etablissement.cs">
  142. <DependentUpon>EducfModel.tt</DependentUpon>
  143. </Compile>
  144. <Compile Include="etaboptionsannee.cs">
  145. <DependentUpon>EducfModel.tt</DependentUpon>
  146. </Compile>
  147. <Compile Include="Extend\ActionEduCollege.cs" />
  148. <Compile Include="Extend\Annee.cs" />
  149. <Compile Include="Extend\College.cs" />
  150. <Compile Include="Extend\Territoire.cs" />
  151. <Compile Include="Extend\ActionEduAxe.cs" />
  152. <Compile Include="Extend\ActionEduThematique.cs" />
  153. <Compile Include="Extend\ActionEdu.cs" />
  154. <Compile Include="Extend\TypeCollege.cs" />
  155. <Compile Include="filiere.cs">
  156. <DependentUpon>EducfModel.tt</DependentUpon>
  157. </Compile>
  158. <Compile Include="Internal\Entities.cs" />
  159. <Compile Include="Internal\FormattedDbEntityValidationException.cs" />
  160. <Compile Include="matiereoption.cs">
  161. <DependentUpon>EducfModel.tt</DependentUpon>
  162. </Compile>
  163. <Compile Include="mef.cs">
  164. <DependentUpon>EducfModel.tt</DependentUpon>
  165. </Compile>
  166. <Compile Include="niveau.cs">
  167. <DependentUpon>EducfModel.tt</DependentUpon>
  168. </Compile>
  169. <Compile Include="Properties\AssemblyInfo.cs" />
  170. <Compile Include="Properties\Settings.Designer.cs">
  171. <AutoGen>True</AutoGen>
  172. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  173. <DependentUpon>Settings.settings</DependentUpon>
  174. </Compile>
  175. <Compile Include="rue.cs">
  176. <DependentUpon>EducfModel.tt</DependentUpon>
  177. </Compile>
  178. <Compile Include="Territoire.cs">
  179. <DependentUpon>EntityModel.tt</DependentUpon>
  180. </Compile>
  181. <Compile Include="TypeCollege.cs">
  182. <DependentUpon>EntityModel.tt</DependentUpon>
  183. </Compile>
  184. <Compile Include="Web References\WsAgents\Reference.cs">
  185. <AutoGen>True</AutoGen>
  186. <DesignTime>True</DesignTime>
  187. <DependentUpon>Reference.map</DependentUpon>
  188. </Compile>
  189. <Compile Include="Web References\WsExternes\Reference.cs">
  190. <AutoGen>True</AutoGen>
  191. <DesignTime>True</DesignTime>
  192. <DependentUpon>Reference.map</DependentUpon>
  193. </Compile>
  194. <Compile Include="Web References\WsTiers\Reference.cs">
  195. <AutoGen>True</AutoGen>
  196. <DesignTime>True</DesignTime>
  197. <DependentUpon>Reference.map</DependentUpon>
  198. </Compile>
  199. </ItemGroup>
  200. <ItemGroup>
  201. <None Include="App.config">
  202. <SubType>Designer</SubType>
  203. </None>
  204. <EntityDeploy Include="EntityModel.edmx">
  205. <Generator>EntityModelCodeGenerator</Generator>
  206. <LastGenOutput>EntityModel.Designer.cs</LastGenOutput>
  207. </EntityDeploy>
  208. <EntityDeploy Include="EducfModel.edmx">
  209. <Generator>EntityModelCodeGenerator</Generator>
  210. <LastGenOutput>EducfModel.Designer.cs</LastGenOutput>
  211. </EntityDeploy>
  212. <None Include="EducfModel.edmx.diagram">
  213. <DependentUpon>EducfModel.edmx</DependentUpon>
  214. </None>
  215. <None Include="EntityModel.edmx.diagram">
  216. <DependentUpon>EntityModel.edmx</DependentUpon>
  217. </None>
  218. <None Include="packages.config">
  219. <SubType>Designer</SubType>
  220. </None>
  221. <None Include="Properties\Settings.settings">
  222. <Generator>SettingsSingleFileGenerator</Generator>
  223. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  224. </None>
  225. <None Include="Web References\WsAgents\Agent.datasource">
  226. <DependentUpon>Reference.map</DependentUpon>
  227. </None>
  228. <None Include="Web References\WsAgents\Reference.map">
  229. <Generator>MSDiscoCodeGenerator</Generator>
  230. <LastGenOutput>Reference.cs</LastGenOutput>
  231. </None>
  232. <None Include="Web References\WsAgents\WsAgents.wsdl" />
  233. <None Include="Web References\WsExternes\Agent.datasource">
  234. <DependentUpon>Reference.map</DependentUpon>
  235. </None>
  236. <None Include="Web References\WsExternes\Reference.map">
  237. <Generator>MSDiscoCodeGenerator</Generator>
  238. <LastGenOutput>Reference.cs</LastGenOutput>
  239. </None>
  240. <None Include="Web References\WsExternes\WsExternes.wsdl" />
  241. <None Include="Web References\WsTiers\Reference.map">
  242. <Generator>MSDiscoCodeGenerator</Generator>
  243. <LastGenOutput>Reference.cs</LastGenOutput>
  244. </None>
  245. <None Include="Web References\WsTiers\Tiers.datasource">
  246. <DependentUpon>Reference.map</DependentUpon>
  247. </None>
  248. <None Include="Web References\WsTiers\WsTiers.wsdl" />
  249. </ItemGroup>
  250. <ItemGroup>
  251. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  252. </ItemGroup>
  253. <ItemGroup>
  254. <Content Include="EducfModel.Context.tt">
  255. <Generator>TextTemplatingFileGenerator</Generator>
  256. <DependentUpon>EducfModel.edmx</DependentUpon>
  257. <LastGenOutput>EducfModel.Context.cs</LastGenOutput>
  258. </Content>
  259. <Content Include="EducfModel.tt">
  260. <Generator>TextTemplatingFileGenerator</Generator>
  261. <DependentUpon>EducfModel.edmx</DependentUpon>
  262. <LastGenOutput>EducfModel.cs</LastGenOutput>
  263. </Content>
  264. <Content Include="EntityModel.Context.tt">
  265. <Generator>TextTemplatingFileGenerator</Generator>
  266. <DependentUpon>EntityModel.edmx</DependentUpon>
  267. <LastGenOutput>EntityModel.Context.cs</LastGenOutput>
  268. </Content>
  269. <Content Include="EntityModel.edmx.sql" />
  270. <Content Include="EntityModel.tt">
  271. <Generator>TextTemplatingFileGenerator</Generator>
  272. <DependentUpon>EntityModel.edmx</DependentUpon>
  273. <LastGenOutput>EntityModel.cs</LastGenOutput>
  274. </Content>
  275. <Content Include="Model_initial_inserts.sql" />
  276. <None Include="Web References\WsExternes\WsExternes.disco" />
  277. <None Include="Web References\WsTiers\WsTiers.disco" />
  278. <None Include="Web References\WsAgents\WsAgents.disco" />
  279. </ItemGroup>
  280. <ItemGroup>
  281. <WCFMetadata Include="Service References\" />
  282. </ItemGroup>
  283. <ItemGroup>
  284. <WebReferences Include="Web References\" />
  285. </ItemGroup>
  286. <ItemGroup>
  287. <WebReferenceUrl Include="http://referentiel.bas-rhin.fr/webservices/WsAgents.asmx">
  288. <UrlBehavior>Dynamic</UrlBehavior>
  289. <RelPath>Web References\WsAgents\</RelPath>
  290. <UpdateFromURL>http://referentiel.bas-rhin.fr/webservices/WsAgents.asmx</UpdateFromURL>
  291. <ServiceLocationURL>
  292. </ServiceLocationURL>
  293. <CachedDynamicPropName>
  294. </CachedDynamicPropName>
  295. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  296. <CachedSettingsPropName>CD67_FicheCollege_Entity_WsAgents_WsAgents</CachedSettingsPropName>
  297. </WebReferenceUrl>
  298. <WebReferenceUrl Include="http://referentiel.bas-rhin.fr/webservices/WsExternes.asmx">
  299. <UrlBehavior>Dynamic</UrlBehavior>
  300. <RelPath>Web References\WsExternes\</RelPath>
  301. <UpdateFromURL>http://referentiel.bas-rhin.fr/webservices/WsExternes.asmx</UpdateFromURL>
  302. <ServiceLocationURL>
  303. </ServiceLocationURL>
  304. <CachedDynamicPropName>
  305. </CachedDynamicPropName>
  306. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  307. <CachedSettingsPropName>CD67_FicheCollege_Entity_WsExternes_WsExternes</CachedSettingsPropName>
  308. </WebReferenceUrl>
  309. <WebReferenceUrl Include="http://referentiel.bas-rhin.fr/webservices/WsTiers.asmx">
  310. <UrlBehavior>Dynamic</UrlBehavior>
  311. <RelPath>Web References\WsTiers\</RelPath>
  312. <UpdateFromURL>http://referentiel.bas-rhin.fr/webservices/WsTiers.asmx</UpdateFromURL>
  313. <ServiceLocationURL>
  314. </ServiceLocationURL>
  315. <CachedDynamicPropName>
  316. </CachedDynamicPropName>
  317. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  318. <CachedSettingsPropName>CD67_FicheCollege_Entity_WsTiers_WsTiers</CachedSettingsPropName>
  319. </WebReferenceUrl>
  320. </ItemGroup>
  321. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  322. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  323. Other similar extension points exist, see Microsoft.Common.targets.
  324. <Target Name="BeforeBuild">
  325. </Target>
  326. <Target Name="AfterBuild">
  327. </Target>
  328. -->
  329. </Project>