MathLibrary.csproj
上传用户:yiyuerguo
上传日期:2014-09-27
资源大小:3781k
文件大小:3k
源码类别:

C#编程

开发平台:

Others

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9254"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{8F5FDB2E-B937-4B77-AE7F-BE9522DC6BE5}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "MathLibrary"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 NoStandardLibraries = "false"
  19.                 OutputType = "Library"
  20.                 RootNamespace = "MathLibrary"
  21.                 StartupObject = ""
  22.             >
  23.                 <Config
  24.                     Name = "Debug"
  25.                     AllowUnsafeBlocks = "false"
  26.                     BaseAddress = "285212672"
  27.                     CheckForOverflowUnderflow = "false"
  28.                     ConfigurationOverrideFile = ""
  29.                     DefineConstants = "DEBUG;TRACE"
  30.                     DocumentationFile = ""
  31.                     DebugSymbols = "true"
  32.                     FileAlignment = "4096"
  33.                     IncrementalBuild = "true"
  34.                     Optimize = "false"
  35.                     OutputPath = "binDebug"
  36.                     RegisterForComInterop = "false"
  37.                     RemoveIntegerChecks = "false"
  38.                     TreatWarningsAsErrors = "false"
  39.                     WarningLevel = "4"
  40.                 />
  41.                 <Config
  42.                     Name = "Release"
  43.                     AllowUnsafeBlocks = "false"
  44.                     BaseAddress = "285212672"
  45.                     CheckForOverflowUnderflow = "false"
  46.                     ConfigurationOverrideFile = ""
  47.                     DefineConstants = "TRACE"
  48.                     DocumentationFile = ""
  49.                     DebugSymbols = "false"
  50.                     FileAlignment = "4096"
  51.                     IncrementalBuild = "true"
  52.                     Optimize = "true"
  53.                     OutputPath = "binRelease"
  54.                     RegisterForComInterop = "false"
  55.                     RemoveIntegerChecks = "false"
  56.                     TreatWarningsAsErrors = "false"
  57.                     WarningLevel = "4"
  58.                 />
  59.             </Settings>
  60.             <References>
  61.                 <Reference
  62.                     Name = "System"
  63.                     AssemblyName = "System"
  64.                 />
  65.                 <Reference
  66.                     Name = "System.Data"
  67.                     AssemblyName = "System.Data"
  68.                 />
  69.                 <Reference
  70.                     Name = "System.XML"
  71.                     AssemblyName = "System.XML"
  72.                 />
  73.             </References>
  74.         </Build>
  75.         <Files>
  76.             <Include>
  77.                 <File
  78.                     RelPath = "AssemblyInfo.cs"
  79.                     SubType = "Code"
  80.                     BuildAction = "Compile"
  81.                 />
  82.                 <File
  83.                     RelPath = "SimpleMath.cs"
  84.                     SubType = "Code"
  85.                     BuildAction = "Compile"
  86.                 />
  87.             </Include>
  88.         </Files>
  89.     </CSHARP>
  90. </VisualStudioProject>