home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / setup / vbnet / 17 controls / customcontrolstest / customcontrolstest.vbproj < prev    next >
Encoding:
Text File  |  2002-03-19  |  6.8 KB  |  181 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{E696DDB3-CE1F-48E3-9D4B-76505C6DE682}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "CustomControlsTest"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "WinExe"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "Off"
  23.                 RootNamespace = "CustomControlsTest"
  24.                 StartupObject = "CustomControlsTest.StartupForm"
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin\"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "false"
  52.                     OutputPath = "bin\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Drawing"
  70.                     AssemblyName = "System.Drawing"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.XML"
  74.                     AssemblyName = "System.Xml"
  75.                 />
  76.                 <Reference
  77.                     Name = "Microsoft.VisualBasic"
  78.                     AssemblyName = "Microsoft.VisualBasic"
  79.                 />
  80.                 <Reference
  81.                     Name = "microsoft.visualbasic.compatibility"
  82.                     AssemblyName = "Microsoft.VisualBasic.Compatibility"
  83.                 />
  84.                 <Reference
  85.                     Name = "stdole"
  86.                     AssemblyName = "stdole"
  87.                 />
  88.                 <Reference
  89.                     Name = "System.Windows.Forms"
  90.                     AssemblyName = "System.Windows.Forms"
  91.                     HintPath = "E:\WINNT\Microsoft.NET\Framework\v1.0.3512\System.Windows.Forms.dll"
  92.                 />
  93.                 <Reference
  94.                     Name = "CustomControlDemo"
  95.                     AssemblyName = "CustomControlDemo"
  96.                     HintPath = "..\CustomControlDemo\bin\CustomControlDemo.dll"
  97.                 />
  98.             </References>
  99.             <Imports>
  100.                 <Import Namespace = "Microsoft.VisualBasic" />
  101.                 <Import Namespace = "System" />
  102.                 <Import Namespace = "System.Collections" />
  103.                 <Import Namespace = "System.Data" />
  104.                 <Import Namespace = "System.Drawing" />
  105.                 <Import Namespace = "System.Diagnostics" />
  106.                 <Import Namespace = "System.Windows.Forms" />
  107.             </Imports>
  108.         </Build>
  109.         <Files>
  110.             <Include>
  111.                 <File
  112.                     RelPath = "AddressForm.vb"
  113.                     SubType = "Form"
  114.                     BuildAction = "Compile"
  115.                 />
  116.                 <File
  117.                     RelPath = "AddressForm.resx"
  118.                     DependentUpon = "AddressForm.vb"
  119.                     BuildAction = "EmbeddedResource"
  120.                 />
  121.                 <File
  122.                     RelPath = "AssemblyInfo.vb"
  123.                     SubType = "Code"
  124.                     BuildAction = "Compile"
  125.                 />
  126.                 <File
  127.                     RelPath = "CountdownForm.vb"
  128.                     SubType = "Form"
  129.                     BuildAction = "Compile"
  130.                 />
  131.                 <File
  132.                     RelPath = "CountdownForm.resx"
  133.                     DependentUpon = "CountdownForm.vb"
  134.                     BuildAction = "EmbeddedResource"
  135.                 />
  136.                 <File
  137.                     RelPath = "ExtenderForm.vb"
  138.                     SubType = "Form"
  139.                     BuildAction = "Compile"
  140.                 />
  141.                 <File
  142.                     RelPath = "ExtenderForm.resx"
  143.                     DependentUpon = "ExtenderForm.vb"
  144.                     BuildAction = "EmbeddedResource"
  145.                 />
  146.                 <File
  147.                     RelPath = "GradientForm.vb"
  148.                     SubType = "Form"
  149.                     BuildAction = "Compile"
  150.                 />
  151.                 <File
  152.                     RelPath = "GradientForm.resx"
  153.                     DependentUpon = "GradientForm.vb"
  154.                     BuildAction = "EmbeddedResource"
  155.                 />
  156.                 <File
  157.                     RelPath = "StartupForm.vb"
  158.                     SubType = "Form"
  159.                     BuildAction = "Compile"
  160.                 />
  161.                 <File
  162.                     RelPath = "StartupForm.resx"
  163.                     DependentUpon = "StartupForm.vb"
  164.                     BuildAction = "EmbeddedResource"
  165.                 />
  166.                 <File
  167.                     RelPath = "TextBoxExForm.vb"
  168.                     SubType = "Form"
  169.                     BuildAction = "Compile"
  170.                 />
  171.                 <File
  172.                     RelPath = "TextBoxExForm.resx"
  173.                     DependentUpon = "TextBoxExForm.vb"
  174.                     BuildAction = "EmbeddedResource"
  175.                 />
  176.             </Include>
  177.         </Files>
  178.     </VisualBasic>
  179. </VisualStudioProject>
  180.  
  181.