CD67.ModeleMVC.MVC.csproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  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.ModeleMVC.MVC</RootNamespace>
  15. <AssemblyName>CD67.ModeleMVC.MVC</AssemblyName>
  16. <TargetFrameworkVersion>v4.5.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. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
  44. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  45. <Private>True</Private>
  46. </Reference>
  47. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  48. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  49. <Private>True</Private>
  50. </Reference>
  51. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  52. <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="MvcSiteMapProvider, Version=4.6.22.0, Culture=neutral, PublicKeyToken=1923abe4657913cc, processorArchitecture=MSIL">
  57. <HintPath>..\packages\MvcSiteMapProvider.MVC5.Core.4.6.22\lib\net45\MvcSiteMapProvider.dll</HintPath>
  58. <Private>True</Private>
  59. </Reference>
  60. <Reference Include="MvcSiteMapProvider.WebActivator, Version=4.6.22.0, Culture=neutral, processorArchitecture=MSIL">
  61. <HintPath>..\packages\MvcSiteMapProvider.MVC5.4.6.22\lib\net45\MvcSiteMapProvider.WebActivator.dll</HintPath>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  65. <HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  66. <Private>True</Private>
  67. </Reference>
  68. <Reference Include="Oracle.ManagedDataAccess, Version=4.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Oracle.ManagedDataAccess.12.1.24160719\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
  70. <Private>True</Private>
  71. </Reference>
  72. <Reference Include="Oracle.ManagedDataAccess.EntityFramework, Version=6.121.2.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Oracle.ManagedDataAccess.EntityFramework.12.1.2400\lib\net45\Oracle.ManagedDataAccess.EntityFramework.dll</HintPath>
  74. <Private>True</Private>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.Data" />
  78. <Reference Include="System.DirectoryServices" />
  79. <Reference Include="System.Drawing" />
  80. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  81. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  82. <Private>True</Private>
  83. </Reference>
  84. <Reference Include="System.Runtime.DurableInstancing" />
  85. <Reference Include="System.Web.DynamicData" />
  86. <Reference Include="System.Web.Entity" />
  87. <Reference Include="System.Web.ApplicationServices" />
  88. <Reference Include="System.ComponentModel.DataAnnotations" />
  89. <Reference Include="System.Core" />
  90. <Reference Include="System.Data.DataSetExtensions" />
  91. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  92. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  93. <Private>True</Private>
  94. </Reference>
  95. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  96. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  97. <Private>True</Private>
  98. </Reference>
  99. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  100. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  101. <Private>True</Private>
  102. </Reference>
  103. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  104. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  105. <Private>True</Private>
  106. </Reference>
  107. <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  108. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  109. <Private>True</Private>
  110. </Reference>
  111. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  112. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  113. <Private>True</Private>
  114. </Reference>
  115. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  116. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  117. <Private>True</Private>
  118. </Reference>
  119. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  120. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  121. <Private>True</Private>
  122. </Reference>
  123. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  124. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  125. <Private>True</Private>
  126. </Reference>
  127. <Reference Include="System.Xml.Linq" />
  128. <Reference Include="System.Web" />
  129. <Reference Include="System.Web.Extensions" />
  130. <Reference Include="System.Web.Abstractions" />
  131. <Reference Include="System.Web.Routing" />
  132. <Reference Include="System.Xml" />
  133. <Reference Include="System.Configuration" />
  134. <Reference Include="System.Web.Services" />
  135. <Reference Include="System.EnterpriseServices" />
  136. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  137. <Private>True</Private>
  138. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  139. </Reference>
  140. <Reference Include="System.Net.Http">
  141. </Reference>
  142. <Reference Include="System.Net.Http.WebRequest">
  143. </Reference>
  144. <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
  145. <HintPath>..\packages\WebActivatorEx.2.2.0\lib\net40\WebActivatorEx.dll</HintPath>
  146. <Private>True</Private>
  147. </Reference>
  148. <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  149. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  150. <Private>True</Private>
  151. </Reference>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <Compile Include="App_Start\BundleConfig.cs" />
  155. <Compile Include="Controllers\HomeController.cs" />
  156. <Compile Include="Controllers\PrintTestController.cs" />
  157. <Compile Include="Controllers\TYPE_VIKINGController.cs" />
  158. <Compile Include="Controllers\VIKINGSController.cs" />
  159. <Compile Include="Global.asax.cs">
  160. <DependentUpon>Global.asax</DependentUpon>
  161. </Compile>
  162. <Compile Include="Internal\FlashMessageExtensions.cs" />
  163. <Compile Include="Internal\MvcHtmlHelpers.cs" />
  164. <Compile Include="Internal\Navigation.cs" />
  165. <Compile Include="Internal\UtilisateurConnecteFactory.cs" />
  166. <Compile Include="Models\UtilisateurConnecte.cs" />
  167. <Compile Include="Properties\AssemblyInfo.cs" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Compile Include="App_Start\FilterConfig.cs" />
  171. <Compile Include="App_Start\RouteConfig.cs" />
  172. <Compile Include="App_Start\WebApiConfig.cs" />
  173. <Content Include="Content\bootstrap-theme.css" />
  174. <Content Include="Content\bootstrap-theme.min.css" />
  175. <Content Include="Content\bootstrap.css" />
  176. <Content Include="Content\bootstrap.min.css" />
  177. <Content Include="Content\cd67-custom.css" />
  178. <Content Include="Content\cd67-model.css" />
  179. <Content Include="Content\font-awesome.css" />
  180. <Content Include="Content\font-awesome.min.css" />
  181. <Content Include="Content\themes\base\accordion.css" />
  182. <Content Include="Content\themes\base\all.css" />
  183. <Content Include="Content\themes\base\autocomplete.css" />
  184. <Content Include="Content\themes\base\base.css" />
  185. <Content Include="Content\themes\base\button.css" />
  186. <Content Include="Content\themes\base\core.css" />
  187. <Content Include="Content\themes\base\datepicker.css" />
  188. <Content Include="Content\themes\base\dialog.css" />
  189. <Content Include="Content\themes\base\draggable.css" />
  190. <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
  191. <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
  192. <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
  193. <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
  194. <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
  195. <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
  196. <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
  197. <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
  198. <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
  199. <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
  200. <Content Include="Content\themes\base\images\ui-icons_444444_256x240.png" />
  201. <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
  202. <Content Include="Content\themes\base\images\ui-icons_555555_256x240.png" />
  203. <Content Include="Content\themes\base\images\ui-icons_777620_256x240.png" />
  204. <Content Include="Content\themes\base\images\ui-icons_777777_256x240.png" />
  205. <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
  206. <Content Include="Content\themes\base\images\ui-icons_cc0000_256x240.png" />
  207. <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
  208. <Content Include="Content\themes\base\images\ui-icons_ffffff_256x240.png" />
  209. <Content Include="Content\themes\base\jquery-ui.css" />
  210. <Content Include="Content\themes\base\jquery-ui.min.css" />
  211. <Content Include="Content\themes\base\menu.css" />
  212. <Content Include="Content\themes\base\progressbar.css" />
  213. <Content Include="Content\themes\base\resizable.css" />
  214. <Content Include="Content\themes\base\selectable.css" />
  215. <Content Include="Content\themes\base\selectmenu.css" />
  216. <Content Include="Content\themes\base\slider.css" />
  217. <Content Include="Content\themes\base\sortable.css" />
  218. <Content Include="Content\themes\base\spinner.css" />
  219. <Content Include="Content\themes\base\tabs.css" />
  220. <Content Include="Content\themes\base\theme.css" />
  221. <Content Include="Content\themes\base\tooltip.css" />
  222. <Content Include="fonts\fontawesome-webfont.svg" />
  223. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  224. <Content Include="Global.asax" />
  225. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  226. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  227. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  228. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  229. <Content Include="Content\bootstrap.min.css.map" />
  230. <Content Include="Content\bootstrap.css.map" />
  231. <Content Include="Content\bootstrap-theme.min.css.map" />
  232. <Content Include="Content\bootstrap-theme.css.map" />
  233. <Content Include="Images\favicon.ico" />
  234. <Content Include="fonts\FontAwesome.otf" />
  235. <Content Include="fonts\fontawesome-webfont.woff2" />
  236. <Content Include="fonts\fontawesome-webfont.woff" />
  237. <Content Include="fonts\fontawesome-webfont.ttf" />
  238. <Content Include="fonts\fontawesome-webfont.eot" />
  239. <None Include="Scripts\jquery-3.1.1-vsdoc.js" />
  240. <Content Include="Scripts\cd67-autofocus.js" />
  241. <Content Include="Scripts\cd67-Jquery.UI.DatePicker.js" />
  242. <Content Include="Scripts\cd67-listes.js" />
  243. <Content Include="Scripts\jquery-3.1.1.js" />
  244. <Content Include="Scripts\jquery-3.1.1.min.js" />
  245. <Content Include="Scripts\jquery-3.1.1.slim.js" />
  246. <Content Include="Scripts\jquery-3.1.1.slim.min.js" />
  247. <Content Include="Scripts\jquery-3.1.1.slim.min.map" />
  248. <Content Include="Scripts\jquery-3.1.1.min.map" />
  249. <None Include="Scripts\jquery.validate-vsdoc.js" />
  250. <Content Include="Scripts\jquery-ui-1.12.1.js" />
  251. <Content Include="Scripts\jquery-ui-1.12.1.min.js" />
  252. <Content Include="Scripts\jquery-ui-i18n.js" />
  253. <Content Include="Scripts\jquery-ui-i18n.min.js" />
  254. <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
  255. <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
  256. <Content Include="Scripts\jquery.validate.js" />
  257. <Content Include="Scripts\jquery.validate.min.js" />
  258. <Content Include="Scripts\cd67-CancelAlert.js" />
  259. <Content Include="Scripts\modernizr-2.8.3.js" />
  260. <Content Include="Views\Shared\DisplayTemplates\CanonicalHelperModel.ascx" />
  261. <Content Include="Views\Shared\DisplayTemplates\MenuHelperModel.ascx" />
  262. <Content Include="Views\Shared\DisplayTemplates\MetaRobotsHelperModel.ascx" />
  263. <Content Include="Views\Shared\DisplayTemplates\SiteMapHelperModel.ascx" />
  264. <Content Include="Views\Shared\DisplayTemplates\SiteMapNodeModel.ascx" />
  265. <Content Include="Views\Shared\DisplayTemplates\SiteMapNodeModelList.ascx" />
  266. <Content Include="Views\Shared\DisplayTemplates\SiteMapPathHelperModel.ascx" />
  267. <Content Include="Views\Shared\DisplayTemplates\SiteMapPathHelperModel.cshtml" />
  268. <Content Include="Views\Shared\DisplayTemplates\SiteMapTitleHelperModel.ascx" />
  269. <Content Include="Mvc.sitemap" />
  270. <None Include="MvcSiteMapSchema.xsd">
  271. <SubType>Designer</SubType>
  272. </None>
  273. <None Include="Scripts\jquery-3.1.0-vsdoc.js" />
  274. <Content Include="Images\LogoCD67.png" />
  275. <Content Include="Scripts\bootstrap.js" />
  276. <Content Include="Scripts\bootstrap.min.js" />
  277. <Content Include="Scripts\jquery-3.1.0.js" />
  278. <Content Include="Scripts\jquery-3.1.0.min.js" />
  279. <Content Include="Scripts\jquery-3.1.0.slim.js" />
  280. <Content Include="Scripts\jquery-3.1.0.slim.min.js" />
  281. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  282. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  283. <Content Include="Scripts\modernizr-2.6.2.js" />
  284. <Content Include="Web.config">
  285. <SubType>Designer</SubType>
  286. </Content>
  287. <Content Include="Web.Debug.config">
  288. <DependentUpon>Web.config</DependentUpon>
  289. </Content>
  290. <Content Include="Web.Release.config">
  291. <DependentUpon>Web.config</DependentUpon>
  292. </Content>
  293. <Content Include="Views\Web.config" />
  294. <Content Include="Views\Shared\_Layout.cshtml" />
  295. <Content Include="Views\Shared\DisplayTemplates\YesNoInt.cshtml" />
  296. <Content Include="Views\Shared\EditorTemplates\YesNoInt.cshtml" />
  297. <Content Include="Views\Home\Index.cshtml" />
  298. <Content Include="Views\TYPE_VIKING\Create.cshtml" />
  299. <Content Include="Views\TYPE_VIKING\Delete.cshtml" />
  300. <Content Include="Views\TYPE_VIKING\Details.cshtml" />
  301. <Content Include="Views\TYPE_VIKING\Edit.cshtml" />
  302. <Content Include="Views\TYPE_VIKING\Index.cshtml" />
  303. <Content Include="Views\VIKINGS\Create.cshtml" />
  304. <Content Include="Views\VIKINGS\Delete.cshtml" />
  305. <Content Include="Views\VIKINGS\Details.cshtml" />
  306. <Content Include="Views\VIKINGS\Edit.cshtml" />
  307. <Content Include="Views\VIKINGS\Index.cshtml" />
  308. <Content Include="Views\Shared\DisplayTemplates\YesNoBool.cshtml" />
  309. <Content Include="Views\Shared\EditorTemplates\YesNoBool.cshtml" />
  310. <Content Include="Views\_ViewStart.cshtml" />
  311. <Content Include="Views\Home\About.cshtml" />
  312. <Content Include="Views\VIKINGS\Test.cshtml" />
  313. <Content Include="Views\Shared\DisplayTemplates\SiteMapTitleHelperModel.cshtml" />
  314. <Content Include="Views\Shared\DisplayTemplates\SiteMapNodeModelList.cshtml" />
  315. <Content Include="Views\Shared\DisplayTemplates\SiteMapNodeModel.cshtml" />
  316. <Content Include="Views\Shared\DisplayTemplates\SiteMapHelperModel.cshtml" />
  317. <Content Include="Views\Shared\DisplayTemplates\MetaRobotsHelperModel.cshtml" />
  318. <Content Include="Views\Shared\DisplayTemplates\MenuHelperModel.cshtml" />
  319. <Content Include="Views\Shared\DisplayTemplates\CanonicalHelperModel.cshtml" />
  320. <Content Include="Views\Shared\DisplayTemplates\Date.cshtml" />
  321. <Content Include="Views\Shared\EditorTemplates\Date.cshtml" />
  322. <Content Include="Views\PrintTest\Index.cshtml" />
  323. <Content Include="Views\Shared\_Flash.cshtml" />
  324. </ItemGroup>
  325. <ItemGroup>
  326. <Folder Include="App_Data\" />
  327. </ItemGroup>
  328. <ItemGroup>
  329. <Content Include="packages.config">
  330. <SubType>Designer</SubType>
  331. </Content>
  332. </ItemGroup>
  333. <ItemGroup>
  334. <ProjectReference Include="..\CD67.ModeleMVC.Entity\CD67.ModeleMVC.Entity.csproj">
  335. <Project>{5bdb34b4-4387-4af7-b388-37d4907dde39}</Project>
  336. <Name>CD67.ModeleMVC.Entity</Name>
  337. </ProjectReference>
  338. <ProjectReference Include="..\CD67.ModeleMVC.Factory\CD67.ModeleMVC.Factory.csproj">
  339. <Project>{6b7ef24a-1af8-44fb-a290-e42f01ff8812}</Project>
  340. <Name>CD67.ModeleMVC.Factory</Name>
  341. </ProjectReference>
  342. </ItemGroup>
  343. <ItemGroup>
  344. <Content Include="Scripts\jquery-3.1.0.slim.min.map" />
  345. </ItemGroup>
  346. <ItemGroup>
  347. <Content Include="Scripts\jquery-3.1.0.min.map" />
  348. </ItemGroup>
  349. <PropertyGroup>
  350. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  351. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  352. </PropertyGroup>
  353. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  354. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  355. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  356. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  357. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  358. </Target>
  359. <ProjectExtensions>
  360. <VisualStudio>
  361. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  362. <WebProjectProperties>
  363. <UseIIS>True</UseIIS>
  364. <AutoAssignPort>True</AutoAssignPort>
  365. <DevelopmentServerPort>54846</DevelopmentServerPort>
  366. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  367. <IISUrl>http://localhost:54846/</IISUrl>
  368. <NTLMAuthentication>False</NTLMAuthentication>
  369. <UseCustomServer>False</UseCustomServer>
  370. <CustomServerUrl>
  371. </CustomServerUrl>
  372. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  373. </WebProjectProperties>
  374. </FlavorProperties>
  375. </VisualStudio>
  376. </ProjectExtensions>
  377. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  378. Other similar extension points exist, see Microsoft.Common.targets.
  379. <Target Name="BeforeBuild">
  380. </Target>
  381. <Target Name="AfterBuild">
  382. </Target> -->
  383. </Project>