You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

792 lines
42 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  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="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>
  9. </ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{0DA47C07-7EF7-4811-BB50-B5240027DE2F}</ProjectGuid>
  12. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>JMEAgentSystem</RootNamespace>
  16. <AssemblyName>JMEAgentSystem</AssemblyName>
  17. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  18. <UseIISExpress>true</UseIISExpress>
  19. <Use64BitIISExpress />
  20. <IISExpressSSLPort />
  21. <IISExpressAnonymousAuthentication />
  22. <IISExpressWindowsAuthentication />
  23. <IISExpressUseClassicPipelineMode />
  24. <UseGlobalApplicationHostFile />
  25. <NuGetPackageImportStamp>
  26. </NuGetPackageImportStamp>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  29. <DebugSymbols>true</DebugSymbols>
  30. <DebugType>full</DebugType>
  31. <Optimize>false</Optimize>
  32. <OutputPath>bin\</OutputPath>
  33. <DefineConstants>DEBUG;TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\</OutputPath>
  42. <DefineConstants>TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="AjaxControlToolkit, Version=20.1.0.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e, processorArchitecture=MSIL">
  48. <HintPath>..\packages\AjaxControlToolkit.20.1.0\lib\net40\AjaxControlToolkit.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Autofac, Version=4.9.4.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Autofac.4.9.4\lib\net45\Autofac.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Autofac.Integration.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
  54. <HintPath>..\packages\Autofac.Web.4.0.0\lib\net45\Autofac.Integration.Web.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.ComponentModel.DataAnnotations" />
  58. <Reference Include="System" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  63. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System.Web.Extensions" />
  66. <Reference Include="System.Web.Http">
  67. <HintPath>..\packages\System.Web.Http.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Windows.Forms" />
  70. <Reference Include="System.Xml.Linq" />
  71. <Reference Include="System.Drawing" />
  72. <Reference Include="System.Web" />
  73. <Reference Include="System.Xml" />
  74. <Reference Include="System.Configuration" />
  75. <Reference Include="System.Web.Services" />
  76. <Reference Include="System.EnterpriseServices" />
  77. <Reference Include="System.Web.DynamicData" />
  78. <Reference Include="System.Web.Entity" />
  79. <Reference Include="System.Web.ApplicationServices" />
  80. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  81. <Private>True</Private>
  82. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  83. </Reference>
  84. <Reference Include="AspNet.ScriptManager.bootstrap">
  85. <HintPath>..\packages\AspNet.ScriptManager.bootstrap.3.3.7\lib\net45\AspNet.ScriptManager.bootstrap.dll</HintPath>
  86. </Reference>
  87. <Reference Include="AspNet.ScriptManager.jQuery">
  88. <HintPath>..\packages\AspNet.ScriptManager.jQuery.3.3.1\lib\net45\AspNet.ScriptManager.jQuery.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Microsoft.ScriptManager.MSAjax">
  91. <HintPath>..\packages\Microsoft.AspNet.ScriptManager.MSAjax.5.0.0\lib\net45\Microsoft.ScriptManager.MSAjax.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Microsoft.ScriptManager.WebForms">
  94. <HintPath>..\packages\Microsoft.AspNet.ScriptManager.WebForms.5.0.0\lib\net45\Microsoft.ScriptManager.WebForms.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  97. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  98. </Reference>
  99. <Reference Include="Newtonsoft.Json">
  100. <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  101. </Reference>
  102. <Reference Include="WebGrease">
  103. <Private>True</Private>
  104. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Antlr3.Runtime">
  107. <Private>True</Private>
  108. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Microsoft.AspNet.Web.Optimization.WebForms">
  111. <Private>True</Private>
  112. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.WebForms.1.1.3\lib\net45\Microsoft.AspNet.Web.Optimization.WebForms.dll</HintPath>
  113. </Reference>
  114. <Reference Include="Microsoft.AspNet.FriendlyUrls">
  115. <HintPath>..\packages\Microsoft.AspNet.FriendlyUrls.Core.1.0.2\lib\net45\Microsoft.AspNet.FriendlyUrls.dll</HintPath>
  116. </Reference>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Reference Include="EntityFramework">
  120. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  121. </Reference>
  122. <Reference Include="EntityFramework.SqlServer">
  123. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  124. </Reference>
  125. <Reference Include="Microsoft.AspNet.Identity.Core">
  126. <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.2\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  127. </Reference>
  128. <Reference Include="Microsoft.AspNet.Identity.Owin">
  129. <HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.2.2\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
  130. </Reference>
  131. <Reference Include="Microsoft.AspNet.Identity.EntityFramework">
  132. <HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.2\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Web.Providers">
  135. <HintPath>..\packages\Microsoft.AspNet.Providers.Core.2.0.0\lib\net40\System.Web.Providers.dll</HintPath>
  136. </Reference>
  137. <Reference Include="Microsoft.Owin">
  138. <HintPath>..\packages\Microsoft.Owin.4.0.0\lib\net451\Microsoft.Owin.dll</HintPath>
  139. </Reference>
  140. <Reference Include="Microsoft.Owin.Host.SystemWeb">
  141. <HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.4.0.0\lib\net451\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
  142. </Reference>
  143. <Reference Include="Microsoft.Owin.Security">
  144. <HintPath>..\packages\Microsoft.Owin.Security.4.0.0\lib\net451\Microsoft.Owin.Security.dll</HintPath>
  145. </Reference>
  146. <Reference Include="Microsoft.Owin.Security.Cookies">
  147. <HintPath>..\packages\Microsoft.Owin.Security.Facebook.4.0.0\lib\net451\Microsoft.Owin.Security.Facebook.dll</HintPath>
  148. </Reference>
  149. <Reference Include="Microsoft.Owin.Security.Cookies">
  150. <HintPath>..\packages\Microsoft.Owin.Security.Cookies.4.0.0\lib\net451\Microsoft.Owin.Security.Cookies.dll</HintPath>
  151. </Reference>
  152. <Reference Include="Microsoft.Owin.Security.Google">
  153. <HintPath>..\packages\Microsoft.Owin.Security.Google.4.0.0\lib\net451\Microsoft.Owin.Security.Google.dll</HintPath>
  154. </Reference>
  155. <Reference Include="Microsoft.Owin.Security.Twitter">
  156. <HintPath>..\packages\Microsoft.Owin.Security.Twitter.4.0.0\lib\net451\Microsoft.Owin.Security.Twitter.dll</HintPath>
  157. </Reference>
  158. <Reference Include="Microsoft.Owin.Security.MicrosoftAccount">
  159. <HintPath>..\packages\Microsoft.Owin.Security.MicrosoftAccount.4.0.0\lib\net451\Microsoft.Owin.Security.MicrosoftAccount.dll</HintPath>
  160. </Reference>
  161. <Reference Include="Microsoft.Owin.Security.OAuth">
  162. <HintPath>..\packages\Microsoft.Owin.Security.OAuth.4.0.0\lib\net451\Microsoft.Owin.Security.OAuth.dll</HintPath>
  163. </Reference>
  164. <Reference Include="Owin">
  165. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  166. </Reference>
  167. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
  168. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  169. </Reference>
  170. </ItemGroup>
  171. <ItemGroup>
  172. <Content Include="Component\AutoComplete\DataSource.asmx" />
  173. <Content Include="Component\AutoComplete\SwiftTextBox.ascx" />
  174. <Content Include="Content\bootstrap-theme.css.map" />
  175. <Content Include="Content\bootstrap-theme.min.css" />
  176. <Content Include="Content\bootstrap-theme.min.css.map" />
  177. <Content Include="Content\bootstrap.css" />
  178. <Content Include="Content\bootstrap.css.map" />
  179. <Content Include="Content\bootstrap.min.css" />
  180. <Content Include="Content\bootstrap.min.css.map" />
  181. <Content Include="Content\css\Document.css" />
  182. <Content Include="Content\css\ie9.css" />
  183. <Content Include="Content\css\signature-pad.css" />
  184. <Content Include="Content\icons.css" />
  185. <Content Include="Content\receipt.css" />
  186. <Content Include="images\Document\alienBack.jpg" />
  187. <Content Include="images\Document\alienFront.jpg" />
  188. <Content Include="images\jme.png" />
  189. <Content Include="images\loading.gif" />
  190. <Content Include="images\pre-loader-img.gif" />
  191. <Content Include="Content\style.css" />
  192. <Content Include="favicon.ico" />
  193. <Content Include="fonts\fontawesome-webfont5b62.svg" />
  194. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  195. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  196. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  197. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  198. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  199. <Content Include="fonts\ioniconsaa26.svg" />
  200. <Content Include="fonts\materialdesignicons-webfont6c9c.svg" />
  201. <Content Include="fonts\themify9f24.svg" />
  202. <Content Include="Global.asax" />
  203. <Content Include="fonts\fontawesome-webfont5b62.eot" />
  204. <Content Include="fonts\fontawesome-webfont5b62.ttf" />
  205. <Content Include="fonts\fontawesome-webfont5b62.woff" />
  206. <Content Include="fonts\fontawesome-webfont5b62.woff2" />
  207. <Content Include="fonts\fontawesome-webfontd41d.eot" />
  208. <Content Include="fonts\glyphicons-halflings-regulard41d.eot" />
  209. <Content Include="fonts\ioniconsaa26.eot" />
  210. <Content Include="fonts\ioniconsaa26.ttf" />
  211. <Content Include="fonts\ioniconsaa26.woff" />
  212. <Content Include="fonts\materialdesignicons-webfont6c9c.eot" />
  213. <Content Include="fonts\materialdesignicons-webfont6c9c.ttf" />
  214. <Content Include="fonts\materialdesignicons-webfont6c9c.woff" />
  215. <Content Include="fonts\materialdesignicons-webfont6c9c.woff2" />
  216. <Content Include="fonts\materialdesignicons-webfontd41d.eot" />
  217. <Content Include="fonts\themify9f24.eot" />
  218. <Content Include="fonts\themify9f24.ttf" />
  219. <Content Include="fonts\themify9f24.woff" />
  220. <Content Include="fonts\themifyd41d.eot" />
  221. <Content Include="images\big\img1.jpg" />
  222. <Content Include="images\favicon.ico" />
  223. <Content Include="images\logo-icon.png" />
  224. <Content Include="images\logo.png" />
  225. <Content Include="images\restaurant.png" />
  226. <Content Include="images\users\avatar-1.jpg" />
  227. <Content Include="js\bootstrap\css\bootstrap-datepicker.min.css" />
  228. <Content Include="js\bootstrap\css\bootstrap-grid.css" />
  229. <Content Include="js\bootstrap\css\bootstrap-grid.min.css" />
  230. <Content Include="js\bootstrap\css\bootstrap-reboot.css" />
  231. <Content Include="js\bootstrap\css\bootstrap-reboot.min.css" />
  232. <Content Include="js\bootstrap\css\bootstrap.css" />
  233. <Content Include="js\bootstrap\css\bootstrap.min.css" />
  234. <Content Include="js\bootstrap\js\bootstrap-datepicker.min.js" />
  235. <Content Include="js\bootstrap\js\bootstrap.bundle.js" />
  236. <Content Include="js\bootstrap\js\bootstrap.bundle.min.js" />
  237. <Content Include="js\bootstrap\js\bootstrap.js" />
  238. <Content Include="js\bootstrap\js\bootstrap.min.js" />
  239. <Content Include="js\browserDetect.js" />
  240. <Content Include="js\Calculator.js" />
  241. <Content Include="js\CustomerSignatureForAdmin.js" />
  242. <Content Include="js\CustomSlider.js" />
  243. <Content Include="js\DashBoardchart.js" />
  244. <Content Include="js\datatables\datatables.min.js" />
  245. <Content Include="js\functions.js" />
  246. <Content Include="js\highcharts\picharts.js" />
  247. <Content Include="js\jquery\columnselector.js" />
  248. <Content Include="js\jquery\images\ui-bg_flat_75_ffffff_40x100.png" />
  249. <Content Include="js\jquery\images\ui-bg_glass_65_ffffff_1x400.png" />
  250. <Content Include="js\jquery\images\ui-bg_glass_75_dadada_1x400.png" />
  251. <Content Include="js\jquery\images\ui-bg_glass_75_e6e6e6_1x400.png" />
  252. <Content Include="js\jquery\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
  253. <Content Include="js\jquery\images\ui-icons_222222_256x240.png" />
  254. <Content Include="js\jquery\images\ui-icons_2e83ff_256x240.png" />
  255. <Content Include="js\jquery\images\ui-icons_454545_256x240.png" />
  256. <Content Include="js\jquery\images\ui-icons_cd0a0a_256x240.png" />
  257. <Content Include="js\jquery\jquery-1.3.2-vsdoc2.js" />
  258. <None Include="js\jquery\jquery-1.4.1-vsdoc.js" />
  259. <Content Include="js\jquery\jquery-1.4.1.js" />
  260. <Content Include="js\jquery\jquery-1.4.1.min.js" />
  261. <Content Include="js\jquery\jquery-3.1.1.min.js" />
  262. <Content Include="js\jquery\jquery-ui.css" />
  263. <Content Include="js\jquery\jquery-ui.min.js" />
  264. <Content Include="js\jquery\jquery.blockUI.js" />
  265. <Content Include="js\jquery\jquery.gritter.css" />
  266. <Content Include="js\jquery\jquery.gritter.min.js" />
  267. <Content Include="js\jquery\jquery.maskedinput-1.2.2.js" />
  268. <Content Include="js\jquery\jquery.min.js" />
  269. <Content Include="js\jquery\jquery.price_format.1.7.js" />
  270. <Content Include="js\jquery\jquery.validate.min.js" />
  271. <Content Include="js\jquery\popup\jquery-ui-1.8rc1.custom.css" />
  272. <Content Include="js\jquery\popup\jquery-ui-1.8rc1.custom.min.js" />
  273. <Content Include="js\jquery\popup\jquery.idletimer.js" />
  274. <Content Include="js\Jsfunc.js" />
  275. <Content Include="js\jspdf.debug.js" />
  276. <Content Include="js\jspdf.min.js" />
  277. <Content Include="js\listBoxMovement.js" />
  278. <Content Include="js\menucontrol.js" />
  279. <Content Include="js\popper\popper.js" />
  280. <Content Include="js\popper\popper.min.js" />
  281. <Content Include="js\popupmenu.js" />
  282. <Content Include="js\Reports\AccountStatement.js" />
  283. <Content Include="js\Reports\AccountStatementAgent.js" />
  284. <Content Include="js\signature_pad.umd.js" />
  285. <Content Include="js\singnature\customerSignature.js" />
  286. <Content Include="js\singnature\signature_pad.umd.js" />
  287. <Content Include="js\swift_autocomplete.js" />
  288. <Content Include="js\swift_autocomplete_custom.js" />
  289. <Content Include="js\swift_calendar.js" />
  290. <Content Include="js\swift_calendar_New.js" />
  291. <Content Include="js\swift_grid.js" />
  292. <Content Include="js\testchart.js" />
  293. <Content Include="pages\calendar-init.js" />
  294. <Content Include="pages\datatables.init.js" />
  295. <Content Include="pages\datepickerinit.js" />
  296. <Content Include="pages\flot.init.js" />
  297. <Content Include="pages\sweet-alert.init.js" />
  298. <Content Include="Plugins\bootstrap-datepicker\css\bootstrap-datepicker.min.css" />
  299. <Content Include="Plugins\bootstrap-datepicker\js\bootstrap-datepicker.min.js" />
  300. <Content Include="Plugins\bootstrap-filestyle\js\bootstrap-filestyle.min.js" />
  301. <Content Include="Plugins\bootstrap-sweetalert\sweet-alert.css" />
  302. <Content Include="Plugins\bootstrap-sweetalert\sweet-alert.min.js" />
  303. <Content Include="Plugins\datatables\buttons.bootstrap.min.css" />
  304. <Content Include="Plugins\datatables\buttons.bootstrap.min.js" />
  305. <Content Include="Plugins\datatables\buttons.html5.min.js" />
  306. <Content Include="Plugins\datatables\buttons.print.min.js" />
  307. <Content Include="Plugins\datatables\dataTables.bootstrap.js" />
  308. <Content Include="Plugins\datatables\dataTables.bootstrap.min.css" />
  309. <Content Include="Plugins\datatables\dataTables.buttons.min.js" />
  310. <Content Include="Plugins\datatables\dataTables.fixedHeader.min.js" />
  311. <Content Include="Plugins\datatables\dataTables.keyTable.min.js" />
  312. <Content Include="Plugins\datatables\dataTables.responsive.min.js" />
  313. <Content Include="Plugins\datatables\dataTables.scroller.min.js" />
  314. <Content Include="Plugins\datatables\fixedHeader.bootstrap.min.css" />
  315. <Content Include="Plugins\datatables\jquery.dataTables.min.css" />
  316. <Content Include="Plugins\datatables\jquery.dataTables.min.js" />
  317. <Content Include="Plugins\datatables\jszip.min.js" />
  318. <Content Include="Plugins\datatables\pdfmake.min.js" />
  319. <Content Include="Plugins\datatables\responsive.bootstrap.min.css" />
  320. <Content Include="Plugins\datatables\responsive.bootstrap.min.js" />
  321. <Content Include="Plugins\datatables\scroller.bootstrap.min.css" />
  322. <Content Include="Plugins\datatables\vfs_fonts.js" />
  323. <Content Include="Plugins\fullcalendar\css\fullcalendar.min.css" />
  324. <Content Include="Plugins\fullcalendar\js\fullcalendar.min.js" />
  325. <Content Include="Plugins\jquery-ui\jquery-ui.min.js" />
  326. <Content Include="Plugins\jQueryAlert\css\jquery.notify.css" />
  327. <Content Include="Plugins\jQueryAlert\images\paper_plane.png" />
  328. <Content Include="Plugins\jQueryAlert\js\jquery-1.8.2.min.js" />
  329. <Content Include="Plugins\jQueryAlert\js\jquery.notify.min.js" />
  330. <Content Include="Plugins\loadingoverlay\loadingoverlay.min.js" />
  331. <Content Include="Plugins\loadingoverlay\loadingoverlay_progress.min.js" />
  332. <Content Include="Plugins\timepicker\bootstrap-timepicker.js" />
  333. <Content Include="Plugins\timepicker\bootstrap-timepicker.min.css" />
  334. <Content Include="Scripts\Account\ChangePassword.js" />
  335. <Content Include="Scripts\Account\Login.js" />
  336. <Content Include="Scripts\AddIdPitcure\addPicture.js" />
  337. <Content Include="Scripts\Alert\AlertBox.js" />
  338. <Content Include="Scripts\app.js" />
  339. <Content Include="Scripts\bootstrap.js" />
  340. <Content Include="Scripts\bootstrap.min.js" />
  341. <Content Include="Scripts\Calculator\Calculator.js" />
  342. <Content Include="Scripts\Customer\CustomerRegistration.js" />
  343. <Content Include="Scripts\Customer\Document.js" />
  344. <Content Include="Scripts\detect.js" />
  345. <Content Include="Scripts\fastclick.js" />
  346. <Content Include="Scripts\functions.js" />
  347. <Content Include="Scripts\js\swift_autocomplete.js" />
  348. <Content Include="Scripts\Receiver\ReceiverRegistrationNew.js" />
  349. <Content Include="Scripts\SendTxnJs\customerData.js" />
  350. <Content Include="Scripts\SendTxnJs\ReceiverData.js" />
  351. <Content Include="Scripts\SendTxnJs\SendMoneyRequest.js" />
  352. <Content Include="Scripts\SendTxnJs\SendTxnInfo.js" />
  353. <Content Include="ui\bootstrap\css\bootstrap-theme.css" />
  354. <Content Include="ui\bootstrap\css\bootstrap-theme.min.css" />
  355. <Content Include="ui\bootstrap\css\bootstrap.css" />
  356. <Content Include="ui\bootstrap\css\bootstrap.min.css" />
  357. <Content Include="ui\bootstrap\fonts\glyphicons-halflings-regular.svg" />
  358. <Content Include="ui\bootstrap\js\bootstrap.js" />
  359. <Content Include="ui\bootstrap\js\bootstrap.min.js" />
  360. <Content Include="ui\bootstrap\js\npm.js" />
  361. <Content Include="ui\css\awesome-bootstrap-checkbox.css" />
  362. <Content Include="ui\css\bootstrap-editable.css" />
  363. <Content Include="ui\css\bootstrap-slider.min.css" />
  364. <Content Include="ui\css\bootstrap-switch.min.css" />
  365. <Content Include="ui\css\bootstrap-wysihtml5.css" />
  366. <Content Include="ui\css\chartist.min.css" />
  367. <Content Include="ui\css\datepicker-custom.css" />
  368. <Content Include="ui\css\form_wizard.css" />
  369. <Content Include="ui\css\fullcalendar.min.css" />
  370. <Content Include="ui\css\fullcalendar.print.css" />
  371. <Content Include="ui\css\intlTelInput.css" />
  372. <Content Include="ui\css\jquery.fileupload.css" />
  373. <Content Include="ui\css\magnific-popup.css" />
  374. <Content Include="ui\css\menu.css" />
  375. <Content Include="ui\css\menu1.css" />
  376. <Content Include="ui\css\morris-0.4.3.min.css" />
  377. <Content Include="ui\css\nanoscroller.css" />
  378. <Content Include="ui\css\red.css" />
  379. <Content Include="ui\css\select.css" />
  380. <Content Include="ui\css\style.css" />
  381. <Content Include="ui\css\sweetalert.css" />
  382. <Content Include="ui\css\waves.min.css" />
  383. <Content Include="ui\css\wysiwyg-color.css" />
  384. <Content Include="ui\font-awesome\css\font-awesome.css" />
  385. <Content Include="ui\font-awesome\css\font-awesome.min.css" />
  386. <Content Include="ui\font-awesome\fonts\fontawesome-webfont.svg" />
  387. <Content Include="ui\font-awesome\HELP-US-OUT.txt" />
  388. <Content Include="ui\images\1.jpg" />
  389. <Content Include="ui\images\6.jpg" />
  390. <Content Include="ui\images\avtar-2.jpg" />
  391. <Content Include="ui\images\bg.jpg" />
  392. <Content Include="ui\images\clear.png" />
  393. <Content Include="ui\images\close.png" />
  394. <Content Include="ui\images\company\fastmoneypro.png" />
  395. <Content Include="ui\images\company\logo.png" />
  396. <Content Include="ui\images\company\receipt_logo.png" />
  397. <Content Include="ui\images\fastmoneypro.png" />
  398. <Content Include="ui\images\jme-excel.png" />
  399. <Content Include="ui\images\jme.png" />
  400. <Content Include="ui\images\jme1.png" />
  401. <Content Include="ui\images\loading.gif" />
  402. <Content Include="ui\images\logo-red.png" />
  403. <Content Include="ui\images\logo.png" />
  404. <Content Include="ui\images\main_logo.png" />
  405. <Content Include="ui\images\receipt.png" />
  406. <Content Include="ui\images\receipt_logo.png" />
  407. <Content Include="ui\index\css\bootstrap.min.css" />
  408. <Content Include="ui\index\css\custom.css" />
  409. <Content Include="ui\index\css\font-awesome.min.css" />
  410. <Content Include="ui\index\images\3.png" />
  411. <Content Include="ui\index\images\body-bg.jpg" />
  412. <Content Include="ui\index\images\favicon.ico" />
  413. <Content Include="ui\index\images\favicon.png" />
  414. <Content Include="ui\index\images\jmeLogo.ico" />
  415. <Content Include="ui\index\images\logo.png" />
  416. <Content Include="ui\index\images\slider1.png" />
  417. <Content Include="ui\index\js\bootstrap.js" />
  418. <Content Include="ui\index\js\bootstrap.min.js" />
  419. <Content Include="ui\index\js\jquery.js" />
  420. <Content Include="ui\index\js\owl.carousel.js" />
  421. <Content Include="ui\index\js\owl.carousel.min.js" />
  422. <Content Include="ui\index\js\wow.min.js" />
  423. <Content Include="ui\js\bootstrap-datepicker.js" />
  424. <Content Include="ui\js\custom.js" />
  425. <Content Include="ui\js\fullcalendar\fullcalendar.min.js" />
  426. <Content Include="ui\js\fullcalendar\jquery-ui.custom.min.js" />
  427. <Content Include="ui\js\fullcalendar\moment.min.js" />
  428. <Content Include="ui\js\html5shiv.min.js" />
  429. <Content Include="ui\js\intlTelInput.min.js" />
  430. <Content Include="ui\js\jquery-3.1.1.min.js" />
  431. <Content Include="ui\js\jquery-ui.min.js" />
  432. <Content Include="ui\js\jquery.mask.min.js" />
  433. <Content Include="ui\js\jquery.min.js" />
  434. <Content Include="ui\js\jquery.validate.js" />
  435. <Content Include="ui\js\metisMenu.min.js" />
  436. <Content Include="ui\js\moment-with-locales.min.js" />
  437. <Content Include="ui\js\pickers-init.js" />
  438. <Content Include="ui\js\respond.min.js" />
  439. <Content Include="ui\js\sparkline-custom.js" />
  440. <Content Include="ui\js\sweet-alert\sweetalert-dev.js" />
  441. <Content Include="ui\js\sweet-alert\sweetalert.min.js" />
  442. <Content Include="WebPages\AddIdPicture\Manage.aspx" />
  443. <Content Include="WebPages\BenificiaryRegistration\Manage.aspx" />
  444. <Content Include="WebPages\BenificiaryRegistration\PrintBeneficiaryDetails.aspx" />
  445. <Content Include="WebPages\Calculator\Calculator.aspx" />
  446. <Content Include="WebPages\Receipt\ViewReceipt.aspx" />
  447. <Content Include="WebPages\SendTxn\PrintSendMoneyRequestDetails.aspx" />
  448. <Content Include="WebPages\SendTxn\SendTxnRequest.aspx" />
  449. <None Include="Scripts\jquery-3.3.1.intellisense.js" />
  450. <Content Include="Scripts\jquery-3.3.1.js" />
  451. <Content Include="Scripts\jquery-3.3.1.min.js" />
  452. <Content Include="Scripts\jquery-3.3.1.slim.js" />
  453. <Content Include="Scripts\jquery-3.3.1.slim.min.js" />
  454. <Content Include="Scripts\jquery.blockUI.js" />
  455. <Content Include="Scripts\jquery.min.js" />
  456. <Content Include="Scripts\jquery.nicescroll.js" />
  457. <Content Include="Scripts\jquery.scrollTo.min.js" />
  458. <Content Include="Scripts\jquery.slimscroll.js" />
  459. <Content Include="Scripts\jquery.validate.js" />
  460. <Content Include="Scripts\js\swift_calendar.js" />
  461. <Content Include="Scripts\modernizr-2.8.3.js" />
  462. <Content Include="Scripts\modernizr.min.js" />
  463. <Content Include="Scripts\notify.js" />
  464. <Content Include="Scripts\Receiver\ReceiverRegistation.js" />
  465. <Content Include="Scripts\ReferralReports\DashBoard.js" />
  466. <Content Include="Scripts\ReferralReports\TransactionReport.js" />
  467. <Content Include="Scripts\ReferralReports\ViewStatement.js" />
  468. <Content Include="Scripts\SendTxnJs\CustomerSignature.js" />
  469. <Content Include="Scripts\waves.js" />
  470. <Content Include="Scripts\wow.min.js" />
  471. <Content Include="Site.Master" />
  472. <Content Include="Web.config">
  473. <SubType>Designer</SubType>
  474. </Content>
  475. <Content Include="Bundle.config" />
  476. <Content Include="WebPages\About.aspx" />
  477. <Content Include="WebPages\Account\ChangePassword.aspx" />
  478. <Content Include="WebPages\Account\ForceChangePassword.aspx" />
  479. <Content Include="WebPages\Account\ForgetPassword.aspx" />
  480. <Content Include="WebPages\Account\Lockout.aspx" />
  481. <Content Include="WebPages\Account\Login.aspx" />
  482. <Content Include="WebPages\Account\SignUp.aspx" />
  483. <Content Include="WebPages\Contact.aspx" />
  484. <Content Include="WebPages\CustomerRegistration\Manage.aspx" />
  485. <Content Include="WebPages\CustomerRegistration\PrintDetails.aspx" />
  486. <Content Include="WebPages\Default.aspx" />
  487. <Content Include="WebPages\Error.aspx" />
  488. <Content Include="WebPages\Reports\TransactionReport.aspx" />
  489. <Content Include="WebPages\Reports\ViewStatement.aspx" />
  490. <Content Include="WebPages\GetFileView.ashx" />
  491. </ItemGroup>
  492. <ItemGroup>
  493. <Compile Include="Account.Master.cs">
  494. <DependentUpon>Account.Master</DependentUpon>
  495. <SubType>ASPXCodeBehind</SubType>
  496. </Compile>
  497. <Compile Include="Account.Master.designer.cs">
  498. <DependentUpon>Account.Master</DependentUpon>
  499. </Compile>
  500. <Compile Include="App_Start\BundleConfig.cs" />
  501. <Compile Include="App_Start\RouteConfig.cs" />
  502. <Compile Include="App_Start\Startup.Auth.cs" />
  503. <Compile Include="Component\AutoComplete\DataSource.asmx.cs">
  504. <DependentUpon>DataSource.asmx</DependentUpon>
  505. <SubType>Component</SubType>
  506. </Compile>
  507. <Compile Include="Component\AutoComplete\SwiftTextBox.ascx.cs">
  508. <DependentUpon>SwiftTextBox.ascx</DependentUpon>
  509. <SubType>ASPXCodeBehind</SubType>
  510. </Compile>
  511. <Compile Include="Component\AutoComplete\SwiftTextBox.ascx.designer.cs">
  512. <DependentUpon>SwiftTextBox.ascx</DependentUpon>
  513. </Compile>
  514. <Compile Include="Global.asax.cs">
  515. <DependentUpon>Global.asax</DependentUpon>
  516. </Compile>
  517. <Compile Include="Library\Remittance\RemittanceLibrary.cs" />
  518. <Compile Include="Library\StaticDataDdl.cs" />
  519. <Compile Include="Library\SwiftLibrary.cs" />
  520. <Compile Include="Properties\AssemblyInfo.cs" />
  521. <Compile Include="Site.Master.cs">
  522. <DependentUpon>Site.Master</DependentUpon>
  523. <SubType>ASPXCodeBehind</SubType>
  524. </Compile>
  525. <Compile Include="Site.Master.designer.cs">
  526. <DependentUpon>Site.Master</DependentUpon>
  527. </Compile>
  528. <Compile Include="Startup.cs" />
  529. <Compile Include="WebPages\About.aspx.cs">
  530. <DependentUpon>About.aspx</DependentUpon>
  531. <SubType>ASPXCodeBehind</SubType>
  532. </Compile>
  533. <Compile Include="WebPages\About.aspx.designer.cs">
  534. <DependentUpon>About.aspx</DependentUpon>
  535. </Compile>
  536. <Compile Include="WebPages\Account\ChangePassword.aspx.cs">
  537. <DependentUpon>ChangePassword.aspx</DependentUpon>
  538. <SubType>ASPXCodeBehind</SubType>
  539. </Compile>
  540. <Compile Include="WebPages\Account\ChangePassword.aspx.designer.cs">
  541. <DependentUpon>ChangePassword.aspx</DependentUpon>
  542. </Compile>
  543. <Compile Include="WebPages\Account\ForceChangePassword.aspx.cs">
  544. <DependentUpon>ForceChangePassword.aspx</DependentUpon>
  545. <SubType>ASPXCodeBehind</SubType>
  546. </Compile>
  547. <Compile Include="WebPages\Account\ForceChangePassword.aspx.designer.cs">
  548. <DependentUpon>ForceChangePassword.aspx</DependentUpon>
  549. </Compile>
  550. <Compile Include="WebPages\Account\ForgetPassword.aspx.cs">
  551. <DependentUpon>ForgetPassword.aspx</DependentUpon>
  552. <SubType>ASPXCodeBehind</SubType>
  553. </Compile>
  554. <Compile Include="WebPages\Account\ForgetPassword.aspx.designer.cs">
  555. <DependentUpon>ForgetPassword.aspx</DependentUpon>
  556. </Compile>
  557. <Compile Include="WebPages\Account\Lockout.aspx.cs">
  558. <DependentUpon>Lockout.aspx</DependentUpon>
  559. <SubType>ASPXCodeBehind</SubType>
  560. </Compile>
  561. <Compile Include="WebPages\Account\Lockout.aspx.designer.cs">
  562. <DependentUpon>Lockout.aspx</DependentUpon>
  563. </Compile>
  564. <Compile Include="WebPages\Account\Login.aspx.cs">
  565. <DependentUpon>Login.aspx</DependentUpon>
  566. <SubType>ASPXCodeBehind</SubType>
  567. </Compile>
  568. <Compile Include="WebPages\Account\Login.aspx.designer.cs">
  569. <DependentUpon>Login.aspx</DependentUpon>
  570. </Compile>
  571. <Compile Include="WebPages\Account\SignUp.aspx.cs">
  572. <DependentUpon>SignUp.aspx</DependentUpon>
  573. <SubType>ASPXCodeBehind</SubType>
  574. </Compile>
  575. <Compile Include="WebPages\Account\SignUp.aspx.designer.cs">
  576. <DependentUpon>SignUp.aspx</DependentUpon>
  577. </Compile>
  578. <Compile Include="WebPages\AddIdPicture\Manage.aspx.cs">
  579. <DependentUpon>Manage.aspx</DependentUpon>
  580. <SubType>ASPXCodeBehind</SubType>
  581. </Compile>
  582. <Compile Include="WebPages\AddIdPicture\Manage.aspx.designer.cs">
  583. <DependentUpon>Manage.aspx</DependentUpon>
  584. </Compile>
  585. <Compile Include="WebPages\BenificiaryRegistration\Manage.aspx.cs">
  586. <DependentUpon>Manage.aspx</DependentUpon>
  587. <SubType>ASPXCodeBehind</SubType>
  588. </Compile>
  589. <Compile Include="WebPages\BenificiaryRegistration\Manage.aspx.designer.cs">
  590. <DependentUpon>Manage.aspx</DependentUpon>
  591. </Compile>
  592. <Compile Include="WebPages\BenificiaryRegistration\PrintBeneficiaryDetails.aspx.cs">
  593. <DependentUpon>PrintBeneficiaryDetails.aspx</DependentUpon>
  594. <SubType>ASPXCodeBehind</SubType>
  595. </Compile>
  596. <Compile Include="WebPages\BenificiaryRegistration\PrintBeneficiaryDetails.aspx.designer.cs">
  597. <DependentUpon>PrintBeneficiaryDetails.aspx</DependentUpon>
  598. </Compile>
  599. <Compile Include="WebPages\Calculator\Calculator.aspx.cs">
  600. <DependentUpon>Calculator.aspx</DependentUpon>
  601. <SubType>ASPXCodeBehind</SubType>
  602. </Compile>
  603. <Compile Include="WebPages\Calculator\Calculator.aspx.designer.cs">
  604. <DependentUpon>Calculator.aspx</DependentUpon>
  605. </Compile>
  606. <Compile Include="WebPages\Contact.aspx.cs">
  607. <DependentUpon>Contact.aspx</DependentUpon>
  608. <SubType>ASPXCodeBehind</SubType>
  609. </Compile>
  610. <Compile Include="WebPages\Contact.aspx.designer.cs">
  611. <DependentUpon>Contact.aspx</DependentUpon>
  612. </Compile>
  613. <Compile Include="WebPages\CustomerRegistration\Manage.aspx.cs">
  614. <DependentUpon>Manage.aspx</DependentUpon>
  615. <SubType>ASPXCodeBehind</SubType>
  616. </Compile>
  617. <Compile Include="WebPages\CustomerRegistration\Manage.aspx.designer.cs">
  618. <DependentUpon>Manage.aspx</DependentUpon>
  619. </Compile>
  620. <Compile Include="WebPages\CustomerRegistration\PrintDetails.aspx.cs">
  621. <DependentUpon>PrintDetails.aspx</DependentUpon>
  622. <SubType>ASPXCodeBehind</SubType>
  623. </Compile>
  624. <Compile Include="WebPages\CustomerRegistration\PrintDetails.aspx.designer.cs">
  625. <DependentUpon>PrintDetails.aspx</DependentUpon>
  626. </Compile>
  627. <Compile Include="WebPages\Default.aspx.cs">
  628. <DependentUpon>Default.aspx</DependentUpon>
  629. <SubType>ASPXCodeBehind</SubType>
  630. </Compile>
  631. <Compile Include="WebPages\Default.aspx.designer.cs">
  632. <DependentUpon>Default.aspx</DependentUpon>
  633. </Compile>
  634. <Compile Include="WebPages\Error.aspx.cs">
  635. <DependentUpon>Error.aspx</DependentUpon>
  636. <SubType>ASPXCodeBehind</SubType>
  637. </Compile>
  638. <Compile Include="WebPages\Error.aspx.designer.cs">
  639. <DependentUpon>Error.aspx</DependentUpon>
  640. </Compile>
  641. <Compile Include="WebPages\GetFileView.ashx.cs">
  642. <DependentUpon>GetFileView.ashx</DependentUpon>
  643. </Compile>
  644. <Compile Include="WebPages\Receipt\ViewReceipt.aspx.cs">
  645. <DependentUpon>ViewReceipt.aspx</DependentUpon>
  646. <SubType>ASPXCodeBehind</SubType>
  647. </Compile>
  648. <Compile Include="WebPages\Receipt\ViewReceipt.aspx.designer.cs">
  649. <DependentUpon>ViewReceipt.aspx</DependentUpon>
  650. </Compile>
  651. <Compile Include="WebPages\Reports\TransactionReport.aspx.cs">
  652. <DependentUpon>TransactionReport.aspx</DependentUpon>
  653. <SubType>ASPXCodeBehind</SubType>
  654. </Compile>
  655. <Compile Include="WebPages\Reports\TransactionReport.aspx.designer.cs">
  656. <DependentUpon>TransactionReport.aspx</DependentUpon>
  657. </Compile>
  658. <Compile Include="WebPages\Reports\ViewStatement.aspx.cs">
  659. <DependentUpon>ViewStatement.aspx</DependentUpon>
  660. <SubType>ASPXCodeBehind</SubType>
  661. </Compile>
  662. <Compile Include="WebPages\Reports\ViewStatement.aspx.designer.cs">
  663. <DependentUpon>ViewStatement.aspx</DependentUpon>
  664. </Compile>
  665. <Compile Include="WebPages\SendTxn\PrintSendMoneyRequestDetails.aspx.cs">
  666. <DependentUpon>PrintSendMoneyRequestDetails.aspx</DependentUpon>
  667. <SubType>ASPXCodeBehind</SubType>
  668. </Compile>
  669. <Compile Include="WebPages\SendTxn\PrintSendMoneyRequestDetails.aspx.designer.cs">
  670. <DependentUpon>PrintSendMoneyRequestDetails.aspx</DependentUpon>
  671. </Compile>
  672. <Compile Include="WebPages\SendTxn\SendTxnRequest.aspx.cs">
  673. <DependentUpon>SendTxnRequest.aspx</DependentUpon>
  674. <SubType>ASPXCodeBehind</SubType>
  675. </Compile>
  676. <Compile Include="WebPages\SendTxn\SendTxnRequest.aspx.designer.cs">
  677. <DependentUpon>SendTxnRequest.aspx</DependentUpon>
  678. </Compile>
  679. </ItemGroup>
  680. <ItemGroup>
  681. <Folder Include="App_Data\" />
  682. <Folder Include="js\autocomplete\images\" />
  683. <Folder Include="js\highcharts\adapters\" />
  684. <Folder Include="js\highcharts\modules\" />
  685. <Folder Include="js\highcharts\themes\" />
  686. </ItemGroup>
  687. <ItemGroup>
  688. <Content Include="Account.Master" />
  689. <None Include="packages.config" />
  690. <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
  691. <Content Include="Scripts\jquery-3.3.1.min.map" />
  692. <Content Include="Scripts\jquery-3.3.1.slim.min.map" />
  693. <Content Include="ui\bootstrap\css\bootstrap-theme.css.map" />
  694. <Content Include="ui\bootstrap\css\bootstrap-theme.min.css.map" />
  695. <Content Include="ui\bootstrap\css\bootstrap.css.map" />
  696. <Content Include="ui\bootstrap\css\bootstrap.min.css.map" />
  697. <Content Include="ui\bootstrap\fonts\glyphicons-halflings-regular.eot" />
  698. <Content Include="ui\bootstrap\fonts\glyphicons-halflings-regular.ttf" />
  699. <Content Include="ui\bootstrap\fonts\glyphicons-halflings-regular.woff" />
  700. <Content Include="ui\bootstrap\fonts\glyphicons-halflings-regular.woff2" />
  701. <Content Include="ui\font-awesome\fonts\fontawesome-webfont.eot" />
  702. <Content Include="ui\font-awesome\fonts\fontawesome-webfont.ttf" />
  703. <Content Include="ui\font-awesome\fonts\fontawesome-webfont.woff" />
  704. <Content Include="ui\font-awesome\fonts\fontawesome-webfont.woff2" />
  705. <Content Include="ui\font-awesome\fonts\FontAwesome.otf" />
  706. <Content Include="ui\font-awesome\less\animated.less" />
  707. <Content Include="ui\font-awesome\less\bordered-pulled.less" />
  708. <Content Include="ui\font-awesome\less\core.less" />
  709. <Content Include="ui\font-awesome\less\fixed-width.less" />
  710. <Content Include="ui\font-awesome\less\font-awesome.less" />
  711. <Content Include="ui\font-awesome\less\icons.less" />
  712. <Content Include="ui\font-awesome\less\larger.less" />
  713. <Content Include="ui\font-awesome\less\list.less" />
  714. <Content Include="ui\font-awesome\less\mixins.less" />
  715. <Content Include="ui\font-awesome\less\path.less" />
  716. <Content Include="ui\font-awesome\less\rotated-flipped.less" />
  717. <Content Include="ui\font-awesome\less\stacked.less" />
  718. <Content Include="ui\font-awesome\less\variables.less" />
  719. <Content Include="ui\font-awesome\scss\font-awesome.scss" />
  720. <Content Include="ui\font-awesome\scss\_animated.scss" />
  721. <Content Include="ui\font-awesome\scss\_bordered-pulled.scss" />
  722. <Content Include="ui\font-awesome\scss\_core.scss" />
  723. <Content Include="ui\font-awesome\scss\_fixed-width.scss" />
  724. <Content Include="ui\font-awesome\scss\_icons.scss" />
  725. <Content Include="ui\font-awesome\scss\_larger.scss" />
  726. <Content Include="ui\font-awesome\scss\_list.scss" />
  727. <Content Include="ui\font-awesome\scss\_mixins.scss" />
  728. <Content Include="ui\font-awesome\scss\_path.scss" />
  729. <Content Include="ui\font-awesome\scss\_rotated-flipped.scss" />
  730. <Content Include="ui\font-awesome\scss\_stacked.scss" />
  731. <Content Include="ui\font-awesome\scss\_variables.scss" />
  732. <Content Include="temp\pdf\202009071356388745_admin" />
  733. <Content Include="temp\pdf\202009071357305118_admin.pdf" />
  734. <None Include="Web.Debug.config">
  735. <DependentUpon>Web.config</DependentUpon>
  736. </None>
  737. <None Include="Web.Release.config">
  738. <DependentUpon>Web.config</DependentUpon>
  739. </None>
  740. </ItemGroup>
  741. <ItemGroup>
  742. <ProjectReference Include="..\Business\Business.csproj">
  743. <Project>{760CA28C-D623-449A-B2B0-D156141D4D9B}</Project>
  744. <Name>Business</Name>
  745. </ProjectReference>
  746. <ProjectReference Include="..\Common\Common.csproj">
  747. <Project>{d3631304-8a09-4840-b03f-1634e54540fb}</Project>
  748. <Name>Common</Name>
  749. </ProjectReference>
  750. <ProjectReference Include="..\Repository\Repository.csproj">
  751. <Project>{19AF7EFA-8F3F-4DE4-94EF-F0FC17F810B1}</Project>
  752. <Name>Repository</Name>
  753. </ProjectReference>
  754. </ItemGroup>
  755. <PropertyGroup>
  756. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  757. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  758. </PropertyGroup>
  759. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  760. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  761. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  762. <ProjectExtensions>
  763. <VisualStudio>
  764. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  765. <WebProjectProperties>
  766. <UseIIS>True</UseIIS>
  767. <AutoAssignPort>True</AutoAssignPort>
  768. <DevelopmentServerPort>63436</DevelopmentServerPort>
  769. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  770. <IISUrl>http://localhost:63438/</IISUrl>
  771. <NTLMAuthentication>False</NTLMAuthentication>
  772. <UseCustomServer>False</UseCustomServer>
  773. <CustomServerUrl>
  774. </CustomServerUrl>
  775. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  776. </WebProjectProperties>
  777. </FlavorProperties>
  778. </VisualStudio>
  779. </ProjectExtensions>
  780. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  781. <PropertyGroup>
  782. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  783. </PropertyGroup>
  784. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  785. </Target>
  786. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  787. Other similar extension points exist, see Microsoft.Common.targets.
  788. <Target Name="BeforeBuild">
  789. </Target>
  790. <Target Name="AfterBuild">
  791. </Target>
  792. -->
  793. </Project>