CD67.FicheCollege.MVC.csproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  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. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{578D7B80-A578-4971-A350-14C699502A47}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>CD67.FicheCollege.MVC</RootNamespace>
  15. <AssemblyName>CD67.FicheCollege.MVC</AssemblyName>
  16. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  17. <MvcBuildViews>false</MvcBuildViews>
  18. <UseIISExpress>true</UseIISExpress>
  19. <IISExpressSSLPort />
  20. <IISExpressAnonymousAuthentication>disabled</IISExpressAnonymousAuthentication>
  21. <IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication>
  22. <IISExpressUseClassicPipelineMode />
  23. <UseGlobalApplicationHostFile />
  24. <TargetFrameworkProfile />
  25. <Use64BitIISExpress />
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\</OutputPath>
  32. <DefineConstants>DEBUG;TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <FilesToIncludeForPublish>AllFilesInTheProject</FilesToIncludeForPublish>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="dotless.Core, Version=1.5.2.0, Culture=neutral, PublicKeyToken=96b446c9e63eae34, processorArchitecture=MSIL">
  51. <HintPath>..\packages\dotless.1.5.2\lib\dotless.Core.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  55. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  59. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="EntityFramework6.Npgsql, Version=3.1.1.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  63. <HintPath>..\packages\EntityFramework6.Npgsql.3.1.1\lib\net45\EntityFramework6.Npgsql.dll</HintPath>
  64. <Private>True</Private>
  65. </Reference>
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="MvcSiteMapProvider, Version=4.6.22.0, Culture=neutral, PublicKeyToken=1923abe4657913cc, processorArchitecture=MSIL">
  68. <HintPath>..\packages\MvcSiteMapProvider.MVC5.Core.4.6.22\lib\net45\MvcSiteMapProvider.dll</HintPath>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="MvcSiteMapProvider.WebActivator, Version=4.6.22.0, Culture=neutral, processorArchitecture=MSIL">
  72. <HintPath>..\packages\MvcSiteMapProvider.MVC5.4.6.22\lib\net45\MvcSiteMapProvider.WebActivator.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  77. <Private>True</Private>
  78. </Reference>
  79. <Reference Include="Npgsql, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Npgsql.4.0.0\lib\net451\Npgsql.dll</HintPath>
  81. <Private>True</Private>
  82. </Reference>
  83. <Reference Include="SolrTools, Version=1.6.14.0, Culture=neutral, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>..\..\PIMP\CD67.PIMP.Solr\bin\debug\SolrTools.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Data.DataSetExtensions" />
  90. <Reference Include="System.DirectoryServices" />
  91. <Reference Include="System.Drawing" />
  92. <Reference Include="System.Linq.Dynamic, Version=1.0.6132.35681, Culture=neutral, processorArchitecture=MSIL">
  93. <HintPath>..\packages\System.Linq.Dynamic.1.0.7\lib\net40\System.Linq.Dynamic.dll</HintPath>
  94. <Private>True</Private>
  95. </Reference>
  96. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  97. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  98. <Private>True</Private>
  99. </Reference>
  100. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  101. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  102. <Private>True</Private>
  103. </Reference>
  104. <Reference Include="System.Runtime.DurableInstancing" />
  105. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  106. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
  107. <Private>True</Private>
  108. </Reference>
  109. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  110. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  111. <Private>True</Private>
  112. </Reference>
  113. <Reference Include="System.Web.DynamicData" />
  114. <Reference Include="System.Web.Entity" />
  115. <Reference Include="System.Web.ApplicationServices" />
  116. <Reference Include="System.ComponentModel.DataAnnotations" />
  117. <Reference Include="System.Web.Extensions" />
  118. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  119. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  120. <Private>True</Private>
  121. </Reference>
  122. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  123. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  124. <Private>True</Private>
  125. </Reference>
  126. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  127. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  128. <Private>True</Private>
  129. </Reference>
  130. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  131. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  132. <Private>True</Private>
  133. </Reference>
  134. <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  135. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  136. <Private>True</Private>
  137. </Reference>
  138. <Reference Include="System.Web.Optimization.Less, Version=1.3.0.0, Culture=neutral, PublicKeyToken=9b7581e0240fe480, processorArchitecture=MSIL">
  139. <HintPath>..\packages\System.Web.Optimization.Less.1.3.4\lib\net40\System.Web.Optimization.Less.dll</HintPath>
  140. <Private>True</Private>
  141. </Reference>
  142. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  143. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  144. <Private>True</Private>
  145. </Reference>
  146. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  147. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  148. <Private>True</Private>
  149. </Reference>
  150. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  151. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  152. <Private>True</Private>
  153. </Reference>
  154. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  155. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  156. <Private>True</Private>
  157. </Reference>
  158. <Reference Include="System.Web" />
  159. <Reference Include="System.Web.Abstractions" />
  160. <Reference Include="System.Web.Routing" />
  161. <Reference Include="System.Xml" />
  162. <Reference Include="System.Configuration" />
  163. <Reference Include="System.Web.Services" />
  164. <Reference Include="System.EnterpriseServices" />
  165. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  166. <Private>True</Private>
  167. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  168. </Reference>
  169. <Reference Include="System.Net.Http">
  170. </Reference>
  171. <Reference Include="System.Net.Http.WebRequest">
  172. </Reference>
  173. <Reference Include="System.Xml.Linq" />
  174. <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
  175. <HintPath>..\packages\WebActivatorEx.2.2.0\lib\net40\WebActivatorEx.dll</HintPath>
  176. <Private>True</Private>
  177. </Reference>
  178. <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  179. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  180. <Private>True</Private>
  181. </Reference>
  182. </ItemGroup>
  183. <ItemGroup>
  184. <Compile Include="App_Start\BundleConfig.cs" />
  185. <Compile Include="Controllers\UtilisateursController.cs" />
  186. <Compile Include="Controllers\GroupesController.cs" />
  187. <Compile Include="Controllers\RestaurationFormulairesController.cs" />
  188. <Compile Include="Controllers\RestaurationParametresController.cs" />
  189. <Compile Include="Controllers\RestaurationTypesRepasController.cs" />
  190. <Compile Include="Controllers\RestaurationTypesController.cs" />
  191. <Compile Include="Controllers\ActionEduAxesController.cs" />
  192. <Compile Include="Controllers\ActionsEduActeursController.cs" />
  193. <Compile Include="Controllers\ActionsEduCollegeController.cs" />
  194. <Compile Include="Controllers\RestaurationController.cs" />
  195. <Compile Include="Controllers\ActionsEduController.cs" />
  196. <Compile Include="Controllers\ActionEduThematiquesController.cs" />
  197. <Compile Include="Controllers\CollegesController.cs" />
  198. <Compile Include="Controllers\AnneesController.cs" />
  199. <Compile Include="Controllers\HomeController.cs" />
  200. <Compile Include="Controllers\TerritoireController.cs" />
  201. <Compile Include="Controllers\TypeCollegeController.cs" />
  202. <Compile Include="Global.asax.cs">
  203. <DependentUpon>Global.asax</DependentUpon>
  204. </Compile>
  205. <Compile Include="Internal\Acces.cs" />
  206. <Compile Include="Internal\Referentiel.cs" />
  207. <Compile Include="Internal\FlashMessageExtensions.cs" />
  208. <Compile Include="Internal\MvcHtmlHelpers.cs" />
  209. <Compile Include="Internal\Navigation.cs" />
  210. <Compile Include="Internal\UtilisateurConnecteFactory.cs" />
  211. <Compile Include="Models\UtilisateurViewModel.cs" />
  212. <Compile Include="Models\ActionEduActeurViewModel.cs" />
  213. <Compile Include="Models\GroupeViewModel.cs" />
  214. <Compile Include="Models\ActionEduMissionViewModel.cs" />
  215. <Compile Include="Models\ActionEduCollegeViewModel.cs" />
  216. <Compile Include="Models\ActionEduAxeViewModel.cs" />
  217. <Compile Include="Models\ActionEduThematiqueViewModel.cs" />
  218. <Compile Include="Models\DeleteViewModel.cs" />
  219. <Compile Include="Models\CheckBoxListItem.cs" />
  220. <Compile Include="Models\ImportActionEduViewModel.cs" />
  221. <Compile Include="Models\ImportCollegeViewModel.cs" />
  222. <Compile Include="Models\RestaurationFormulaireViewModel.cs" />
  223. <Compile Include="Models\RestaurationParametreViewModel.cs" />
  224. <Compile Include="Models\RestaurationTypesRepaViewModel.cs" />
  225. <Compile Include="Models\TerritoireViewModel.cs" />
  226. <Compile Include="Models\RestaurationTypeViewModel.cs" />
  227. <Compile Include="Models\TypeCollegeViewModel.cs" />
  228. <Compile Include="Models\ActionEduViewModel.cs" />
  229. <Compile Include="Models\CollegeViewModel.cs" />
  230. <Compile Include="Models\AnneeViewModel.cs" />
  231. <Compile Include="Models\ContactViewModel.cs" />
  232. <Compile Include="Models\BaseViewModel.cs" />
  233. <Compile Include="Models\UtilisateurConnecte.cs" />
  234. <Compile Include="Properties\AssemblyInfo.cs" />
  235. <Compile Include="Properties\Settings.Designer.cs">
  236. <AutoGen>True</AutoGen>
  237. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  238. <DependentUpon>Settings.settings</DependentUpon>
  239. </Compile>
  240. </ItemGroup>
  241. <ItemGroup>
  242. <Compile Include="App_Start\FilterConfig.cs" />
  243. <Compile Include="App_Start\RouteConfig.cs" />
  244. <Compile Include="App_Start\WebApiConfig.cs" />
  245. <Content Include="Content\bootstrap-theme.css" />
  246. <Content Include="Content\bootstrap-theme.min.css" />
  247. <Content Include="Content\bootstrap.css" />
  248. <Content Include="Content\bootstrap.min.css" />
  249. <Content Include="Content\colorbox\colorbox.css" />
  250. <Content Include="Content\colorbox\images\border.png" />
  251. <Content Include="Content\colorbox\images\controls.png" />
  252. <Content Include="Content\colorbox\images\loading.gif" />
  253. <Content Include="Content\colorbox\images\loading_background.png" />
  254. <Content Include="Content\colorbox\images\overlay.png" />
  255. <Content Include="Content\datatables.css" />
  256. <Content Include="Content\datatables.min.css" />
  257. <Content Include="Content\font-awesome.css" />
  258. <Content Include="Content\font-awesome.min.css" />
  259. <Content Include="Content\jquery.dataTables.min.css" />
  260. <Content Include="Content\themes\base\accordion.css" />
  261. <Content Include="Content\themes\base\all.css" />
  262. <Content Include="Content\themes\base\autocomplete.css" />
  263. <Content Include="Content\themes\base\base.css" />
  264. <Content Include="Content\themes\base\button.css" />
  265. <Content Include="Content\themes\base\core.css" />
  266. <Content Include="Content\themes\base\datepicker.css" />
  267. <Content Include="Content\themes\base\dialog.css" />
  268. <Content Include="Content\themes\base\draggable.css" />
  269. <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
  270. <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
  271. <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
  272. <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
  273. <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
  274. <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
  275. <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
  276. <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
  277. <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
  278. <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
  279. <Content Include="Content\themes\base\images\ui-icons_444444_256x240.png" />
  280. <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
  281. <Content Include="Content\themes\base\images\ui-icons_555555_256x240.png" />
  282. <Content Include="Content\themes\base\images\ui-icons_777620_256x240.png" />
  283. <Content Include="Content\themes\base\images\ui-icons_777777_256x240.png" />
  284. <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
  285. <Content Include="Content\themes\base\images\ui-icons_cc0000_256x240.png" />
  286. <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
  287. <Content Include="Content\themes\base\images\ui-icons_ffffff_256x240.png" />
  288. <Content Include="Content\themes\base\jquery-ui.css" />
  289. <Content Include="Content\themes\base\jquery-ui.min.css" />
  290. <Content Include="Content\themes\base\menu.css" />
  291. <Content Include="Content\themes\base\progressbar.css" />
  292. <Content Include="Content\themes\base\resizable.css" />
  293. <Content Include="Content\themes\base\selectable.css" />
  294. <Content Include="Content\themes\base\selectmenu.css" />
  295. <Content Include="Content\themes\base\slider.css" />
  296. <Content Include="Content\themes\base\sortable.css" />
  297. <Content Include="Content\themes\base\spinner.css" />
  298. <Content Include="Content\themes\base\tabs.css" />
  299. <Content Include="Content\themes\base\theme.css" />
  300. <Content Include="Content\themes\base\tooltip.css" />
  301. <Content Include="fonts\fontawesome-webfont.svg" />
  302. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  303. <Content Include="Global.asax" />
  304. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  305. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  306. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  307. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  308. <Content Include="Content\bootstrap.min.css.map" />
  309. <Content Include="Content\bootstrap.css.map" />
  310. <Content Include="Content\bootstrap-theme.min.css.map" />
  311. <Content Include="Content\bootstrap-theme.css.map" />
  312. <Content Include="images\blackboard.svg" />
  313. <Content Include="images\breakfast.svg" />
  314. <Content Include="images\bus.svg" />
  315. <Content Include="images\classroom.svg" />
  316. <Content Include="images\diet.svg" />
  317. <Content Include="images\diploma.svg" />
  318. <Content Include="images\dish.svg" />
  319. <Content Include="images\favicon.ico" />
  320. <Content Include="fonts\FontAwesome.otf" />
  321. <Content Include="fonts\fontawesome-webfont.woff2" />
  322. <Content Include="fonts\fontawesome-webfont.woff" />
  323. <Content Include="fonts\fontawesome-webfont.ttf" />
  324. <Content Include="fonts\fontawesome-webfont.eot" />
  325. <Content Include="images\flask.svg" />
  326. <Content Include="images\graduate-student-avatar.svg" />
  327. <Content Include="images\img_biblio.jpg" />
  328. <Content Include="images\img_board.jpg" />
  329. <Content Include="images\img_books.jpg" />
  330. <Content Include="images\img_pen.jpg" />
  331. <Content Include="images\img_stairs.jpg" />
  332. <Content Include="images\img_work.jpg" />
  333. <Content Include="images\library.svg" />
  334. <Content Include="images\LogoCD67Recette.png" />
  335. <Content Include="images\mortarboard.svg" />
  336. <Content Include="images\open-book.svg" />
  337. <Content Include="images\paint-palette.svg" />
  338. <Content Include="images\pencil.svg" />
  339. <Content Include="images\plate-fork-and-knife.svg" />
  340. <Content Include="images\rowing.svg" />
  341. <Content Include="images\ruler.svg" />
  342. <Content Include="images\salad.svg" />
  343. <Content Include="images\school.svg" />
  344. <Content Include="images\science.svg" />
  345. <Content Include="images\sort_asc.png" />
  346. <Content Include="images\sort_asc_disabled.png" />
  347. <Content Include="images\sort_both.png" />
  348. <Content Include="images\sort_desc.png" />
  349. <Content Include="images\sort_desc_disabled.png" />
  350. <Content Include="images\teacher-desk.svg" />
  351. <Content Include="images\university.svg" />
  352. <Content Include="Scripts\cd67-AutoComplete.js" />
  353. <Content Include="Scripts\cd67-colorbox.js" />
  354. <Content Include="Scripts\cd67-main.js" />
  355. <Content Include="Scripts\cd67-Menu.js" />
  356. <Content Include="Content\cd67-custom.less" />
  357. <Content Include="Content\cd67-model.less" />
  358. <None Include="Properties\PublishProfiles\Production.pubxml" />
  359. <None Include="Properties\PublishProfiles\Recette.pubxml" />
  360. <None Include="Properties\Settings.settings">
  361. <Generator>SettingsSingleFileGenerator</Generator>
  362. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  363. </None>
  364. <None Include="Scripts\dataTables.french.lang" />
  365. <None Include="Scripts\jquery-3.2.1.intellisense.js" />
  366. <Content Include="Scripts\cd67-picker.js" />
  367. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-ar.js" />
  368. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-bg.js" />
  369. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-cs.js" />
  370. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-da.js" />
  371. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-de.js" />
  372. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-es.js" />
  373. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-et.js" />
  374. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-fa.js" />
  375. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-fi.js" />
  376. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-fr.js" />
  377. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-he.js" />
  378. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-hr.js" />
  379. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-hu.js" />
  380. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-id.js" />
  381. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-it.js" />
  382. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-ja.js" />
  383. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-kr.js" />
  384. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-lv.js" />
  385. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-nl.js" />
  386. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-no.js" />
  387. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-pl.js" />
  388. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-pt-br.js" />
  389. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-ro.js" />
  390. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-ru.js" />
  391. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-si.js" />
  392. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-sk.js" />
  393. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-sv.js" />
  394. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-tr.js" />
  395. <Content Include="Scripts\colorbox\i18n\jquery.colorbox-zh-CN.js" />
  396. <Content Include="Scripts\colorbox\jquery.colorbox-min.js" />
  397. <Content Include="Scripts\colorbox\jquery.colorbox.js" />
  398. <Content Include="Scripts\datatables.js" />
  399. <Content Include="Scripts\datatables.min.js" />
  400. <Content Include="Scripts\jquery.validate-french.js" />
  401. <Content Include="Scripts\less.js" />
  402. <Content Include="Scripts\less.min.js" />
  403. <Content Include="Scripts\jquery-3.2.1.js" />
  404. <Content Include="Scripts\jquery-3.2.1.min.js" />
  405. <Content Include="Scripts\jquery-3.2.1.slim.js" />
  406. <Content Include="Scripts\jquery-3.2.1.slim.min.js" />
  407. <Content Include="Scripts\jquery.are-you-sure.js" />
  408. <Content Include="Scripts\jquery.dataTables.min.js" />
  409. <Content Include="Scripts\URI.js" />
  410. <Content Include="xslt\accueil.xslt" />
  411. <Content Include="xslt\include\include-recherche-facette.xslt">
  412. <SubType>Designer</SubType>
  413. </Content>
  414. <Content Include="xslt\include\include-recherche-pagination.xslt" />
  415. <Content Include="xslt\include\include-recherche-tools.xslt" />
  416. <Content Include="xslt\include\param-recherche-element.xslt" />
  417. <Content Include="xslt\include\param-recherche-facette.xslt" />
  418. <Content Include="xslt\resultat-recherche.xslt">
  419. <SubType>Designer</SubType>
  420. </Content>
  421. <Content Include="Scripts\cd67-autofocus.js" />
  422. <Content Include="Scripts\cd67-Jquery.UI.DatePicker.js" />
  423. <Content Include="Scripts\cd67-listes.js" />
  424. <Content Include="Scripts\jquery-3.2.1.slim.min.map" />
  425. <Content Include="Scripts\jquery-3.2.1.min.map" />
  426. <None Include="Scripts\jquery.validate-vsdoc.js" />
  427. <Content Include="Scripts\jquery-ui-1.12.1.js" />
  428. <Content Include="Scripts\jquery-ui-1.12.1.min.js" />
  429. <Content Include="Scripts\jquery-ui-i18n.js" />
  430. <Content Include="Scripts\jquery-ui-i18n.min.js" />
  431. <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
  432. <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
  433. <Content Include="Scripts\jquery.validate.js" />
  434. <Content Include="Scripts\jquery.validate.min.js" />
  435. <Content Include="Scripts\cd67-CancelAlert.js" />
  436. <Content Include="Views\Shared\DisplayTemplates\CanonicalHelperModel.ascx" />
  437. <Content Include="Views\Shared\DisplayTemplates\MenuHelperModel.ascx" />
  438. <Content Include="Views\Shared\DisplayTemplates\MetaRobotsHelperModel.ascx" />
  439. <Content Include="Views\Shared\DisplayTemplates\SiteMapHelperModel.ascx" />
  440. <Content Include="Views\Shared\DisplayTemplates\SiteMapNodeModel.ascx" />
  441. <Content Include="Views\Shared\DisplayTemplates\SiteMapNodeModelList.ascx" />
  442. <Content Include="Views\Shared\DisplayTemplates\SiteMapPathHelperModel.ascx" />
  443. <Content Include="Views\Shared\DisplayTemplates\SiteMapPathHelperModel.cshtml" />
  444. <Content Include="Views\Shared\DisplayTemplates\SiteMapTitleHelperModel.ascx" />
  445. <Content Include="Mvc.sitemap" />
  446. <None Include="MvcSiteMapSchema.xsd">
  447. <SubType>Designer</SubType>
  448. </None>
  449. <Content Include="images\LogoCD67.png" />
  450. <Content Include="Scripts\bootstrap.js" />
  451. <Content Include="Scripts\bootstrap.min.js" />
  452. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  453. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  454. <Content Include="Web.config">
  455. <SubType>Designer</SubType>
  456. </Content>
  457. <Content Include="Web.Debug.config">
  458. <DependentUpon>Web.config</DependentUpon>
  459. </Content>
  460. <Content Include="Web.Release.config">
  461. <DependentUpon>Web.config</DependentUpon>
  462. </Content>
  463. <Content Include="Views\Web.config" />
  464. <Content Include="Views\Shared\_Layout.cshtml" />
  465. <Content Include="Views\Shared\DisplayTemplates\YesNoInt.cshtml" />
  466. <Content Include="Views\Shared\EditorTemplates\YesNoInt.cshtml" />
  467. <Content Include="Views\Shared\DisplayTemplates\YesNoBool.cshtml" />
  468. <Content Include="Views\Shared\EditorTemplates\YesNoBool.cshtml" />
  469. <Content Include="Views\_ViewStart.cshtml" />
  470. <Content Include="Views\Shared\DisplayTemplates\SiteMapTitleHelperModel.cshtml" />
  471. <Content Include="Views\Shared\DisplayTemplates\SiteMapNodeModelList.cshtml" />
  472. <Content Include="Views\Shared\DisplayTemplates\SiteMapNodeModel.cshtml" />
  473. <Content Include="Views\Shared\DisplayTemplates\SiteMapHelperModel.cshtml" />
  474. <Content Include="Views\Shared\DisplayTemplates\MetaRobotsHelperModel.cshtml" />
  475. <Content Include="Views\Shared\DisplayTemplates\MenuHelperModel.cshtml" />
  476. <Content Include="Views\Shared\DisplayTemplates\CanonicalHelperModel.cshtml" />
  477. <Content Include="Views\Shared\DisplayTemplates\Date.cshtml" />
  478. <Content Include="Views\Shared\EditorTemplates\Date.cshtml" />
  479. <Content Include="Views\Shared\_Flash.cshtml" />
  480. <Content Include="Views\TypeCollege\Edit.cshtml" />
  481. <Content Include="Views\TypeCollege\Index.cshtml" />
  482. <Content Include="Views\Territoire\Edit.cshtml" />
  483. <Content Include="Views\Territoire\Index.cshtml" />
  484. <Content Include="Views\Colleges\Details.cshtml" />
  485. <Content Include="Views\Colleges\Edit.cshtml" />
  486. <Content Include="Views\Annees\Details.cshtml" />
  487. <Content Include="Views\Annees\Index.cshtml" />
  488. <Content Include="Views\Colleges\Index.cshtml" />
  489. <Content Include="Views\ActionEduAxes\Edit.cshtml" />
  490. <Content Include="Views\ActionEduAxes\Index.cshtml" />
  491. <Content Include="Views\ActionEduThematiques\Edit.cshtml" />
  492. <Content Include="Views\ActionEduThematiques\Index.cshtml" />
  493. <Content Include="Views\ActionsEdu\Edit.cshtml" />
  494. <Content Include="Views\ActionsEdu\Index.cshtml" />
  495. <Content Include="Views\ActionsEdu\Details.cshtml" />
  496. <Content Include="Views\ActionsEduCollege\Edit.cshtml" />
  497. <Content Include="Views\Shared\_AdminLayout.cshtml" />
  498. <Content Include="Views\Colleges\Import.cshtml" />
  499. <Content Include="Views\ActionsEdu\Import.cshtml" />
  500. <Content Include="Views\ActionsEduActeurs\Edit.cshtml" />
  501. <Content Include="Views\Restauration\Index.cshtml" />
  502. <Content Include="Views\RestaurationTypes\Edit.cshtml" />
  503. <Content Include="Views\RestaurationTypes\Index.cshtml" />
  504. <Content Include="Views\Colleges\Type.cshtml" />
  505. <Content Include="Views\RestaurationTypesRepas\Edit.cshtml" />
  506. <Content Include="Views\RestaurationTypesRepas\Index.cshtml" />
  507. <Content Include="Views\RestaurationParametres\Edit.cshtml" />
  508. <Content Include="Views\Shared\_AdminDeleteWarning.cshtml" />
  509. <Content Include="Views\RestaurationFormulaires\Edit.cshtml" />
  510. <Content Include="Views\RestaurationFormulaires\Details.cshtml" />
  511. <Content Include="Views\Shared\DisplayTemplates\RestaurationStatut.cshtml" />
  512. <Content Include="Views\Groupes\Details.cshtml" />
  513. <Content Include="Views\Groupes\Index.cshtml" />
  514. <Content Include="Views\Utilisateurs\Create.cshtml" />
  515. <Content Include="Views\Home\Unauthorized.cshtml" />
  516. </ItemGroup>
  517. <ItemGroup>
  518. <Folder Include="App_Data\" />
  519. </ItemGroup>
  520. <ItemGroup>
  521. <Content Include="packages.config">
  522. <SubType>Designer</SubType>
  523. </Content>
  524. </ItemGroup>
  525. <ItemGroup>
  526. <ProjectReference Include="..\CD67.FicheCollege.Entity\CD67.FicheCollege.Entity.csproj">
  527. <Project>{5bdb34b4-4387-4af7-b388-37d4907dde39}</Project>
  528. <Name>CD67.FicheCollege.Entity</Name>
  529. </ProjectReference>
  530. <ProjectReference Include="..\CD67.FicheCollege.Factory\CD67.FicheCollege.Factory.csproj">
  531. <Project>{6b7ef24a-1af8-44fb-a290-e42f01ff8812}</Project>
  532. <Name>CD67.FicheCollege.Factory</Name>
  533. </ProjectReference>
  534. </ItemGroup>
  535. <ItemGroup>
  536. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  537. </ItemGroup>
  538. <PropertyGroup>
  539. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  540. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  541. </PropertyGroup>
  542. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  543. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  544. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  545. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  546. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  547. </Target>
  548. <ProjectExtensions>
  549. <VisualStudio>
  550. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  551. <WebProjectProperties>
  552. <UseIIS>True</UseIIS>
  553. <AutoAssignPort>True</AutoAssignPort>
  554. <DevelopmentServerPort>54846</DevelopmentServerPort>
  555. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  556. <IISUrl>http://localhost:54850/</IISUrl>
  557. <NTLMAuthentication>False</NTLMAuthentication>
  558. <UseCustomServer>False</UseCustomServer>
  559. <CustomServerUrl>
  560. </CustomServerUrl>
  561. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  562. </WebProjectProperties>
  563. </FlavorProperties>
  564. </VisualStudio>
  565. </ProjectExtensions>
  566. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  567. Other similar extension points exist, see Microsoft.Common.targets.
  568. <Target Name="BeforeBuild">
  569. </Target>
  570. <Target Name="AfterBuild">
  571. </Target> -->
  572. </Project>