Befri.Goldhoo.Shopping.MvcUI.csproj 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  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>{6F8E8C0F-EB9C-43FB-9B69-9A9ECB872E65}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>Befri.Goldhoo.Shopping.MvcUI</RootNamespace>
  15. <AssemblyName>Befri.Goldhoo.Shopping.MvcUI</AssemblyName>
  16. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  17. <MvcBuildViews>false</MvcBuildViews>
  18. <UseIISExpress>true</UseIISExpress>
  19. <IISExpressSSLPort />
  20. <IISExpressAnonymousAuthentication />
  21. <IISExpressWindowsAuthentication />
  22. <IISExpressUseClassicPipelineMode />
  23. <UseGlobalApplicationHostFile />
  24. <Use64BitIISExpress />
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\</OutputPath>
  31. <DefineConstants>DEBUG;TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Befri.Core">
  45. <HintPath>..\..\Library\Befri-4.5.0.0\Befri.Core.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Befri.Data.SqlClient">
  48. <HintPath>..\..\Library\Befri-4.5.0.0\Befri.Data.SqlClient.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Befri.Web.Mvc">
  51. <HintPath>..\..\Library\Befri-4.5.0.0\Befri.Web.Mvc.dll</HintPath>
  52. </Reference>
  53. <Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  54. <HintPath>..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="Microsoft.Practices.Unity">
  58. <HintPath>..\..\Library\Microsoft\EntLib6.0\Microsoft.Practices.Unity.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.Practices.Unity.Configuration">
  61. <HintPath>..\..\Library\Microsoft\EntLib6.0\Microsoft.Practices.Unity.Configuration.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.Practices.Unity.Mvc">
  64. <HintPath>..\..\Library\Microsoft\EntLib6.0\Microsoft.Practices.Unity.Mvc.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  68. </Reference>
  69. <Reference Include="NPOI, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\..\Library\NPOI-2.1.3.1\dotnet4\NPOI.dll</HintPath>
  72. </Reference>
  73. <Reference Include="NPOI.OOXML, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\..\Library\NPOI-2.1.3.1\dotnet4\NPOI.OOXML.dll</HintPath>
  76. </Reference>
  77. <Reference Include="NPOI.OpenXml4Net">
  78. <HintPath>..\..\Library\NPOI-2.1.3.1\dotnet4\NPOI.OpenXml4Net.dll</HintPath>
  79. </Reference>
  80. <Reference Include="NPOI.OpenXmlFormats">
  81. <HintPath>..\..\Library\NPOI-2.1.3.1\dotnet4\NPOI.OpenXmlFormats.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Runtime.Caching" />
  87. <Reference Include="System.Transactions" />
  88. <Reference Include="System.Web.DynamicData" />
  89. <Reference Include="System.Web.Entity" />
  90. <Reference Include="System.Web.ApplicationServices" />
  91. <Reference Include="System.ComponentModel.DataAnnotations" />
  92. <Reference Include="System.Core" />
  93. <Reference Include="System.Data.DataSetExtensions" />
  94. <Reference Include="System.Xml.Linq" />
  95. <Reference Include="System.Web" />
  96. <Reference Include="System.Web.Extensions" />
  97. <Reference Include="System.Web.Abstractions" />
  98. <Reference Include="System.Web.Routing" />
  99. <Reference Include="System.Xml" />
  100. <Reference Include="System.Configuration" />
  101. <Reference Include="System.Web.Services" />
  102. <Reference Include="System.EnterpriseServices" />
  103. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  104. <Private>True</Private>
  105. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  106. </Reference>
  107. <Reference Include="System.Net.Http">
  108. </Reference>
  109. <Reference Include="System.Net.Http.WebRequest">
  110. </Reference>
  111. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  112. <Private>True</Private>
  113. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.Helpers.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  116. <Private>True</Private>
  117. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Web.Optimization">
  120. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.1\lib\net40\System.Web.Optimization.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  123. <Private>True</Private>
  124. <HintPath>..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll</HintPath>
  125. </Reference>
  126. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  127. <Private>True</Private>
  128. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll</HintPath>
  129. </Reference>
  130. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  131. <Private>True</Private>
  132. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  135. <Private>True</Private>
  136. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  137. </Reference>
  138. <Reference Include="WebGrease">
  139. <Private>True</Private>
  140. <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
  141. </Reference>
  142. <Reference Include="Antlr3.Runtime">
  143. <Private>True</Private>
  144. <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
  145. </Reference>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <Reference Include="EntityFramework">
  149. <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
  150. </Reference>
  151. <Reference Include="EntityFramework.SqlServer">
  152. <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  153. </Reference>
  154. <Reference Include="Microsoft.AspNet.Identity.Core">
  155. <HintPath>..\packages\Microsoft.AspNet.Identity.Core.1.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  156. </Reference>
  157. <Reference Include="Microsoft.AspNet.Identity.Owin">
  158. <HintPath>..\packages\Microsoft.AspNet.Identity.Owin.1.0.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
  159. </Reference>
  160. <Reference Include="Microsoft.AspNet.Identity.EntityFramework">
  161. <HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.1.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
  162. </Reference>
  163. <Reference Include="Owin">
  164. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  165. </Reference>
  166. <Reference Include="Microsoft.Owin">
  167. <HintPath>..\packages\Microsoft.Owin.2.0.0\lib\net45\Microsoft.Owin.dll</HintPath>
  168. </Reference>
  169. <Reference Include="Microsoft.Owin.Host.SystemWeb">
  170. <HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.2.0.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
  171. </Reference>
  172. <Reference Include="Microsoft.Owin.Security">
  173. <HintPath>..\packages\Microsoft.Owin.Security.2.0.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  174. </Reference>
  175. <Reference Include="Microsoft.Owin.Security.Facebook">
  176. <HintPath>..\packages\Microsoft.Owin.Security.Facebook.2.0.0\lib\net45\Microsoft.Owin.Security.Facebook.dll</HintPath>
  177. </Reference>
  178. <Reference Include="Microsoft.Owin.Security.Cookies">
  179. <HintPath>..\packages\Microsoft.Owin.Security.Cookies.2.0.0\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
  180. </Reference>
  181. <Reference Include="Microsoft.Owin.Security.OAuth">
  182. <HintPath>..\packages\Microsoft.Owin.Security.OAuth.2.0.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
  183. </Reference>
  184. <Reference Include="Microsoft.Owin.Security.Google">
  185. <HintPath>..\packages\Microsoft.Owin.Security.Google.2.0.0\lib\net45\Microsoft.Owin.Security.Google.dll</HintPath>
  186. </Reference>
  187. <Reference Include="Microsoft.Owin.Security.Twitter">
  188. <HintPath>..\packages\Microsoft.Owin.Security.Twitter.2.0.0\lib\net45\Microsoft.Owin.Security.Twitter.dll</HintPath>
  189. </Reference>
  190. <Reference Include="Microsoft.Owin.Security.MicrosoftAccount">
  191. <HintPath>..\packages\Microsoft.Owin.Security.MicrosoftAccount.2.0.0\lib\net45\Microsoft.Owin.Security.MicrosoftAccount.dll</HintPath>
  192. </Reference>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Compile Include="App_Common\BaseController.cs" />
  196. <Compile Include="App_Common\Constants.cs" />
  197. <Compile Include="App_Common\NPOI_SS_UserModel.cs" />
  198. <Compile Include="App_Common\UrlHelperEx.cs" />
  199. <Compile Include="App_Start\BundleConfig.cs" />
  200. <Compile Include="App_Start\FilterConfig.cs" />
  201. <Compile Include="App_Start\RouteConfig.cs" />
  202. <Compile Include="App_Start\Startup.Auth.cs" />
  203. <Compile Include="App_Start\UnityConfig.cs" />
  204. <Compile Include="App_Start\UnityWebActivator.cs" />
  205. <Compile Include="Controllers\AbstractShoppingCartController.cs" />
  206. <Compile Include="Controllers\AccountController.cs" />
  207. <Compile Include="Controllers\ClearanceController.cs" />
  208. <Compile Include="Controllers\ClearanceCartController.cs" />
  209. <Compile Include="Controllers\ClearanceCustomCartController.cs" />
  210. <Compile Include="Controllers\CustomCartController.cs" />
  211. <Compile Include="Controllers\ErrorController.cs" />
  212. <Compile Include="Controllers\FavoritesController.cs" />
  213. <Compile Include="Controllers\HomeController.cs" />
  214. <Compile Include="Controllers\MyCenterController.cs" />
  215. <Compile Include="Controllers\ActivityController.cs" />
  216. <Compile Include="Controllers\ProductController.cs" />
  217. <Compile Include="Controllers\PurchaseOrderController.cs" />
  218. <Compile Include="Controllers\ShoppingCartController.cs" />
  219. <Compile Include="Global.asax.cs">
  220. <DependentUpon>Global.asax</DependentUpon>
  221. </Compile>
  222. <Compile Include="Models\AbstractShoppingCart.cs" />
  223. <Compile Include="Models\AccountModels.cs" />
  224. <Compile Include="Models\CartItemViewModel.cs" />
  225. <Compile Include="Models\ClearanceCart.cs" />
  226. <Compile Include="Models\ClearanceCustomCart.cs" />
  227. <Compile Include="Models\Client.cs" />
  228. <Compile Include="Models\CustomCart.cs" />
  229. <Compile Include="Models\FavoritesViewModel.cs" />
  230. <Compile Include="Models\LogisticsScoutModel.cs" />
  231. <Compile Include="Models\ProductViewModel.cs" />
  232. <Compile Include="Models\SlideModel.cs" />
  233. <Compile Include="Models\ProductDetailViewModel.cs" />
  234. <Compile Include="Models\HomeViewModel.cs" />
  235. <Compile Include="Models\PurchaseOrderModel.cs" />
  236. <Compile Include="Models\PurchaseOrderViewModel.cs" />
  237. <Compile Include="Models\ShoppingCart.cs" />
  238. <Compile Include="Models\ShoppingCartViewModel.cs" />
  239. <Compile Include="Models\SystemUser.cs" />
  240. <Compile Include="Properties\AssemblyInfo.cs" />
  241. <Compile Include="Startup.cs" />
  242. <Compile Include="Utility\UserManager.cs" />
  243. </ItemGroup>
  244. <ItemGroup>
  245. <Content Include="Content\Images\Nopicture.jpg" />
  246. <Content Include="Content\themes\jquery-nui\base64.js" />
  247. <Content Include="Content\themes\jquery-nui\demo\Animation\Animation-base.html" />
  248. <Content Include="Content\themes\jquery-nui\demo\Animation\data.js" />
  249. <Content Include="Content\themes\jquery-nui\demo\Animation\images\img1.jpg" />
  250. <Content Include="Content\themes\jquery-nui\demo\Animation\main.js" />
  251. <Content Include="Content\themes\jquery-nui\demo\button\linkbutton_base.html" />
  252. <Content Include="Content\themes\jquery-nui\demo\datagrid\datagrid base.html" />
  253. <Content Include="Content\themes\jquery-nui\demo\form\calendar.html" />
  254. <Content Include="Content\themes\jquery-nui\demo\form\combobox_base.html" />
  255. <Content Include="Content\themes\jquery-nui\demo\form\combo_base.html" />
  256. <Content Include="Content\themes\jquery-nui\demo\form\datebox.html" />
  257. <Content Include="Content\themes\jquery-nui\demo\form\numberspinner_base.html" />
  258. <Content Include="Content\themes\jquery-nui\demo\helper\brower.html" />
  259. <Content Include="Content\themes\jquery-nui\demo\input\base.html" />
  260. <Content Include="Content\themes\jquery-nui\demo\layout\layout-base.html" />
  261. <Content Include="Content\themes\jquery-nui\demo\progress\progress.html" />
  262. <Content Include="Content\themes\jquery-nui\demo\widget\editor\editor.html" />
  263. <Content Include="Content\themes\jquery-nui\demo\widget\medialist\slide_base.html" />
  264. <Content Include="Content\themes\jquery-nui\demo\widget\slideunlock\slideunlock-base.html" />
  265. <Content Include="Content\themes\jquery-nui\demo\widget\slide\images\1.jpg" />
  266. <Content Include="Content\themes\jquery-nui\demo\widget\slide\images\2.jpg" />
  267. <Content Include="Content\themes\jquery-nui\demo\widget\slide\images\3.jpg" />
  268. <Content Include="Content\themes\jquery-nui\demo\widget\slide\images\4.jpg" />
  269. <Content Include="Content\themes\jquery-nui\demo\widget\slide\slide_base.html" />
  270. <Content Include="Content\themes\jquery-nui\demo\widget\slide\slide_image.html" />
  271. <Content Include="Content\themes\jquery-nui\demo\widget\tools\tools.html" />
  272. <Content Include="Content\themes\jquery-nui\demo\widget\zoom\images\dzcd.png" />
  273. <Content Include="Content\themes\jquery-nui\demo\widget\zoom\zoom_base.html" />
  274. <Content Include="Content\themes\jquery-nui\demo\window\window-alert.html" />
  275. <Content Include="Content\themes\jquery-nui\demo\window\window-basic.html" />
  276. <Content Include="Content\themes\jquery-nui\demo\window\window-cover.html" />
  277. <Content Include="Content\themes\jquery-nui\demo\window\window-new.html" />
  278. <Content Include="Content\themes\jquery-nui\demo\window\window-progress.html" />
  279. <Content Include="Content\themes\jquery-nui\jquery-1.10.2.min.js" />
  280. <Content Include="Content\themes\jquery-nui\jquery-1.11.3.js" />
  281. <Content Include="Content\themes\jquery-nui\jquery-1.11.3.min.js" />
  282. <Content Include="Content\themes\jquery-nui\jquery.json-2.4.js" />
  283. <Content Include="Content\themes\jquery-nui\jquery.min.js" />
  284. <Content Include="Content\themes\jquery-nui\jquery.nui.js" />
  285. <Content Include="Content\themes\jquery-nui\jquery.resize.extension.js" />
  286. <Content Include="Content\themes\jquery-nui\readme.txt" />
  287. <Content Include="Content\themes\jquery-nui\region.json.js" />
  288. <Content Include="Content\themes\jquery-nui\src\Animation\Animation.js" />
  289. <Content Include="Content\themes\jquery-nui\src\Animation\MovieClip.js" />
  290. <Content Include="Content\themes\jquery-nui\src\Animation\Scene.js" />
  291. <Content Include="Content\themes\jquery-nui\src\jquery.calendar.js" />
  292. <Content Include="Content\themes\jquery-nui\src\jquery.combo.js" />
  293. <Content Include="Content\themes\jquery-nui\src\jquery.cookie.js" />
  294. <Content Include="Content\themes\jquery-nui\src\jquery.datagrid.js" />
  295. <Content Include="Content\themes\jquery-nui\src\jquery.editor.js" />
  296. <Content Include="Content\themes\jquery-nui\src\jquery.form.js" />
  297. <Content Include="Content\themes\jquery-nui\src\jquery.helper.js" />
  298. <Content Include="Content\themes\jquery-nui\src\jquery.input.js" />
  299. <Content Include="Content\themes\jquery-nui\src\jquery.layout.js" />
  300. <Content Include="Content\themes\jquery-nui\src\jquery.linkbutton.js" />
  301. <Content Include="Content\themes\jquery-nui\src\jquery.login.js" />
  302. <Content Include="Content\themes\jquery-nui\src\jquery.medialist.js" />
  303. <Content Include="Content\themes\jquery-nui\src\jquery.numberspinner.js" />
  304. <Content Include="Content\themes\jquery-nui\src\jquery.progress.js" />
  305. <Content Include="Content\themes\jquery-nui\src\jquery.slide.js" />
  306. <Content Include="Content\themes\jquery-nui\src\jquery.slideunlock.js" />
  307. <Content Include="Content\themes\jquery-nui\src\jquery.tools.js" />
  308. <Content Include="Content\themes\jquery-nui\src\jquery.window.js" />
  309. <Content Include="Content\themes\jquery-nui\src\jquery.zoom.js" />
  310. <Content Include="Content\themes\jquery-nui\themes\default\font\fontawesome.svg" />
  311. <Content Include="Content\themes\jquery-nui\themes\default\font\iconfont.css" />
  312. <Content Include="Content\themes\jquery-nui\themes\default\font\test.html" />
  313. <Content Include="Content\themes\jquery-nui\themes\default\font\test2.html" />
  314. <Content Include="Content\themes\jquery-nui\themes\default\images-o\calendar.fw.png" />
  315. <Content Include="Content\themes\jquery-nui\themes\default\images-o\Translucent.fw.png" />
  316. <Content Include="Content\themes\jquery-nui\themes\default\images-o\Translucent.png" />
  317. <Content Include="Content\themes\jquery-nui\themes\default\images-o\window-tools.fw.png" />
  318. <Content Include="Content\themes\jquery-nui\themes\default\images-o\window-tools.png" />
  319. <Content Include="Content\themes\jquery-nui\themes\default\images-o\旋转2.gif" />
  320. <Content Include="Content\themes\jquery-nui\themes\default\images-o\旋转2.html" />
  321. <Content Include="Content\themes\jquery-nui\themes\default\images-o\旋转2.swf" />
  322. <Content Include="Content\themes\jquery-nui\themes\default\images\calendar.png" />
  323. <Content Include="Content\themes\jquery-nui\themes\default\images\drop.png" />
  324. <Content Include="Content\themes\jquery-nui\themes\default\images\icons.png" />
  325. <Content Include="Content\themes\jquery-nui\themes\default\images\slid-next.png" />
  326. <Content Include="Content\themes\jquery-nui\themes\default\images\slid-prev.png" />
  327. <Content Include="Content\themes\jquery-nui\themes\default\images\spinner.gif" />
  328. <Content Include="Content\themes\jquery-nui\themes\default\images\spinner2.gif" />
  329. <Content Include="Content\themes\jquery-nui\themes\default\images\TranslucentBlack.png" />
  330. <Content Include="Content\themes\jquery-nui\themes\default\images\TranslucentWhite.png" />
  331. <Content Include="Content\themes\jquery-nui\themes\default\images\window-tools.png" />
  332. <Content Include="Content\themes\jquery-nui\themes\default\layout.css" />
  333. <Content Include="Content\themes\jquery-nui\themes\default\nui.css" />
  334. <Content Include="Content\themes\jquery-nui\themes\default\progress.css" />
  335. <Content Include="Content\themes\jquery-nui\themes\default\window.css" />
  336. <Content Include="Content\themes\jquery-nui\themes\form\calendar.css" />
  337. <Content Include="Content\themes\jquery-nui\themes\form\combo.css" />
  338. <Content Include="Content\themes\jquery-nui\themes\form\images\calendar.fw.png" />
  339. <Content Include="Content\themes\jquery-nui\themes\form\images\calendar.png" />
  340. <Content Include="Content\themes\jquery-nui\themes\form\images\icons.png" />
  341. <Content Include="Content\themes\jquery-nui\themes\form\numberspinner.css" />
  342. <Content Include="Content\themes\jquery-nui\themes\icons.css" />
  343. <Content Include="Content\themes\jquery-nui\themes\icons\win3x-menu.png" />
  344. <Content Include="Content\themes\jquery-nui\themes\linkbutton\lkinkbutton.css" />
  345. <Content Include="Content\themes\jquery-nui\themes\medialist-default\medialist.css" />
  346. <Content Include="Content\themes\jquery-nui\themes\widget\editor.css" />
  347. <Content Include="Content\themes\jquery-nui\themes\widget\editor\editor.css" />
  348. <Content Include="Content\themes\jquery-nui\themes\widget\editor\images\icons.png" />
  349. <Content Include="Content\themes\jquery-nui\themes\widget\editor\images\triangle.png" />
  350. <Content Include="Content\themes\jquery-nui\themes\widget\slideunlock.css" />
  351. <Content Include="Content\themes\jquery-nui\themes\widget\slide\images\slid-next.png" />
  352. <Content Include="Content\themes\jquery-nui\themes\widget\slide\images\slid-prev.png" />
  353. <Content Include="Content\themes\jquery-nui\themes\widget\slide\slide.css" />
  354. <Content Include="Content\themes\jquery-nui\themes\widget\zoom\images\drop.png" />
  355. <Content Include="Content\themes\jquery-nui\themes\widget\zoom\zoom.css" />
  356. <Content Include="Content\themes\jquery-nui\themes\win32\images-o\win3x-menu.png" />
  357. <Content Include="Content\themes\jquery-nui\themes\win32\images-o\window-tools.fw.png" />
  358. <Content Include="Content\themes\jquery-nui\themes\win32\images-o\window-tools.png" />
  359. <Content Include="Content\themes\jquery-nui\themes\win32\images\window-tools.png" />
  360. <Content Include="Content\themes\jquery-nui\themes\win32\window.css" />
  361. <Content Include="Content\themes\login\version1\images\img01.jpg" />
  362. <Content Include="Content\themes\login\version1\images\logo.png" />
  363. <Content Include="Content\themes\login\version1\js\jquery-1.11.0.min.js" />
  364. <Content Include="Content\themes\login\version1\js\login.js" />
  365. <Content Include="Content\themes\login\version1\login.html" />
  366. <Content Include="Content\themes\login\version1\themes\default\style.css" />
  367. <Content Include="Content\themes\login\version2\css\style.css" />
  368. <Content Include="Content\themes\login\version2\images\form_bg.png" />
  369. <Content Include="Content\themes\login\version2\images\login_bg.png" />
  370. <Content Include="Content\themes\login\version2\images\login_content.png" />
  371. <Content Include="Content\themes\login\version2\images\login_image.jpg" />
  372. <Content Include="Content\themes\login\version2\js\login.js" />
  373. <Content Include="Content\themes\login\version2\Login.html" />
  374. <Content Include="Content\themes\login\version3\css\style.css" />
  375. <Content Include="Content\themes\login\version3\images1\1.png" />
  376. <Content Include="Content\themes\login\version3\images1\bg.png" />
  377. <Content Include="Content\themes\login\version3\images1\login_content.fw.png" />
  378. <Content Include="Content\themes\login\version3\images\login_bg.png" />
  379. <Content Include="Content\themes\login\version3\images\login_content.png" />
  380. <Content Include="Content\themes\login\version3\js\login.js" />
  381. <Content Include="Content\themes\login\version3\Login.html" />
  382. <Content Include="Content\themes\version1\Cart\cart.clearance.html" />
  383. <Content Include="Content\themes\version1\Cart\cart.html" />
  384. <Content Include="Content\themes\version1\Clearance\clearance.detail.html" />
  385. <Content Include="Content\themes\version1\Clearance\clearance.html" />
  386. <Content Include="Content\themes\version1\css\button.css" />
  387. <Content Include="Content\themes\version1\css\icons.css" />
  388. <Content Include="Content\themes\version1\Favorite\favorite.html" />
  389. <Content Include="Content\themes\version1\Home\home.html" />
  390. <Content Include="Content\themes\version1\images-o\goldhoo_bg.png" />
  391. <Content Include="Content\themes\version1\images-o\logo.png" />
  392. <Content Include="Content\themes\version1\images-o\logo_DarkRed.png" />
  393. <Content Include="Content\themes\version1\images-o\logo_Default.png" />
  394. <Content Include="Content\themes\version1\images-o\new.gif" />
  395. <Content Include="Content\themes\version1\images-o\金虎Logo背景.png" />
  396. <Content Include="Content\themes\version1\images\1200_450_01.jpg" />
  397. <Content Include="Content\themes\version1\images\1200_450_02.jpg" />
  398. <Content Include="Content\themes\version1\images\1200_450_03.jpg" />
  399. <Content Include="Content\themes\version1\images\fei-left.jpg" />
  400. <Content Include="Content\themes\version1\images\fei-right.jpg" />
  401. <Content Include="Content\themes\version1\images\list-icon.png" />
  402. <Content Include="Content\themes\version1\images\login-bg.jpg" />
  403. <Content Include="Content\themes\version1\images\logo.jpg" />
  404. <Content Include="Content\themes\version1\images\logo.png" />
  405. <Content Include="Content\themes\version1\images\logo_DarkRed.png" />
  406. <Content Include="Content\themes\version1\images\logo_Default.png" />
  407. <Content Include="Content\themes\version1\images\new.gif" />
  408. <Content Include="Content\themes\version1\images\noimg.jpg" />
  409. <Content Include="Content\themes\version1\images\pwd-icons-new.png" />
  410. <Content Include="Content\themes\version1\images\sample_50x60.png" />
  411. <Content Include="Content\themes\version1\images\TranslucentBlack.png" />
  412. <Content Include="Content\themes\version1\js\accountFlow.js" />
  413. <Content Include="Content\themes\version1\js\address.js" />
  414. <Content Include="Content\themes\version1\js\cart.js" />
  415. <Content Include="Content\themes\version1\js\checkout.js" />
  416. <Content Include="Content\themes\version1\js\clearance.list.js" />
  417. <Content Include="Content\themes\version1\js\crumb.js" />
  418. <Content Include="Content\themes\version1\js\details-combt.js" />
  419. <Content Include="Content\themes\version1\js\details.js" />
  420. <Content Include="Content\themes\version1\js\favorite.js" />
  421. <Content Include="Content\themes\version1\js\favorite_有组合列表.js" />
  422. <Content Include="Content\themes\version1\js\helper.js" />
  423. <Content Include="Content\themes\version1\js\helperCenter.js" />
  424. <Content Include="Content\themes\version1\js\home.js" />
  425. <Content Include="Content\themes\version1\js\jquery-1.11.0.min.js" />
  426. <Content Include="Content\themes\version1\js\ListLargeImage.js" />
  427. <Content Include="Content\themes\version1\js\login.js" />
  428. <Content Include="Content\themes\version1\js\myAccountAddress.js" />
  429. <Content Include="Content\themes\version1\js\myAccountSafety.js" />
  430. <Content Include="Content\themes\version1\js\myAccountSalesman.js" />
  431. <Content Include="Content\themes\version1\js\newsDetails.js" />
  432. <Content Include="Content\themes\version1\js\order.js" />
  433. <Content Include="Content\themes\version1\js\orderInfo.clearance.js" />
  434. <Content Include="Content\themes\version1\js\orderInfoLock.js" />
  435. <Content Include="Content\themes\version1\js\personalInfo.js" />
  436. <Content Include="Content\themes\version1\js\product1.js" />
  437. <Content Include="Content\themes\version1\js\product.js" />
  438. <Content Include="Content\themes\version1\js\product_有组合列表.js" />
  439. <Content Include="Content\themes\version1\js\promotionDetails.js" />
  440. <Content Include="Content\themes\version1\js\promotionHome.js" />
  441. <Content Include="Content\themes\version1\js\safety.js" />
  442. <Content Include="Content\themes\version1\js\surverDetails.js" />
  443. <Content Include="Content\themes\version1\MyAccount\myAccount-accountFlow.html" />
  444. <Content Include="Content\themes\version1\MyAccount\myAccount-personalInfo.html" />
  445. <Content Include="Content\themes\version1\MyAccount\myAccount-safety.html" />
  446. <Content Include="Content\themes\version1\News\news-details.html" />
  447. <Content Include="Content\themes\version1\News\news.html" />
  448. <Content Include="Content\themes\version1\Order\order.html" />
  449. <Content Include="Content\themes\version1\Order\orderInfo.clearance.html" />
  450. <Content Include="Content\themes\version1\Order\orderInfo.html" />
  451. <Content Include="Content\themes\version1\Order\ReadonlyDetails.clearance.html" />
  452. <Content Include="Content\themes\version1\Order\ReadonlyDetails.html" />
  453. <Content Include="Content\themes\version1\Order\_LogisticsScout.html" />
  454. <Content Include="Content\themes\version1\Order\_LogisticsScoutLine.html" />
  455. <Content Include="Content\themes\version1\Order\_LogisticsScoutOrder.html" />
  456. <Content Include="Content\themes\version1\Order\_LookCloseLog.html" />
  457. <Content Include="Content\themes\version1\Porduct\detail-combt.html" />
  458. <Content Include="Content\themes\version1\Porduct\detail-combt_有组合列表.html" />
  459. <Content Include="Content\themes\version1\Porduct\detail.html" />
  460. <Content Include="Content\themes\version1\Porduct\product.html" />
  461. <Content Include="Content\themes\version1\themes\DarkRed\style.css" />
  462. <Content Include="Content\themes\version1\themes\default\style.css" />
  463. <Content Include="Content\themes\version1\themes\FireBrick\style.css" />
  464. <Content Include="favicon.ico" />
  465. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  466. <Content Include="Global.asax" />
  467. <Content Include="Scripts\bootstrap.js" />
  468. <Content Include="Scripts\bootstrap.min.js" />
  469. <Content Include="log4net.config" />
  470. <Content Include="Content\themes\jquery-nui\themes\default\font\font-awesome-4.5.0.zip" />
  471. <Content Include="Content\themes\jquery-nui\themes\default\font\fontawesome.eot" />
  472. <Content Include="Content\themes\jquery-nui\themes\default\font\FontAwesome.otf" />
  473. <Content Include="Content\themes\jquery-nui\themes\default\font\fontawesome.ttf" />
  474. <Content Include="Content\themes\jquery-nui\themes\default\font\fontawesome.woff" />
  475. <Content Include="Content\themes\jquery-nui\themes\default\font\fontawesome.woff2" />
  476. <Content Include="Content\themes\jquery-nui\themes\default\images-o\旋转1.psd" />
  477. <Content Include="Content\themes\version1\images-o\金虎Logo.psd" />
  478. <Content Include="Content\themes\version1\images-o\金虎Logo背景.psd" />
  479. <Content Include="Content\themes\version1\images-o\new.psd" />
  480. <Content Include="Content\themes\jquery-nui\themes\default\images-o\旋转2.fla" />
  481. <Content Include="Content\themes\jquery-nui\themes\default\images-o\旋转2.psd" />
  482. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  483. <None Include="Scripts\jquery-1.10.2.intellisense.js" />
  484. <Content Include="Scripts\jquery-1.10.2.js" />
  485. <Content Include="Scripts\jquery-1.10.2.min.js" />
  486. <None Include="Scripts\jquery.validate-vsdoc.js" />
  487. <Content Include="Scripts\jquery.validate.js" />
  488. <Content Include="Scripts\jquery.validate.min.js" />
  489. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  490. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  491. <Content Include="Scripts\modernizr-2.6.2.js" />
  492. <Content Include="Scripts\respond.js" />
  493. <Content Include="Scripts\respond.min.js" />
  494. <Content Include="Scripts\_references.js" />
  495. <Content Include="Web.config">
  496. <SubType>Designer</SubType>
  497. </Content>
  498. <Content Include="Web.Debug.config">
  499. <DependentUpon>Web.config</DependentUpon>
  500. </Content>
  501. <Content Include="Web.Release.config">
  502. <DependentUpon>Web.config</DependentUpon>
  503. </Content>
  504. <Content Include="Views\Web.config" />
  505. <Content Include="Views\_ViewStart.cshtml" />
  506. <Content Include="Views\Shared\Error.cshtml" />
  507. <Content Include="Views\Shared\_Layout.cshtml" />
  508. <Content Include="Views\Home\Index.cshtml" />
  509. <Content Include="Scripts\jquery-1.10.2.min.map" />
  510. <Content Include="Views\Account\Login.cshtml" />
  511. <Content Include="Views\ShoppingCart\ShoppingCart.cshtml" />
  512. <Content Include="Views\Product\Product.cshtml" />
  513. <Content Include="Views\PurchaseOrder\PurchaseOrder.cshtml" />
  514. <Content Include="Views\Shared\_LayoutEmpty.cshtml" />
  515. <Content Include="Views\Shared\_FooterPartial.cshtml" />
  516. <Content Include="Views\Shared\_HeaderPartial.cshtml" />
  517. <Content Include="Views\Favorites\Favorites.cshtml" />
  518. <Content Include="Views\PurchaseOrder\Details.cshtml" />
  519. <Content Include="Views\Product\Details.cshtml" />
  520. <Content Include="Views\CustomCart\CustomCart.cshtml" />
  521. <Content Include="Views\PurchaseOrder\ReadonlyDetails.cshtml" />
  522. <Content Include="Views\Error\Error.cshtml" />
  523. <Content Include="Views\MyCenter\PersonalInfo.cshtml" />
  524. <Content Include="Views\Activity\Activity.cshtml" />
  525. <Content Include="Views\Activity\_Menu.cshtml" />
  526. <Content Include="Views\Product\CombtDetails.cshtml" />
  527. <Content Include="Views\Activity\ActivityDetails.cshtml">
  528. <SubType>Code</SubType>
  529. </Content>
  530. <Content Include="Views\MyCenter\_Menu.cshtml" />
  531. <Content Include="Views\MyCenter\Safety.cshtml" />
  532. <Content Include="Views\Account\Login_v1.cshtml" />
  533. <Content Include="Views\PurchaseOrder\_LogisticsScoutLine.cshtml" />
  534. <Content Include="Views\Error\NorError.cshtml" />
  535. <Content Include="Views\PurchaseOrder\_LogisticsScoutOrder.cshtml" />
  536. <Content Include="Views\MyCenter\AccountFlow.cshtml" />
  537. <Content Include="Views\PurchaseOrder\_LookCloseLog.cshtml" />
  538. <Content Include="Views\Clearance\Clearance.cshtml" />
  539. <Content Include="Views\Clearance\Details.cshtml" />
  540. <Content Include="Views\ClearanceCart\ClearanceCart.cshtml" />
  541. <Content Include="Views\PurchaseOrder\ClearanceDetails.cshtml" />
  542. <Content Include="Views\PurchaseOrder\ReadonlyClearanceDetails.cshtml" />
  543. <Content Include="Views\PurchaseOrder\_ErpStatusInfo.cshtml" />
  544. <Content Include="Views\PurchaseOrder\_ShipLineTrace.cshtml" />
  545. <Content Include="Views\PurchaseOrder\_ShipTrace.cshtml" />
  546. <Content Include="Views\Account\Login_v2.cshtml" />
  547. <Content Include="Views\ClearanceCustomCart\ClearanceCustomCart.cshtml" />
  548. </ItemGroup>
  549. <ItemGroup>
  550. <Folder Include="App_Data\" />
  551. <Folder Include="Content\themes\jquery-nui\demo\button\images\" />
  552. <Folder Include="Content\themes\jquery-nui\demo\datagrid\images\" />
  553. <Folder Include="Content\themes\jquery-nui\demo\form\images\" />
  554. <Folder Include="Content\themes\jquery-nui\demo\widget\editor\images\" />
  555. <Folder Include="Content\themes\jquery-nui\demo\widget\slideunlock\images\" />
  556. <Folder Include="Content\themes\jquery-nui\themes\linkbutton\images\" />
  557. <Folder Include="Content\themes\jquery-nui\themes\widget\slideunlock\images\" />
  558. <Folder Include="Views\Base\" />
  559. </ItemGroup>
  560. <ItemGroup>
  561. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  562. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  563. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  564. <Content Include="packages.config" />
  565. <None Include="Project_Readme.html" />
  566. </ItemGroup>
  567. <ItemGroup>
  568. <ProjectReference Include="..\Befri.Goldhoo.Common\Befri.Goldhoo.Common.csproj">
  569. <Project>{182d3fa3-9d93-4dcc-87c9-b0a8215e35f8}</Project>
  570. <Name>Befri.Goldhoo.Common</Name>
  571. </ProjectReference>
  572. <ProjectReference Include="..\Befri.Goldhoo.Services\Befri.Goldhoo.Services.csproj">
  573. <Project>{49b0bacf-4725-4b3f-953f-049eab3cd644}</Project>
  574. <Name>Befri.Goldhoo.Services</Name>
  575. </ProjectReference>
  576. <ProjectReference Include="..\Befri.Goldhoo.Shopping.Services\Befri.Goldhoo.Shopping.Services.csproj">
  577. <Project>{8c165ce2-ed52-4516-af5e-7abafed449c3}</Project>
  578. <Name>Befri.Goldhoo.Shopping.Services</Name>
  579. </ProjectReference>
  580. </ItemGroup>
  581. <PropertyGroup>
  582. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  583. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  584. </PropertyGroup>
  585. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  586. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  587. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  588. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  589. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  590. </Target>
  591. <ProjectExtensions>
  592. <VisualStudio>
  593. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  594. <WebProjectProperties>
  595. <UseIIS>True</UseIIS>
  596. <AutoAssignPort>True</AutoAssignPort>
  597. <DevelopmentServerPort>2732</DevelopmentServerPort>
  598. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  599. <IISUrl>http://localhost:2732/</IISUrl>
  600. <NTLMAuthentication>False</NTLMAuthentication>
  601. <UseCustomServer>False</UseCustomServer>
  602. <CustomServerUrl>
  603. </CustomServerUrl>
  604. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  605. </WebProjectProperties>
  606. </FlavorProperties>
  607. </VisualStudio>
  608. </ProjectExtensions>
  609. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  610. Other similar extension points exist, see Microsoft.Common.targets.
  611. <Target Name="BeforeBuild">
  612. </Target>
  613. <Target Name="AfterBuild">
  614. </Target> -->
  615. </Project>