home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / vbasic / Data / Utils / XZipNet.msi / Data1.cab / ZipManager.vbproj < prev   
Encoding:
Text File  |  2002-01-31  |  5.9 KB  |  157 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{0030B49F-4929-4880-A53C-0656661498AA}"
  7.         SccProjectName = "SAK"
  8.         SccLocalPath = "SAK"
  9.         SccAuxPath = "SAK"
  10.         SccProvider = "SAK"
  11.     >
  12.         <Build>
  13.             <Settings
  14.                 ApplicationIcon = ""
  15.                 AssemblyKeyContainerName = ""
  16.                 AssemblyName = "ZipManager"
  17.                 AssemblyOriginatorKeyFile = ""
  18.                 AssemblyOriginatorKeyMode = "None"
  19.                 DefaultClientScript = "JScript"
  20.                 DefaultHTMLPageLayout = "Grid"
  21.                 DefaultTargetSchema = "IE50"
  22.                 DelaySign = "false"
  23.                 OutputType = "WinExe"
  24.                 OptionCompare = "Binary"
  25.                 OptionExplicit = "On"
  26.                 OptionStrict = "Off"
  27.                 RootNamespace = "Xceed.Zip.Samples.ZipManager"
  28.                 StartupObject = "Xceed.Zip.Samples.ZipManager.ZipManager"
  29.             >
  30.                 <Config
  31.                     Name = "Debug"
  32.                     BaseAddress = "285212672"
  33.                     ConfigurationOverrideFile = ""
  34.                     DefineConstants = ""
  35.                     DefineDebug = "true"
  36.                     DefineTrace = "true"
  37.                     DebugSymbols = "true"
  38.                     IncrementalBuild = "false"
  39.                     Optimize = "true"
  40.                     OutputPath = "bin\Debug\"
  41.                     RegisterForComInterop = "false"
  42.                     RemoveIntegerChecks = "false"
  43.                     TreatWarningsAsErrors = "false"
  44.                     WarningLevel = "1"
  45.                 />
  46.                 <Config
  47.                     Name = "Release"
  48.                     BaseAddress = "285212672"
  49.                     ConfigurationOverrideFile = ""
  50.                     DefineConstants = ""
  51.                     DefineDebug = "false"
  52.                     DefineTrace = "true"
  53.                     DebugSymbols = "false"
  54.                     IncrementalBuild = "false"
  55.                     Optimize = "false"
  56.                     OutputPath = "bin\Release\"
  57.                     RegisterForComInterop = "false"
  58.                     RemoveIntegerChecks = "false"
  59.                     TreatWarningsAsErrors = "false"
  60.                     WarningLevel = "1"
  61.                 />
  62.                 <Config
  63.                     Name = "Release Beta"
  64.                     BaseAddress = "285212672"
  65.                     ConfigurationOverrideFile = ""
  66.                     DefineConstants = "XCDBETA=True"
  67.                     DefineDebug = "false"
  68.                     DefineTrace = "true"
  69.                     DebugSymbols = "false"
  70.                     IncrementalBuild = "false"
  71.                     Optimize = "false"
  72.                     OutputPath = "bin\Release Beta\"
  73.                     RegisterForComInterop = "false"
  74.                     RemoveIntegerChecks = "false"
  75.                     TreatWarningsAsErrors = "false"
  76.                     WarningLevel = "1"
  77.                 />
  78.             </Settings>
  79.             <References>
  80.                 <Reference
  81.                     Name = "System"
  82.                     AssemblyName = "System"
  83.                 />
  84.                 <Reference
  85.                     Name = "System.Data"
  86.                     AssemblyName = "System.Data"
  87.                 />
  88.                 <Reference
  89.                     Name = "System.Drawing"
  90.                     AssemblyName = "System.Drawing"
  91.                 />
  92.                 <Reference
  93.                     Name = "System.Windows.Forms"
  94.                     AssemblyName = "System.Windows.Forms"
  95.                 />
  96.                 <Reference
  97.                     Name = "System.XML"
  98.                     AssemblyName = "System.Xml"
  99.                 />
  100.                 <Reference
  101.                     Name = "Xceed.Zip"
  102.                     AssemblyName = "Xceed.Zip"
  103.                     HintPath = "..\..\bin\Debug\Xceed.Zip.dll"
  104.                 />
  105.                 <Reference
  106.                     Name = "Xceed.FileSystem"
  107.                     AssemblyName = "Xceed.FileSystem"
  108.                     HintPath = "..\..\bin\Debug\Xceed.FileSystem.dll"
  109.                 />
  110.                 <Reference
  111.                     Name = "Xceed.Compression"
  112.                     AssemblyName = "Xceed.Compression"
  113.                     HintPath = "..\..\bin\Debug\Xceed.Compression.dll"
  114.                 />
  115.             </References>
  116.             <Imports>
  117.                 <Import Namespace = "Microsoft.VisualBasic" />
  118.                 <Import Namespace = "System" />
  119.                 <Import Namespace = "System.Collections" />
  120.                 <Import Namespace = "System.Data" />
  121.                 <Import Namespace = "System.Drawing" />
  122.                 <Import Namespace = "System.Diagnostics" />
  123.                 <Import Namespace = "System.Windows.Forms" />
  124.             </Imports>
  125.         </Build>
  126.         <Files>
  127.             <Include>
  128.                 <File
  129.                     RelPath = "AssemblyInfo.vb"
  130.                     SubType = "Code"
  131.                     BuildAction = "Compile"
  132.                 />
  133.                 <File
  134.                     RelPath = "Licenses.licx"
  135.                     BuildAction = "EmbeddedResource"
  136.                 />
  137.                 <File
  138.                     RelPath = "ZipContentsItem.vb"
  139.                     SubType = "Code"
  140.                     BuildAction = "Compile"
  141.                 />
  142.                 <File
  143.                     RelPath = "ZipManager.vb"
  144.                     SubType = "Form"
  145.                     BuildAction = "Compile"
  146.                 />
  147.                 <File
  148.                     RelPath = "ZipManager.resx"
  149.                     DependentUpon = "ZipManager.vb"
  150.                     BuildAction = "EmbeddedResource"
  151.                 />
  152.             </Include>
  153.         </Files>
  154.     </VisualBasic>
  155. </VisualStudioProject>
  156.  
  157.