home *** CD-ROM | disk | FTP | other *** search
/ Programming in Microsoft Windows with C# / Programacion en Microsoft Windows con C#.iso / Original Code / Tree View and List View / ImageDirectory / ImageDirectory.csproj < prev    next >
Encoding:
Text File  |  2001-01-15  |  4.4 KB  |  118 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9358"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{19F0EF88-509F-4C55-88CB-5701DB56BF15}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "ImageDirectory"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "Exe"
  19.                 RootNamespace = ""
  20.                 StartupObject = ""
  21.             >
  22.                 <Config
  23.                     Name = "Debug"
  24.                     AllowUnsafeBlocks = "false"
  25.                     BaseAddress = "285212672"
  26.                     CheckForOverflowUnderflow = "false"
  27.                     ConfigurationOverrideFile = ""
  28.                     DefineConstants = "DEBUG;TRACE"
  29.                     DocumentationFile = ""
  30.                     DebugSymbols = "true"
  31.                     FileAlignment = "4096"
  32.                     IncrementalBuild = "true"
  33.                     Optimize = "false"
  34.                     OutputPath = "bin\Debug\"
  35.                     RegisterForComInterop = "false"
  36.                     RemoveIntegerChecks = "false"
  37.                     TreatWarningsAsErrors = "false"
  38.                     WarningLevel = "4"
  39.                 />
  40.                 <Config
  41.                     Name = "Release"
  42.                     AllowUnsafeBlocks = "false"
  43.                     BaseAddress = "285212672"
  44.                     CheckForOverflowUnderflow = "false"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = "TRACE"
  47.                     DocumentationFile = ""
  48.                     DebugSymbols = "false"
  49.                     FileAlignment = "4096"
  50.                     IncrementalBuild = "true"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin\Release\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "4"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Drawing"
  66.                     AssemblyName = "System.Drawing"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Windows.Forms"
  70.                     AssemblyName = "System.Windows.Forms"
  71.                 />
  72.             </References>
  73.         </Build>
  74.         <Files>
  75.             <Include>
  76.                 <File
  77.                     RelPath = "35FLOPPY.BMP"
  78.                     Link = "..\DirectoriesAndFiles\35FLOPPY.BMP"
  79.                     BuildAction = "EmbeddedResource"
  80.                 />
  81.                 <File
  82.                     RelPath = "CLSDFOLD.BMP"
  83.                     Link = "..\DirectoriesAndFiles\CLSDFOLD.BMP"
  84.                     BuildAction = "EmbeddedResource"
  85.                 />
  86.                 <File
  87.                     RelPath = "DirectoryTreeView.cs"
  88.                     Link = "..\DirectoriesAndFiles\DirectoryTreeView.cs"
  89.                     SubType = "Component"
  90.                     BuildAction = "Compile"
  91.                 />
  92.                 <File
  93.                     RelPath = "ImageDirectory.cs"
  94.                     SubType = "Form"
  95.                     BuildAction = "Compile"
  96.                 />
  97.                 <File
  98.                     RelPath = "ImagePanel.cs"
  99.                     SubType = "Component"
  100.                     BuildAction = "Compile"
  101.                 />
  102.                 <File
  103.                     RelPath = "OPENFOLD.BMP"
  104.                     Link = "..\DirectoriesAndFiles\OPENFOLD.BMP"
  105.                     BuildAction = "EmbeddedResource"
  106.                 />
  107.                 <File
  108.                     RelPath = "PictureBoxPlus.cs"
  109.                     Link = "..\..\Images and Bitmaps\PictureBoxPlusDemo\PictureBoxPlus.cs"
  110.                     SubType = "Component"
  111.                     BuildAction = "Compile"
  112.                 />
  113.             </Include>
  114.         </Files>
  115.     </CSHARP>
  116. </VisualStudioProject>
  117.  
  118.