diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-10 23:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-07-10 23:42:20 +0900 |
commit | a0148cf62fc298126980a7dc27603b123e1d764c (patch) | |
tree | 9f38f507e450ba08c221fbb9dd0cae9005543739 /src/UniversalIndentGUI.vcproj | |
parent | 2f6b317ededd1951b688597b63b4d25657ef05e5 (diff) | |
download | universal-indent-gui-tqt-a0148cf62fc298126980a7dc27603b123e1d764c.tar.gz universal-indent-gui-tqt-a0148cf62fc298126980a7dc27603b123e1d764c.zip |
Clean up some unnecessary stuff.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/UniversalIndentGUI.vcproj')
-rwxr-xr-x | src/UniversalIndentGUI.vcproj | 549 |
1 files changed, 0 insertions, 549 deletions
diff --git a/src/UniversalIndentGUI.vcproj b/src/UniversalIndentGUI.vcproj deleted file mode 100755 index 2fabfe7..0000000 --- a/src/UniversalIndentGUI.vcproj +++ /dev/null @@ -1,549 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="8,00" - Name="UniversalIndentGUI" - ProjectGUID="{CF521500-824E-4DB7-A7FA-F4A8B6BB008A}" - RootNamespace="UniversalIndentGUI" - Keyword="Win32Proj" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - <ToolFile - RelativePath="..\VS8QtRules.rules" - /> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\tmp" - ConfigurationType="1" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - CommandLine="" - /> - <Tool - Name="MOC" - /> - <Tool - Name="QRC" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="UIC" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/D "QT_LARGEFILE_SUPPORT" /D "QT_DLL" /D "QT_GUI_LIB" /D "QT_CORE_LIB" /D "QT_THREAD_SUPPORT"" - Optimization="0" - AdditionalIncludeDirectories=""$(OutDir)\tmp\uic\";"$(QTDIR)\include\QtNetwork";"$(QTDIR)\include\QtScript"" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;QT_NO_CAST_TO_ASCII" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - TreatWChar_tAsBuiltInType="false" - UsePrecompiledHeader="0" - ObjectFile="$(IntDir)\obj\" - WarningLevel="3" - Detect64BitPortabilityProblems="false" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="qtmaind.lib QtGuid4.lib QtCored4.lib QtNetworkd4.lib QtScriptd4.lib qscintilla2.lib" - LinkIncremental="2" - IgnoreAllDefaultLibraries="false" - IgnoreDefaultLibraryNames="LIBCRMTD.lib" - GenerateDebugInformation="true" - SubSystem="2" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - EmbedManifest="false" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\tmp" - ConfigurationType="1" - CharacterSet="1" - WholeProgramOptimization="1" - > - <Tool - Name="VCPreBuildEventTool" - CommandLine="" - /> - <Tool - Name="MOC" - /> - <Tool - Name="QRC" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="UIC" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""$(OutDir)\tmp\uic\";"$(QTDIR)\include\QtScript"" - PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" - RuntimeLibrary="2" - TreatWChar_tAsBuiltInType="false" - UsePrecompiledHeader="0" - ObjectFile="$(IntDir)\obj\" - WarningLevel="3" - Detect64BitPortabilityProblems="false" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="qtmain.lib QtGui4.lib QtCore4.lib QtNetwork4.lib QtScript4.lib qscintilla2.lib" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - VerboseOutput="true" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCWebDeploymentTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" - > - <File - RelativePath=".\AboutDialog.cpp" - > - </File> - <File - RelativePath=".\AboutDialogGraphicsView.cpp" - > - </File> - <File - RelativePath=".\IndentHandler.cpp" - > - </File> - <File - RelativePath=".\main.cpp" - > - </File> - <File - RelativePath=".\MainWindow.cpp" - > - </File> - <File - RelativePath=".\SettingsPaths.cpp" - > - </File> - <File - RelativePath=".\TemplateBatchScript.cpp" - > - </File> - <File - RelativePath=".\UiGuiErrorMessage.cpp" - > - </File> - <File - RelativePath=".\UiGuiHighlighter.cpp" - > - </File> - <File - RelativePath=".\UiGuiIndentServer.cpp" - > - </File> - <File - RelativePath=".\UiGuiIniFileParser.cpp" - > - </File> - <File - RelativePath=".\UiGuiLogger.cpp" - > - </File> - <File - RelativePath=".\UiGuiSettings.cpp" - > - </File> - <File - RelativePath=".\UiGuiSettingsDialog.cpp" - > - </File> - <File - RelativePath=".\UiGuiSystemInfo.cpp" - > - </File> - <File - RelativePath=".\UiGuiVersion.cpp" - > - </File> - <File - RelativePath=".\UpdateCheckDialog.cpp" - > - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" - > - <File - RelativePath=".\AboutDialog.h" - > - </File> - <File - RelativePath=".\AboutDialogGraphicsView.h" - > - </File> - <File - RelativePath=".\IndentHandler.h" - > - </File> - <File - RelativePath=".\MainWindow.h" - > - </File> - <File - RelativePath=".\SettingsPaths.h" - > - </File> - <File - RelativePath=".\TemplateBatchScript.h" - > - </File> - <File - RelativePath=".\UiGuiErrorMessage.h" - > - </File> - <File - RelativePath=".\UiGuiHighlighter.h" - > - </File> - <File - RelativePath=".\UiGuiIndentServer.h" - > - </File> - <File - RelativePath=".\UiGuiIniFileParser.h" - > - </File> - <File - RelativePath=".\UiGuiLogger.h" - > - </File> - <File - RelativePath=".\UiGuiSettings.h" - > - </File> - <File - RelativePath=".\UiGuiSettingsDialog.h" - > - </File> - <File - RelativePath=".\UiGuiSystemInfo.h" - > - </File> - <File - RelativePath=".\UiGuiVersion.h" - > - </File> - <File - RelativePath=".\UpdateCheckDialog.h" - > - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" - > - <File - RelativePath="..\resources\Icons.qrc" - > - </File> - <File - RelativePath="..\resources\programicon.rc" - > - </File> - </Filter> - <Filter - Name="Forms (UI)" - > - <File - RelativePath=".\AboutDialog.ui" - > - </File> - <File - RelativePath=".\MainWindow.ui" - > - </File> - <File - RelativePath=".\ToolBarWidget.ui" - > - </File> - <File - RelativePath=".\UiGuiLoggerDialog.ui" - > - </File> - <File - RelativePath=".\UiGuiSettingsDialog.ui" - > - </File> - <File - RelativePath=".\UpdateCheckDialog.ui" - > - </File> - </Filter> - <Filter - Name="Generated" - > - <File - RelativePath="$(OutDir)\tmp\moc\moc_AboutDialog.cpp" - > - </File> - <File - RelativePath="$(OutDir)\tmp\moc\moc_AboutDialogGraphicsView.cpp" - > - </File> - <File - RelativePath="$(OutDir)\tmp\moc\moc_IndentHandler.cpp" - > - </File> - <File - RelativePath="$(OutDir)\tmp\moc\moc_MainWindow.cpp" - > - </File> - <File - RelativePath="$(OutDir)\tmp\moc\moc_UiGuiErrorMessage.cpp" - > - </File> - <File - RelativePath="$(OutDir)\tmp\moc\moc_UiGuiHighlighter.cpp" - > - </File> - <File - RelativePath="$(OutDir)\tmp\moc\moc_UiGuiIndentServer.cpp" - > - </File> - <File - RelativePath="$(OutDir)\tmp\moc\moc_UiGuiLogger.cpp" - > - </File> - <File - RelativePath="$(OutDir)\tmp\moc\moc_UiGuiSettings.cpp" - > - </File> - <File - RelativePath="$(OutDir)\tmp\moc\moc_UiGuiSettingsDialog.cpp" - > - </File> - <File - RelativePath="$(OutDir)\tmp\moc\moc_UpdateCheckDialog.cpp" - > - </File> - <File - RelativePath="$(OutDir)\tmp\qrc\qrc_Icons.cpp" - > - </File> - <File - RelativePath="$(OutDir)\tmp\uic\ui_AboutDialog.h" - > - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="MOC" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="MOC" - /> - </FileConfiguration> - </File> - <File - RelativePath="$(OutDir)\tmp\uic\ui_MainWindow.h" - > - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="MOC" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="MOC" - /> - </FileConfiguration> - </File> - <File - RelativePath="$(OutDir)\tmp\uic\ui_ToolBarWidget.h" - > - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="MOC" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="MOC" - /> - </FileConfiguration> - </File> - <File - RelativePath="$(OutDir)\tmp\uic\ui_UiGuiSettingsDialog.h" - > - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="MOC" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="MOC" - /> - </FileConfiguration> - </File> - <File - RelativePath="$(OutDir)\tmp\uic\ui_UpdateCheckDialog.h" - > - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="MOC" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="MOC" - /> - </FileConfiguration> - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |