进销存管理系统.csproj
上传用户:ksd66jhda
上传日期:2013-04-03
资源大小:234k
文件大小:13k
源码类别:

其他行业

开发平台:

C#

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{4B118694-8493-4E7D-B5D4-07A8FA254862}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "..Iconjxc.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "进销存管理系统"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "进销存管理系统"
  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 = "binDebug"
  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 = "binRelease"
  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:WINNTMicrosoft.NETFrameworkv1.1.4322System.dll"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Data"
  74.                     AssemblyName = "System.Data"
  75.                     HintPath = "C:WINNTMicrosoft.NETFrameworkv1.1.4322System.Data.dll"
  76.                 />
  77.                 <Reference
  78.                     Name = "System.Drawing"
  79.                     AssemblyName = "System.Drawing"
  80.                     HintPath = "C:WINNTMicrosoft.NETFrameworkv1.1.4322System.Drawing.dll"
  81.                 />
  82.                 <Reference
  83.                     Name = "System.Windows.Forms"
  84.                     AssemblyName = "System.Windows.Forms"
  85.                     HintPath = "C:WINNTMicrosoft.NETFrameworkv1.1.4322System.Windows.Forms.dll"
  86.                 />
  87.                 <Reference
  88.                     Name = "System.XML"
  89.                     AssemblyName = "System.Xml"
  90.                     HintPath = "C:WINNTMicrosoft.NETFrameworkv1.1.4322System.XML.dll"
  91.                 />
  92.                 <Reference
  93.                     Name = "CrystalDecisions.Shared"
  94.                     AssemblyName = "CrystalDecisions.Shared"
  95.                     HintPath = "C:Program FilesCommon FilesCrystal Decisions1.1ManagedCrystalDecisions.Shared.dll"
  96.                     AssemblyFolderKey = "hklmcrystal.net"
  97.                 />
  98.                 <Reference
  99.                     Name = "CrystalDecisions.ReportSource"
  100.                     AssemblyName = "CrystalDecisions.ReportSource"
  101.                     HintPath = "C:Program FilesCommon FilesCrystal Decisions1.1ManagedCrystalDecisions.ReportSource.dll"
  102.                     AssemblyFolderKey = "hklmcrystal.net"
  103.                 />
  104.                 <Reference
  105.                     Name = "CrystalDecisions.CrystalReports.Engine"
  106.                     AssemblyName = "CrystalDecisions.CrystalReports.Engine"
  107.                     HintPath = "C:Program FilesCommon FilesCrystal Decisions1.1ManagedCrystalDecisions.CrystalReports.Engine.dll"
  108.                     AssemblyFolderKey = "hklmcrystal.net"
  109.                 />
  110.                 <Reference
  111.                     Name = "CrystalDecisions.Windows.Forms"
  112.                     AssemblyName = "CrystalDecisions.Windows.Forms"
  113.                     HintPath = "C:Program FilesCommon FilesCrystal Decisions1.1ManagedCrystalDecisions.Windows.Forms.dll"
  114.                     AssemblyFolderKey = "hklmcrystal.net"
  115.                 />
  116.                 <Reference
  117.                     Name = "System.Web.Services"
  118.                     AssemblyName = "System.Web.Services"
  119.                     HintPath = "C:WINNTMicrosoft.NETFrameworkv1.1.4322System.Web.Services.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 = "ClientDataManage.cs"
  132.                     SubType = "Form"
  133.                     BuildAction = "Compile"
  134.                 />
  135.                 <File
  136.                     RelPath = "ClientDataManage.resx"
  137.                     DependentUpon = "ClientDataManage.cs"
  138.                     BuildAction = "EmbeddedResource"
  139.                 />
  140.                 <File
  141.                     RelPath = "CrystalReport.cs"
  142.                     SubType = "Form"
  143.                     BuildAction = "Compile"
  144.                 />
  145.                 <File
  146.                     RelPath = "CrystalReport.resx"
  147.                     DependentUpon = "CrystalReport.cs"
  148.                     BuildAction = "EmbeddedResource"
  149.                 />
  150.                 <File
  151.                     RelPath = "CrystalReport1.rpt"
  152.                     BuildAction = "EmbeddedResource"
  153.                     Generator = "CrystalDecisions.VSShell.CodeGen.ReportCodeGenerator"
  154.                     LastGenOutput = "CrystalReport11.cs"
  155.                 />
  156.                 <File
  157.                     RelPath = "CrystalReport11.cs"
  158.                     DependentUpon = "CrystalReport1.rpt"
  159.                     SubType = "Component"
  160.                     BuildAction = "Compile"
  161.                     DesignTime = "True"
  162.                     AutoGen = "True"
  163.                 />
  164.                 <File
  165.                     RelPath = "DataGridComboBoxColumn.cs"
  166.                     SubType = "Component"
  167.                     BuildAction = "Compile"
  168.                 />
  169.                 <File
  170.                     RelPath = "DataGridComboBoxColumn.resx"
  171.                     DependentUpon = "DataGridComboBoxColumn.cs"
  172.                     BuildAction = "EmbeddedResource"
  173.                 />
  174.                 <File
  175.                     RelPath = "DataGridNoActiveCellColumn.cs"
  176.                     SubType = "Component"
  177.                     BuildAction = "Compile"
  178.                 />
  179.                 <File
  180.                     RelPath = "DataGridNoActiveCellColumn.resx"
  181.                     DependentUpon = "DataGridNoActiveCellColumn.cs"
  182.                     BuildAction = "EmbeddedResource"
  183.                 />
  184.                 <File
  185.                     RelPath = "DataSet1.xsd"
  186.                     BuildAction = "Content"
  187.                     Generator = "MSDataSetGenerator"
  188.                     LastGenOutput = "DataSet1.cs"
  189.                 />
  190.                 <File
  191.                     RelPath = "DataSet1.cs"
  192.                     DependentUpon = "DataSet1.xsd"
  193.                     SubType = "code"
  194.                     BuildAction = "Compile"
  195.                     DesignTime = "True"
  196.                     AutoGen = "True"
  197.                 />
  198.                 <File
  199.                     RelPath = "DataSet1.xsx"
  200.                     DependentUpon = "DataSet1.xsd"
  201.                     BuildAction = "None"
  202.                 />
  203.                 <File
  204.                     RelPath = "DataSet2.xsd"
  205.                     BuildAction = "Content"
  206.                     Generator = "MSDataSetGenerator"
  207.                     LastGenOutput = "DataSet2.cs"
  208.                 />
  209.                 <File
  210.                     RelPath = "DataSet2.cs"
  211.                     DependentUpon = "DataSet2.xsd"
  212.                     SubType = "code"
  213.                     BuildAction = "Compile"
  214.                     DesignTime = "True"
  215.                     AutoGen = "True"
  216.                 />
  217.                 <File
  218.                     RelPath = "LinkDataBase.cs"
  219.                     SubType = "Code"
  220.                     BuildAction = "Compile"
  221.                 />
  222.                 <File
  223.                     RelPath = "LoginFrm.cs"
  224.                     SubType = "Form"
  225.                     BuildAction = "Compile"
  226.                 />
  227.                 <File
  228.                     RelPath = "LoginFrm.resx"
  229.                     DependentUpon = "LoginFrm.cs"
  230.                     BuildAction = "EmbeddedResource"
  231.                 />
  232.                 <File
  233.                     RelPath = "MainFrm.cs"
  234.                     SubType = "Form"
  235.                     BuildAction = "Compile"
  236.                 />
  237.                 <File
  238.                     RelPath = "MainFrm.resx"
  239.                     DependentUpon = "MainFrm.cs"
  240.                     BuildAction = "EmbeddedResource"
  241.                 />
  242.                 <File
  243.                     RelPath = "PopedomManage.cs"
  244.                     SubType = "Form"
  245.                     BuildAction = "Compile"
  246.                 />
  247.                 <File
  248.                     RelPath = "PopedomManage.resx"
  249.                     DependentUpon = "PopedomManage.cs"
  250.                     BuildAction = "EmbeddedResource"
  251.                 />
  252.                 <File
  253.                     RelPath = "SelectStorage.cs"
  254.                     SubType = "Form"
  255.                     BuildAction = "Compile"
  256.                 />
  257.                 <File
  258.                     RelPath = "SelectStorage.resx"
  259.                     DependentUpon = "SelectStorage.cs"
  260.                     BuildAction = "EmbeddedResource"
  261.                 />
  262.                 <File
  263.                     RelPath = "SellTable.cs"
  264.                     SubType = "Form"
  265.                     BuildAction = "Compile"
  266.                 />
  267.                 <File
  268.                     RelPath = "SellTable.resx"
  269.                     DependentUpon = "SellTable.cs"
  270.                     BuildAction = "EmbeddedResource"
  271.                 />
  272.                 <File
  273.                     RelPath = "StockTable.cs"
  274.                     SubType = "Form"
  275.                     BuildAction = "Compile"
  276.                 />
  277.                 <File
  278.                     RelPath = "StockTable.resx"
  279.                     DependentUpon = "StockTable.cs"
  280.                     BuildAction = "EmbeddedResource"
  281.                 />
  282.                 <File
  283.                     RelPath = "StokerDataManage.cs"
  284.                     SubType = "Form"
  285.                     BuildAction = "Compile"
  286.                 />
  287.                 <File
  288.                     RelPath = "StokerDataManage.resx"
  289.                     DependentUpon = "StokerDataManage.cs"
  290.                     BuildAction = "EmbeddedResource"
  291.                 />
  292.                 <File
  293.                     RelPath = "StorageSearch.cs"
  294.                     SubType = "Form"
  295.                     BuildAction = "Compile"
  296.                 />
  297.                 <File
  298.                     RelPath = "StorageSearch.resx"
  299.                     DependentUpon = "StorageSearch.cs"
  300.                     BuildAction = "EmbeddedResource"
  301.                 />
  302.                 <File
  303.                     RelPath = "WareDataManage.cs"
  304.                     SubType = "Form"
  305.                     BuildAction = "Compile"
  306.                 />
  307.                 <File
  308.                     RelPath = "WareDataManage.resx"
  309.                     DependentUpon = "WareDataManage.cs"
  310.                     BuildAction = "EmbeddedResource"
  311.                 />
  312.             </Include>
  313.         </Files>
  314.         <StartupServices>
  315.             <Service ID = "{CF845C55-C321-4742-B673-E6212D061ED9}" />
  316.         </StartupServices>
  317.     </CSHARP>
  318. </VisualStudioProject>