home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2005 November / PCWELT_11_2005.ISO / pcwsoft / Commandbar-Source.z.exe / CommandBar / CommandBar.csproj < prev    next >
Encoding:
Text File  |  2002-06-11  |  6.9 KB  |  176 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{BE64796A-7050-459E-9AA5-A00FF719D19F}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "CommandBar"
  13.                 AssemblyOriginatorKeyFile = "..\keypair.snk"
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "Library"
  19.                 RootNamespace = "CommandBar"
  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 = "false"
  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.                     HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
  64.                 />
  65.                 <Reference
  66.                     Name = "System.XML"
  67.                     AssemblyName = "System.Xml"
  68.                     HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
  69.                 />
  70.                 <Reference
  71.                     Name = "System.Drawing"
  72.                     AssemblyName = "System.Drawing"
  73.                     HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
  74.                 />
  75.                 <Reference
  76.                     Name = "System.Windows.Forms"
  77.                     AssemblyName = "System.Windows.Forms"
  78.                     HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
  79.                 />
  80.                 <Reference
  81.                     Name = "Shell32"
  82.                     Guid = "{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}"
  83.                     VersionMajor = "1"
  84.                     VersionMinor = "0"
  85.                     Lcid = "0"
  86.                     WrapperTool = "tlbimp"
  87.                     Private = "True"
  88.                 />
  89.                 <Reference
  90.                     Name = "SHDocVw"
  91.                     Guid = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}"
  92.                     VersionMajor = "1"
  93.                     VersionMinor = "1"
  94.                     Lcid = "0"
  95.                     WrapperTool = "tlbimp"
  96.                     Private = "True"
  97.                 />
  98.                 <Reference
  99.                     Name = "System.Data"
  100.                     AssemblyName = "System.Data"
  101.                     HintPath = "..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
  102.                 />
  103.                 <Reference
  104.                     Name = "ZCommon"
  105.                     Project = "{CC9D80BE-051D-440E-9DB4-52775184F2F9}"
  106.                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  107.                 />
  108.                 <Reference
  109.                     Name = "BandObjects"
  110.                     Project = "{BDB3B670-A17B-483E-954C-52FC2B6FF9D3}"
  111.                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  112.                 />
  113.                 <Reference
  114.                     Name = "ConsoleCtrl"
  115.                     Project = "{C1C9CC9D-E2A7-4793-B8BF-82D54379DA8D}"
  116.                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
  117.                 />
  118.                 <Reference
  119.                     Name = "System.Management"
  120.                     AssemblyName = "System.Management"
  121.                     HintPath = "..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Management.dll"
  122.                 />
  123.             </References>
  124.         </Build>
  125.         <Files>
  126.             <Include>
  127.                 <File
  128.                     RelPath = "About.cs"
  129.                     SubType = "Form"
  130.                     BuildAction = "Compile"
  131.                 />
  132.                 <File
  133.                     RelPath = "About.resx"
  134.                     DependentUpon = "About.cs"
  135.                     BuildAction = "EmbeddedResource"
  136.                 />
  137.                 <File
  138.                     RelPath = "AssemblyInfo.cs"
  139.                     SubType = "Code"
  140.                     BuildAction = "Compile"
  141.                 />
  142.                 <File
  143.                     RelPath = "CommandBarObj.cs"
  144.                     SubType = "Code"
  145.                     BuildAction = "Compile"
  146.                 />
  147.                 <File
  148.                     RelPath = "CommandBarObj.resx"
  149.                     DependentUpon = "CommandBarObj.cs"
  150.                     BuildAction = "EmbeddedResource"
  151.                 />
  152.                 <File
  153.                     RelPath = "CreateProcessHook.cs"
  154.                     SubType = "Code"
  155.                     BuildAction = "Compile"
  156.                 />
  157.                 <File
  158.                     RelPath = "CtrlMHook.cs"
  159.                     SubType = "Code"
  160.                     BuildAction = "Compile"
  161.                 />
  162.                 <File
  163.                     RelPath = "macro.resx"
  164.                     BuildAction = "EmbeddedResource"
  165.                 />
  166.                 <File
  167.                     RelPath = "MacroMenu.cs"
  168.                     SubType = "Code"
  169.                     BuildAction = "Compile"
  170.                 />
  171.             </Include>
  172.         </Files>
  173.     </CSHARP>
  174. </VisualStudioProject>
  175.  
  176.