NorthwindComponent.csproj
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:5k
源码类别:

C#编程

开发平台:

Others

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{D0912567-A454-41AD-9F29-5827AE50E920}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "NorthwindComponent"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "Library"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "Wrox.ProCSharp.EnterpriseServices"
  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 = "......WindowsMicrosoft.NETFrameworkv1.1.4322System.dll"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Data"
  74.                     AssemblyName = "System.Data"
  75.                     HintPath = "......WindowsMicrosoft.NETFrameworkv1.1.4322System.Data.dll"
  76.                 />
  77.                 <Reference
  78.                     Name = "System.XML"
  79.                     AssemblyName = "System.XML"
  80.                     HintPath = "......WindowsMicrosoft.NETFrameworkv1.1.4322System.XML.dll"
  81.                 />
  82.                 <Reference
  83.                     Name = "System.EnterpriseServices"
  84.                     AssemblyName = "System.EnterpriseServices"
  85.                     HintPath = "......WindowsMicrosoft.NETFrameworkv1.1.4322System.EnterpriseServices.dll"
  86.                 />
  87.                 <Reference
  88.                     Name = "System.Windows.Forms"
  89.                     AssemblyName = "System.Windows.Forms"
  90.                     HintPath = "......WindowsMicrosoft.NETFrameworkv1.1.4322System.Windows.Forms.dll"
  91.                 />
  92.             </References>
  93.         </Build>
  94.         <Files>
  95.             <Include>
  96.                 <File
  97.                     RelPath = "AssemblyInfo.cs"
  98.                     SubType = "Code"
  99.                     BuildAction = "Compile"
  100.                 />
  101.                 <File
  102.                     RelPath = "Order.cs"
  103.                     SubType = "Code"
  104.                     BuildAction = "Compile"
  105.                 />
  106.                 <File
  107.                     RelPath = "OrderControl.cs"
  108.                     SubType = "Code"
  109.                     BuildAction = "Compile"
  110.                 />
  111.                 <File
  112.                     RelPath = "OrderData.cs"
  113.                     SubType = "Code"
  114.                     BuildAction = "Compile"
  115.                 />
  116.                 <File
  117.                     RelPath = "OrderLine.cs"
  118.                     SubType = "Code"
  119.                     BuildAction = "Compile"
  120.                 />
  121.                 <File
  122.                     RelPath = "OrderLineData.cs"
  123.                     SubType = "Code"
  124.                     BuildAction = "Compile"
  125.                 />
  126.             </Include>
  127.         </Files>
  128.     </CSHARP>
  129. </VisualStudioProject>