home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Basic / GridOne / setup.EXE / MINESWEEPER.VBPROJ < prev    next >
Encoding:
Text File  |  2001-09-09  |  4.4 KB  |  114 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         SccProjectName = '"$/Components/sgGrid/SamplesDistribute/VB7/MineSweeper", LOKBAAAA'
  5.         SccLocalPath = ".."
  6.         SccAuxPath = "\\Office\VSSData"
  7.         SccProvider = "MSSCCI:SourceSafe"
  8.     >
  9.         <Build>
  10.             <Settings
  11.                 ApplicationIcon = ""
  12.                 ApplicationRoot = "true"
  13.                 AssemblyBuildNumber = "0"
  14.                 AssemblyCompany = ""
  15.                 AssemblyCopyright = ""
  16.                 AssemblyDescription = ""
  17.                 AssemblyKeyContainerName = ""
  18.                 AssemblyMajorVersion = "1"
  19.                 AssemblyMinorVersion = "0"
  20.                 AssemblyName = "MineSweeper"
  21.                 AssemblyOriginatorKeyFile = ""
  22.                 AssemblyOriginatorKeyMode = "None"
  23.                 AssemblyProduct = ""
  24.                 AssemblyRevisionNumber = "0"
  25.                 AssemblyTitle = ""
  26.                 AssemblyTrademark = ""
  27.                 CLSCompliant = "true"
  28.                 DefaultClientScript = "JScript"
  29.                 DefaultDTCPlatform = "Server"
  30.                 DefaultHTMLPageLayout = "Linear"
  31.                 DefaultTargetSchema = "HTML32"
  32.                 DefaultServerScript = "VBScript"
  33.                 DefaultSessionState = "True"
  34.                 GenerateRevisionNumber = "true"
  35.                 OutputType = "WinExe"
  36.                 OptionCompare = "Binary"
  37.                 OptionExplicit = "On"
  38.                 OptionStrict = "Off"
  39.                 _RootNamespace = "MineSweeper"
  40.                 StartupObject = "MineSweeper.Form1"
  41.             >
  42.                 <Config
  43.                     Name = "Debug"
  44.                     BaseAddress = "0"
  45.                     DefineConstants = ""
  46.                     DefineDebug = "true"
  47.                     DefineTrace = "true"
  48.                     DebugSymbols = "true"
  49.                     OutputPath = "bin\"
  50.                     RemoveIntegerChecks = "false"
  51.                     TreatWarningsAsErrors = "false"
  52.                     WarningLevel = "1"
  53.                 />
  54.                 <Config
  55.                     Name = "Release"
  56.                     BaseAddress = "0"
  57.                     DefineConstants = ""
  58.                     DefineDebug = "false"
  59.                     DefineTrace = "true"
  60.                     DebugSymbols = "false"
  61.                     OutputPath = "bin\"
  62.                     RemoveIntegerChecks = "false"
  63.                     TreatWarningsAsErrors = "false"
  64.                     WarningLevel = "1"
  65.                 />
  66.             </Settings>
  67.             <References>
  68.                 <Reference Name = "System" />
  69.                 <Reference Name = "System.Drawing" />
  70.                 <Reference Name = "System.WinForms" />
  71.                 <Reference Name = "System.WinForms.Design" />
  72.                 <Reference Name = "System.Data" />
  73.                 <Reference Name = "System.Configuration" />
  74.                 <Reference Name = "System.Diagnostics" />
  75.                 <Reference Name = "System.XML.Serialization" />
  76.                 <Reference Name = "Microsoft.Win32.Interop" />
  77.                 <Reference Name = "stdole" />
  78.                 <Reference Name = "MSDATASRC" />
  79.                 <Reference
  80.                     Name = "BeeGridOLEDB10"
  81.                     Guid = "{97BD7A06-77E0-11D2-8EAE-008048E27A77}"
  82.                     VersionMajor = "1"
  83.                     VersionMinor = "0"
  84.                     Lcid = "0"
  85.                 />
  86.                 <Reference Name = "AxBeeGridOLEDB10" />
  87.             </References>
  88.             <Imports>
  89.                 <Import Namespace = "Microsoft.VisualBasic" />
  90.                 <Import Namespace = "System" />
  91.                 <Import Namespace = "System.Data" />
  92.                 <Import Namespace = "System.Collections" />
  93.                 <Import Namespace = "System.Configuration" />
  94.                 <Import Namespace = "System.Diagnostics" />
  95.             </Imports>
  96.         </Build>
  97.         <Files>
  98.             <Include>
  99.                 <File
  100.                     RelPath = "Form1.vb"
  101.                     SubType = "Form"
  102.                     BuildAction = "Compile"
  103.                 />
  104.                 <File
  105.                     RelPath = "Form1.resx"
  106.                     DependentUpon = "Form1.vb"
  107.                     BuildAction = "EmbeddedResource"
  108.                 />
  109.             </Include>
  110.         </Files>
  111.     </VisualBasic>
  112. </VisualStudioProject>
  113.  
  114.