supershop.csproj
上传用户:miknos
上传日期:2022-04-30
资源大小:802k
文件大小:6k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{DFEE4200-3A28-4A19-88CE-192EC90512F2}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "App.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "supershop"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "supershop"
  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 = "DataSet1.xsd"
  107.                     BuildAction = "Content"
  108.                     Generator = "MSDataSetGenerator"
  109.                     LastGenOutput = "DataSet1.cs"
  110.                 />
  111.                 <File
  112.                     RelPath = "DataSet1.cs"
  113.                     DependentUpon = "DataSet1.xsd"
  114.                     SubType = "code"
  115.                     BuildAction = "Compile"
  116.                     DesignTime = "True"
  117.                     AutoGen = "True"
  118.                 />
  119.                 <File
  120.                     RelPath = "Form1.cs"
  121.                     SubType = "Form"
  122.                     BuildAction = "Compile"
  123.                 />
  124.                 <File
  125.                     RelPath = "Form1.resx"
  126.                     DependentUpon = "Form1.cs"
  127.                     BuildAction = "EmbeddedResource"
  128.                 />
  129.                 <File
  130.                     RelPath = "Form2.cs"
  131.                     SubType = "Form"
  132.                     BuildAction = "Compile"
  133.                 />
  134.                 <File
  135.                     RelPath = "Form2.resx"
  136.                     DependentUpon = "Form2.cs"
  137.                     BuildAction = "EmbeddedResource"
  138.                 />
  139.                 <File
  140.                     RelPath = "Form3.cs"
  141.                     SubType = "Form"
  142.                     BuildAction = "Compile"
  143.                 />
  144.                 <File
  145.                     RelPath = "Form3.resx"
  146.                     DependentUpon = "Form3.cs"
  147.                     BuildAction = "EmbeddedResource"
  148.                 />
  149.                 <File
  150.                     RelPath = "Form4.cs"
  151.                     SubType = "Form"
  152.                     BuildAction = "Compile"
  153.                 />
  154.                 <File
  155.                     RelPath = "Form4.resx"
  156.                     DependentUpon = "Form4.cs"
  157.                     BuildAction = "EmbeddedResource"
  158.                 />
  159.             </Include>
  160.         </Files>
  161.     </CSHARP>
  162. </VisualStudioProject>