CD67.FicheCollege.Entity.csproj 15 KB

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