| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505 |
- <?xml version="1.0" encoding="Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="RocketControls"
- ProjectGUID="{1AAC0B29-AEC9-4E3F-9EDF-B56F8949C41B}"
- RootNamespace="controls"
- Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(IntDir)"
- ConfigurationType="2"
- InheritedPropertySheets=".\vsprops\BuildConfigurationDLLDebug.vsprops"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\Include"
- PreprocessorDefinitions="_WIN32,_DEBUG,RocketControls_EXPORTS"
- UsePrecompiledHeader="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="RocketCore_d.lib"
- OutputFile="..\bin\$(ProjectName)_d.dll"
- AdditionalLibraryDirectories="..\bin"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(IntDir)"
- ConfigurationType="2"
- InheritedPropertySheets=".\vsprops\BuildConfigurationDLLRelease.vsprops"
- CharacterSet="1"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\Include"
- PreprocessorDefinitions="_WIN32,NDEBUG,RocketControls_EXPORTS"
- UsePrecompiledHeader="0"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="RocketCore.lib"
- OutputFile="..\bin\$(ProjectName).dll"
- AdditionalLibraryDirectories="..\bin"
- RandomizedBaseAddress="1"
- DataExecutionPrevention="0"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Plugin"
- >
- <File
- RelativePath="..\Source\Controls\Controls.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\Controls.h"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\Header.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Forms"
- >
- <File
- RelativePath="..\Source\Controls\ElementForm.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\ElementForm.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\ElementFormControl.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\ElementFormControl.h"
- >
- </File>
- <Filter
- Name="Controls"
- >
- <File
- RelativePath="..\Source\Controls\ElementFormControlDataSelect.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\ElementFormControlDataSelect.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\ElementFormControlInput.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\ElementFormControlInput.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\ElementFormControlSelect.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\ElementFormControlSelect.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\ElementFormControlTextArea.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\ElementFormControlTextArea.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\SelectOption.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\SelectOption.h"
- >
- </File>
- <Filter
- Name="Widgets"
- >
- <File
- RelativePath="..\Source\Controls\ElementTextSelection.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\ElementTextSelection.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetDropDown.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetDropDown.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetSlider.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetSlider.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetSliderInput.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetSliderInput.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetTextInput.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetTextInput.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetTextInputMultiLine.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetTextInputMultiLine.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetTextInputSingleLine.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetTextInputSingleLine.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetTextInputSingleLinePassword.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\WidgetTextInputSingleLinePassword.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Input Types"
- >
- <File
- RelativePath="..\Source\Controls\InputType.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\InputType.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\InputTypeButton.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\InputTypeButton.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\InputTypeCheckbox.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\InputTypeCheckbox.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\InputTypeRadio.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\InputTypeRadio.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\InputTypeRange.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\InputTypeRange.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\InputTypeSubmit.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\InputTypeSubmit.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\InputTypeText.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\InputTypeText.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Parsers"
- >
- <File
- RelativePath="..\Source\Controls\XMLNodeHandlerTextArea.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\XMLNodeHandlerTextArea.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Clipboard"
- >
- <File
- RelativePath="..\Source\Controls\Clipboard.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\Clipboard.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Tab Set"
- >
- <File
- RelativePath="..\Source\Controls\ElementTabSet.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\ElementTabSet.h"
- >
- </File>
- <Filter
- Name="Parser"
- >
- <File
- RelativePath="..\Source\Controls\XMLNodeHandlerTabSet.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\XMLNodeHandlerTabSet.h"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Data Grid"
- >
- <File
- RelativePath="..\Source\Controls\ElementDataGrid.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\ElementDataGrid.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\ElementDataGridCell.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\ElementDataGridCell.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\ElementDataGridExpandButton.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\ElementDataGridExpandButton.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\ElementDataGridRow.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\ElementDataGridRow.h"
- >
- </File>
- <Filter
- Name="Parser"
- >
- <File
- RelativePath="..\Source\Controls\XMLNodeHandlerDataGrid.cpp"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\XMLNodeHandlerDataGrid.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Data Source"
- >
- <File
- RelativePath="..\Source\Controls\DataFormatter.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\DataFormatter.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\DataQuery.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\DataQuery.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\DataSource.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\DataSource.h"
- >
- </File>
- <File
- RelativePath="..\Source\Controls\DataSourceListener.cpp"
- >
- </File>
- <File
- RelativePath="..\Include\Rocket\Controls\DataSourceListener.h"
- >
- </File>
- </Filter>
- </Filter>
- <File
- RelativePath="..\Include\Rocket\Controls.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>
|