生产管理系统.csproj
上传用户:hjieqiu
上传日期:2013-05-11
资源大小:16494k
文件大小:10k
源码类别:

企业管理

开发平台:

C#

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{F07AD0FE-41C6-4CC0-A6AC-F9568B9E11DD}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "....Iconmrp.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 = "生产管理系统.mainForm"
  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:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.dll"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Data"
  74.                     AssemblyName = "System.Data"
  75.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Data.dll"
  76.                 />
  77.                 <Reference
  78.                     Name = "System.Drawing"
  79.                     AssemblyName = "System.Drawing"
  80.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Drawing.dll"
  81.                 />
  82.                 <Reference
  83.                     Name = "System.Windows.Forms"
  84.                     AssemblyName = "System.Windows.Forms"
  85.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Windows.Forms.dll"
  86.                 />
  87.                 <Reference
  88.                     Name = "System.XML"
  89.                     AssemblyName = "System.Xml"
  90.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.XML.dll"
  91.                 />
  92.             </References>
  93.         </Build>
  94.         <Files>
  95.             <Include>
  96.                 <File
  97.                     RelPath = "App.ico"
  98.                     BuildAction = "Content"
  99.                 />
  100.                 <File
  101.                     RelPath = "AssemblyInfo.cs"
  102.                     SubType = "Code"
  103.                     BuildAction = "Compile"
  104.                 />
  105.                 <File
  106.                     RelPath = "BomForm.cs"
  107.                     SubType = "Form"
  108.                     BuildAction = "Compile"
  109.                 />
  110.                 <File
  111.                     RelPath = "BomForm.resx"
  112.                     DependentUpon = "BomForm.cs"
  113.                     BuildAction = "EmbeddedResource"
  114.                 />
  115.                 <File
  116.                     RelPath = "DataSet1.xsd"
  117.                     BuildAction = "Content"
  118.                     Generator = "MSDataSetGenerator"
  119.                     LastGenOutput = "DataSet1.cs"
  120.                 />
  121.                 <File
  122.                     RelPath = "DataSet1.cs"
  123.                     DependentUpon = "DataSet1.xsd"
  124.                     SubType = "code"
  125.                     BuildAction = "Compile"
  126.                     DesignTime = "True"
  127.                     AutoGen = "True"
  128.                 />
  129.                 <File
  130.                     RelPath = "DataSet1.xsx"
  131.                     DependentUpon = "DataSet1.xsd"
  132.                     BuildAction = "None"
  133.                 />
  134.                 <File
  135.                     RelPath = "DataSet2.xsd"
  136.                     BuildAction = "Content"
  137.                     Generator = "MSDataSetGenerator"
  138.                     LastGenOutput = "DataSet2.cs"
  139.                 />
  140.                 <File
  141.                     RelPath = "DataSet2.cs"
  142.                     DependentUpon = "DataSet2.xsd"
  143.                     SubType = "code"
  144.                     BuildAction = "Compile"
  145.                     DesignTime = "True"
  146.                     AutoGen = "True"
  147.                 />
  148.                 <File
  149.                     RelPath = "DataSet2.xsx"
  150.                     DependentUpon = "DataSet2.xsd"
  151.                     BuildAction = "None"
  152.                 />
  153.                 <File
  154.                     RelPath = "DataSet3.xsd"
  155.                     BuildAction = "Content"
  156.                     Generator = "MSDataSetGenerator"
  157.                     LastGenOutput = "DataSet3.cs"
  158.                 />
  159.                 <File
  160.                     RelPath = "DataSet3.cs"
  161.                     DependentUpon = "DataSet3.xsd"
  162.                     SubType = "code"
  163.                     BuildAction = "Compile"
  164.                     DesignTime = "True"
  165.                     AutoGen = "True"
  166.                 />
  167.                 <File
  168.                     RelPath = "FactorySchedule.cs"
  169.                     SubType = "Form"
  170.                     BuildAction = "Compile"
  171.                 />
  172.                 <File
  173.                     RelPath = "FactorySchedule.resx"
  174.                     DependentUpon = "FactorySchedule.cs"
  175.                     BuildAction = "EmbeddedResource"
  176.                 />
  177.                 <File
  178.                     RelPath = "Icon1.ico"
  179.                     BuildAction = "Content"
  180.                 />
  181.                 <File
  182.                     RelPath = "MainForm.cs"
  183.                     SubType = "Form"
  184.                     BuildAction = "Compile"
  185.                 />
  186.                 <File
  187.                     RelPath = "MainForm.resx"
  188.                     DependentUpon = "MainForm.cs"
  189.                     BuildAction = "EmbeddedResource"
  190.                 />
  191.                 <File
  192.                     RelPath = "MaterialsForm.cs"
  193.                     SubType = "Form"
  194.                     BuildAction = "Compile"
  195.                 />
  196.                 <File
  197.                     RelPath = "MaterialsForm.resx"
  198.                     DependentUpon = "MaterialsForm.cs"
  199.                     BuildAction = "EmbeddedResource"
  200.                 />
  201.                 <File
  202.                     RelPath = "MRPCal.cs"
  203.                     SubType = "Form"
  204.                     BuildAction = "Compile"
  205.                 />
  206.                 <File
  207.                     RelPath = "MRPCal.resx"
  208.                     DependentUpon = "MRPCal.cs"
  209.                     BuildAction = "EmbeddedResource"
  210.                 />
  211.                 <File
  212.                     RelPath = "MRPHistory.cs"
  213.                     SubType = "Form"
  214.                     BuildAction = "Compile"
  215.                 />
  216.                 <File
  217.                     RelPath = "MRPHistory.resx"
  218.                     DependentUpon = "MRPHistory.cs"
  219.                     BuildAction = "EmbeddedResource"
  220.                 />
  221.                 <File
  222.                     RelPath = "ProducePlan.cs"
  223.                     SubType = "Form"
  224.                     BuildAction = "Compile"
  225.                 />
  226.                 <File
  227.                     RelPath = "ProducePlan.resx"
  228.                     DependentUpon = "ProducePlan.cs"
  229.                     BuildAction = "EmbeddedResource"
  230.                 />
  231.                 <File
  232.                     RelPath = "RequirePlan.cs"
  233.                     SubType = "Form"
  234.                     BuildAction = "Compile"
  235.                 />
  236.                 <File
  237.                     RelPath = "RequirePlan.resx"
  238.                     DependentUpon = "RequirePlan.cs"
  239.                     BuildAction = "EmbeddedResource"
  240.                 />
  241.                 <File
  242.                     RelPath = "SelectMaterial.cs"
  243.                     SubType = "Form"
  244.                     BuildAction = "Compile"
  245.                 />
  246.                 <File
  247.                     RelPath = "SelectMaterial.resx"
  248.                     DependentUpon = "SelectMaterial.cs"
  249.                     BuildAction = "EmbeddedResource"
  250.                 />
  251.             </Include>
  252.         </Files>
  253.     </CSHARP>
  254. </VisualStudioProject>