酒店管理系统.csproj
上传用户:kuorong
上传日期:2013-04-03
资源大小:240k
文件大小:9k
源码类别:

酒店行业

开发平台:

Java

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{9F22AC82-F999-42C0-B68D-A1D35CED8297}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "....Iconhotel.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: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 = "ClientConsume.cs"
  107.                     SubType = "Form"
  108.                     BuildAction = "Compile"
  109.                 />
  110.                 <File
  111.                     RelPath = "ClientConsume.resx"
  112.                     DependentUpon = "ClientConsume.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 = "HotelArrival.cs"
  155.                     SubType = "Form"
  156.                     BuildAction = "Compile"
  157.                 />
  158.                 <File
  159.                     RelPath = "HotelArrival.resx"
  160.                     DependentUpon = "HotelArrival.cs"
  161.                     BuildAction = "EmbeddedResource"
  162.                 />
  163.                 <File
  164.                     RelPath = "HotelLeave.cs"
  165.                     SubType = "Form"
  166.                     BuildAction = "Compile"
  167.                 />
  168.                 <File
  169.                     RelPath = "HotelLeave.resx"
  170.                     DependentUpon = "HotelLeave.cs"
  171.                     BuildAction = "EmbeddedResource"
  172.                 />
  173.                 <File
  174.                     RelPath = "HotelReserve.cs"
  175.                     SubType = "Form"
  176.                     BuildAction = "Compile"
  177.                 />
  178.                 <File
  179.                     RelPath = "HotelReserve.resx"
  180.                     DependentUpon = "HotelReserve.cs"
  181.                     BuildAction = "EmbeddedResource"
  182.                 />
  183.                 <File
  184.                     RelPath = "MainForm.cs"
  185.                     SubType = "Form"
  186.                     BuildAction = "Compile"
  187.                 />
  188.                 <File
  189.                     RelPath = "MainForm.resx"
  190.                     DependentUpon = "MainForm.cs"
  191.                     BuildAction = "EmbeddedResource"
  192.                 />
  193.                 <File
  194.                     RelPath = "ParentForm.cs"
  195.                     SubType = "Form"
  196.                     BuildAction = "Compile"
  197.                 />
  198.                 <File
  199.                     RelPath = "ParentForm.resx"
  200.                     DependentUpon = "ParentForm.cs"
  201.                     BuildAction = "EmbeddedResource"
  202.                 />
  203.                 <File
  204.                     RelPath = "RoomInfo.cs"
  205.                     SubType = "Form"
  206.                     BuildAction = "Compile"
  207.                 />
  208.                 <File
  209.                     RelPath = "RoomInfo.resx"
  210.                     DependentUpon = "RoomInfo.cs"
  211.                     BuildAction = "EmbeddedResource"
  212.                 />
  213.                 <File
  214.                     RelPath = "RoomStatus.cs"
  215.                     SubType = "Form"
  216.                     BuildAction = "Compile"
  217.                 />
  218.                 <File
  219.                     RelPath = "RoomStatus.resx"
  220.                     DependentUpon = "RoomStatus.cs"
  221.                     BuildAction = "EmbeddedResource"
  222.                 />
  223.                 <File
  224.                     RelPath = "RoomType.cs"
  225.                     SubType = "Form"
  226.                     BuildAction = "Compile"
  227.                 />
  228.                 <File
  229.                     RelPath = "RoomType.resx"
  230.                     DependentUpon = "RoomType.cs"
  231.                     BuildAction = "EmbeddedResource"
  232.                 />
  233.                 <File
  234.                     RelPath = "SelectTable.cs"
  235.                     SubType = "Form"
  236.                     BuildAction = "Compile"
  237.                 />
  238.                 <File
  239.                     RelPath = "SelectTable.resx"
  240.                     DependentUpon = "SelectTable.cs"
  241.                     BuildAction = "EmbeddedResource"
  242.                 />
  243.             </Include>
  244.         </Files>
  245.     </CSHARP>
  246. </VisualStudioProject>