CD67.FicheCollege.Entity.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  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="Extend\ActionEduCollege.cs" />
  145. <Compile Include="Extend\Annee.cs" />
  146. <Compile Include="Extend\College.cs" />
  147. <Compile Include="Extend\Territoire.cs" />
  148. <Compile Include="Extend\ActionEduAxe.cs" />
  149. <Compile Include="Extend\ActionEduThematique.cs" />
  150. <Compile Include="Extend\ActionEdu.cs" />
  151. <Compile Include="Extend\TypeCollege.cs" />
  152. <Compile Include="Internal\Entities.cs" />
  153. <Compile Include="Internal\FormattedDbEntityValidationException.cs" />
  154. <Compile Include="niveau.cs">
  155. <DependentUpon>EducfModel.tt</DependentUpon>
  156. </Compile>
  157. <Compile Include="Properties\AssemblyInfo.cs" />
  158. <Compile Include="Properties\Settings.Designer.cs">
  159. <AutoGen>True</AutoGen>
  160. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  161. <DependentUpon>Settings.settings</DependentUpon>
  162. </Compile>
  163. <Compile Include="rue.cs">
  164. <DependentUpon>EducfModel.tt</DependentUpon>
  165. </Compile>
  166. <Compile Include="Territoire.cs">
  167. <DependentUpon>EntityModel.tt</DependentUpon>
  168. </Compile>
  169. <Compile Include="TypeCollege.cs">
  170. <DependentUpon>EntityModel.tt</DependentUpon>
  171. </Compile>
  172. <Compile Include="Web References\WsAgents\Reference.cs">
  173. <AutoGen>True</AutoGen>
  174. <DesignTime>True</DesignTime>
  175. <DependentUpon>Reference.map</DependentUpon>
  176. </Compile>
  177. <Compile Include="Web References\WsExternes\Reference.cs">
  178. <AutoGen>True</AutoGen>
  179. <DesignTime>True</DesignTime>
  180. <DependentUpon>Reference.map</DependentUpon>
  181. </Compile>
  182. <Compile Include="Web References\WsTiers\Reference.cs">
  183. <AutoGen>True</AutoGen>
  184. <DesignTime>True</DesignTime>
  185. <DependentUpon>Reference.map</DependentUpon>
  186. </Compile>
  187. </ItemGroup>
  188. <ItemGroup>
  189. <None Include="App.config">
  190. <SubType>Designer</SubType>
  191. </None>
  192. <EntityDeploy Include="EntityModel.edmx">
  193. <Generator>EntityModelCodeGenerator</Generator>
  194. <LastGenOutput>EntityModel.Designer.cs</LastGenOutput>
  195. </EntityDeploy>
  196. <EntityDeploy Include="EducfModel.edmx">
  197. <Generator>EntityModelCodeGenerator</Generator>
  198. <LastGenOutput>EducfModel.Designer.cs</LastGenOutput>
  199. </EntityDeploy>
  200. <None Include="EducfModel.edmx.diagram">
  201. <DependentUpon>EducfModel.edmx</DependentUpon>
  202. </None>
  203. <None Include="EntityModel.edmx.diagram">
  204. <DependentUpon>EntityModel.edmx</DependentUpon>
  205. </None>
  206. <None Include="packages.config">
  207. <SubType>Designer</SubType>
  208. </None>
  209. <None Include="Properties\Settings.settings">
  210. <Generator>SettingsSingleFileGenerator</Generator>
  211. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  212. </None>
  213. <None Include="Web References\WsAgents\Agent.datasource">
  214. <DependentUpon>Reference.map</DependentUpon>
  215. </None>
  216. <None Include="Web References\WsAgents\Reference.map">
  217. <Generator>MSDiscoCodeGenerator</Generator>
  218. <LastGenOutput>Reference.cs</LastGenOutput>
  219. </None>
  220. <None Include="Web References\WsAgents\WsAgents.wsdl" />
  221. <None Include="Web References\WsExternes\Agent.datasource">
  222. <DependentUpon>Reference.map</DependentUpon>
  223. </None>
  224. <None Include="Web References\WsExternes\Reference.map">
  225. <Generator>MSDiscoCodeGenerator</Generator>
  226. <LastGenOutput>Reference.cs</LastGenOutput>
  227. </None>
  228. <None Include="Web References\WsExternes\WsExternes.wsdl" />
  229. <None Include="Web References\WsTiers\Reference.map">
  230. <Generator>MSDiscoCodeGenerator</Generator>
  231. <LastGenOutput>Reference.cs</LastGenOutput>
  232. </None>
  233. <None Include="Web References\WsTiers\Tiers.datasource">
  234. <DependentUpon>Reference.map</DependentUpon>
  235. </None>
  236. <None Include="Web References\WsTiers\WsTiers.wsdl" />
  237. </ItemGroup>
  238. <ItemGroup>
  239. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  240. </ItemGroup>
  241. <ItemGroup>
  242. <Content Include="EducfModel.Context.tt">
  243. <Generator>TextTemplatingFileGenerator</Generator>
  244. <DependentUpon>EducfModel.edmx</DependentUpon>
  245. <LastGenOutput>EducfModel.Context.cs</LastGenOutput>
  246. </Content>
  247. <Content Include="EducfModel.tt">
  248. <Generator>TextTemplatingFileGenerator</Generator>
  249. <DependentUpon>EducfModel.edmx</DependentUpon>
  250. <LastGenOutput>EducfModel.cs</LastGenOutput>
  251. </Content>
  252. <Content Include="EntityModel.Context.tt">
  253. <Generator>TextTemplatingFileGenerator</Generator>
  254. <DependentUpon>EntityModel.edmx</DependentUpon>
  255. <LastGenOutput>EntityModel.Context.cs</LastGenOutput>
  256. </Content>
  257. <Content Include="EntityModel.edmx.sql" />
  258. <Content Include="EntityModel.tt">
  259. <Generator>TextTemplatingFileGenerator</Generator>
  260. <DependentUpon>EntityModel.edmx</DependentUpon>
  261. <LastGenOutput>EntityModel.cs</LastGenOutput>
  262. </Content>
  263. <Content Include="Model_initial_inserts.sql" />
  264. <None Include="Web References\WsExternes\WsExternes.disco" />
  265. <None Include="Web References\WsTiers\WsTiers.disco" />
  266. <None Include="Web References\WsAgents\WsAgents.disco" />
  267. </ItemGroup>
  268. <ItemGroup>
  269. <WCFMetadata Include="Service References\" />
  270. </ItemGroup>
  271. <ItemGroup>
  272. <WebReferences Include="Web References\" />
  273. </ItemGroup>
  274. <ItemGroup>
  275. <WebReferenceUrl Include="http://referentiel.bas-rhin.fr/webservices/WsAgents.asmx">
  276. <UrlBehavior>Dynamic</UrlBehavior>
  277. <RelPath>Web References\WsAgents\</RelPath>
  278. <UpdateFromURL>http://referentiel.bas-rhin.fr/webservices/WsAgents.asmx</UpdateFromURL>
  279. <ServiceLocationURL>
  280. </ServiceLocationURL>
  281. <CachedDynamicPropName>
  282. </CachedDynamicPropName>
  283. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  284. <CachedSettingsPropName>CD67_FicheCollege_Entity_WsAgents_WsAgents</CachedSettingsPropName>
  285. </WebReferenceUrl>
  286. <WebReferenceUrl Include="http://referentiel.bas-rhin.fr/webservices/WsExternes.asmx">
  287. <UrlBehavior>Dynamic</UrlBehavior>
  288. <RelPath>Web References\WsExternes\</RelPath>
  289. <UpdateFromURL>http://referentiel.bas-rhin.fr/webservices/WsExternes.asmx</UpdateFromURL>
  290. <ServiceLocationURL>
  291. </ServiceLocationURL>
  292. <CachedDynamicPropName>
  293. </CachedDynamicPropName>
  294. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  295. <CachedSettingsPropName>CD67_FicheCollege_Entity_WsExternes_WsExternes</CachedSettingsPropName>
  296. </WebReferenceUrl>
  297. <WebReferenceUrl Include="http://referentiel.bas-rhin.fr/webservices/WsTiers.asmx">
  298. <UrlBehavior>Dynamic</UrlBehavior>
  299. <RelPath>Web References\WsTiers\</RelPath>
  300. <UpdateFromURL>http://referentiel.bas-rhin.fr/webservices/WsTiers.asmx</UpdateFromURL>
  301. <ServiceLocationURL>
  302. </ServiceLocationURL>
  303. <CachedDynamicPropName>
  304. </CachedDynamicPropName>
  305. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  306. <CachedSettingsPropName>CD67_FicheCollege_Entity_WsTiers_WsTiers</CachedSettingsPropName>
  307. </WebReferenceUrl>
  308. </ItemGroup>
  309. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  310. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  311. Other similar extension points exist, see Microsoft.Common.targets.
  312. <Target Name="BeforeBuild">
  313. </Target>
  314. <Target Name="AfterBuild">
  315. </Target>
  316. -->
  317. </Project>