Webs.csproj
上传用户:autodoor
上传日期:2022-08-04
资源大小:9973k
文件大小:145k
源码类别:

.net编程

开发平台:

Others

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         OwnerKey = "{FE3BBBB6-72D5-11d2-9ACE-00C04F79A2A4}"
  4.         ProjectType = "Web"
  5.         ProductVersion = "7.0.9466"
  6.         SchemaVersion = "1.0"
  7.         ProjectGuid = "{2AF33403-A3F1-420D-8269-98A1B48CF6D6}"
  8.     >
  9.         <Build>
  10.             <Settings
  11.                 ApplicationIcon = ""
  12.                 AssemblyKeyContainerName = ""
  13.                 AssemblyName = "qminoa.Webs"
  14.                 AssemblyOriginatorKeyFile = ""
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "Library"
  20.                 RootNamespace = "qminoa.Webs"
  21.                 StartupObject = ""
  22.             >
  23.                 <Config
  24.                     Name = "Debug"
  25.                     AllowUnsafeBlocks = "false"
  26.                     BaseAddress = "285212672"
  27.                     CheckForOverflowUnderflow = "false"
  28.                     ConfigurationOverrideFile = ""
  29.                     DefineConstants = "DEBUG;TRACE"
  30.                     DocumentationFile = ""
  31.                     DebugSymbols = "true"
  32.                     FileAlignment = "4096"
  33.                     IncrementalBuild = "true"
  34.                     Optimize = "false"
  35.                     OutputPath = "bin"
  36.                     RegisterForComInterop = "false"
  37.                     RemoveIntegerChecks = "false"
  38.                     TreatWarningsAsErrors = "false"
  39.                     WarningLevel = "4"
  40.                 />
  41.                 <Config
  42.                     Name = "Release"
  43.                     AllowUnsafeBlocks = "false"
  44.                     BaseAddress = "285212672"
  45.                     CheckForOverflowUnderflow = "false"
  46.                     ConfigurationOverrideFile = ""
  47.                     DefineConstants = "TRACE"
  48.                     DocumentationFile = ""
  49.                     DebugSymbols = "false"
  50.                     FileAlignment = "4096"
  51.                     IncrementalBuild = "false"
  52.                     Optimize = "true"
  53.                     OutputPath = "bin"
  54.                     RegisterForComInterop = "false"
  55.                     RemoveIntegerChecks = "false"
  56.                     TreatWarningsAsErrors = "false"
  57.                     WarningLevel = "4"
  58.                 />
  59.             </Settings>
  60.             <References>
  61.                 <Reference
  62.                     Name = "System"
  63.                     AssemblyName = "System"
  64.                     HintPath = "......WINNTMicrosoft.NETFrameworkv1.0.3705System.dll"
  65.                 />
  66.                 <Reference
  67.                     Name = "System.Drawing"
  68.                     AssemblyName = "System.Drawing"
  69.                     HintPath = "......WINNTMicrosoft.NETFrameworkv1.0.3705System.Drawing.dll"
  70.                 />
  71.                 <Reference
  72.                     Name = "System.Data"
  73.                     AssemblyName = "System.Data"
  74.                     HintPath = "......WINNTMicrosoft.NETFrameworkv1.0.3705System.Data.dll"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.Web"
  78.                     AssemblyName = "System.Web"
  79.                     HintPath = "......WINNTMicrosoft.NETFrameworkv1.0.3705System.Web.dll"
  80.                 />
  81.                 <Reference
  82.                     Name = "System.XML"
  83.                     AssemblyName = "System.Xml"
  84.                     HintPath = "......WINNTMicrosoft.NETFrameworkv1.0.3705System.XML.dll"
  85.                 />
  86.                 <Reference
  87.                     Name = "System.Design"
  88.                     AssemblyName = "System.Design"
  89.                     HintPath = "C:WINNTMicrosoft.NETFrameworkv1.0.3705System.Design.dll"
  90.                 />
  91.                 <Reference
  92.                     Name = "System.Management"
  93.                     AssemblyName = "System.Management"
  94.                     HintPath = "C:WINNTMicrosoft.NETFrameworkv1.0.3705System.Management.dll"
  95.                 />
  96.                 <Reference
  97.                     Name = "Common"
  98.                     Project = "{75E03458-FB12-4280-8465-385BA009B2B7}"
  99.                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  100.                 />
  101.                 <Reference
  102.                     Name = "BLL"
  103.                     Project = "{EBB3137B-0B97-49E9-9184-5098EF3BF81F}"
  104.                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  105.                 />
  106.                 <Reference
  107.                     Name = "DA"
  108.                     Project = "{A9B652A0-1F45-4BF7-820F-296A816536C7}"
  109.                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  110.                 />
  111.                 <Reference
  112.                     Name = "RTFBox"
  113.                     AssemblyName = "RTFBox"
  114.                     HintPath = "msgRTFBoxbinRTFBox.dll"
  115.                 />
  116.                 <Reference
  117.                     Name = "microsoft.web.ui.webcontrols"
  118.                     AssemblyName = "microsoft.web.ui.webcontrols"
  119.                     HintPath = "binmicrosoft.web.ui.webcontrols.dll"
  120.                 />
  121.             </References>
  122.         </Build>
  123.         <Files>
  124.             <Include>
  125.                 <File
  126.                     RelPath = "AssemblyInfo.cs"
  127.                     SubType = "Code"
  128.                     BuildAction = "Compile"
  129.                 />
  130.                 <File
  131.                     RelPath = "BulletinFirstFace.ascx"
  132.                     BuildAction = "Content"
  133.                 />
  134.                 <File
  135.                     RelPath = "BulletinFirstFace.ascx.cs"
  136.                     DependentUpon = "BulletinFirstFace.ascx"
  137.                     SubType = "ASPXCodeBehind"
  138.                     BuildAction = "Compile"
  139.                 />
  140.                 <File
  141.                     RelPath = "BulletinFirstFace.ascx.resx"
  142.                     DependentUpon = "BulletinFirstFace.ascx.cs"
  143.                     BuildAction = "EmbeddedResource"
  144.                 />
  145.                 <File
  146.                     RelPath = "Content.aspx"
  147.                     BuildAction = "Content"
  148.                 />
  149.                 <File
  150.                     RelPath = "Content.aspx.cs"
  151.                     DependentUpon = "Content.aspx"
  152.                     SubType = "ASPXCodeBehind"
  153.                     BuildAction = "Compile"
  154.                 />
  155.                 <File
  156.                     RelPath = "Content.aspx.resx"
  157.                     DependentUpon = "Content.aspx.cs"
  158.                     BuildAction = "EmbeddedResource"
  159.                 />
  160.                 <File
  161.                     RelPath = "database.ascx"
  162.                     BuildAction = "Content"
  163.                 />
  164.                 <File
  165.                     RelPath = "database.ascx.cs"
  166.                     DependentUpon = "database.ascx"
  167.                     SubType = "ASPXCodeBehind"
  168.                     BuildAction = "Compile"
  169.                 />
  170.                 <File
  171.                     RelPath = "database.ascx.resx"
  172.                     DependentUpon = "database.ascx.cs"
  173.                     BuildAction = "EmbeddedResource"
  174.                 />
  175.                 <File
  176.                     RelPath = "default.css"
  177.                     BuildAction = "Content"
  178.                 />
  179.                 <File
  180.                     RelPath = "desktop.aspx"
  181.                     SubType = "Form"
  182.                     BuildAction = "Content"
  183.                 />
  184.                 <File
  185.                     RelPath = "desktop.aspx.cs"
  186.                     DependentUpon = "desktop.aspx"
  187.                     SubType = "ASPXCodeBehind"
  188.                     BuildAction = "Compile"
  189.                 />
  190.                 <File
  191.                     RelPath = "desktop.aspx.resx"
  192.                     DependentUpon = "desktop.aspx.cs"
  193.                     BuildAction = "EmbeddedResource"
  194.                 />
  195.                 <File
  196.                     RelPath = "errorpage.htm"
  197.                     BuildAction = "Content"
  198.                 />
  199.                 <File
  200.                     RelPath = "errorpage404.htm"
  201.                     BuildAction = "Content"
  202.                 />
  203.                 <File
  204.                     RelPath = "Global.asax"
  205.                     BuildAction = "Content"
  206.                 />
  207.                 <File
  208.                     RelPath = "Global.asax.cs"
  209.                     DependentUpon = "Global.asax"
  210.                     SubType = "Code"
  211.                     BuildAction = "Compile"
  212.                 />
  213.                 <File
  214.                     RelPath = "Global.asax.resx"
  215.                     DependentUpon = "Global.asax.cs"
  216.                     BuildAction = "EmbeddedResource"
  217.                 />
  218.                 <File
  219.                     RelPath = "index.aspx"
  220.                     BuildAction = "Content"
  221.                 />
  222.                 <File
  223.                     RelPath = "index.aspx.cs"
  224.                     DependentUpon = "index.aspx"
  225.                     SubType = "ASPXCodeBehind"
  226.                     BuildAction = "Compile"
  227.                 />
  228.                 <File
  229.                     RelPath = "index.aspx.resx"
  230.                     DependentUpon = "index.aspx.cs"
  231.                     BuildAction = "EmbeddedResource"
  232.                 />
  233.                 <File
  234.                     RelPath = "information.ascx"
  235.                     BuildAction = "Content"
  236.                 />
  237.                 <File
  238.                     RelPath = "information.ascx.cs"
  239.                     DependentUpon = "information.ascx"
  240.                     SubType = "ASPXCodeBehind"
  241.                     BuildAction = "Compile"
  242.                 />
  243.                 <File
  244.                     RelPath = "information.ascx.resx"
  245.                     DependentUpon = "information.ascx.cs"
  246.                     BuildAction = "EmbeddedResource"
  247.                 />
  248.                 <File
  249.                     RelPath = "left.aspx"
  250.                     SubType = "Form"
  251.                     BuildAction = "Content"
  252.                 />
  253.                 <File
  254.                     RelPath = "left.aspx.cs"
  255.                     DependentUpon = "left.aspx"
  256.                     SubType = "ASPXCodeBehind"
  257.                     BuildAction = "Compile"
  258.                 />
  259.                 <File
  260.                     RelPath = "left.aspx.resx"
  261.                     DependentUpon = "left.aspx.cs"
  262.                     BuildAction = "EmbeddedResource"
  263.                 />
  264.                 <File
  265.                     RelPath = "login.aspx"
  266.                     BuildAction = "Content"
  267.                 />
  268.                 <File
  269.                     RelPath = "login.aspx.cs"
  270.                     DependentUpon = "login.aspx"
  271.                     SubType = "ASPXCodeBehind"
  272.                     BuildAction = "Compile"
  273.                 />
  274.                 <File
  275.                     RelPath = "login.aspx.resx"
  276.                     DependentUpon = "login.aspx.cs"
  277.                     BuildAction = "EmbeddedResource"
  278.                 />
  279.                 <File
  280.                     RelPath = "lynn.css"
  281.                     BuildAction = "Content"
  282.                 />
  283.                 <File
  284.                     RelPath = "navigation.ascx"
  285.                     BuildAction = "Content"
  286.                 />
  287.                 <File
  288.                     RelPath = "navigation.ascx.cs"
  289.                     DependentUpon = "navigation.ascx"
  290.                     SubType = "ASPXCodeBehind"
  291.                     BuildAction = "Compile"
  292.                 />
  293.                 <File
  294.                     RelPath = "navigation.ascx.resx"
  295.                     DependentUpon = "navigation.ascx.cs"
  296.                     BuildAction = "EmbeddedResource"
  297.                 />
  298.                 <File
  299.                     RelPath = "PageBase.cs"
  300.                     SubType = "ASPXCodeBehind"
  301.                     BuildAction = "Compile"
  302.                 />
  303.                 <File
  304.                     RelPath = "publication.ascx"
  305.                     BuildAction = "Content"
  306.                 />
  307.                 <File
  308.                     RelPath = "publication.ascx.cs"
  309.                     DependentUpon = "publication.ascx"
  310.                     SubType = "ASPXCodeBehind"
  311.                     BuildAction = "Compile"
  312.                 />
  313.                 <File
  314.                     RelPath = "publication.ascx.resx"
  315.                     DependentUpon = "publication.ascx.cs"
  316.                     BuildAction = "EmbeddedResource"
  317.                 />
  318.                 <File
  319.                     RelPath = "simplenews.ascx"
  320.                     BuildAction = "Content"
  321.                 />
  322.                 <File
  323.                     RelPath = "simplenews.ascx.cs"
  324.                     DependentUpon = "simplenews.ascx"
  325.                     SubType = "ASPXCodeBehind"
  326.                     BuildAction = "Compile"
  327.                 />
  328.                 <File
  329.                     RelPath = "simplenews.ascx.resx"
  330.                     DependentUpon = "simplenews.ascx.cs"
  331.                     BuildAction = "EmbeddedResource"
  332.                 />
  333.                 <File
  334.                     RelPath = "top.aspx"
  335.                     BuildAction = "Content"
  336.                 />
  337.                 <File
  338.                     RelPath = "top.aspx.cs"
  339.                     DependentUpon = "top.aspx"
  340.                     SubType = "ASPXCodeBehind"
  341.                     BuildAction = "Compile"
  342.                 />
  343.                 <File
  344.                     RelPath = "top.aspx.resx"
  345.                     DependentUpon = "top.aspx.cs"
  346.                     BuildAction = "EmbeddedResource"
  347.                 />
  348.                 <File
  349.                     RelPath = "Web.config"
  350.                     BuildAction = "Content"
  351.                 />
  352.                 <File
  353.                     RelPath = "buttonmainbutton_0out.jpg"
  354.                     BuildAction = "Content"
  355.                 />
  356.                 <File
  357.                     RelPath = "buttonmainbutton_0up.jpg"
  358.                     BuildAction = "Content"
  359.                 />
  360.                 <File
  361.                     RelPath = "buttonmainbutton_1out.jpg"
  362.                     BuildAction = "Content"
  363.                 />
  364.                 <File
  365.                     RelPath = "buttonmainbutton_1up.jpg"
  366.                     BuildAction = "Content"
  367.                 />
  368.                 <File
  369.                     RelPath = "buttonmainbutton_2out.jpg"
  370.                     BuildAction = "Content"
  371.                 />
  372.                 <File
  373.                     RelPath = "buttonmainbutton_2up.jpg"
  374.                     BuildAction = "Content"
  375.                 />
  376.                 <File
  377.                     RelPath = "buttonmainbutton_3out.jpg"
  378.                     BuildAction = "Content"
  379.                 />
  380.                 <File
  381.                     RelPath = "buttonmainbutton_3up.jpg"
  382.                     BuildAction = "Content"
  383.                 />
  384.                 <File
  385.                     RelPath = "buttonmainbutton_4out.jpg"
  386.                     BuildAction = "Content"
  387.                 />
  388.                 <File
  389.                     RelPath = "buttonmainbutton_4up.jpg"
  390.                     BuildAction = "Content"
  391.                 />
  392.                 <File
  393.                     RelPath = "buttonmainbutton_5out.jpg"
  394.                     BuildAction = "Content"
  395.                 />
  396.                 <File
  397.                     RelPath = "buttonmainbutton_5up.jpg"
  398.                     BuildAction = "Content"
  399.                 />
  400.                 <File
  401.                     RelPath = "buttonmainbutton_6out.jpg"
  402.                     BuildAction = "Content"
  403.                 />
  404.                 <File
  405.                     RelPath = "buttonmainbutton_6up.jpg"
  406.                     BuildAction = "Content"
  407.                 />
  408.                 <File
  409.                     RelPath = "buttonThumbs.db"
  410.                     BuildAction = "None"
  411.                 />
  412.                 <File
  413.                     RelPath = "fmDownload.aspx"
  414.                     BuildAction = "Content"
  415.                 />
  416.                 <File
  417.                     RelPath = "fmDownload.aspx.cs"
  418.                     DependentUpon = "Download.aspx"
  419.                     SubType = "ASPXCodeBehind"
  420.                     BuildAction = "Compile"
  421.                 />
  422.                 <File
  423.                     RelPath = "fmDownload.aspx.resx"
  424.                     DependentUpon = "Download.aspx.cs"
  425.                     BuildAction = "EmbeddedResource"
  426.                 />
  427.                 <File
  428.                     RelPath = "fmFileManage.aspx"
  429.                     BuildAction = "Content"
  430.                 />
  431.                 <File
  432.                     RelPath = "fmFileManage.aspx.cs"
  433.                     DependentUpon = "FileManage.aspx"
  434.                     SubType = "ASPXCodeBehind"
  435.                     BuildAction = "Compile"
  436.                 />
  437.                 <File
  438.                     RelPath = "fmFileManage.aspx.resx"
  439.                     DependentUpon = "FileManage.aspx.cs"
  440.                     BuildAction = "EmbeddedResource"
  441.                 />
  442.                 <File
  443.                     RelPath = "fmFileSearch.aspx"
  444.                     BuildAction = "Content"
  445.                 />
  446.                 <File
  447.                     RelPath = "fmFileSearch.aspx.cs"
  448.                     DependentUpon = "FileSearch.aspx"
  449.                     SubType = "ASPXCodeBehind"
  450.                     BuildAction = "Compile"
  451.                 />
  452.                 <File
  453.                     RelPath = "fmFileSearch.aspx.resx"
  454.                     DependentUpon = "FileSearch.aspx.cs"
  455.                     BuildAction = "EmbeddedResource"
  456.                 />
  457.                 <File
  458.                     RelPath = "fmfmDocTree.aspx"
  459.                     BuildAction = "Content"
  460.                 />
  461.                 <File
  462.                     RelPath = "fmfmDocTree.aspx.cs"
  463.                     DependentUpon = "fmDocTree.aspx"
  464.                     SubType = "ASPXCodeBehind"
  465.                     BuildAction = "Compile"
  466.                 />
  467.                 <File
  468.                     RelPath = "fmfmDocTree.aspx.resx"
  469.                     DependentUpon = "fmDocTree.aspx.cs"
  470.                     BuildAction = "EmbeddedResource"
  471.                 />
  472.                 <File
  473.                     RelPath = "fmfmNewFile.aspx"
  474.                     BuildAction = "Content"
  475.                 />
  476.                 <File
  477.                     RelPath = "fmfmNewFile.aspx.cs"
  478.                     DependentUpon = "fmNewFile.aspx"
  479.                     SubType = "ASPXCodeBehind"
  480.                     BuildAction = "Compile"
  481.                 />
  482.                 <File
  483.                     RelPath = "fmfmNewFile.aspx.resx"
  484.                     DependentUpon = "fmNewFile.aspx.cs"
  485.                     BuildAction = "EmbeddedResource"
  486.                 />
  487.                 <File
  488.                     RelPath = "fmfmNewFolder.aspx"
  489.                     BuildAction = "Content"
  490.                 />
  491.                 <File
  492.                     RelPath = "fmfmNewFolder.aspx.cs"
  493.                     DependentUpon = "fmNewFolder.aspx"
  494.                     SubType = "ASPXCodeBehind"
  495.                     BuildAction = "Compile"
  496.                 />
  497.                 <File
  498.                     RelPath = "fmfmNewFolder.aspx.resx"
  499.                     DependentUpon = "fmNewFolder.aspx.cs"
  500.                     BuildAction = "EmbeddedResource"
  501.                 />
  502.                 <File
  503.                     RelPath = "fmfmRecycle.aspx"
  504.                     BuildAction = "Content"
  505.                 />
  506.                 <File
  507.                     RelPath = "fmfmRecycle.aspx.cs"
  508.                     DependentUpon = "fmRecycle.aspx"
  509.                     SubType = "ASPXCodeBehind"
  510.                     BuildAction = "Compile"
  511.                 />
  512.                 <File
  513.                     RelPath = "fmfmRecycle.aspx.resx"
  514.                     DependentUpon = "fmRecycle.aspx.cs"
  515.                     BuildAction = "EmbeddedResource"
  516.                 />
  517.                 <File
  518.                     RelPath = "fmfmSelFolder.aspx"
  519.                     BuildAction = "Content"
  520.                 />
  521.                 <File
  522.                     RelPath = "fmfmSelFolder.aspx.cs"
  523.                     DependentUpon = "fmSelFolder.aspx"
  524.                     SubType = "ASPXCodeBehind"
  525.                     BuildAction = "Compile"
  526.                 />
  527.                 <File
  528.                     RelPath = "fmfmSelFolder.aspx.resx"
  529.                     DependentUpon = "fmSelFolder.aspx.cs"
  530.                     BuildAction = "EmbeddedResource"
  531.                 />
  532.                 <File
  533.                     RelPath = "fmSecurityFMPage.aspx"
  534.                     BuildAction = "Content"
  535.                 />
  536.                 <File
  537.                     RelPath = "fmSecurityFMPage.aspx.cs"
  538.                     DependentUpon = "SecurityFMPage.aspx"
  539.                     SubType = "ASPXCodeBehind"
  540.                     BuildAction = "Compile"
  541.                 />
  542.                 <File
  543.                     RelPath = "fmSecurityFMPage.aspx.resx"
  544.                     DependentUpon = "SecurityFMPage.aspx.cs"
  545.                     BuildAction = "EmbeddedResource"
  546.                 />
  547.                 <File
  548.                     RelPath = "fmSetRightType.aspx"
  549.                     BuildAction = "Content"
  550.                 />
  551.                 <File
  552.                     RelPath = "fmSetRightType.aspx.cs"
  553.                     DependentUpon = "SetRightType.aspx"
  554.                     SubType = "ASPXCodeBehind"
  555.                     BuildAction = "Compile"
  556.                 />
  557.                 <File
  558.                     RelPath = "fmSetRightType.aspx.resx"
  559.                     DependentUpon = "SetRightType.aspx.cs"
  560.                     BuildAction = "EmbeddedResource"
  561.                 />
  562.                 <File
  563.                     RelPath = "fmShowAccount.aspx"
  564.                     BuildAction = "Content"
  565.                 />
  566.                 <File
  567.                     RelPath = "fmShowAccount.aspx.cs"
  568.                     DependentUpon = "ShowAccount.aspx"
  569.                     SubType = "ASPXCodeBehind"
  570.                     BuildAction = "Compile"
  571.                 />
  572.                 <File
  573.                     RelPath = "fmShowAccount.aspx.resx"
  574.                     DependentUpon = "ShowAccount.aspx.cs"
  575.                     BuildAction = "EmbeddedResource"
  576.                 />
  577.                 <File
  578.                     RelPath = "fmShowBranch.aspx"
  579.                     BuildAction = "Content"
  580.                 />
  581.                 <File
  582.                     RelPath = "fmShowBranch.aspx.cs"
  583.                     DependentUpon = "ShowBranch.aspx"
  584.                     SubType = "ASPXCodeBehind"
  585.                     BuildAction = "Compile"
  586.                 />
  587.                 <File
  588.                     RelPath = "fmShowBranch.aspx.resx"
  589.                     DependentUpon = "ShowBranch.aspx.cs"
  590.                     BuildAction = "EmbeddedResource"
  591.                 />
  592.                 <File
  593.                     RelPath = "fmicons1.gif"
  594.                     BuildAction = "Content"
  595.                 />
  596.                 <File
  597.                     RelPath = "fmiconsabout_off.gif"
  598.                     BuildAction = "Content"
  599.                 />
  600.                 <File
  601.                     RelPath = "fmiconsabout_over.gif"
  602.                     BuildAction = "Content"
  603.                 />
  604.                 <File
  605.                     RelPath = "fmiconsaligncenter_off.gif"
  606.                     BuildAction = "Content"
  607.                 />
  608.                 <File
  609.                     RelPath = "fmiconsaligncenter_over.gif"
  610.                     BuildAction = "Content"
  611.                 />
  612.                 <File
  613.                     RelPath = "fmiconsalignjustify_off.gif"
  614.                     BuildAction = "Content"
  615.                 />
  616.                 <File
  617.                     RelPath = "fmiconsalignjustify_over.gif"
  618.                     BuildAction = "Content"
  619.                 />
  620.                 <File
  621.                     RelPath = "fmiconsalignleft_off.gif"
  622.                     BuildAction = "Content"
  623.                 />
  624.                 <File
  625.                     RelPath = "fmiconsalignleft_over.gif"
  626.                     BuildAction = "Content"
  627.                 />
  628.                 <File
  629.                     RelPath = "fmiconsalignright_off.gif"
  630.                     BuildAction = "Content"
  631.                 />
  632.                 <File
  633.                     RelPath = "fmiconsalignright_over.gif"
  634.                     BuildAction = "Content"
  635.                 />
  636.                 <File
  637.                     RelPath = "fmiconsbold_off.gif"
  638.                     BuildAction = "Content"
  639.                 />
  640.                 <File
  641.                     RelPath = "fmiconsbold_over.gif"
  642.                     BuildAction = "Content"
  643.                 />
  644.                 <File
  645.                     RelPath = "fmiconsbolditalicunderline_off.gif"
  646.                     BuildAction = "Content"
  647.                 />
  648.                 <File
  649.                     RelPath = "fmiconsbolditalicunderline_over.gif"
  650.                     BuildAction = "Content"
  651.                 />
  652.                 <File
  653.                     RelPath = "fmiconsbutton_off.gif"
  654.                     BuildAction = "Content"
  655.                 />
  656.                 <File
  657.                     RelPath = "fmiconsbutton_over.gif"
  658.                     BuildAction = "Content"
  659.                 />
  660.                 <File
  661.                     RelPath = "fmiconscodecleaner_off.gif"
  662.                     BuildAction = "Content"
  663.                 />
  664.                 <File
  665.                     RelPath = "fmiconscodecleaner_over.gif"
  666.                     BuildAction = "Content"
  667.                 />
  668.                 <File
  669.                     RelPath = "fmiconscodesnippet_off.gif"
  670.                     BuildAction = "Content"
  671.                 />
  672.                 <File
  673.                     RelPath = "fmiconscodesnippet_over.gif"
  674.                     BuildAction = "Content"
  675.                 />
  676.                 <File
  677.                     RelPath = "fmiconscolor.gif"
  678.                     BuildAction = "Content"
  679.                 />
  680.                 <File
  681.                     RelPath = "fmiconscopy_off.gif"
  682.                     BuildAction = "Content"
  683.                 />
  684.                 <File
  685.                     RelPath = "fmiconscopy_over.gif"
  686.                     BuildAction = "Content"
  687.                 />
  688.                 <File
  689.                     RelPath = "fmiconscustomtag_off.gif"
  690.                     BuildAction = "Content"
  691.                 />
  692.                 <File
  693.                     RelPath = "fmiconscustomtag_over.gif"
  694.                     BuildAction = "Content"
  695.                 />
  696.                 <File
  697.                     RelPath = "fmiconscut_off.gif"
  698.                     BuildAction = "Content"
  699.                 />
  700.                 <File
  701.                     RelPath = "fmiconscut_over.gif"
  702.                     BuildAction = "Content"
  703.                 />
  704.                 <File
  705.                     RelPath = "fmiconsdelete.gif"
  706.                     BuildAction = "Content"
  707.                 />
  708.                 <File
  709.                     RelPath = "fmiconsdelete_off.gif"
  710.                     BuildAction = "Content"
  711.                 />
  712.                 <File
  713.                     RelPath = "fmiconsfont.gif"
  714.                     BuildAction = "Content"
  715.                 />
  716.                 <File
  717.                     RelPath = "fmiconsfontcolor_off.gif"
  718.                     BuildAction = "Content"
  719.                 />
  720.                 <File
  721.                     RelPath = "fmiconsfontcolor_over.gif"
  722.                     BuildAction = "Content"
  723.                 />
  724.                 <File
  725.                     RelPath = "fmiconsfontface_off.gif"
  726.                     BuildAction = "Content"
  727.                 />
  728.                 <File
  729.                     RelPath = "fmiconsfontface_over.gif"
  730.                     BuildAction = "Content"
  731.                 />
  732.                 <File
  733.                     RelPath = "fmiconsfontsize_off.gif"
  734.                     BuildAction = "Content"
  735.                 />
  736.                 <File
  737.                     RelPath = "fmiconsfontsize_over.gif"
  738.                     BuildAction = "Content"
  739.                 />
  740.                 <File
  741.                     RelPath = "fmiconshelp_off.gif"
  742.                     BuildAction = "Content"
  743.                 />
  744.                 <File
  745.                     RelPath = "fmiconshelp_over.gif"
  746.                     BuildAction = "Content"
  747.                 />
  748.                 <File
  749.                     RelPath = "fmiconshighlight_off.gif"
  750.                     BuildAction = "Content"
  751.                 />
  752.                 <File
  753.                     RelPath = "fmiconshighlight_over.gif"
  754.                     BuildAction = "Content"
  755.                 />
  756.                 <File
  757.                     RelPath = "fmiconsimage_off.gif"
  758.                     BuildAction = "Content"
  759.                 />
  760.                 <File
  761.                     RelPath = "fmiconsimage_over.gif"
  762.                     BuildAction = "Content"
  763.                 />
  764.                 <File
  765.                     RelPath = "fmiconsindent_off.gif"
  766.                     BuildAction = "Content"
  767.                 />
  768.                 <File
  769.                     RelPath = "fmiconsindent_over.gif"
  770.                     BuildAction = "Content"
  771.                 />
  772.                 <File
  773.                     RelPath = "fmiconsitalic_off.gif"
  774.                     BuildAction = "Content"
  775.                 />
  776.                 <File
  777.                     RelPath = "fmiconsitalic_over.gif"
  778.                     BuildAction = "Content"
  779.                 />
  780.                 <File
  781.                     RelPath = "fmiconsline_off.gif"
  782.                     BuildAction = "Content"
  783.                 />
  784.                 <File
  785.                     RelPath = "fmiconsline_over.gif"
  786.                     BuildAction = "Content"
  787.                 />
  788.                 <File
  789.                     RelPath = "fmiconslink_off.gif"
  790.                     BuildAction = "Content"
  791.                 />
  792.                 <File
  793.                     RelPath = "fmiconslink_over.gif"
  794.                     BuildAction = "Content"
  795.                 />
  796.                 <File
  797.                     RelPath = "fmiconsload_off.gif"
  798.                     BuildAction = "Content"
  799.                 />
  800.                 <File
  801.                     RelPath = "fmiconsload_over.gif"
  802.                     BuildAction = "Content"
  803.                 />
  804.                 <File
  805.                     RelPath = "fmiconslogo.gif"
  806.                     BuildAction = "Content"
  807.                 />
  808.                 <File
  809.                     RelPath = "fmiconsorderedlist_off.gif"
  810.                     BuildAction = "Content"
  811.                 />
  812.                 <File
  813.                     RelPath = "fmiconsorderedlist_over.gif"
  814.                     BuildAction = "Content"
  815.                 />
  816.                 <File
  817.                     RelPath = "fmiconsoutdent_off.gif"
  818.                     BuildAction = "Content"
  819.                 />
  820.                 <File
  821.                     RelPath = "fmiconsoutdent_over.gif"
  822.                     BuildAction = "Content"
  823.                 />
  824.                 <File
  825.                     RelPath = "fmiconsparagraph_off.gif"
  826.                     BuildAction = "Content"
  827.                 />
  828.                 <File
  829.                     RelPath = "fmiconsparagraph_over.gif"
  830.                     BuildAction = "Content"
  831.                 />
  832.                 <File
  833.                     RelPath = "fmiconspaste_off.gif"
  834.                     BuildAction = "Content"
  835.                 />
  836.                 <File
  837.                     RelPath = "fmiconspaste_over.gif"
  838.                     BuildAction = "Content"
  839.                 />
  840.                 <File
  841.                     RelPath = "fmiconsprint_off.gif"
  842.                     BuildAction = "Content"
  843.                 />
  844.                 <File
  845.                     RelPath = "fmiconsprint_over.gif"
  846.                     BuildAction = "Content"
  847.                 />
  848.                 <File
  849.                     RelPath = "fmiconsredo_off.gif"
  850.                     BuildAction = "Content"
  851.                 />
  852.                 <File
  853.                     RelPath = "fmiconsredo_over.gif"
  854.                     BuildAction = "Content"
  855.                 />
  856.                 <File
  857.                     RelPath = "fmiconssave_off.gif"
  858.                     BuildAction = "Content"
  859.                 />
  860.                 <File
  861.                     RelPath = "fmiconssave_over.gif"
  862.                     BuildAction = "Content"
  863.                 />
  864.                 <File
  865.                     RelPath = "fmiconssaveas_off.gif"
  866.                     BuildAction = "Content"
  867.                 />
  868.                 <File
  869.                     RelPath = "fmiconssaveas_over.gif"
  870.                     BuildAction = "Content"
  871.                 />
  872.                 <File
  873.                     RelPath = "fmiconsseparator.gif"
  874.                     BuildAction = "Content"
  875.                 />
  876.                 <File
  877.                     RelPath = "fmiconsspecialchars_off.gif"
  878.                     BuildAction = "Content"
  879.                 />
  880.                 <File
  881.                     RelPath = "fmiconsspecialchars_over.gif"
  882.                     BuildAction = "Content"
  883.                 />
  884.                 <File
  885.                     RelPath = "fmiconsstrikethrough_off.gif"
  886.                     BuildAction = "Content"
  887.                 />
  888.                 <File
  889.                     RelPath = "fmiconsstrikethrough_over.gif"
  890.                     BuildAction = "Content"
  891.                 />
  892.                 <File
  893.                     RelPath = "fmiconsstyle_off.gif"
  894.                     BuildAction = "Content"
  895.                 />
  896.                 <File
  897.                     RelPath = "fmiconsstyle_over.gif"
  898.                     BuildAction = "Content"
  899.                 />
  900.                 <File
  901.                     RelPath = "fmiconssubscript_off.gif"
  902.                     BuildAction = "Content"
  903.                 />
  904.                 <File
  905.                     RelPath = "fmiconssubscript_over.gif"
  906.                     BuildAction = "Content"
  907.                 />
  908.                 <File
  909.                     RelPath = "fmiconssuperscript_off.gif"
  910.                     BuildAction = "Content"
  911.                 />
  912.                 <File
  913.                     RelPath = "fmiconssuperscript_over.gif"
  914.                     BuildAction = "Content"
  915.                 />
  916.                 <File
  917.                     RelPath = "fmiconstable_off.gif"
  918.                     BuildAction = "Content"
  919.                 />
  920.                 <File
  921.                     RelPath = "fmiconstable_over.gif"
  922.                     BuildAction = "Content"
  923.                 />
  924.                 <File
  925.                     RelPath = "fmiconsunderline_off.gif"
  926.                     BuildAction = "Content"
  927.                 />
  928.                 <File
  929.                     RelPath = "fmiconsunderline_over.gif"
  930.                     BuildAction = "Content"
  931.                 />
  932.                 <File
  933.                     RelPath = "fmiconsundo_off.gif"
  934.                     BuildAction = "Content"
  935.                 />
  936.                 <File
  937.                     RelPath = "fmiconsundo_over.gif"
  938.                     BuildAction = "Content"
  939.                 />
  940.                 <File
  941.                     RelPath = "fmiconsunorderedlist_off.gif"
  942.                     BuildAction = "Content"
  943.                 />
  944.                 <File
  945.                     RelPath = "fmiconsunorderedlist_over.gif"
  946.                     BuildAction = "Content"
  947.                 />
  948.                 <File
  949.                     RelPath = "fmiconsupload_off.gif"
  950.                     BuildAction = "Content"
  951.                 />
  952.                 <File
  953.                     RelPath = "fmiconsupload_over.gif"
  954.                     BuildAction = "Content"
  955.                 />
  956.                 <File
  957.                     RelPath = "fmiconssmiles1.bmp"
  958.                     BuildAction = "Content"
  959.                 />
  960.                 <File
  961.                     RelPath = "fmiconssmiles1.gif"
  962.                     BuildAction = "Content"
  963.                 />
  964.                 <File
  965.                     RelPath = "fmiconssmiles2.bmp"
  966.                     BuildAction = "Content"
  967.                 />
  968.                 <File
  969.                     RelPath = "fmiconssmiles2.gif"
  970.                     BuildAction = "Content"
  971.                 />
  972.                 <File
  973.                     RelPath = "fmiconssmiles3.bmp"
  974.                     BuildAction = "Content"
  975.                 />
  976.                 <File
  977.                     RelPath = "fmiconssmiles3.gif"
  978.                     BuildAction = "Content"
  979.                 />
  980.                 <File
  981.                     RelPath = "fmiconssmiles4.bmp"
  982.                     BuildAction = "Content"
  983.                 />
  984.                 <File
  985.                     RelPath = "fmiconssmiles4.gif"
  986.                     BuildAction = "Content"
  987.                 />
  988.                 <File
  989.                     RelPath = "fmiconssmiles5.bmp"
  990.                     BuildAction = "Content"
  991.                 />
  992.                 <File
  993.                     RelPath = "fmiconssmiles5.gif"
  994.                     BuildAction = "Content"
  995.                 />
  996.                 <File
  997.                     RelPath = "fmiconssmiles6.bmp"
  998.                     BuildAction = "Content"
  999.                 />
  1000.                 <File
  1001.                     RelPath = "fmiconssmiles6.gif"
  1002.                     BuildAction = "Content"
  1003.                 />
  1004.                 <File
  1005.                     RelPath = "fmiconssmiles7.bmp"
  1006.                     BuildAction = "Content"
  1007.                 />
  1008.                 <File
  1009.                     RelPath = "fmiconssmiles7.gif"
  1010.                     BuildAction = "Content"
  1011.                 />
  1012.                 <File
  1013.                     RelPath = "fmiconssmiles8.bmp"
  1014.                     BuildAction = "Content"
  1015.                 />
  1016.                 <File
  1017.                     RelPath = "fmiconssmiles8.gif"
  1018.                     BuildAction = "Content"
  1019.                 />
  1020.                 <File
  1021.                     RelPath = "fmiconssmiles9.bmp"
  1022.                     BuildAction = "Content"
  1023.                 />
  1024.                 <File
  1025.                     RelPath = "fmiconssmiles9.gif"
  1026.                     BuildAction = "Content"
  1027.                 />
  1028.                 <File
  1029.                     RelPath = "fmiconssmilesA.bmp"
  1030.                     BuildAction = "Content"
  1031.                 />
  1032.                 <File
  1033.                     RelPath = "fmiconssmilesa.gif"
  1034.                     BuildAction = "Content"
  1035.                 />
  1036.                 <File
  1037.                     RelPath = "fmiconssmilesB.bmp"
  1038.                     BuildAction = "Content"
  1039.                 />
  1040.                 <File
  1041.                     RelPath = "fmiconssmilesb.gif"
  1042.                     BuildAction = "Content"
  1043.                 />
  1044.                 <File
  1045.                     RelPath = "fmiconssmilesC.bmp"
  1046.                     BuildAction = "Content"
  1047.                 />
  1048.                 <File
  1049.                     RelPath = "fmiconssmilesc.gif"
  1050.                     BuildAction = "Content"
  1051.                 />
  1052.                 <File
  1053.                     RelPath = "fmiconssmilesD.bmp"
  1054.                     BuildAction = "Content"
  1055.                 />
  1056.                 <File
  1057.                     RelPath = "fmiconssmilesd.gif"
  1058.                     BuildAction = "Content"
  1059.                 />
  1060.                 <File
  1061.                     RelPath = "fmiconssmilesE.bmp"
  1062.                     BuildAction = "Content"
  1063.                 />
  1064.                 <File
  1065.                     RelPath = "fmiconssmilese.gif"
  1066.                     BuildAction = "Content"
  1067.                 />
  1068.                 <File
  1069.                     RelPath = "fmiconssmilesF.bmp"
  1070.                     BuildAction = "Content"
  1071.                 />
  1072.                 <File
  1073.                     RelPath = "fmiconssmilesf.gif"
  1074.                     BuildAction = "Content"
  1075.                 />
  1076.                 <File
  1077.                     RelPath = "fmiconssmilesFlower.GIF"
  1078.                     BuildAction = "Content"
  1079.                 />
  1080.                 <File
  1081.                     RelPath = "fmiconssmilesFlower.ico"
  1082.                     BuildAction = "Content"
  1083.                 />
  1084.                 <File
  1085.                     RelPath = "fmiconssmilesG.bmp"
  1086.                     BuildAction = "Content"
  1087.                 />
  1088.                 <File
  1089.                     RelPath = "fmiconssmilesg.gif"
  1090.                     BuildAction = "Content"
  1091.                 />
  1092.                 <File
  1093.                     RelPath = "fmiconssmilesH.bmp"
  1094.                     BuildAction = "Content"
  1095.                 />
  1096.                 <File
  1097.                     RelPath = "fmiconssmilesh.gif"
  1098.                     BuildAction = "Content"
  1099.                 />
  1100.                 <File
  1101.                     RelPath = "fmiconssmilesI.bmp"
  1102.                     BuildAction = "Content"
  1103.                 />
  1104.                 <File
  1105.                     RelPath = "fmiconssmilesi.gif"
  1106.                     BuildAction = "Content"
  1107.                 />
  1108.                 <File
  1109.                     RelPath = "fmiconssmilesJ.bmp"
  1110.                     BuildAction = "Content"
  1111.                 />
  1112.                 <File
  1113.                     RelPath = "fmiconssmilesj.gif"
  1114.                     BuildAction = "Content"
  1115.                 />
  1116.                 <File
  1117.                     RelPath = "fmiconssmilesK.bmp"
  1118.                     BuildAction = "Content"
  1119.                 />
  1120.                 <File
  1121.                     RelPath = "fmiconssmilesk.gif"
  1122.                     BuildAction = "Content"
  1123.                 />
  1124.                 <File
  1125.                     RelPath = "fmiconssmilesL.bmp"
  1126.                     BuildAction = "Content"
  1127.                 />
  1128.                 <File
  1129.                     RelPath = "fmiconssmilesl.gif"
  1130.                     BuildAction = "Content"
  1131.                 />
  1132.                 <File
  1133.                     RelPath = "fmiconssmilesM.bmp"
  1134.                     BuildAction = "Content"
  1135.                 />
  1136.                 <File
  1137.                     RelPath = "fmiconssmilesm.gif"
  1138.                     BuildAction = "Content"
  1139.                 />
  1140.                 <File
  1141.                     RelPath = "fmiconssmilesN.bmp"
  1142.                     BuildAction = "Content"
  1143.                 />
  1144.                 <File
  1145.                     RelPath = "fmiconssmilesn.gif"
  1146.                     BuildAction = "Content"
  1147.                 />
  1148.                 <File
  1149.                     RelPath = "fmiconssmilesO.bmp"
  1150.                     BuildAction = "Content"
  1151.                 />
  1152.                 <File
  1153.                     RelPath = "fmiconssmileso.gif"
  1154.                     BuildAction = "Content"
  1155.                 />
  1156.                 <File
  1157.                     RelPath = "fmiconssmilesp.gif"
  1158.                     BuildAction = "Content"
  1159.                 />
  1160.                 <File
  1161.                     RelPath = "fmiconssmilesq.gif"
  1162.                     BuildAction = "Content"
  1163.                 />
  1164.                 <File
  1165.                     RelPath = "fmiconssmilesr.gif"
  1166.                     BuildAction = "Content"
  1167.                 />
  1168.                 <File
  1169.                     RelPath = "fmiconssmilesRanger.GIF"
  1170.                     BuildAction = "Content"
  1171.                 />
  1172.                 <File
  1173.                     RelPath = "fmiconssmilesRanger.ico"
  1174.                     BuildAction = "Content"
  1175.                 />
  1176.                 <File
  1177.                     RelPath = "fmiconssmiless.gif"
  1178.                     BuildAction = "Content"
  1179.                 />
  1180.                 <File
  1181.                     RelPath = "fmiconssmilesSmile.GIF"
  1182.                     BuildAction = "Content"
  1183.                 />
  1184.                 <File
  1185.                     RelPath = "fmiconssmilesSmile.ico"
  1186.                     BuildAction = "Content"
  1187.                 />
  1188.                 <File
  1189.                     RelPath = "fmiconssmilesSmile2.GIF"
  1190.                     BuildAction = "Content"
  1191.                 />
  1192.                 <File
  1193.                     RelPath = "fmiconssmilesSmile2.ico"
  1194.                     BuildAction = "Content"
  1195.                 />
  1196.                 <File
  1197.                     RelPath = "fmiconssmilessmiley.ico"
  1198.                     BuildAction = "Content"
  1199.                 />
  1200.                 <File
  1201.                     RelPath = "fmiconssmilesSmiling1.GIF"
  1202.                     BuildAction = "Content"
  1203.                 />
  1204.                 <File
  1205.                     RelPath = "fmiconssmilesSmiling1.ico"
  1206.                     BuildAction = "Content"
  1207.                 />
  1208.                 <File
  1209.                     RelPath = "fmiconssmilesSmiling2.GIF"
  1210.                     BuildAction = "Content"
  1211.                 />
  1212.                 <File
  1213.                     RelPath = "fmiconssmilesSmiling2.ico"
  1214.                     BuildAction = "Content"
  1215.                 />
  1216.                 <File
  1217.                     RelPath = "fmiconssmilest.gif"
  1218.                     BuildAction = "Content"
  1219.                 />
  1220.                 <File
  1221.                     RelPath = "fmiconssmilesu.gif"
  1222.                     BuildAction = "Content"
  1223.                 />
  1224.                 <File
  1225.                     RelPath = "fmiconssmilesv.gif"
  1226.                     BuildAction = "Content"
  1227.                 />
  1228.                 <File
  1229.                     RelPath = "fmiconssmilesw.gif"
  1230.                     BuildAction = "Content"
  1231.                 />
  1232.                 <File
  1233.                     RelPath = "fmiconssmilesWS_FTP.LOG"
  1234.                     BuildAction = "None"
  1235.                 />
  1236.                 <File
  1237.                     RelPath = "fmiconssmilesx.gif"
  1238.                     BuildAction = "Content"
  1239.                 />
  1240.                 <File
  1241.                     RelPath = "fmiconssmilesy.gif"
  1242.                     BuildAction = "Content"
  1243.                 />
  1244.                 <File
  1245.                     RelPath = "fmimagesdocument_tital.gif"
  1246.                     BuildAction = "Content"
  1247.                 />
  1248.                 <File
  1249.                     RelPath = "fmimagesfolder.gif"
  1250.                     BuildAction = "Content"
  1251.                 />
  1252.                 <File
  1253.                     RelPath = "fmimagesfolderopen.gif"
  1254.                     BuildAction = "Content"
  1255.                 />
  1256.                 <File
  1257.                     RelPath = "fmimageslogin_win.gif"
  1258.                     BuildAction = "Content"
  1259.                 />
  1260.                 <File
  1261.                     RelPath = "fmimgadd.gif"
  1262.                     BuildAction = "Content"
  1263.                 />
  1264.                 <File
  1265.                     RelPath = "fmimgadd_small.gif"
  1266.                     BuildAction = "Content"
  1267.                 />
  1268.                 <File
  1269.                     RelPath = "fmimgdelete.gif"
  1270.                     BuildAction = "Content"
  1271.                 />
  1272.                 <File
  1273.                     RelPath = "fmimgfm.gif"
  1274.                     BuildAction = "Content"
  1275.                 />
  1276.                 <File
  1277.                     RelPath = "fmimgimg-folder.gif"
  1278.                     BuildAction = "Content"
  1279.                 />
  1280.                 <File
  1281.                     RelPath = "fmimgrecycle.gif"
  1282.                     BuildAction = "Content"
  1283.                 />
  1284.                 <File
  1285.                     RelPath = "fmimgsearch.gif"
  1286.                     BuildAction = "Content"
  1287.                 />
  1288.                 <File
  1289.                     RelPath = "fmimgtableHead_bg.gif"
  1290.                     BuildAction = "Content"
  1291.                 />
  1292.                 <File
  1293.                     RelPath = "fmimgbuttonaccess.gif"
  1294.                     BuildAction = "Content"
  1295.                 />
  1296.                 <File
  1297.                     RelPath = "fmimgbuttonatt.gif"
  1298.                     BuildAction = "Content"
  1299.                 />
  1300.                 <File
  1301.                     RelPath = "fmimgbuttonbman.gif"
  1302.                     BuildAction = "Content"
  1303.                 />
  1304.                 <File
  1305.                     RelPath = "fmimgbuttonbmans.gif"
  1306.                     BuildAction = "Content"
  1307.                 />
  1308.                 <File
  1309.                     RelPath = "fmimgbuttonbmp.gif"
  1310.                     BuildAction = "Content"
  1311.                 />
  1312.                 <File
  1313.                     RelPath = "fmimgbuttonbseach.gif"
  1314.                     BuildAction = "Content"
  1315.                 />
  1316.                 <File
  1317.                     RelPath = "fmimgbuttoncancel.gif"
  1318.                     BuildAction = "Content"
  1319.                 />
  1320.                 <File
  1321.                     RelPath = "fmimgbuttonclosewin.gif"
  1322.                     BuildAction = "Content"
  1323.                 />
  1324.                 <File
  1325.                     RelPath = "fmimgbuttonclosewin1.gif"
  1326.                     BuildAction = "Content"
  1327.                 />
  1328.                 <File
  1329.                     RelPath = "fmimgbuttonconf.gif"
  1330.                     BuildAction = "Content"
  1331.                 />
  1332.                 <File
  1333.                     RelPath = "fmimgbuttondetail.gif"
  1334.                     BuildAction = "Content"
  1335.                 />
  1336.                 <File
  1337.                     RelPath = "fmimgbuttonexcel.gif"
  1338.                     BuildAction = "Content"
  1339.                 />
  1340.                 <File
  1341.                     RelPath = "fmimgbuttonexe.gif"
  1342.                     BuildAction = "Content"
  1343.                 />
  1344.                 <File
  1345.                     RelPath = "fmimgbuttonexit.gif"
  1346.                     BuildAction = "Content"
  1347.                 />
  1348.                 <File
  1349.                     RelPath = "fmimgbuttonfilepro.gif"
  1350.                     BuildAction = "Content"
  1351.                 />
  1352.                 <File
  1353.                     RelPath = "fmimgbuttonfinish.gif"
  1354.                     BuildAction = "Content"
  1355.                 />
  1356.                 <File
  1357.                     RelPath = "fmimgbuttonfmback.gif"
  1358.                     BuildAction = "Content"
  1359.                 />
  1360.                 <File
  1361.                     RelPath = "fmimgbuttonfmback1.gif"
  1362.                     BuildAction = "Content"
  1363.                 />
  1364.                 <File
  1365.                     RelPath = "fmimgbuttonfmback2.gif"
  1366.                     BuildAction = "Content"
  1367.                 />
  1368.                 <File
  1369.                     RelPath = "fmimgbuttonfmfolder.gif"
  1370.                     BuildAction = "Content"
  1371.                 />
  1372.                 <File
  1373.                     RelPath = "fmimgbuttonfmfolderShow1.gif"
  1374.                     BuildAction = "Content"
  1375.                 />
  1376.                 <File
  1377.                     RelPath = "fmimgbuttonfmforword.gif"
  1378.                     BuildAction = "Content"
  1379.                 />
  1380.                 <File
  1381.                     RelPath = "fmimgbuttonfmforword1.gif"
  1382.                     BuildAction = "Content"
  1383.                 />
  1384.                 <File
  1385.                     RelPath = "fmimgbuttonfmforword2.gif"
  1386.                     BuildAction = "Content"
  1387.                 />
  1388.                 <File
  1389.                     RelPath = "fmimgbuttonfmgoto.gif"
  1390.                     BuildAction = "Content"
  1391.                 />
  1392.                 <File
  1393.                     RelPath = "fmimgbuttonfmmove.gif"
  1394.                     BuildAction = "Content"
  1395.                 />
  1396.                 <File
  1397.                     RelPath = "fmimgbuttonfmnewfile.gif"
  1398.                     BuildAction = "Content"
  1399.                 />
  1400.                 <File
  1401.                     RelPath = "fmimgbuttonfmnewfile1.gif"
  1402.                     BuildAction = "Content"
  1403.                 />
  1404.                 <File
  1405.                     RelPath = "fmimgbuttonfmnewfile2.gif"
  1406.                     BuildAction = "Content"
  1407.                 />
  1408.                 <File
  1409.                     RelPath = "fmimgbuttonfmnewfolder.gif"
  1410.                     BuildAction = "Content"
  1411.                 />
  1412.                 <File
  1413.                     RelPath = "fmimgbuttonfmnewfolder1.gif"
  1414.                     BuildAction = "Content"
  1415.                 />
  1416.                 <File
  1417.                     RelPath = "fmimgbuttonfmnewfolder2.gif"
  1418.                     BuildAction = "Content"
  1419.                 />
  1420.                 <File
  1421.                     RelPath = "fmimgbuttonfmseach.gif"
  1422.                     BuildAction = "Content"
  1423.                 />
  1424.                 <File
  1425.                     RelPath = "fmimgbuttonfmseach1.gif"
  1426.                     BuildAction = "Content"
  1427.                 />
  1428.                 <File
  1429.                     RelPath = "fmimgbuttonfmseach2.gif"
  1430.                     BuildAction = "Content"
  1431.                 />
  1432.                 <File
  1433.                     RelPath = "fmimgbuttonfmup.gif"
  1434.                     BuildAction = "Content"
  1435.                 />
  1436.                 <File
  1437.                     RelPath = "fmimgbuttonfmup1.gif"
  1438.                     BuildAction = "Content"
  1439.                 />
  1440.                 <File
  1441.                     RelPath = "fmimgbuttonfmup2.gif"
  1442.                     BuildAction = "Content"
  1443.                 />
  1444.                 <File
  1445.                     RelPath = "fmimgbuttonfolderbig.gif"
  1446.                     BuildAction = "Content"
  1447.                 />
  1448.                 <File
  1449.                     RelPath = "fmimgbuttonfullseach.gif"
  1450.                     BuildAction = "Content"
  1451.                 />
  1452.                 <File
  1453.                     RelPath = "fmimgbuttonhtm.gif"
  1454.                     BuildAction = "Content"
  1455.                 />
  1456.                 <File
  1457.                     RelPath = "fmimgbuttonhtml.gif"
  1458.                     BuildAction = "Content"
  1459.                 />
  1460.                 <File
  1461.                     RelPath = "fmimgbuttonlast.gif"
  1462.                     BuildAction = "Content"
  1463.                 />
  1464.                 <File
  1465.                     RelPath = "fmimgbuttonmedia.gif"
  1466.                     BuildAction = "Content"
  1467.                 />
  1468.                 <File
  1469.                     RelPath = "fmimgbuttonnext.gif"
  1470.                     BuildAction = "Content"
  1471.                 />
  1472.                 <File
  1473.                     RelPath = "fmimgbuttonnote1.gif"
  1474.                     BuildAction = "Content"
  1475.                 />
  1476.                 <File
  1477.                     RelPath = "fmimgbuttonok.gif"
  1478.                     BuildAction = "Content"
  1479.                 />
  1480.                 <File
  1481.                     RelPath = "fmimgbuttonother.gif"
  1482.                     BuildAction = "Content"
  1483.                 />
  1484.                 <File
  1485.                     RelPath = "fmimgbuttonpdf.gif"
  1486.                     BuildAction = "Content"
  1487.                 />
  1488.                 <File
  1489.                     RelPath = "fmimgbuttonppt.gif"
  1490.                     BuildAction = "Content"
  1491.                 />
  1492.                 <File
  1493.                     RelPath = "fmimgbuttonrightset.gif"
  1494.                     BuildAction = "Content"
  1495.                 />
  1496.                 <File
  1497.                     RelPath = "fmimgbuttonsave1.gif"
  1498.                     BuildAction = "Content"
  1499.                 />
  1500.                 <File
  1501.                     RelPath = "fmimgbuttonsavecon.gif"
  1502.                     BuildAction = "Content"
  1503.                 />
  1504.                 <File
  1505.                     RelPath = "fmimgbuttonsaveexi.gif"
  1506.                     BuildAction = "Content"
  1507.                 />
  1508.                 <File
  1509.                     RelPath = "fmimgbuttonseach.gif"
  1510.                     BuildAction = "Content"
  1511.                 />
  1512.                 <File
  1513.                     RelPath = "fmimgbuttonseach1.gif"
  1514.                     BuildAction = "Content"
  1515.                 />
  1516.                 <File
  1517.                     RelPath = "fmimgbuttonsexit.gif"
  1518.                     BuildAction = "Content"
  1519.                 />
  1520.                 <File
  1521.                     RelPath = "fmimgbuttonstate.gif"
  1522.                     BuildAction = "Content"
  1523.                 />
  1524.                 <File
  1525.                     RelPath = "fmimgbuttonupcancel.gif"
  1526.                     BuildAction = "Content"
  1527.                 />
  1528.                 <File
  1529.                     RelPath = "fmimgbuttonword.gif"
  1530.                     BuildAction = "Content"
  1531.                 />
  1532.                 <File
  1533.                     RelPath = "fmimgbuttonwri.gif"
  1534.                     BuildAction = "Content"
  1535.                 />
  1536.                 <File
  1537.                     RelPath = "fmimgbuttonzip.gif"
  1538.                     BuildAction = "Content"
  1539.                 />
  1540.                 <File
  1541.                     RelPath = "fmimgimagesdocument_tital.gif"
  1542.                     BuildAction = "Content"
  1543.                 />
  1544.                 <File
  1545.                     RelPath = "fmimgimagesfolder.gif"
  1546.                     BuildAction = "Content"
  1547.                 />
  1548.                 <File
  1549.                     RelPath = "fmimgimagesfolderopen.gif"
  1550.                     BuildAction = "Content"
  1551.                 />
  1552.                 <File
  1553.                     RelPath = "fmimgimageslogin_win.gif"
  1554.                     BuildAction = "Content"
  1555.                 />
  1556.                 <File
  1557.                     RelPath = "fmimgimagesThumbs.db"
  1558.                     BuildAction = "None"
  1559.                 />
  1560.                 <Folder RelPath = "fmupfiles" />
  1561.                 <File
  1562.                     RelPath = "Imageshuiyi_icon.gif"
  1563.                     BuildAction = "Content"
  1564.                 />
  1565.                 <File
  1566.                     RelPath = "Imagesicon_bulletin.gif"
  1567.                     BuildAction = "Content"
  1568.                 />
  1569.                 <File
  1570.                     RelPath = "Imagesicon_datetime.gif"
  1571.                     BuildAction = "Content"
  1572.                 />
  1573.                 <File
  1574.                     RelPath = "Imagesicon_mail.gif"
  1575.                     BuildAction = "Content"
  1576.                 />
  1577.                 <File
  1578.                     RelPath = "Imagesicon_search2.gif"
  1579.                     BuildAction = "Content"
  1580.                 />
  1581.                 <File
  1582.                     RelPath = "Imagesicon_text.gif"
  1583.                     BuildAction = "Content"
  1584.                 />
  1585.                 <File
  1586.                     RelPath = "Imagesline_grayDot.gif"
  1587.                     BuildAction = "Content"
  1588.                 />
  1589.                 <File
  1590.                     RelPath = "Imagesmail_note.gif"
  1591.                     BuildAction = "Content"
  1592.                 />
  1593.                 <File
  1594.                     RelPath = "ImagesmenuLine_blue.gif"
  1595.                     BuildAction = "Content"
  1596.                 />
  1597.                 <File
  1598.                     RelPath = "ImagesmenuLine_green.gif"
  1599.                     BuildAction = "Content"
  1600.                 />
  1601.                 <File
  1602.                     RelPath = "ImagesmenuLine_yellow.gif"
  1603.                     BuildAction = "Content"
  1604.                 />
  1605.                 <File
  1606.                     RelPath = "Imagesshim.gif"
  1607.                     BuildAction = "Content"
  1608.                 />
  1609.                 <File
  1610.                     RelPath = "imgactivelogin.gif"
  1611.                     BuildAction = "Content"
  1612.                 />
  1613.                 <File
  1614.                     RelPath = "imgadd.gif"
  1615.                     BuildAction = "Content"
  1616.                 />
  1617.                 <File
  1618.                     RelPath = "imgadd_small.gif"
  1619.                     BuildAction = "Content"
  1620.                 />
  1621.                 <File
  1622.                     RelPath = "imgbman.gif"
  1623.                     BuildAction = "Content"
  1624.                 />
  1625.                 <File
  1626.                     RelPath = "imgbranch.gif"
  1627.                     BuildAction = "Content"
  1628.                 />
  1629.                 <File
  1630.                     RelPath = "imgday.gif"
  1631.                     BuildAction = "Content"
  1632.                 />
  1633.                 <File
  1634.                     RelPath = "imgdel.jpg"
  1635.                     BuildAction = "Content"
  1636.                 />
  1637.                 <File
  1638.                     RelPath = "imgdelete.gif"
  1639.                     BuildAction = "Content"
  1640.                 />
  1641.                 <File
  1642.                     RelPath = "imgedit.gif"
  1643.                     BuildAction = "Content"
  1644.                 />
  1645.                 <File
  1646.                     RelPath = "imgempphoto.gif"
  1647.                     BuildAction = "Content"
  1648.                 />
  1649.                 <File
  1650.                     RelPath = "imghide_menu.gif"
  1651.                     BuildAction = "Content"
  1652.                 />
  1653.                 <File
  1654.                     RelPath = "imgicon_selectHand.gif"
  1655.                     BuildAction = "Content"
  1656.                 />
  1657.                 <File
  1658.                     RelPath = "imgleft_arrow.gif"
  1659.                     BuildAction = "Content"
  1660.                 />
  1661.                 <File
  1662.                     RelPath = "imgleftbg.jpg"
  1663.                     BuildAction = "Content"
  1664.                 />
  1665.                 <File
  1666.                     RelPath = "imgline(I).gif"
  1667.                     BuildAction = "Content"
  1668.                 />
  1669.                 <File
  1670.                     RelPath = "imglogin_win.gif"
  1671.                     BuildAction = "Content"
  1672.                 />
  1673.                 <File
  1674.                     RelPath = "imglogo2.jpg"
  1675.                     BuildAction = "Content"
  1676.                 />
  1677.                 <File
  1678.                     RelPath = "imglogout.gif"
  1679.                     BuildAction = "Content"
  1680.                 />
  1681.                 <File
  1682.                     RelPath = "imgmain_bar(2).gif"
  1683.                     BuildAction = "Content"
  1684.                 />
  1685.                 <File
  1686.                     RelPath = "imgmain_bar.jpg"
  1687.                     BuildAction = "Content"
  1688.                 />
  1689.                 <File
  1690.                     RelPath = "imgmonth.gif"
  1691.                     BuildAction = "Content"
  1692.                 />
  1693.                 <File
  1694.                     RelPath = "imgnews.gif"
  1695.                     BuildAction = "Content"
  1696.                 />
  1697.                 <File
  1698.                     RelPath = "imgpubinfo.gif"
  1699.                     BuildAction = "Content"
  1700.                 />
  1701.                 <File
  1702.                     RelPath = "imgright_arrow.gif"
  1703.                     BuildAction = "Content"
  1704.                 />
  1705.                 <File
  1706.                     RelPath = "imgshow_menu.gif"
  1707.                     BuildAction = "Content"
  1708.                 />
  1709.                 <File
  1710.                     RelPath = "imgstoplogin.gif"
  1711.                     BuildAction = "Content"
  1712.                 />
  1713.                 <File
  1714.                     RelPath = "imgweek.gif"
  1715.                     BuildAction = "Content"
  1716.                 />
  1717.                 <File
  1718.                     RelPath = "imgempmr3.gif"
  1719.                     BuildAction = "Content"
  1720.                 />
  1721.                 <File
  1722.                     RelPath = "imgempmr30.gif"
  1723.                     BuildAction = "Content"
  1724.                 />
  1725.                 <File
  1726.                     RelPath = "imgempmr300.gif"
  1727.                     BuildAction = "Content"
  1728.                 />
  1729.                 <File
  1730.                     RelPath = "imgempmr31.gif"
  1731.                     BuildAction = "Content"
  1732.                 />
  1733.                 <File
  1734.                     RelPath = "imgempmr310.gif"
  1735.                     BuildAction = "Content"
  1736.                 />
  1737.                 <File
  1738.                     RelPath = "imgempmr3100.gif"
  1739.                     BuildAction = "Content"
  1740.                 />
  1741.                 <File
  1742.                     RelPath = "imgempmr32.gif"
  1743.                     BuildAction = "Content"
  1744.                 />
  1745.                 <File
  1746.                     RelPath = "imgempmr320.gif"
  1747.                     BuildAction = "Content"
  1748.                 />
  1749.                 <File
  1750.                     RelPath = "imgempmr3200.gif"
  1751.                     BuildAction = "Content"
  1752.                 />
  1753.                 <File
  1754.                     RelPath = "imgempmr33.gif"
  1755.                     BuildAction = "Content"
  1756.                 />
  1757.                 <File
  1758.                     RelPath = "imgempmr330.gif"
  1759.                     BuildAction = "Content"
  1760.                 />
  1761.                 <File
  1762.                     RelPath = "imgempmr3300.gif"
  1763.                     BuildAction = "Content"
  1764.                 />
  1765.                 <File
  1766.                     RelPath = "imgempmr34.gif"
  1767.                     BuildAction = "Content"
  1768.                 />
  1769.                 <File
  1770.                     RelPath = "imgempmr340.gif"
  1771.                     BuildAction = "Content"
  1772.                 />
  1773.                 <File
  1774.                     RelPath = "imgempmr3400.gif"
  1775.                     BuildAction = "Content"
  1776.                 />
  1777.                 <File
  1778.                     RelPath = "imgempmr35.gif"
  1779.                     BuildAction = "Content"
  1780.                 />
  1781.                 <File
  1782.                     RelPath = "imgempmr350.gif"
  1783.                     BuildAction = "Content"
  1784.                 />
  1785.                 <File
  1786.                     RelPath = "imgempmr3500.gif"
  1787.                     BuildAction = "Content"
  1788.                 />
  1789.                 <File
  1790.                     RelPath = "imgempmr36.gif"
  1791.                     BuildAction = "Content"
  1792.                 />
  1793.                 <File
  1794.                     RelPath = "imgempmr360.gif"
  1795.                     BuildAction = "Content"
  1796.                 />
  1797.                 <File
  1798.                     RelPath = "imgempmr3600.gif"
  1799.                     BuildAction = "Content"
  1800.                 />
  1801.                 <File
  1802.                     RelPath = "imgempmr37.gif"
  1803.                     BuildAction = "Content"
  1804.                 />
  1805.                 <File
  1806.                     RelPath = "imgempmr370.gif"
  1807.                     BuildAction = "Content"
  1808.                 />
  1809.                 <File
  1810.                     RelPath = "imgempmr3700.gif"
  1811.                     BuildAction = "Content"
  1812.                 />
  1813.                 <File
  1814.                     RelPath = "imgemppic39.jpg"
  1815.                     BuildAction = "Content"
  1816.                 />
  1817.                 <File
  1818.                     RelPath = "imgempThumbs.db"
  1819.                     BuildAction = "None"
  1820.                 />
  1821.                 <File
  1822.                     RelPath = "IncludebgColor.js"
  1823.                     BuildAction = "Content"
  1824.                 />
  1825.                 <File
  1826.                     RelPath = "IncludeJs_Function.js"
  1827.                     BuildAction = "Content"
  1828.                 />
  1829.                 <File
  1830.                     RelPath = "IncludePublicFunction.js"
  1831.                     BuildAction = "Content"
  1832.                 />
  1833.                 <File
  1834.                     RelPath = "Includetbbg.js"
  1835.                     BuildAction = "Content"
  1836.                 />
  1837.                 <File
  1838.                     RelPath = "MRBranchInf.aspx"
  1839.                     BuildAction = "Content"
  1840.                 />
  1841.                 <File
  1842.                     RelPath = "MRBranchInf.aspx.cs"
  1843.                     DependentUpon = "BranchInf.aspx"
  1844.                     SubType = "ASPXCodeBehind"
  1845.                     BuildAction = "Compile"
  1846.                 />
  1847.                 <File
  1848.                     RelPath = "MRBranchInf.aspx.resx"
  1849.                     DependentUpon = "BranchInf.aspx.cs"
  1850.                     BuildAction = "EmbeddedResource"
  1851.                 />
  1852.                 <File
  1853.                     RelPath = "MRDepInf.aspx"
  1854.                     BuildAction = "Content"
  1855.                 />
  1856.                 <File
  1857.                     RelPath = "MRDepInf.aspx.cs"
  1858.                     DependentUpon = "DepInf.aspx"
  1859.                     SubType = "ASPXCodeBehind"
  1860.                     BuildAction = "Compile"
  1861.                 />
  1862.                 <File
  1863.                     RelPath = "MRDepInf.aspx.resx"
  1864.                     DependentUpon = "DepInf.aspx.cs"
  1865.                     BuildAction = "EmbeddedResource"
  1866.                 />
  1867.                 <File
  1868.                     RelPath = "MRDepNew.aspx"
  1869.                     BuildAction = "Content"
  1870.                 />
  1871.                 <File
  1872.                     RelPath = "MRDepNew.aspx.cs"
  1873.                     DependentUpon = "DepNew.aspx"
  1874.                     SubType = "ASPXCodeBehind"
  1875.                     BuildAction = "Compile"
  1876.                 />
  1877.                 <File
  1878.                     RelPath = "MRDepNew.aspx.resx"
  1879.                     DependentUpon = "DepNew.aspx.cs"
  1880.                     BuildAction = "EmbeddedResource"
  1881.                 />
  1882.                 <File
  1883.                     RelPath = "MRDepUp.aspx"
  1884.                     BuildAction = "Content"
  1885.                 />
  1886.                 <File
  1887.                     RelPath = "MRDepUp.aspx.cs"
  1888.                     DependentUpon = "DepUp.aspx"
  1889.                     SubType = "ASPXCodeBehind"
  1890.                     BuildAction = "Compile"
  1891.                 />
  1892.                 <File
  1893.                     RelPath = "MRDepUp.aspx.resx"
  1894.                     DependentUpon = "DepUp.aspx.cs"
  1895.                     BuildAction = "EmbeddedResource"
  1896.                 />
  1897.                 <File
  1898.                     RelPath = "MREmpArchive.aspx"
  1899.                     BuildAction = "Content"
  1900.                 />
  1901.                 <File
  1902.                     RelPath = "MREmpArchive.aspx.cs"
  1903.                     DependentUpon = "EmpArchive.aspx"
  1904.                     SubType = "ASPXCodeBehind"
  1905.                     BuildAction = "Compile"
  1906.                 />
  1907.                 <File
  1908.                     RelPath = "MREmpArchive.aspx.resx"
  1909.                     DependentUpon = "EmpArchive.aspx.cs"
  1910.                     BuildAction = "EmbeddedResource"
  1911.                 />
  1912.                 <File
  1913.                     RelPath = "MREmpArcInf.aspx"
  1914.                     BuildAction = "Content"
  1915.                 />
  1916.                 <File
  1917.                     RelPath = "MREmpArcInf.aspx.cs"
  1918.                     DependentUpon = "EmpArcInf.aspx"
  1919.                     SubType = "ASPXCodeBehind"
  1920.                     BuildAction = "Compile"
  1921.                 />
  1922.                 <File
  1923.                     RelPath = "MREmpArcInf.aspx.resx"
  1924.                     DependentUpon = "EmpArcInf.aspx.cs"
  1925.                     BuildAction = "EmbeddedResource"
  1926.                 />
  1927.                 <File
  1928.                     RelPath = "MREmpBase.aspx"
  1929.                     BuildAction = "Content"
  1930.                 />
  1931.                 <File
  1932.                     RelPath = "MREmpBase.aspx.cs"
  1933.                     DependentUpon = "EmpBase.aspx"
  1934.                     SubType = "ASPXCodeBehind"
  1935.                     BuildAction = "Compile"
  1936.                 />
  1937.                 <File
  1938.                     RelPath = "MREmpBase.aspx.resx"
  1939.                     DependentUpon = "EmpBase.aspx.cs"
  1940.                     BuildAction = "EmbeddedResource"
  1941.                 />
  1942.                 <File
  1943.                     RelPath = "MREmpContact.aspx"
  1944.                     BuildAction = "Content"
  1945.                 />
  1946.                 <File
  1947.                     RelPath = "MREmpContact.aspx.cs"
  1948.                     DependentUpon = "EmpContact.aspx"
  1949.                     SubType = "ASPXCodeBehind"
  1950.                     BuildAction = "Compile"
  1951.                 />
  1952.                 <File
  1953.                     RelPath = "MREmpContact.aspx.resx"
  1954.                     DependentUpon = "EmpContact.aspx.cs"