home *** CD-ROM | disk | FTP | other *** search
/ Programming in Microsoft Windows with C# / Programacion en Microsoft Windows con C#.iso / Original Code / Files and Streams / WildCardHexDump / WildCardHexDump.csproj < prev   
Encoding:
Text File  |  2001-01-15  |  2.9 KB  |  81 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9148"
  5.         SchemaVersion = "1.0"
  6.     >
  7.         <Build>
  8.             <Settings
  9.                 ApplicationIcon = ""
  10.                 AssemblyKeyContainerName = ""
  11.                 AssemblyName = "WildCardHexDump"
  12.                 AssemblyOriginatorKeyFile = ""
  13.                 DefaultClientScript = "JScript"
  14.                 DefaultHTMLPageLayout = "Grid"
  15.                 DefaultTargetSchema = "IE50"
  16.                 DefaultServerScript = "VBScript"
  17.                 DefaultSessionState = "True"
  18.                 DelaySign = "false"
  19.                 NoStandardLibraries = "false"
  20.                 OutputType = "Exe"
  21.                 RootNamespace = "WildCardHexDump"
  22.                 StartupObject = "WildCardHexDump"
  23.             >
  24.                 <Config
  25.                     Name = "Debug"
  26.                     AllowUnsafeBlocks = "false"
  27.                     BaseAddress = "0"
  28.                     CheckForOverflowUnderflow = "false"
  29.                     DefineConstants = "DEBUG;TRACE"
  30.                     DocumentationFile = ""
  31.                     DebugSymbols = "true"
  32.                     IncrementalBuild = "false"
  33.                     FileAlignment = "4096"
  34.                     NoLogo = "true"
  35.                     NoOutput = "false"
  36.                     Optimize = "false"
  37.                     OutputPath = "bin\Debug\"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "4"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     AllowUnsafeBlocks = "false"
  45.                     BaseAddress = "0"
  46.                     CheckForOverflowUnderflow = "false"
  47.                     DefineConstants = "TRACE"
  48.                     DocumentationFile = ""
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     FileAlignment = "4096"
  52.                     NoLogo = "true"
  53.                     NoOutput = "false"
  54.                     Optimize = "true"
  55.                     OutputPath = "bin\Release\"
  56.                     RemoveIntegerChecks = "false"
  57.                     TreatWarningsAsErrors = "false"
  58.                     WarningLevel = "4"
  59.                 />
  60.             </Settings>
  61.             <References/>
  62.         </Build>
  63.         <Files>
  64.             <Include>
  65.                 <File
  66.                     RelPath = "HexDump.cs"
  67.                     Link = "..\HexDump\HexDump.cs"
  68.                     SubType = "Code"
  69.                     BuildAction = "Compile"
  70.                 />
  71.                 <File
  72.                     RelPath = "WildCardHexDump.cs"
  73.                     SubType = "Code"
  74.                     BuildAction = "Compile"
  75.                 />
  76.             </Include>
  77.         </Files>
  78.     </CSHARP>
  79. </VisualStudioProject>
  80.  
  81.