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

C#编程

开发平台:

Others

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{80B28574-1A3C-4271-BA0B-A11F5EB772A2}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "App.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "UpdatingData"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 RootNamespace = "UpdatingData"
  20.                 StartupObject = ""
  21.             >
  22.                 <Config
  23.                     Name = "Debug"
  24.                     AllowUnsafeBlocks = "false"
  25.                     BaseAddress = "285212672"
  26.                     CheckForOverflowUnderflow = "false"
  27.                     ConfigurationOverrideFile = ""
  28.                     DefineConstants = "DEBUG;TRACE"
  29.                     DocumentationFile = ""
  30.                     DebugSymbols = "true"
  31.                     FileAlignment = "4096"
  32.                     IncrementalBuild = "true"
  33.                     Optimize = "false"
  34.                     OutputPath = "binDebug"
  35.                     RegisterForComInterop = "false"
  36.                     RemoveIntegerChecks = "false"
  37.                     TreatWarningsAsErrors = "false"
  38.                     WarningLevel = "4"
  39.                 />
  40.                 <Config
  41.                     Name = "Release"
  42.                     AllowUnsafeBlocks = "false"
  43.                     BaseAddress = "285212672"
  44.                     CheckForOverflowUnderflow = "false"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = "TRACE"
  47.                     DocumentationFile = ""
  48.                     DebugSymbols = "false"
  49.                     FileAlignment = "4096"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "binRelease"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "4"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.0.3705System.dll"
  64.                 />
  65.                 <Reference
  66.                     Name = "System.Data"
  67.                     AssemblyName = "System.Data"
  68.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.0.3705System.Data.dll"
  69.                 />
  70.                 <Reference
  71.                     Name = "System.Drawing"
  72.                     AssemblyName = "System.Drawing"
  73.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.0.3705System.Drawing.dll"
  74.                 />
  75.                 <Reference
  76.                     Name = "System.Windows.Forms"
  77.                     AssemblyName = "System.Windows.Forms"
  78.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.0.3705System.Windows.Forms.dll"
  79.                 />
  80.                 <Reference
  81.                     Name = "System.XML"
  82.                     AssemblyName = "System.Xml"
  83.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.0.3705System.XML.dll"
  84.                 />
  85.             </References>
  86.         </Build>
  87.         <Files>
  88.             <Include>
  89.                 <File
  90.                     RelPath = "App.ico"
  91.                     BuildAction = "Content"
  92.                 />
  93.                 <File
  94.                     RelPath = "AssemblyInfo.cs"
  95.                     SubType = "Code"
  96.                     BuildAction = "Compile"
  97.                 />
  98.                 <File
  99.                     RelPath = "DataSet1.xsd"
  100.                     BuildAction = "Content"
  101.                     Generator = "MSDataSetGenerator"
  102.                     LastGenOutput = "DataSet1.cs"
  103.                 />
  104.                 <File
  105.                     RelPath = "DataSet1.cs"
  106.                     DependentUpon = "DataSet1.xsd"
  107.                     SubType = "code"
  108.                     BuildAction = "Compile"
  109.                     DesignTime = "True"
  110.                     AutoGen = "True"
  111.                 />
  112.                 <File
  113.                     RelPath = "Form1.cs"
  114.                     SubType = "Form"
  115.                     BuildAction = "Compile"
  116.                 />
  117.                 <File
  118.                     RelPath = "Form1.resx"
  119.                     DependentUpon = "Form1.cs"
  120.                     BuildAction = "EmbeddedResource"
  121.                 />
  122.             </Include>
  123.         </Files>
  124.     </CSHARP>
  125. </VisualStudioProject>