UtilityLibrary.csproj
Upload User: nnpulika
Upload Date: 2013-02-15
Package Size: 597k
Code Size: 30k
Category:

StatusBar

Development Platform:

C#

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{EF17DE45-C757-48BF-BE3B-FD8E1D72E154}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "UtilityLibrary.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "UtilityLibrary"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "Library"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "UtilityLibrary"
  22.                 RunPostBuildEvent = "OnBuildSuccess"
  23.                 StartupObject = ""
  24.             >
  25.                 <Config
  26.                     Name = "Debug"
  27.                     AllowUnsafeBlocks = "true"
  28.                     BaseAddress = "285212672"
  29.                     CheckForOverflowUnderflow = "false"
  30.                     ConfigurationOverrideFile = ""
  31.                     DefineConstants = "DEBUG;TRACE"
  32.                     DocumentationFile = ""
  33.                     DebugSymbols = "true"
  34.                     FileAlignment = "4096"
  35.                     IncrementalBuild = "true"
  36.                     NoStdLib = "false"
  37.                     NoWarn = ""
  38.                     Optimize = "false"
  39.                     OutputPath = "binDebug"
  40.                     RegisterForComInterop = "false"
  41.                     RemoveIntegerChecks = "false"
  42.                     TreatWarningsAsErrors = "false"
  43.                     WarningLevel = "4"
  44.                 />
  45.                 <Config
  46.                     Name = "Release"
  47.                     AllowUnsafeBlocks = "true"
  48.                     BaseAddress = "285212672"
  49.                     CheckForOverflowUnderflow = "false"
  50.                     ConfigurationOverrideFile = ""
  51.                     DefineConstants = "TRACE"
  52.                     DocumentationFile = ""
  53.                     DebugSymbols = "false"
  54.                     FileAlignment = "4096"
  55.                     IncrementalBuild = "true"
  56.                     NoStdLib = "false"
  57.                     NoWarn = ""
  58.                     Optimize = "true"
  59.                     OutputPath = "binRelease"
  60.                     RegisterForComInterop = "false"
  61.                     RemoveIntegerChecks = "false"
  62.                     TreatWarningsAsErrors = "false"
  63.                     WarningLevel = "4"
  64.                 />
  65.             </Settings>
  66.             <References>
  67.                 <Reference
  68.                     Name = "System"
  69.                     AssemblyName = "System"
  70.                 />
  71.                 <Reference
  72.                     Name = "System.Data"
  73.                     AssemblyName = "System.Data"
  74.                 />
  75.                 <Reference
  76.                     Name = "System.XML"
  77.                     AssemblyName = "System.Xml"
  78.                 />
  79.                 <Reference
  80.                     Name = "System.Windows.Forms"
  81.                     AssemblyName = "System.Windows.Forms"
  82.                 />
  83.                 <Reference
  84.                     Name = "System.Drawing"
  85.                     AssemblyName = "System.Drawing"
  86.                 />
  87.                 <Reference
  88.                     Name = "System.Design"
  89.                     AssemblyName = "System.Design"
  90.                     HintPath = "....WINDOWSMicrosoft.NETFrameworkv1.0.3705System.Design.dll"
  91.                 />
  92.                 <Reference
  93.                     Name = "System.Web.Services"
  94.                     AssemblyName = "System.Web.Services"
  95.                     HintPath = "....WINDOWSMicrosoft.NETFrameworkv1.0.3705System.Web.Services.dll"
  96.                 />
  97.                 <Reference
  98.                     Name = "crystaldecisions.windows.forms"
  99.                     AssemblyName = "CrystalDecisions.Windows.Forms"
  100.                     HintPath = "....windowsassemblygaccrystaldecisions.windows.forms9.1.3300.0__692fbea5521e1304crystaldecisions.windows.forms.dll"
  101.                 />
  102.                 <Reference
  103.                     Name = "CrystalDecisions.Shared"
  104.                     AssemblyName = "CrystalDecisions.Shared"
  105.                     HintPath = "....Program FilesCommon FilesCrystal Decisions1.0ManagedCrystalDecisions.Shared.dll"
  106.                 />
  107.                 <Reference
  108.                     Name = "CrystalDecisions.ReportSource"
  109.                     AssemblyName = "CrystalDecisions.ReportSource"
  110.                     HintPath = "....Program FilesCommon FilesCrystal Decisions1.0ManagedCrystalDecisions.ReportSource.dll"
  111.                 />
  112.             </References>
  113.         </Build>
  114.         <Files>
  115.             <Include>
  116.                 <File
  117.                     RelPath = "AssemblyInfo.cs"
  118.                     SubType = "Code"
  119.                     BuildAction = "Compile"
  120.                 />
  121.                 <File
  122.                     RelPath = "licenses.licx"
  123.                     BuildAction = "Content"
  124.                 />
  125.                 <File
  126.                     RelPath = "CollectionsBitmapCollection.cs"
  127.                     SubType = "Code"
  128.                     BuildAction = "Compile"
  129.                 />
  130.                 <File
  131.                     RelPath = "CollectionsCollectionWithEvents.cs"
  132.                     SubType = "Code"
  133.                     BuildAction = "Compile"
  134.                 />
  135.                 <File
  136.                     RelPath = "CollectionsMenuCommandCollection.cs"
  137.                     SubType = "Code"
  138.                     BuildAction = "Compile"
  139.                 />
  140.                 <File
  141.                     RelPath = "CollectionsMenuItemExCollection.cs"
  142.                     SubType = "Code"
  143.                     BuildAction = "Compile"
  144.                 />
  145.                 <File
  146.                     RelPath = "CollectionsOutlookBarBandCollection.cs"
  147.                     SubType = "Code"
  148.                     BuildAction = "Compile"
  149.                 />
  150.                 <File
  151.                     RelPath = "CollectionsOutlookBarItemCollection.cs"
  152.                     SubType = "Code"
  153.                     BuildAction = "Compile"
  154.                 />
  155.                 <File
  156.                     RelPath = "CollectionsRebarBandCollection.cs"
  157.                     SubType = "Code"
  158.                     BuildAction = "Compile"
  159.                 />
  160.                 <File
  161.                     RelPath = "CollectionsRectangleCollection.cs"
  162.                     SubType = "Code"
  163.                     BuildAction = "Compile"
  164.                 />
  165.                 <File
  166.                     RelPath = "CollectionsToolBarItemCollection.cs"
  167.                     SubType = "Code"
  168.                     BuildAction = "Compile"
  169.                 />
  170.                 <File
  171.                     RelPath = "CommandBarsChevronMenu.cs"
  172.                     SubType = "Code"
  173.                     BuildAction = "Compile"
  174.                 />
  175.                 <File
  176.                     RelPath = "CommandBarsChevronMenu.resx"
  177.                     DependentUpon = "ChevronMenu.cs"
  178.                     BuildAction = "EmbeddedResource"
  179.                 />
  180.                 <File
  181.                     RelPath = "CommandBarsCommandBarMenu.cs"
  182.                     SubType = "Component"
  183.                     BuildAction = "Compile"
  184.                 />
  185.                 <File
  186.                     RelPath = "CommandBarsCommandBarMenu.resx"
  187.                     DependentUpon = "CommandBarMenu.cs"
  188.                     BuildAction = "EmbeddedResource"
  189.                 />
  190.                 <File
  191.                     RelPath = "CommandBarsReBar.bmp"
  192.                     BuildAction = "EmbeddedResource"
  193.                 />
  194.                 <File
  195.                     RelPath = "CommandBarsRebar.cs"
  196.                     SubType = "Component"
  197.                     BuildAction = "Compile"
  198.                 />
  199.                 <File
  200.                     RelPath = "CommandBarsRebar.resx"
  201.                     DependentUpon = "Rebar.cs"
  202.                     BuildAction = "EmbeddedResource"
  203.                 />
  204.                 <File
  205.                     RelPath = "CommandBarsToolBarEx.cs"
  206.                     SubType = "Component"
  207.                     BuildAction = "Compile"
  208.                 />
  209.                 <File
  210.                     RelPath = "CommandBarsToolBarEx.resx"
  211.                     DependentUpon = "ToolBarEx.cs"
  212.                     BuildAction = "EmbeddedResource"
  213.                 />
  214.                 <File
  215.                     RelPath = "CommandBarsToolBarItem.cs"
  216.                     SubType = "Component"
  217.                     BuildAction = "Compile"
  218.                 />
  219.                 <File
  220.                     RelPath = "CommandBarsToolBarItem.resx"
  221.                     DependentUpon = "ToolBarItem.cs"
  222.                     BuildAction = "EmbeddedResource"
  223.                 />
  224.                 <File
  225.                     RelPath = "DesignersColorComboBoxColorComboBoxDesigner.cs"
  226.                     SubType = "Code"
  227.                     BuildAction = "Compile"
  228.                 />
  229.                 <File
  230.                     RelPath = "DesignersColorListBoxColorListBoxDesigner.cs"
  231.                     SubType = "Code"
  232.                     BuildAction = "Compile"
  233.                 />
  234.                 <File
  235.                     RelPath = "DesignersColorListBoxColorListBoxEditor.cs"
  236.                     SubType = "Code"
  237.                     BuildAction = "Compile"
  238.                 />
  239.                 <File
  240.                     RelPath = "DesignersColorListBoxColorListBoxEditorForm.cs"
  241.                     SubType = "Form"
  242.                     BuildAction = "Compile"
  243.                 />
  244.                 <File
  245.                     RelPath = "DesignersColorListBoxColorListBoxEditorForm.resx"
  246.                     DependentUpon = "ColorListBoxEditorForm.cs"
  247.                     BuildAction = "EmbeddedResource"
  248.                 />
  249.                 <File
  250.                     RelPath = "DesignersCommandBarsRebarDesigner.cs"
  251.                     SubType = "Code"
  252.                     BuildAction = "Compile"
  253.                 />
  254.                 <File
  255.                     RelPath = "DesignersCommandBarsToolBarExDesigner.cs"
  256.                     SubType = "Code"
  257.                     BuildAction = "Compile"
  258.                 />
  259.                 <File
  260.                     RelPath = "DesignersCommandBarsToolBarItemMenuItemsEditor.cs"
  261.                     SubType = "Code"
  262.                     BuildAction = "Compile"
  263.                 />
  264.                 <File
  265.                     RelPath = "DesignersImageComboBoxImageComboBoxDesigner.cs"
  266.                     SubType = "Code"
  267.                     BuildAction = "Compile"
  268.                 />
  269.                 <File
  270.                     RelPath = "DesignersImageComboBoxImageComboBoxEditor.cs"
  271.                     SubType = "Code"
  272.                     BuildAction = "Compile"
  273.                 />
  274.                 <File
  275.                     RelPath = "DesignersImageComboBoxImageComboBoxEditorForm.cs"
  276.                     SubType = "Form"
  277.                     BuildAction = "Compile"
  278.                 />
  279.                 <File
  280.                     RelPath = "DesignersImageComboBoxImageComboBoxEditorForm.resx"
  281.                     DependentUpon = "ImageComboBoxEditorForm.cs"
  282.                     BuildAction = "EmbeddedResource"
  283.                 />
  284.                 <File
  285.                     RelPath = "DesignersMenuControlMenuControlDesigner.cs"
  286.                     SubType = "Code"
  287.                     BuildAction = "Compile"
  288.                 />
  289.                 <File
  290.                     RelPath = "DesignersOutlookBarOutlookBarBandConverter.cs"
  291.                     SubType = "Code"
  292.                     BuildAction = "Compile"
  293.                 />
  294.                 <File
  295.                     RelPath = "DesignersOutlookBarOutlookBarBandDesigner.cs"
  296.                     SubType = "Code"
  297.                     BuildAction = "Compile"
  298.                 />
  299.                 <File
  300.                     RelPath = "DesignersOutlookBarOutlookBarBandEditor.cs"
  301.                     SubType = "Code"
  302.                     BuildAction = "Compile"
  303.                 />
  304.                 <File
  305.                     RelPath = "DesignersOutlookBarOutlookBarBandEditorForm.cs"
  306.                     SubType = "Form"
  307.                     BuildAction = "Compile"
  308.                 />
  309.                 <File
  310.                     RelPath = "DesignersOutlookBarOutlookBarBandEditorForm.resx"
  311.                     DependentUpon = "OutlookBarBandEditorForm.cs"
  312.                     BuildAction = "EmbeddedResource"
  313.                 />
  314.                 <File
  315.                     RelPath = "DesignersOutlookBarOutlookBarDesigner.cs"
  316.                     SubType = "Code"
  317.                     BuildAction = "Compile"
  318.                 />
  319.                 <File
  320.                     RelPath = "DesignersOutlookBarOutlookBarItemConverter.cs"
  321.                     SubType = "Code"
  322.                     BuildAction = "Compile"
  323.                 />
  324.                 <File
  325.                     RelPath = "GeneralColorUtil.cs"
  326.                     SubType = "Code"
  327.                     BuildAction = "Compile"
  328.                 />
  329.                 <File
  330.                     RelPath = "GeneralConversionUtil.cs"
  331.                     SubType = "Code"
  332.                     BuildAction = "Compile"
  333.                 />
  334.                 <File
  335.                     RelPath = "GeneralDoubleBuffer.cs"
  336.                     SubType = "Code"
  337.                     BuildAction = "Compile"
  338.                 />
  339.                 <File
  340.                     RelPath = "GeneralEnums.cs"
  341.                     SubType = "Code"
  342.                     BuildAction = "Compile"
  343.                 />
  344.                 <File
  345.                     RelPath = "GeneralGDIUtil.cs"
  346.                     SubType = "Code"
  347.                     BuildAction = "Compile"
  348.                 />
  349.                 <File
  350.                     RelPath = "GeneralImageListUtil.cs"
  351.                     SubType = "Code"
  352.                     BuildAction = "Compile"
  353.                 />
  354.                 <File
  355.                     RelPath = "GeneralResourceUtil.cs"
  356.                     SubType = "Code"
  357.                     BuildAction = "Compile"
  358.                 />
  359.                 <File
  360.                     RelPath = "GeneralTextUtil.cs"
  361.                     SubType = "Code"
  362.                     BuildAction = "Compile"
  363.                 />
  364.                 <File
  365.                     RelPath = "MenusColorGroup.cs"
  366.                     SubType = "Code"
  367.                     BuildAction = "Compile"
  368.                 />
  369.                 <File
  370.                     RelPath = "MenusDrawCommand.cs"
  371.                     SubType = "Code"
  372.                     BuildAction = "Compile"
  373.                 />
  374.                 <File
  375.                     RelPath = "MenusMenuCommand.cs"
  376.                     SubType = "Component"
  377.                     BuildAction = "Compile"
  378.                 />
  379.                 <File
  380.                     RelPath = "MenusMenuCommand.resx"
  381.                     DependentUpon = "MenuCommand.cs"
  382.                     BuildAction = "EmbeddedResource"
  383.                 />
  384.                 <File
  385.                     RelPath = "MenusMenuControl.cs"
  386.                     SubType = "Component"
  387.                     BuildAction = "Compile"
  388.                 />
  389.                 <File
  390.                     RelPath = "MenusMenuControl.resx"
  391.                     DependentUpon = "MenuControl.cs"
  392.                     BuildAction = "EmbeddedResource"
  393.                 />
  394.                 <File
  395.                     RelPath = "MenusMenuItemEx.cs"
  396.                     SubType = "Component"
  397.                     BuildAction = "Compile"
  398.                 />
  399.                 <File
  400.                     RelPath = "MenusMenuItemEx.resx"
  401.                     DependentUpon = "MenuItemEx.cs"
  402.                     BuildAction = "EmbeddedResource"
  403.                 />
  404.                 <File
  405.                     RelPath = "MenusPopupMenu.cs"
  406.                     SubType = "Code"
  407.                     BuildAction = "Compile"
  408.                 />
  409.                 <File
  410.                     RelPath = "ResourcesControls.resX"
  411.                     BuildAction = "EmbeddedResource"
  412.                 />
  413.                 <File
  414.                     RelPath = "ResourcesDragCursor.cur"
  415.                     BuildAction = "EmbeddedResource"
  416.                 />
  417.                 <File
  418.                     RelPath = "ResourcesImagesColorPicker.resX"
  419.                     BuildAction = "EmbeddedResource"
  420.                 />
  421.                 <File
  422.                     RelPath = "ResourcesImagesMenu.resX"
  423.                     BuildAction = "EmbeddedResource"
  424.                 />
  425.                 <File
  426.                     RelPath = "ResourcesSortedListView.resX"
  427.                     BuildAction = "EmbeddedResource"
  428.                 />
  429.                 <File
  430.                     RelPath = "Win32Enums.cs"
  431.                     SubType = "Code"
  432.                     BuildAction = "Compile"
  433.                 />
  434.                 <File
  435.                     RelPath = "Win32Functions.cs"
  436.                     SubType = "Code"
  437.                     BuildAction = "Compile"
  438.                 />
  439.                 <File
  440.                     RelPath = "Win32Handles.cs"
  441.                     SubType = "Code"
  442.                     BuildAction = "Compile"
  443.                 />
  444.                 <File
  445.                     RelPath = "Win32Interfaces.cs"
  446.                     SubType = "Code"
  447.                     BuildAction = "Compile"
  448.                 />
  449.                 <File
  450.                     RelPath = "Win32RegistryUtil.cs"
  451.                     SubType = "Code"
  452.                     BuildAction = "Compile"
  453.                 />
  454.                 <File
  455.                     RelPath = "Win32Structs.cs"
  456.                     SubType = "Code"
  457.                     BuildAction = "Compile"
  458.                 />
  459.                 <File
  460.                     RelPath = "WinControlsBorderLabel.cs"
  461.                     SubType = "Component"
  462.                     BuildAction = "Compile"
  463.                 />
  464.                 <File
  465.                     RelPath = "WinControlsBorderLabel.resx"
  466.                     DependentUpon = "BorderLabel.cs"
  467.                     BuildAction = "EmbeddedResource"
  468.                 />
  469.                 <File
  470.                     RelPath = "WinControlsButtonEx.cs"
  471.                     SubType = "Component"
  472.                     BuildAction = "Compile"
  473.                 />
  474.                 <File
  475.                     RelPath = "WinControlsButtonEx.resx"
  476.                     DependentUpon = "ButtonEx.cs"
  477.                     BuildAction = "EmbeddedResource"
  478.                 />
  479.                 <File
  480.                     RelPath = "WinControlsCheckBoxEx.cs"
  481.                     SubType = "Component"
  482.                     BuildAction = "Compile"
  483.                 />
  484.                 <File
  485.                     RelPath = "WinControlsCheckBoxEx.resx"
  486.                     DependentUpon = "CheckBoxEx.cs"
  487.                     BuildAction = "EmbeddedResource"
  488.                 />
  489.                 <File
  490.                     RelPath = "WinControlsColorComboBox.bmp"
  491.                     BuildAction = "EmbeddedResource"
  492.                 />
  493.                 <File
  494.                     RelPath = "WinControlsColorComboBox.cs"
  495.                     SubType = "Component"
  496.                     BuildAction = "Compile"
  497.                 />
  498.                 <File
  499.                     RelPath = "WinControlsColorComboBox.resx"
  500.                     DependentUpon = "ColorComboBox.cs"
  501.                     BuildAction = "EmbeddedResource"
  502.                 />
  503.                 <File
  504.                     RelPath = "WinControlsColorListBox.bmp"
  505.                     BuildAction = "EmbeddedResource"
  506.                 />
  507.                 <File
  508.                     RelPath = "WinControlsColorListBox.cs"
  509.                     SubType = "Component"
  510.                     BuildAction = "Compile"
  511.                 />
  512.                 <File
  513.                     RelPath = "WinControlsColorListBox.resx"
  514.                     DependentUpon = "ColorListBox.cs"
  515.                     BuildAction = "EmbeddedResource"
  516.                 />
  517.                 <File
  518.                     RelPath = "WinControlsColorPicker.cs"
  519.                     SubType = "UserControl"
  520.                     BuildAction = "Compile"
  521.                 />
  522.                 <File
  523.                     RelPath = "WinControlsColorPicker.resx"
  524.                     DependentUpon = "ColorPicker.cs"
  525.                     BuildAction = "EmbeddedResource"
  526.                 />
  527.                 <File
  528.                     RelPath = "WinControlsColorPickerDropDown.cs"
  529.                     SubType = "Form"
  530.                     BuildAction = "Compile"
  531.                 />
  532.                 <File
  533.                     RelPath = "WinControlsColorPickerDropDown.resx"
  534.                     DependentUpon = "ColorPickerDropDown.cs"
  535.                     BuildAction = "EmbeddedResource"
  536.                 />
  537.                 <File
  538.                     RelPath = "WinControlsComboBoxBase.cs"
  539.                     SubType = "Component"
  540.                     BuildAction = "Compile"
  541.                 />
  542.                 <File
  543.                     RelPath = "WinControlsComboBoxBase.resx"
  544.                     DependentUpon = "ComboBoxBase.cs"
  545.                     BuildAction = "EmbeddedResource"
  546.                 />
  547.                 <File
  548.                     RelPath = "WinControlsCustomColorDlg.cs"
  549.                     SubType = "Form"
  550.                     BuildAction = "Compile"
  551.                 />
  552.                 <File
  553.                     RelPath = "WinControlsCustomColorDlg.resx"
  554.                     DependentUpon = "CustomColorDlg.cs"
  555.                     BuildAction = "EmbeddedResource"
  556.                 />
  557.                 <File
  558.                     RelPath = "WinControlsDriveComboBox.cs"
  559.                     SubType = "Component"
  560.                     BuildAction = "Compile"
  561.                 />
  562.                 <File
  563.                     RelPath = "WinControlsDriveComboBox.resx"
  564.                     DependentUpon = "DriveComboBox.cs"
  565.                     BuildAction = "EmbeddedResource"
  566.                 />
  567.                 <File
  568.                     RelPath = "WinControlsEnums.cs"
  569.                     SubType = "Code"
  570.                     BuildAction = "Compile"
  571.                 />
  572.                 <File
  573.                     RelPath = "WinControlsExplorerTree.cs"
  574.                     SubType = "Component"
  575.                     BuildAction = "Compile"
  576.                 />
  577.                 <File
  578.                     RelPath = "WinControlsExplorerTree.resx"
  579.                     DependentUpon = "ExplorerTree.cs"
  580.                     BuildAction = "EmbeddedResource"
  581.                 />
  582.                 <File
  583.                     RelPath = "WinControlsHScrollBarEx.cs"
  584.                     SubType = "Component"
  585.                     BuildAction = "Compile"
  586.                 />
  587.                 <File
  588.                     RelPath = "WinControlsHScrollBarEx.resx"
  589.                     DependentUpon = "HScrollBarEx.cs"
  590.                     BuildAction = "EmbeddedResource"
  591.                 />
  592.                 <File
  593.                     RelPath = "WinControlsHSkinnedSlider.cs"
  594.                     SubType = "Component"
  595.                     BuildAction = "Compile"
  596.                 />
  597.                 <File
  598.                     RelPath = "WinControlsImageComboBox.bmp"
  599.                     BuildAction = "EmbeddedResource"
  600.                 />
  601.                 <File
  602.                     RelPath = "WinControlsImageComboBox.cs"
  603.                     SubType = "Component"
  604.                     BuildAction = "Compile"
  605.                 />
  606.                 <File
  607.                     RelPath = "WinControlsImageComboBox.resx"
  608.                     DependentUpon = "ImageComboBox.cs"
  609.                     BuildAction = "EmbeddedResource"
  610.                 />
  611.                 <File
  612.                     RelPath = "WinControlsListBoxEx.cs"
  613.                     SubType = "Component"
  614.                     BuildAction = "Compile"
  615.                 />
  616.                 <File
  617.                     RelPath = "WinControlsListViewEx.cs"
  618.                     SubType = "Component"
  619.                     BuildAction = "Compile"
  620.                 />
  621.                 <File
  622.                     RelPath = "WinControlsListViewEx.resx"
  623.                     DependentUpon = "ListViewEx.cs"
  624.                     BuildAction = "EmbeddedResource"
  625.                 />
  626.                 <File
  627.                     RelPath = "WinControlsNumericTextBox.cs"
  628.                     SubType = "Component"
  629.                     BuildAction = "Compile"
  630.                 />
  631.                 <File
  632.                     RelPath = "WinControlsNumericTextBox.resx"
  633.                     DependentUpon = "NumericTextBox.cs"
  634.                     BuildAction = "EmbeddedResource"
  635.                 />
  636.                 <File
  637.                     RelPath = "WinControlsOutlookBar.bmp"
  638.                     BuildAction = "EmbeddedResource"
  639.                     CustomToolNamespace = "UtilityLibrary.WinControls"
  640.                 />
  641.                 <File
  642.                     RelPath = "WinControlsOutlookBar.cs"
  643.                     SubType = "Component"
  644.                     BuildAction = "Compile"
  645.                 />
  646.                 <File
  647.                     RelPath = "WinControlsOutlookBar.resx"
  648.                     DependentUpon = "OutlookBar.cs"
  649.                     BuildAction = "EmbeddedResource"
  650.                 />
  651.                 <File
  652.                     RelPath = "WinControlsProgressBarEx.cs"
  653.                     SubType = "Component"
  654.                     BuildAction = "Compile"
  655.                 />
  656.                 <File
  657.                     RelPath = "WinControlsProgressBarEx.resx"
  658.                     DependentUpon = "ProgressBarEx.cs"
  659.                     BuildAction = "EmbeddedResource"
  660.                 />
  661.                 <File
  662.                     RelPath = "WinControlsRadioButtonEx.cs"
  663.                     SubType = "Component"
  664.                     BuildAction = "Compile"
  665.                 />
  666.                 <File
  667.                     RelPath = "WinControlsRadioButtonEx.resx"
  668.                     DependentUpon = "RadioButtonEx.cs"
  669.                     BuildAction = "EmbeddedResource"
  670.                 />
  671.                 <File
  672.                     RelPath = "WinControlsScrollablePicture.cs"
  673.                     SubType = "Component"
  674.                     BuildAction = "Compile"
  675.                 />
  676.                 <File
  677.                     RelPath = "WinControlsScrollablePicture.resx"
  678.                     DependentUpon = "ScrollablePicture.cs"
  679.                     BuildAction = "EmbeddedResource"
  680.                 />
  681.                 <File
  682.                     RelPath = "WinControlsScrollBarEx.cs"
  683.                     SubType = "Component"
  684.                     BuildAction = "Compile"
  685.                 />
  686.                 <File
  687.                     RelPath = "WinControlsScrollBarEx.resx"
  688.                     DependentUpon = "ScrollBarEx.cs"
  689.                     BuildAction = "EmbeddedResource"
  690.                 />
  691.                 <File
  692.                     RelPath = "WinControlsSkinnedSlider.cs"
  693.                     SubType = "Component"
  694.                     BuildAction = "Compile"
  695.                 />
  696.                 <File
  697.                     RelPath = "WinControlsSkinnedSlider.resx"
  698.                     DependentUpon = "SkinnedSlider.cs"
  699.                     BuildAction = "EmbeddedResource"
  700.                 />
  701.                 <File
  702.                     RelPath = "WinControlsTabControlEx.cs"
  703.                     SubType = "Component"
  704.                     BuildAction = "Compile"
  705.                 />
  706.                 <File
  707.                     RelPath = "WinControlsTextBoxEx.cs"
  708.                     SubType = "Component"
  709.                     BuildAction = "Compile"
  710.                 />
  711.                 <File
  712.                     RelPath = "WinControlsTextBoxEx.resx"
  713.                     DependentUpon = "TextBoxEx.cs"
  714.                     BuildAction = "EmbeddedResource"
  715.                 />
  716.                 <File
  717.                     RelPath = "WinControlsTextComboBox.cs"
  718.                     SubType = "Component"
  719.                     BuildAction = "Compile"
  720.                 />
  721.                 <File
  722.                     RelPath = "WinControlsTextComboBox.resx"
  723.                     DependentUpon = "TextComboBox.cs"
  724.                     BuildAction = "EmbeddedResource"
  725.                 />
  726.                 <File
  727.                     RelPath = "WinControlsTreeViewEx.cs"
  728.                     SubType = "Component"
  729.                     BuildAction = "Compile"
  730.                 />
  731.                 <File
  732.                     RelPath = "WinControlsTreeViewEx.resx"
  733.                     DependentUpon = "TreeViewEx.cs"
  734.                     BuildAction = "EmbeddedResource"
  735.                 />
  736.                 <File
  737.                     RelPath = "WinControlsVScrollBarEx.cs"
  738.                     SubType = "Component"
  739.                     BuildAction = "Compile"
  740.                 />
  741.                 <File
  742.                     RelPath = "WinControlsVScrollBarEx.resx"
  743.                     DependentUpon = "VScrollBarEx.cs"
  744.                     BuildAction = "EmbeddedResource"
  745.                 />
  746.                 <File
  747.                     RelPath = "WinControlsVSkinnedSlider.cs"
  748.                     SubType = "Component"
  749.                     BuildAction = "Compile"
  750.                 />
  751.                 <File
  752.                     RelPath = "WinControlsVSkinnedSlider.resx"
  753.                     DependentUpon = "VSkinnedSlider.cs"
  754.                     BuildAction = "EmbeddedResource"
  755.                 />
  756.             </Include>
  757.         </Files>
  758.     </CSHARP>
  759. </VisualStudioProject>