CD67.FicheCollege.Entity.csproj 15 KB

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