admin.csproj
上传用户:xiecaij
上传日期:2015-02-08
资源大小:2016k
文件大小:15k
源码类别:

百货/超市行业

开发平台:

ASP/ASPX

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Web"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{06337DB7-531D-4CB4-BE94-2E6105E27BCB}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "admin"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "Library"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "admin"
  22.                 RunPostBuildEvent = "OnBuildSuccess"
  23.                 StartupObject = ""
  24.             >
  25.                 <Config
  26.                     Name = "Debug"
  27.                     AllowUnsafeBlocks = "false"
  28.                     BaseAddress = "285212672"
  29.                     CheckForOverflowUnderflow = "false"
  30.                     ConfigurationOverrideFile = ""
  31.                     DefineConstants = "DEBUG;TRACE"
  32.                     DocumentationFile = ""
  33.                     DebugSymbols = "true"
  34.                     FileAlignment = "4096"
  35.                     IncrementalBuild = "false"
  36.                     NoStdLib = "false"
  37.                     NoWarn = ""
  38.                     Optimize = "false"
  39.                     OutputPath = "bin"
  40.                     RegisterForComInterop = "false"
  41.                     RemoveIntegerChecks = "false"
  42.                     TreatWarningsAsErrors = "false"
  43.                     WarningLevel = "4"
  44.                 />
  45.                 <Config
  46.                     Name = "Release"
  47.                     AllowUnsafeBlocks = "false"
  48.                     BaseAddress = "285212672"
  49.                     CheckForOverflowUnderflow = "false"
  50.                     ConfigurationOverrideFile = ""
  51.                     DefineConstants = "TRACE"
  52.                     DocumentationFile = ""
  53.                     DebugSymbols = "false"
  54.                     FileAlignment = "4096"
  55.                     IncrementalBuild = "false"
  56.                     NoStdLib = "false"
  57.                     NoWarn = ""
  58.                     Optimize = "true"
  59.                     OutputPath = "bin"
  60.                     RegisterForComInterop = "false"
  61.                     RemoveIntegerChecks = "false"
  62.                     TreatWarningsAsErrors = "false"
  63.                     WarningLevel = "4"
  64.                 />
  65.             </Settings>
  66.             <References>
  67.                 <Reference
  68.                     Name = "System"
  69.                     AssemblyName = "System"
  70.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.dll"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Drawing"
  74.                     AssemblyName = "System.Drawing"
  75.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Drawing.dll"
  76.                 />
  77.                 <Reference
  78.                     Name = "System.Data"
  79.                     AssemblyName = "System.Data"
  80.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Data.dll"
  81.                 />
  82.                 <Reference
  83.                     Name = "System.Web"
  84.                     AssemblyName = "System.Web"
  85.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Web.dll"
  86.                 />
  87.                 <Reference
  88.                     Name = "System.XML"
  89.                     AssemblyName = "System.Xml"
  90.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.XML.dll"
  91.                 />
  92.                 <Reference
  93.                     Name = "eshop"
  94.                     AssemblyName = "eshop"
  95.                     HintPath = "..bineshop.dll"
  96.                 />
  97.             </References>
  98.         </Build>
  99.         <Files>
  100.             <Include>
  101.                 <File
  102.                     RelPath = "action.aspx"
  103.                     SubType = "Form"
  104.                     BuildAction = "Content"
  105.                 />
  106.                 <File
  107.                     RelPath = "action.aspx.cs"
  108.                     DependentUpon = "action.aspx"
  109.                     SubType = "ASPXCodeBehind"
  110.                     BuildAction = "Compile"
  111.                 />
  112.                 <File
  113.                     RelPath = "action.aspx.resx"
  114.                     DependentUpon = "action.aspx.cs"
  115.                     BuildAction = "EmbeddedResource"
  116.                 />
  117.                 <File
  118.                     RelPath = "AddAdmin.aspx"
  119.                     SubType = "Form"
  120.                     BuildAction = "Content"
  121.                 />
  122.                 <File
  123.                     RelPath = "AddAdmin.aspx.cs"
  124.                     DependentUpon = "AddAdmin.aspx"
  125.                     SubType = "ASPXCodeBehind"
  126.                     BuildAction = "Compile"
  127.                 />
  128.                 <File
  129.                     RelPath = "AddAdmin.aspx.resx"
  130.                     DependentUpon = "AddAdmin.aspx.cs"
  131.                     BuildAction = "EmbeddedResource"
  132.                 />
  133.                 <File
  134.                     RelPath = "AddCategory.aspx"
  135.                     SubType = "Form"
  136.                     BuildAction = "Content"
  137.                 />
  138.                 <File
  139.                     RelPath = "AddCategory.aspx.cs"
  140.                     DependentUpon = "AddCategory.aspx"
  141.                     SubType = "ASPXCodeBehind"
  142.                     BuildAction = "Compile"
  143.                 />
  144.                 <File
  145.                     RelPath = "AddCategory.aspx.resx"
  146.                     DependentUpon = "AddCategory.aspx.cs"
  147.                     BuildAction = "EmbeddedResource"
  148.                 />
  149.                 <File
  150.                     RelPath = "AddProduct.aspx"
  151.                     SubType = "Form"
  152.                     BuildAction = "Content"
  153.                 />
  154.                 <File
  155.                     RelPath = "AddProduct.aspx.cs"
  156.                     DependentUpon = "AddProduct.aspx"
  157.                     SubType = "ASPXCodeBehind"
  158.                     BuildAction = "Compile"
  159.                 />
  160.                 <File
  161.                     RelPath = "AddProduct.aspx.resx"
  162.                     DependentUpon = "AddProduct.aspx.cs"
  163.                     BuildAction = "EmbeddedResource"
  164.                 />
  165.                 <File
  166.                     RelPath = "AdminDB.cs"
  167.                     SubType = "Code"
  168.                     BuildAction = "Compile"
  169.                 />
  170.                 <File
  171.                     RelPath = "AdminList.aspx"
  172.                     SubType = "Form"
  173.                     BuildAction = "Content"
  174.                 />
  175.                 <File
  176.                     RelPath = "AdminList.aspx.cs"
  177.                     DependentUpon = "AdminList.aspx"
  178.                     SubType = "ASPXCodeBehind"
  179.                     BuildAction = "Compile"
  180.                 />
  181.                 <File
  182.                     RelPath = "AdminList.aspx.resx"
  183.                     DependentUpon = "AdminList.aspx.cs"
  184.                     BuildAction = "EmbeddedResource"
  185.                 />
  186.                 <File
  187.                     RelPath = "AdminMenu.ascx"
  188.                     SubType = "UserControl"
  189.                     BuildAction = "Content"
  190.                 />
  191.                 <File
  192.                     RelPath = "AdminMenu.ascx.cs"
  193.                     DependentUpon = "AdminMenu.ascx"
  194.                     SubType = "ASPXCodeBehind"
  195.                     BuildAction = "Compile"
  196.                 />
  197.                 <File
  198.                     RelPath = "AdminMenu.ascx.resx"
  199.                     DependentUpon = "AdminMenu.ascx.cs"
  200.                     BuildAction = "EmbeddedResource"
  201.                 />
  202.                 <File
  203.                     RelPath = "AdminMenu.xml"
  204.                     BuildAction = "Content"
  205.                 />
  206.                 <File
  207.                     RelPath = "AssemblyInfo.cs"
  208.                     SubType = "Code"
  209.                     BuildAction = "Compile"
  210.                 />
  211.                 <File
  212.                     RelPath = "ChangePwd.aspx"
  213.                     SubType = "Form"
  214.                     BuildAction = "Content"
  215.                 />
  216.                 <File
  217.                     RelPath = "ChangePwd.aspx.cs"
  218.                     DependentUpon = "ChangePwd.aspx"
  219.                     SubType = "ASPXCodeBehind"
  220.                     BuildAction = "Compile"
  221.                 />
  222.                 <File
  223.                     RelPath = "ChangePwd.aspx.resx"
  224.                     DependentUpon = "ChangePwd.aspx.cs"
  225.                     BuildAction = "EmbeddedResource"
  226.                 />
  227.                 <File
  228.                     RelPath = "Default.aspx"
  229.                     SubType = "Form"
  230.                     BuildAction = "Content"
  231.                 />
  232.                 <File
  233.                     RelPath = "Default.aspx.cs"
  234.                     DependentUpon = "Default.aspx"
  235.                     SubType = "ASPXCodeBehind"
  236.                     BuildAction = "Compile"
  237.                 />
  238.                 <File
  239.                     RelPath = "Default.aspx.resx"
  240.                     DependentUpon = "Default.aspx.cs"
  241.                     BuildAction = "EmbeddedResource"
  242.                 />
  243.                 <File
  244.                     RelPath = "Error.aspx"
  245.                     SubType = "Form"
  246.                     BuildAction = "Content"
  247.                 />
  248.                 <File
  249.                     RelPath = "Error.aspx.cs"
  250.                     DependentUpon = "Error.aspx"
  251.                     SubType = "ASPXCodeBehind"
  252.                     BuildAction = "Compile"
  253.                 />
  254.                 <File
  255.                     RelPath = "Error.aspx.resx"
  256.                     DependentUpon = "Error.aspx.cs"
  257.                     BuildAction = "EmbeddedResource"
  258.                 />
  259.                 <File
  260.                     RelPath = "Global.asax"
  261.                     SubType = "Component"
  262.                     BuildAction = "Content"
  263.                 />
  264.                 <File
  265.                     RelPath = "Global.asax.cs"
  266.                     DependentUpon = "Global.asax"
  267.                     SubType = "Code"
  268.                     BuildAction = "Compile"
  269.                 />
  270.                 <File
  271.                     RelPath = "Global.asax.resx"
  272.                     DependentUpon = "Global.asax.cs"
  273.                     BuildAction = "EmbeddedResource"
  274.                 />
  275.                 <File
  276.                     RelPath = "Login.aspx"
  277.                     SubType = "Form"
  278.                     BuildAction = "Content"
  279.                 />
  280.                 <File
  281.                     RelPath = "Login.aspx.cs"
  282.                     DependentUpon = "Login.aspx"
  283.                     SubType = "ASPXCodeBehind"
  284.                     BuildAction = "Compile"
  285.                 />
  286.                 <File
  287.                     RelPath = "Login.aspx.resx"
  288.                     DependentUpon = "Login.aspx.cs"
  289.                     BuildAction = "EmbeddedResource"
  290.                 />
  291.                 <File
  292.                     RelPath = "Logout.aspx"
  293.                     SubType = "Form"
  294.                     BuildAction = "Content"
  295.                 />
  296.                 <File
  297.                     RelPath = "Logout.aspx.cs"
  298.                     DependentUpon = "Logout.aspx"
  299.                     SubType = "ASPXCodeBehind"
  300.                     BuildAction = "Compile"
  301.                 />
  302.                 <File
  303.                     RelPath = "Logout.aspx.resx"
  304.                     DependentUpon = "Logout.aspx.cs"
  305.                     BuildAction = "EmbeddedResource"
  306.                 />
  307.                 <File
  308.                     RelPath = "ProductList.aspx"
  309.                     SubType = "Form"
  310.                     BuildAction = "Content"
  311.                 />
  312.                 <File
  313.                     RelPath = "ProductList.aspx.cs"
  314.                     DependentUpon = "ProductList.aspx"
  315.                     SubType = "ASPXCodeBehind"
  316.                     BuildAction = "Compile"
  317.                 />
  318.                 <File
  319.                     RelPath = "ProductList.aspx.resx"
  320.                     DependentUpon = "ProductList.aspx.cs"
  321.                     BuildAction = "EmbeddedResource"
  322.                 />
  323.                 <File
  324.                     RelPath = "Sails.aspx"
  325.                     SubType = "Form"
  326.                     BuildAction = "Content"
  327.                 />
  328.                 <File
  329.                     RelPath = "Sails.aspx.cs"
  330.                     DependentUpon = "Sails.aspx"
  331.                     SubType = "ASPXCodeBehind"
  332.                     BuildAction = "Compile"
  333.                 />
  334.                 <File
  335.                     RelPath = "Sails.aspx.resx"
  336.                     DependentUpon = "Sails.aspx.cs"
  337.                     BuildAction = "EmbeddedResource"
  338.                 />
  339.                 <File
  340.                     RelPath = "Styles.css"
  341.                     BuildAction = "Content"
  342.                 />
  343.                 <File
  344.                     RelPath = "UserList.aspx"
  345.                     SubType = "Form"
  346.                     BuildAction = "Content"
  347.                 />
  348.                 <File
  349.                     RelPath = "UserList.aspx.cs"
  350.                     DependentUpon = "UserList.aspx"
  351.                     SubType = "ASPXCodeBehind"
  352.                     BuildAction = "Compile"
  353.                 />
  354.                 <File
  355.                     RelPath = "UserList.aspx.resx"
  356.                     DependentUpon = "UserList.aspx.cs"
  357.                     BuildAction = "EmbeddedResource"
  358.                 />
  359.                 <File
  360.                     RelPath = "Web.config"
  361.                     BuildAction = "Content"
  362.                 />
  363.                 <File
  364.                     RelPath = "binadmin.dll"
  365.                     BuildAction = "Content"
  366.                 />
  367.                 <File
  368.                     RelPath = "binadmin.pdb"
  369.                     BuildAction = "Content"
  370.                 />
  371.                 <File
  372.                     RelPath = "bineshop.dll"
  373.                     BuildAction = "Content"
  374.                 />
  375.                 <File
  376.                     RelPath = "binInterop.CDO.dll"
  377.                     BuildAction = "Content"
  378.                 />
  379.                 <File
  380.                     RelPath = "WebUIGeneral.cs"
  381.                     SubType = "ASPXCodeBehind"
  382.                     BuildAction = "Compile"
  383.                 />
  384.                 <File
  385.                     RelPath = "WebUISuperAdmin.cs"
  386.                     SubType = "ASPXCodeBehind"
  387.                     BuildAction = "Compile"
  388.                 />
  389.             </Include>
  390.         </Files>
  391.     </CSHARP>
  392. </VisualStudioProject>