aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2021-10-28 17:13:04 +0200
committerMiguel Costa <miguel.costa@qt.io>2021-11-16 12:26:46 +0000
commit8b2733afd618576f5d4e0587caf5f93b8fd09ebf (patch)
treeda6ba87c87b7ffdd3e74d65afc03e0f2577a72f0
parent9707183ac5953d883a18236238a843cb3abef319 (diff)
refactoring: Reorganize project files
- Moved project files from the 'src' folder into the root 'vstools'. - Renamed some projects: * QtVsTools -> QtVsTools.Package * qtwizard -> QtVsTools.Wizards * Project template projects -> QtTemplate.Project.* * Item template projects -> QtTemplate.Item.* - Moved QtVsTools.Package source files to a sub-folder named 'Package'. NOTE: this change breaks the build; it should only be applied together with subsequent refactoring changes. Change-Id: Ib7b70c350d8e9f068a023b0250d6b490b17d1687 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
-rw-r--r--.gitignore86
-rw-r--r--QMakeFileReader/evalhandler.cpp (renamed from src/qmakefilereader/evalhandler.cpp)0
-rw-r--r--QMakeFileReader/evalhandler.h (renamed from src/qmakefilereader/evalhandler.h)0
-rw-r--r--QMakeFileReader/evaluator/README (renamed from src/qmakefilereader/evaluator/README)0
-rw-r--r--QMakeFileReader/evaluator/evaluator.pri (renamed from src/qmakefilereader/evaluator/evaluator.pri)0
-rw-r--r--QMakeFileReader/evaluator/ioutils.cpp (renamed from src/qmakefilereader/evaluator/ioutils.cpp)0
-rw-r--r--QMakeFileReader/evaluator/ioutils.h (renamed from src/qmakefilereader/evaluator/ioutils.h)0
-rw-r--r--QMakeFileReader/evaluator/proitems.cpp (renamed from src/qmakefilereader/evaluator/proitems.cpp)0
-rw-r--r--QMakeFileReader/evaluator/proitems.h (renamed from src/qmakefilereader/evaluator/proitems.h)0
-rw-r--r--QMakeFileReader/evaluator/qmake_global.h (renamed from src/qmakefilereader/evaluator/qmake_global.h)0
-rw-r--r--QMakeFileReader/evaluator/qmakebuiltins.cpp (renamed from src/qmakefilereader/evaluator/qmakebuiltins.cpp)0
-rw-r--r--QMakeFileReader/evaluator/qmakeevaluator.cpp (renamed from src/qmakefilereader/evaluator/qmakeevaluator.cpp)0
-rw-r--r--QMakeFileReader/evaluator/qmakeevaluator.h (renamed from src/qmakefilereader/evaluator/qmakeevaluator.h)0
-rw-r--r--QMakeFileReader/evaluator/qmakeevaluator_p.h (renamed from src/qmakefilereader/evaluator/qmakeevaluator_p.h)0
-rw-r--r--QMakeFileReader/evaluator/qmakeglobals.cpp (renamed from src/qmakefilereader/evaluator/qmakeglobals.cpp)0
-rw-r--r--QMakeFileReader/evaluator/qmakeglobals.h (renamed from src/qmakefilereader/evaluator/qmakeglobals.h)0
-rw-r--r--QMakeFileReader/evaluator/qmakeparser.cpp (renamed from src/qmakefilereader/evaluator/qmakeparser.cpp)0
-rw-r--r--QMakeFileReader/evaluator/qmakeparser.h (renamed from src/qmakefilereader/evaluator/qmakeparser.h)0
-rw-r--r--QMakeFileReader/main.cpp (renamed from src/qmakefilereader/main.cpp)0
-rw-r--r--QMakeFileReader/qmakedataprovider.cpp (renamed from src/qmakefilereader/qmakedataprovider.cpp)0
-rw-r--r--QMakeFileReader/qmakedataprovider.h (renamed from src/qmakefilereader/qmakedataprovider.h)0
-rw-r--r--QMakeFileReader/qmakefilereader.ico (renamed from src/qmakefilereader/qmakefilereader.ico)bin370070 -> 370070 bytes
-rw-r--r--QMakeFileReader/qmakefilereader.rc (renamed from src/qmakefilereader/qmakefilereader.rc)0
-rw-r--r--QMakeFileReader/qmakefilereader.vcxproj (renamed from src/qmakefilereader/qmakefilereader.vcxproj)0
-rw-r--r--QMakeFileReader/qmakefilereader.vcxproj.filters (renamed from src/qmakefilereader/qmakefilereader.vcxproj.filters)0
-rw-r--r--QrcEditor/main.cpp (renamed from src/qrceditor/main.cpp)0
-rw-r--r--QrcEditor/mainwindow.cpp (renamed from src/qrceditor/mainwindow.cpp)0
-rw-r--r--QrcEditor/mainwindow.h (renamed from src/qrceditor/mainwindow.h)0
-rw-r--r--QrcEditor/qrceditor.ico (renamed from src/qrceditor/qrceditor.ico)bin370070 -> 370070 bytes
-rw-r--r--QrcEditor/qrceditor.rc (renamed from src/qrceditor/qrceditor.rc)0
-rw-r--r--QrcEditor/qrceditor.vcxproj (renamed from src/qrceditor/qrceditor.vcxproj)0
-rw-r--r--QrcEditor/qrceditor.vcxproj.filters (renamed from src/qrceditor/qrceditor.vcxproj.filters)0
-rw-r--r--QrcEditor/shared/qrceditor.cpp (renamed from src/qrceditor/shared/qrceditor.cpp)0
-rw-r--r--QrcEditor/shared/qrceditor.h (renamed from src/qrceditor/shared/qrceditor.h)0
-rw-r--r--QrcEditor/shared/qrceditor.pri (renamed from src/qrceditor/shared/qrceditor.pri)0
-rw-r--r--QrcEditor/shared/qrceditor.ui (renamed from src/qrceditor/shared/qrceditor.ui)0
-rw-r--r--QrcEditor/shared/resourcefile.cpp (renamed from src/qrceditor/shared/resourcefile.cpp)0
-rw-r--r--QrcEditor/shared/resourcefile_p.h (renamed from src/qrceditor/shared/resourcefile_p.h)0
-rw-r--r--QrcEditor/shared/resourceview.cpp (renamed from src/qrceditor/shared/resourceview.cpp)0
-rw-r--r--QrcEditor/shared/resourceview.h (renamed from src/qrceditor/shared/resourceview.h)0
-rw-r--r--QrcEditor/shared/undocommands.cpp (renamed from src/qrceditor/shared/undocommands.cpp)0
-rw-r--r--QrcEditor/shared/undocommands_p.h (renamed from src/qrceditor/shared/undocommands_p.h)0
-rw-r--r--QtCppConfig.props (renamed from src/QtCppConfig.props)0
-rw-r--r--QtMSBuild/QtMSBuild.csproj (renamed from src/qtmsbuild/QtMSBuild.csproj)0
-rw-r--r--QtMSBuild/QtMsBuild/Qt.props (renamed from src/qtmsbuild/QtMsBuild/Qt.props)0
-rw-r--r--QtMSBuild/QtMsBuild/deploy/qt_import.props (renamed from src/qtmsbuild/QtMsBuild/deploy/qt_import.props)0
-rw-r--r--QtMSBuild/QtMsBuild/deploy/qtdeploy.props (renamed from src/qtmsbuild/QtMsBuild/deploy/qtdeploy.props)0
-rw-r--r--QtMSBuild/QtMsBuild/deploy/qtdeploy.targets (renamed from src/qtmsbuild/QtMsBuild/deploy/qtdeploy.targets)0
-rw-r--r--QtMSBuild/QtMsBuild/deploy/qtdeploy.xml (renamed from src/qtmsbuild/QtMsBuild/deploy/qtdeploy.xml)0
-rw-r--r--QtMSBuild/QtMsBuild/moc/qt_import.props (renamed from src/qtmsbuild/QtMsBuild/moc/qt_import.props)0
-rw-r--r--QtMSBuild/QtMsBuild/moc/qtmoc.props (renamed from src/qtmsbuild/QtMsBuild/moc/qtmoc.props)0
-rw-r--r--QtMSBuild/QtMsBuild/moc/qtmoc.targets (renamed from src/qtmsbuild/QtMsBuild/moc/qtmoc.targets)0
-rw-r--r--QtMSBuild/QtMsBuild/moc/qtmoc.xml (renamed from src/qtmsbuild/QtMsBuild/moc/qtmoc.xml)0
-rw-r--r--QtMSBuild/QtMsBuild/moc/qtmoc_cl.targets_TT (renamed from src/qtmsbuild/QtMsBuild/moc/qtmoc_cl.targets_TT)0
-rw-r--r--QtMSBuild/QtMsBuild/moc/qtmoc_v3.xml_TT (renamed from src/qtmsbuild/QtMsBuild/moc/qtmoc_v3.xml_TT)0
-rw-r--r--QtMSBuild/QtMsBuild/qml/qt_import.props (renamed from src/qtmsbuild/QtMsBuild/qml/qt_import.props)0
-rw-r--r--QtMSBuild/QtMsBuild/qml/qtqml.props (renamed from src/qtmsbuild/QtMsBuild/qml/qtqml.props)0
-rw-r--r--QtMSBuild/QtMsBuild/qml/qtqml.targets (renamed from src/qtmsbuild/QtMsBuild/qml/qtqml.targets)0
-rw-r--r--QtMSBuild/QtMsBuild/qt.targets (renamed from src/qtmsbuild/QtMsBuild/qt.targets)0
-rw-r--r--QtMSBuild/QtMsBuild/qt_defaults.props (renamed from src/qtmsbuild/QtMsBuild/qt_defaults.props)0
-rw-r--r--QtMSBuild/QtMsBuild/qt_globals.targets (renamed from src/qtmsbuild/QtMsBuild/qt_globals.targets)0
-rw-r--r--QtMSBuild/QtMsBuild/qt_private.props (renamed from src/qtmsbuild/QtMsBuild/qt_private.props)0
-rw-r--r--QtMSBuild/QtMsBuild/qt_settings.targets (renamed from src/qtmsbuild/QtMsBuild/qt_settings.targets)0
-rw-r--r--QtMSBuild/QtMsBuild/qt_settings.xml (renamed from src/qtmsbuild/QtMsBuild/qt_settings.xml)0
-rw-r--r--QtMSBuild/QtMsBuild/qt_settings_vs2015.xml (renamed from src/qtmsbuild/QtMsBuild/qt_settings_vs2015.xml)0
-rw-r--r--QtMSBuild/QtMsBuild/qt_tasks.targets_TT (renamed from src/qtmsbuild/QtMsBuild/qt_tasks.targets_TT)0
-rw-r--r--QtMSBuild/QtMsBuild/qt_vars.targets (renamed from src/qtmsbuild/QtMsBuild/qt_vars.targets)0
-rw-r--r--QtMSBuild/QtMsBuild/rcc/qt_import.props (renamed from src/qtmsbuild/QtMsBuild/rcc/qt_import.props)0
-rw-r--r--QtMSBuild/QtMsBuild/rcc/qtrcc.props (renamed from src/qtmsbuild/QtMsBuild/rcc/qtrcc.props)0
-rw-r--r--QtMSBuild/QtMsBuild/rcc/qtrcc.targets (renamed from src/qtmsbuild/QtMsBuild/rcc/qtrcc.targets)0
-rw-r--r--QtMSBuild/QtMsBuild/rcc/qtrcc.xml (renamed from src/qtmsbuild/QtMsBuild/rcc/qtrcc.xml)0
-rw-r--r--QtMSBuild/QtMsBuild/rcc/qtrcc_cl.targets_TT (renamed from src/qtmsbuild/QtMsBuild/rcc/qtrcc_cl.targets_TT)0
-rw-r--r--QtMSBuild/QtMsBuild/rcc/qtrcc_v3.xml_TT (renamed from src/qtmsbuild/QtMsBuild/rcc/qtrcc_v3.xml_TT)0
-rw-r--r--QtMSBuild/QtMsBuild/repc/qt_import.props (renamed from src/qtmsbuild/QtMsBuild/repc/qt_import.props)0
-rw-r--r--QtMSBuild/QtMsBuild/repc/qtrepc.props (renamed from src/qtmsbuild/QtMsBuild/repc/qtrepc.props)0
-rw-r--r--QtMSBuild/QtMsBuild/repc/qtrepc.targets (renamed from src/qtmsbuild/QtMsBuild/repc/qtrepc.targets)0
-rw-r--r--QtMSBuild/QtMsBuild/repc/qtrepc.xml (renamed from src/qtmsbuild/QtMsBuild/repc/qtrepc.xml)0
-rw-r--r--QtMSBuild/QtMsBuild/repc/qtrepc_cl.targets_TT (renamed from src/qtmsbuild/QtMsBuild/repc/qtrepc_cl.targets_TT)0
-rw-r--r--QtMSBuild/QtMsBuild/repc/qtrepc_v3.xml_TT (renamed from src/qtmsbuild/QtMsBuild/repc/qtrepc_v3.xml_TT)0
-rw-r--r--QtMSBuild/QtMsBuild/translation/qt_import.props (renamed from src/qtmsbuild/QtMsBuild/translation/qt_import.props)0
-rw-r--r--QtMSBuild/QtMsBuild/translation/qttranslation.props (renamed from src/qtmsbuild/QtMsBuild/translation/qttranslation.props)0
-rw-r--r--QtMSBuild/QtMsBuild/translation/qttranslation.targets (renamed from src/qtmsbuild/QtMsBuild/translation/qttranslation.targets)0
-rw-r--r--QtMSBuild/QtMsBuild/translation/qttranslation.xml (renamed from src/qtmsbuild/QtMsBuild/translation/qttranslation.xml)0
-rw-r--r--QtMSBuild/QtMsBuild/uic/qt_import.props (renamed from src/qtmsbuild/QtMsBuild/uic/qt_import.props)0
-rw-r--r--QtMSBuild/QtMsBuild/uic/qtuic.props (renamed from src/qtmsbuild/QtMsBuild/uic/qtuic.props)0
-rw-r--r--QtMSBuild/QtMsBuild/uic/qtuic.targets (renamed from src/qtmsbuild/QtMsBuild/uic/qtuic.targets)0
-rw-r--r--QtMSBuild/QtMsBuild/uic/qtuic.xml (renamed from src/qtmsbuild/QtMsBuild/uic/qtuic.xml)0
-rw-r--r--QtMSBuild/QtMsBuild/uic/qtuic_v3.xml (renamed from src/qtmsbuild/QtMsBuild/uic/qtuic_v3.xml)0
-rw-r--r--QtMSBuild/Tasks/CriticalSection.cs (renamed from src/qtmsbuild/Tasks/CriticalSection.cs)0
-rw-r--r--QtMSBuild/Tasks/DumpItems.cs (renamed from src/qtmsbuild/Tasks/DumpItems.cs)0
-rw-r--r--QtMSBuild/Tasks/Expand.cs (renamed from src/qtmsbuild/Tasks/Expand.cs)0
-rw-r--r--QtMSBuild/Tasks/Flatten.cs (renamed from src/qtmsbuild/Tasks/Flatten.cs)0
-rw-r--r--QtMSBuild/Tasks/GetItemHash.cs (renamed from src/qtmsbuild/Tasks/GetItemHash.cs)0
-rw-r--r--QtMSBuild/Tasks/GetVarsFromMakefile.cs (renamed from src/qtmsbuild/Tasks/GetVarsFromMakefile.cs)0
-rw-r--r--QtMSBuild/Tasks/HostExec_LinuxSSL.cs (renamed from src/qtmsbuild/Tasks/HostExec_LinuxSSL.cs)0
-rw-r--r--QtMSBuild/Tasks/HostExec_LinuxWSL.cs (renamed from src/qtmsbuild/Tasks/HostExec_LinuxWSL.cs)0
-rw-r--r--QtMSBuild/Tasks/HostExec_LinuxWSL_Error.cs (renamed from src/qtmsbuild/Tasks/HostExec_LinuxWSL_Error.cs)0
-rw-r--r--QtMSBuild/Tasks/HostExec_Windows.cs (renamed from src/qtmsbuild/Tasks/HostExec_Windows.cs)0
-rw-r--r--QtMSBuild/Tasks/HostTranslatePaths_LinuxSSL.cs (renamed from src/qtmsbuild/Tasks/HostTranslatePaths_LinuxSSL.cs)0
-rw-r--r--QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL.cs (renamed from src/qtmsbuild/Tasks/HostTranslatePaths_LinuxWSL.cs)0
-rw-r--r--QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL_Error.cs (renamed from src/qtmsbuild/Tasks/HostTranslatePaths_LinuxWSL_Error.cs)0
-rw-r--r--QtMSBuild/Tasks/HostTranslatePaths_Windows.cs (renamed from src/qtmsbuild/Tasks/HostTranslatePaths_Windows.cs)0
-rw-r--r--QtMSBuild/Tasks/ListQrc.cs (renamed from src/qtmsbuild/Tasks/ListQrc.cs)0
-rw-r--r--QtMSBuild/Tasks/ParseVarDefs.cs (renamed from src/qtmsbuild/Tasks/ParseVarDefs.cs)0
-rw-r--r--QtMSBuild/Tasks/QtRunWork.cs (renamed from src/qtmsbuild/Tasks/QtRunWork.cs)0
-rw-r--r--QtTmLanguage/qt/LICENSE (renamed from src/qttmlanguage/qt/LICENSE)0
-rw-r--r--QtTmLanguage/qt/pri.pro.tmLanguage (renamed from src/qttmlanguage/qt/pri.pro.tmLanguage)0
-rw-r--r--QtVsTest/Macro.cs (renamed from src/qtvstest/Macro.cs)0
-rw-r--r--QtVsTest/MacroClient.h (renamed from src/qtvstest/MacroClient.h)0
-rw-r--r--QtVsTest/MacroParser.cs (renamed from src/qtvstest/MacroParser.cs)0
-rw-r--r--QtVsTest/MacroServer.cs (renamed from src/qtvstest/MacroServer.cs)0
-rw-r--r--QtVsTest/Properties/AssemblyInfo.cs (renamed from src/qtvstest/Properties/AssemblyInfo.cs)0
-rw-r--r--QtVsTest/QtVsTest.cs (renamed from src/qtvstest/QtVsTest.cs)0
-rw-r--r--QtVsTest/QtVsTest.csproj (renamed from src/qtvstest/QtVsTest.csproj)0
-rw-r--r--QtVsTest/Resources/QtVsTest.ico (renamed from src/qtvstest/Resources/QtVsTest.ico)bin108438 -> 108438 bytes
-rw-r--r--QtVsTest/csmacro.tmLanguage_TT (renamed from src/qtvstest/csmacro.tmLanguage_TT)0
-rw-r--r--QtVsTest/csmacro.tmTheme_TT (renamed from src/qtvstest/csmacro.tmTheme_TT)0
-rw-r--r--QtVsTest/source.extension.vsixmanifest_TT (renamed from src/qtvstest/source.extension.vsixmanifest_TT)0
-rw-r--r--QtVsTools.Core/BuildConfig.cs (renamed from src/qtvstools.core/BuildConfig.cs)0
-rw-r--r--QtVsTools.Core/CommandLineParser.cs (renamed from src/qtvstools.core/CommandLineParser.cs)0
-rw-r--r--QtVsTools.Core/Common/EnumExt.cs (renamed from src/qtvstools.core/Common/EnumExt.cs)0
-rw-r--r--QtVsTools.Core/CompilerToolWrapper.cs (renamed from src/qtvstools.core/CompilerToolWrapper.cs)0
-rw-r--r--QtVsTools.Core/CxxStreamReader.cs (renamed from src/qtvstools.core/CxxStreamReader.cs)0
-rw-r--r--QtVsTools.Core/ExportProjectDialog.cs (renamed from src/qtvstools.core/ExportProjectDialog.cs)0
-rw-r--r--QtVsTools.Core/ExportProjectDialog.resx (renamed from src/qtvstools.core/ExportProjectDialog.resx)0
-rw-r--r--QtVsTools.Core/Extensions.cs (renamed from src/qtvstools.core/Extensions.cs)0
-rw-r--r--QtVsTools.Core/FakeFilter.cs (renamed from src/qtvstools.core/FakeFilter.cs)0
-rw-r--r--QtVsTools.Core/FilesToList.cs (renamed from src/qtvstools.core/FilesToList.cs)0
-rw-r--r--QtVsTools.Core/Filters.cs (renamed from src/qtvstools.core/Filters.cs)0
-rw-r--r--QtVsTools.Core/HelperFunctions.cs (renamed from src/qtvstools.core/HelperFunctions.cs)0
-rw-r--r--QtVsTools.Core/ImageButton.cs (renamed from src/qtvstools.core/ImageButton.cs)0
-rw-r--r--QtVsTools.Core/InfoDialog.cs (renamed from src/qtvstools.core/InfoDialog.cs)0
-rw-r--r--QtVsTools.Core/LinkerToolWrapper.cs (renamed from src/qtvstools.core/LinkerToolWrapper.cs)0
-rw-r--r--QtVsTools.Core/MainWinWrapper.cs (renamed from src/qtvstools.core/MainWinWrapper.cs)0
-rw-r--r--QtVsTools.Core/Messages.cs (renamed from src/qtvstools.core/Messages.cs)0
-rw-r--r--QtVsTools.Core/MocCmdChecker.cs (renamed from src/qtvstools.core/MocCmdChecker.cs)0
-rw-r--r--QtVsTools.Core/MsBuildProject.cs (renamed from src/qtvstools.core/MsBuildProject.cs)0
-rw-r--r--QtVsTools.Core/Observable.cs (renamed from src/qtvstools.core/Observable.cs)0
-rw-r--r--QtVsTools.Core/ProFileContent.cs (renamed from src/qtvstools.core/ProFileContent.cs)0
-rw-r--r--QtVsTools.Core/ProFileOption.cs (renamed from src/qtvstools.core/ProFileOption.cs)0
-rw-r--r--QtVsTools.Core/ProSolution.cs (renamed from src/qtvstools.core/ProSolution.cs)0
-rw-r--r--QtVsTools.Core/ProjectExporter.cs (renamed from src/qtvstools.core/ProjectExporter.cs)0
-rw-r--r--QtVsTools.Core/ProjectImporter.cs (renamed from src/qtvstools.core/ProjectImporter.cs)0
-rw-r--r--QtVsTools.Core/ProjectMacros.cs (renamed from src/qtvstools.core/ProjectMacros.cs)0
-rw-r--r--QtVsTools.Core/Properties/AssemblyInfo.cs (renamed from src/qtvstools.core/Properties/AssemblyInfo.cs)0
-rw-r--r--QtVsTools.Core/QMake.cs (renamed from src/qtvstools.core/QMake.cs)0
-rw-r--r--QtVsTools.Core/QMakeConf.cs (renamed from src/qtvstools.core/QMakeConf.cs)0
-rw-r--r--QtVsTools.Core/QMakeQuery.cs (renamed from src/qtvstools.core/QMakeQuery.cs)0
-rw-r--r--QtVsTools.Core/QrcItem.cs (renamed from src/qtvstools.core/QrcItem.cs)0
-rw-r--r--QtVsTools.Core/QrcParser.cs (renamed from src/qtvstools.core/QrcParser.cs)0
-rw-r--r--QtVsTools.Core/QrcPrefix.cs (renamed from src/qtvstools.core/QrcPrefix.cs)0
-rw-r--r--QtVsTools.Core/QtConfig.cs (renamed from src/qtvstools.core/QtConfig.cs)0
-rw-r--r--QtVsTools.Core/QtModule.cs (renamed from src/qtvstools.core/QtModule.cs)0
-rw-r--r--QtVsTools.Core/QtModuleInfo.cs (renamed from src/qtvstools.core/QtModuleInfo.cs)0
-rw-r--r--QtVsTools.Core/QtModules.cs (renamed from src/qtvstools.core/QtModules.cs)0
-rw-r--r--QtVsTools.Core/QtMsBuild.cs (renamed from src/qtvstools.core/QtMsBuild.cs)0
-rw-r--r--QtVsTools.Core/QtProject.cs (renamed from src/qtvstools.core/QtProject.cs)0
-rw-r--r--QtVsTools.Core/QtVSException.cs (renamed from src/qtvstools.core/QtVSException.cs)0
-rw-r--r--QtVsTools.Core/QtVSIPSettings.cs (renamed from src/qtvstools.core/QtVSIPSettings.cs)0
-rw-r--r--QtVsTools.Core/QtVersionManager.cs (renamed from src/qtvstools.core/QtVersionManager.cs)0
-rw-r--r--QtVsTools.Core/QtVsTools.Core.csproj (renamed from src/qtvstools.core/QtVsTools.Core.csproj)0
-rw-r--r--QtVsTools.Core/QtVsTools.Core.ico (renamed from src/qtvstools.core/QtVsTools.Core.ico)bin370070 -> 370070 bytes
-rw-r--r--QtVsTools.Core/RccOptions.cs (renamed from src/qtvstools.core/RccOptions.cs)0
-rw-r--r--QtVsTools.Core/Resources.cs (renamed from src/qtvstools.core/Resources.cs)0
-rw-r--r--QtVsTools.Core/Resources.resx (renamed from src/qtvstools.core/Resources.resx)0
-rw-r--r--QtVsTools.Core/Resources/delete.png (renamed from src/qtvstools.core/Resources/delete.png)bin578 -> 578 bytes
-rw-r--r--QtVsTools.Core/Resources/delete_d.png (renamed from src/qtvstools.core/Resources/delete_d.png)bin375 -> 375 bytes
-rw-r--r--QtVsTools.Core/Resources/newitem.png (renamed from src/qtvstools.core/Resources/newitem.png)bin239 -> 239 bytes
-rw-r--r--QtVsTools.Core/Resources/newitem_d.png (renamed from src/qtvstools.core/Resources/newitem_d.png)bin207 -> 207 bytes
-rw-r--r--QtVsTools.Core/SR.cs (renamed from src/qtvstools.core/SR.cs)0
-rw-r--r--QtVsTools.Core/Statics.cs (renamed from src/qtvstools.core/Statics.cs)0
-rw-r--r--QtVsTools.Core/TemplateType.cs (renamed from src/qtvstools.core/TemplateType.cs)0
-rw-r--r--QtVsTools.Core/VersionInformation.cs (renamed from src/qtvstools.core/VersionInformation.cs)0
-rw-r--r--QtVsTools.Core/VisualStudio/IProjectTracker.cs (renamed from src/qtvstools.core/VisualStudio/IProjectTracker.cs)0
-rw-r--r--QtVsTools.Core/VisualStudio/VsServiceProvider.cs (renamed from src/qtvstools.core/VisualStudio/VsServiceProvider.cs)0
-rw-r--r--QtVsTools.Core/WaitDialog.cs (renamed from src/qtvstools.core/WaitDialog.cs)0
-rw-r--r--QtVsTools.Package/Common/Concurrent.cs (renamed from src/qtvstools/Common/Concurrent.cs)0
-rw-r--r--QtVsTools.Package/Common/ConcurrentStopwatch.cs (renamed from src/qtvstools/Common/ConcurrentStopwatch.cs)0
-rw-r--r--QtVsTools.Package/Common/Disposable.cs (renamed from src/qtvstools/Common/Disposable.cs)0
-rw-r--r--QtVsTools.Package/Common/Json/DeferredObject.cs (renamed from src/qtvstools/Common/Json/DeferredObject.cs)0
-rw-r--r--QtVsTools.Package/Common/Json/Serializable.cs (renamed from src/qtvstools/Common/Json/Serializable.cs)0
-rw-r--r--QtVsTools.Package/Common/Json/SerializableEnum.cs (renamed from src/qtvstools/Common/Json/SerializableEnum.cs)0
-rw-r--r--QtVsTools.Package/Common/Json/Serializer.cs (renamed from src/qtvstools/Common/Json/Serializer.cs)0
-rw-r--r--QtVsTools.Package/Common/NativeAPI.cs (renamed from src/qtvstools/Common/NativeAPI.cs)0
-rw-r--r--QtVsTools.Package/Common/PriorityQueue.cs (renamed from src/qtvstools/Common/PriorityQueue.cs)0
-rw-r--r--QtVsTools.Package/Common/Prototyped.cs (renamed from src/qtvstools/Common/Prototyped.cs)0
-rw-r--r--QtVsTools.Package/Common/PunisherQueue.cs (renamed from src/qtvstools/Common/PunisherQueue.cs)0
-rw-r--r--QtVsTools.Package/Common/Timestamp.cs (renamed from src/qtvstools/Common/Timestamp.cs)0
-rw-r--r--QtVsTools.Package/Editors/Editor.QtDesigner.cs (renamed from src/qtvstools/Editors/Editor.QtDesigner.cs)0
-rw-r--r--QtVsTools.Package/Editors/Editor.QtLinguist.cs (renamed from src/qtvstools/Editors/Editor.QtLinguist.cs)0
-rw-r--r--QtVsTools.Package/Editors/Editor.QtResourceEditor.cs (renamed from src/qtvstools/Editors/Editor.QtResourceEditor.cs)0
-rw-r--r--QtVsTools.Package/Editors/Editor.cs (renamed from src/qtvstools/Editors/Editor.cs)0
-rw-r--r--QtVsTools.Package/Language/LICENSE.APACHE (renamed from src/qtvstools/Language/LICENSE.APACHE)0
-rw-r--r--QtVsTools.Package/Language/qml.qmlproject.tmLanguage (renamed from src/qtvstools/Language/qml.qmlproject.tmLanguage)0
-rw-r--r--QtVsTools.Package/Marketplace/Overview.html_TT (renamed from src/qtvstools/Marketplace/Overview.html_TT)0
-rw-r--r--QtVsTools.Package/Options/QtLegacyOptionsPage.cs (renamed from src/qtvstools/Options/QtLegacyOptionsPage.cs)0
-rw-r--r--QtVsTools.Package/Options/QtOptionsPage.cs (renamed from src/qtvstools/Options/QtOptionsPage.cs)0
-rw-r--r--QtVsTools.Package/Options/QtVersionsPage.cs (renamed from src/qtvstools/Options/QtVersionsPage.cs)0
-rw-r--r--QtVsTools.Package/Options/QtVersionsTable.cs (renamed from src/qtvstools/Options/QtVersionsTable.cs)0
-rw-r--r--QtVsTools.Package/Options/QtVersionsTable.xaml (renamed from src/qtvstools/Options/QtVersionsTable.xaml)0
-rw-r--r--QtVsTools.Package/Package/AddQtVersionDialog.cs (renamed from src/qtvstools/AddQtVersionDialog.cs)0
-rw-r--r--QtVsTools.Package/Package/AddQtVersionDialog.resx (renamed from src/qtvstools/AddQtVersionDialog.resx)0
-rw-r--r--QtVsTools.Package/Package/AddTranslationDialog.cs (renamed from src/qtvstools/AddTranslationDialog.cs)0
-rw-r--r--QtVsTools.Package/Package/AddTranslationDialog.resx (renamed from src/qtvstools/AddTranslationDialog.resx)0
-rw-r--r--QtVsTools.Package/Package/ChangeFor.cs (renamed from src/qtvstools/ChangeFor.cs)0
-rw-r--r--QtVsTools.Package/Package/DteEventsHandler.cs (renamed from src/qtvstools/DteEventsHandler.cs)0
-rw-r--r--QtVsTools.Package/Package/ExtLoader.cs (renamed from src/qtvstools/ExtLoader.cs)0
-rw-r--r--QtVsTools.Package/Package/FormChangeQtVersion.Designer.cs (renamed from src/qtvstools/FormChangeQtVersion.Designer.cs)0
-rw-r--r--QtVsTools.Package/Package/FormChangeQtVersion.cs (renamed from src/qtvstools/FormChangeQtVersion.cs)0
-rw-r--r--QtVsTools.Package/Package/FormChangeQtVersion.resx (renamed from src/qtvstools/FormChangeQtVersion.resx)0
-rw-r--r--QtVsTools.Package/Package/FormProjectQtSettings.Designer.cs (renamed from src/qtvstools/FormProjectQtSettings.Designer.cs)0
-rw-r--r--QtVsTools.Package/Package/FormProjectQtSettings.cs (renamed from src/qtvstools/FormProjectQtSettings.cs)0
-rw-r--r--QtVsTools.Package/Package/FormProjectQtSettings.resx (renamed from src/qtvstools/FormProjectQtSettings.resx)0
-rw-r--r--QtVsTools.Package/Package/ProjectQtSettings.cs (renamed from src/qtvstools/ProjectQtSettings.cs)0
-rw-r--r--QtVsTools.Package/Package/QMakeWrapper.cs (renamed from src/qtvstools/QMakeWrapper.cs)0
-rw-r--r--QtVsTools.Package/Package/QtHelp.cs (renamed from src/qtvstools/QtHelp.cs)0
-rw-r--r--QtVsTools.Package/Package/QtHelpLinkChooser.xaml (renamed from src/qtvstools/QtHelpLinkChooser.xaml)0
-rw-r--r--QtVsTools.Package/Package/QtHelpLinkChooser.xaml.cs (renamed from src/qtvstools/QtHelpLinkChooser.xaml.cs)0
-rw-r--r--QtVsTools.Package/Package/QtItemContextMenu.cs (renamed from src/qtvstools/QtItemContextMenu.cs)0
-rw-r--r--QtVsTools.Package/Package/QtMainMenu.cs (renamed from src/qtvstools/QtMainMenu.cs)0
-rw-r--r--QtVsTools.Package/Package/QtMsBuildConverter.cs (renamed from src/qtvstools/QtMsBuildConverter.cs)0
-rw-r--r--QtVsTools.Package/Package/QtProjectContextMenu.cs (renamed from src/qtvstools/QtProjectContextMenu.cs)0
-rw-r--r--QtVsTools.Package/Package/QtSolutionContextMenu.cs (renamed from src/qtvstools/QtSolutionContextMenu.cs)0
-rw-r--r--QtVsTools.Package/Package/SR.cs (renamed from src/qtvstools/SR.cs)0
-rw-r--r--QtVsTools.Package/Package/Translation.cs (renamed from src/qtvstools/Translation.cs)0
-rw-r--r--QtVsTools.Package/Package/TranslationItem.cs (renamed from src/qtvstools/TranslationItem.cs)0
-rw-r--r--QtVsTools.Package/Package/Version.cs (renamed from src/qtvstools/Version.cs)0
-rw-r--r--QtVsTools.Package/Package/VsToolsDialogWindow.cs (renamed from src/qtvstools/VsToolsDialogWindow.cs)0
-rw-r--r--QtVsTools.Package/Properties/AssemblyInfo.cs (renamed from src/qtvstools/Properties/AssemblyInfo.cs)0
-rw-r--r--QtVsTools.Package/QML/Classification/QmlAsyncClassifier.cs (renamed from src/qtvstools/QML/Classification/QmlAsyncClassifier.cs)0
-rw-r--r--QtVsTools.Package/QML/Classification/QmlClassificationFormat.cs (renamed from src/qtvstools/QML/Classification/QmlClassificationFormat.cs)0
-rw-r--r--QtVsTools.Package/QML/Classification/QmlErrorClassifier.cs (renamed from src/qtvstools/QML/Classification/QmlErrorClassifier.cs)0
-rw-r--r--QtVsTools.Package/QML/Classification/QmlExpressionEvalClassifier.cs (renamed from src/qtvstools/QML/Classification/QmlExpressionEvalClassifier.cs)0
-rw-r--r--QtVsTools.Package/QML/Classification/QmlSyntaxClassifier.cs (renamed from src/qtvstools/QML/Classification/QmlSyntaxClassifier.cs)0
-rw-r--r--QtVsTools.Package/QML/Classification/QmlTag.cs (renamed from src/qtvstools/QML/Classification/QmlTag.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7BoilerPlate.cs (renamed from src/qtvstools/QML/Debugging/AD7/QmlDebugAD7BoilerPlate.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Breakpoint.cs (renamed from src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Breakpoint.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7CodeContext.cs (renamed from src/qtvstools/QML/Debugging/AD7/QmlDebugAD7CodeContext.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Engine.cs (renamed from src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Engine.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Enums.cs (renamed from src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Enums.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Events.cs (renamed from src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Events.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs (renamed from src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Expression.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7InfoHelpers.cs (renamed from src/qtvstools/QML/Debugging/AD7/QmlDebugAD7InfoHelpers.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Program.cs (renamed from src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Program.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Property.cs (renamed from src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Property.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7StackFrame.cs (renamed from src/qtvstools/QML/Debugging/AD7/QmlDebugAD7StackFrame.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/QmlDebugLauncher.cs (renamed from src/qtvstools/QML/Debugging/QmlDebugLauncher.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/QmlDebugger.cs (renamed from src/qtvstools/QML/Debugging/QmlDebugger.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/QmlFileSystem.cs (renamed from src/qtvstools/QML/Debugging/QmlFileSystem.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Backtrace.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Backtrace.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Break.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Break.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4ClearBreakpoint.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4ClearBreakpoint.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Connect.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Connect.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Continue.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Continue.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Disconnect.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Disconnect.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Evaluate.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Evaluate.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Exception.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Exception.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Frame.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Frame.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsObject.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4JsObject.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsValue.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4JsValue.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Lookup.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Lookup.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Message.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Message.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Scope.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Scope.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetBreakpoint.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4SetBreakpoint.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetExceptionBreak.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4SetExceptionBreak.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Version.cs (renamed from src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Version.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Client.cs (renamed from src/qtvstools/QML/Debugging/V4/QmlDebugV4Client.cs)0
-rw-r--r--QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs (renamed from src/qtvstools/QML/Debugging/V4/QmlDebugV4Protocol.cs)0
-rw-r--r--QtVsTools.Package/QML/Parser/QmlParserDiagnostics.cs (renamed from src/qtvstools/QML/Parser/QmlParserDiagnostics.cs)0
-rw-r--r--QtVsTools.Package/QML/Parser/QmlParserInterop.cs (renamed from src/qtvstools/QML/Parser/QmlParserInterop.cs)0
-rw-r--r--QtVsTools.Package/QML/Syntax/QmlAst.cs (renamed from src/qtvstools/QML/Syntax/QmlAst.cs)0
-rw-r--r--QtVsTools.Package/QML/Syntax/QmlSyntax.cs (renamed from src/qtvstools/QML/Syntax/QmlSyntax.cs)0
-rw-r--r--QtVsTools.Package/QtMenus.vsct_TT (renamed from src/qtvstools/QtMenus.vsct_TT)0
-rw-r--r--QtVsTools.Package/QtMsBuild/QtModulesEditor.cs (renamed from src/qtvstools/QtMsBuild/QtModulesEditor.cs)0
-rw-r--r--QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml (renamed from src/qtvstools/QtMsBuild/QtModulesPopup.xaml)0
-rw-r--r--QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml.cs (renamed from src/qtvstools/QtMsBuild/QtModulesPopup.xaml.cs)0
-rw-r--r--QtVsTools.Package/QtMsBuild/QtProjectBuild.cs (renamed from src/qtvstools/QtMsBuild/QtProjectBuild.cs)0
-rw-r--r--QtVsTools.Package/QtMsBuild/QtProjectIntelliSense.cs (renamed from src/qtvstools/QtMsBuild/QtProjectIntelliSense.cs)0
-rw-r--r--QtVsTools.Package/QtMsBuild/QtProjectLogger.cs (renamed from src/qtvstools/QtMsBuild/QtProjectLogger.cs)0
-rw-r--r--QtVsTools.Package/QtMsBuild/QtProjectTracker.cs (renamed from src/qtvstools/QtMsBuild/QtProjectTracker.cs)0
-rw-r--r--QtVsTools.Package/QtMsBuild/QtVersionProvider.cs (renamed from src/qtvstools/QtMsBuild/QtVersionProvider.cs)0
-rw-r--r--QtVsTools.Package/QtVsTools.Package.csproj (renamed from src/qtvstools/QtVsTools.csproj)0
-rw-r--r--QtVsTools.Package/QtVsTools.Qml.Debug.pkgdef (renamed from src/qtvstools/QtVsTools.Qml.Debug.pkgdef)0
-rw-r--r--QtVsTools.Package/QtVsTools.ico (renamed from src/qtvstools/QtVsTools.ico)bin370070 -> 370070 bytes
-rw-r--r--QtVsTools.Package/QtVsToolsPackage.cs (renamed from src/qtvstools/Vsix.cs)0
-rw-r--r--QtVsTools.Package/Resources.resx (renamed from src/qtvstools/Resources.resx)0
-rw-r--r--QtVsTools.Package/Resources/menuimages.png (renamed from src/qtvstools/Resources/menuimages.png)bin1417 -> 1417 bytes
-rw-r--r--QtVsTools.Package/Resources/qt.ico (renamed from src/qtvstools/Resources/qt.ico)bin370070 -> 370070 bytes
-rw-r--r--QtVsTools.Package/VSPackage.resx (renamed from src/qtvstools/VSPackage.resx)0
-rw-r--r--QtVsTools.Package/VisualStudio/VsShell.cs (renamed from src/qtvstools/VisualStudio/VsShell.cs)0
-rw-r--r--QtVsTools.Package/VisualStudio/VsShellSettings.cs (renamed from src/qtvstools/VisualStudio/VsShellSettings.cs)0
-rw-r--r--QtVsTools.Package/preview.png (renamed from src/qtvstools/preview.png)bin10411 -> 10411 bytes
-rw-r--r--QtVsTools.Package/qt.ico (renamed from src/qtvstools/qt.ico)bin370070 -> 370070 bytes
-rw-r--r--QtVsTools.Package/qt5.natvis.xml (renamed from src/qtvstools/qt5.natvis.xml)0
-rw-r--r--QtVsTools.Package/qtmodules.xml (renamed from src/qtvstools/qtmodules.xml)0
-rw-r--r--QtVsTools.RegExpr/Properties/AssemblyInfo.cs (renamed from src/qtvstools.regexpr/Properties/AssemblyInfo.cs)0
-rw-r--r--QtVsTools.RegExpr/QtVsTools.RegExpr.csproj (renamed from src/qtvstools.regexpr/QtVsTools.RegExpr.csproj)0
-rw-r--r--QtVsTools.RegExpr/README (renamed from src/qtvstools.regexpr/README)0
-rw-r--r--QtVsTools.RegExpr/expression/CharClassLiteral.cs (renamed from src/qtvstools.regexpr/expression/CharClassLiteral.cs)0
-rw-r--r--QtVsTools.RegExpr/expression/CharClassRange.cs (renamed from src/qtvstools.regexpr/expression/CharClassRange.cs)0
-rw-r--r--QtVsTools.RegExpr/expression/CharClassSet.cs (renamed from src/qtvstools.regexpr/expression/CharClassSet.cs)0
-rw-r--r--QtVsTools.RegExpr/expression/RegExpr.cs (renamed from src/qtvstools.regexpr/expression/RegExpr.cs)0
-rw-r--r--QtVsTools.RegExpr/expression/RegExprAssert.cs (renamed from src/qtvstools.regexpr/expression/RegExprAssert.cs)0
-rw-r--r--QtVsTools.RegExpr/expression/RegExprChoice.cs (renamed from src/qtvstools.regexpr/expression/RegExprChoice.cs)0
-rw-r--r--QtVsTools.RegExpr/expression/RegExprLiteral.cs (renamed from src/qtvstools.regexpr/expression/RegExprLiteral.cs)0
-rw-r--r--QtVsTools.RegExpr/expression/RegExprRepeat.cs (renamed from src/qtvstools.regexpr/expression/RegExprRepeat.cs)0
-rw-r--r--QtVsTools.RegExpr/expression/RegExprSequence.cs (renamed from src/qtvstools.regexpr/expression/RegExprSequence.cs)0
-rw-r--r--QtVsTools.RegExpr/expression/RegExprToken.cs (renamed from src/qtvstools.regexpr/expression/RegExprToken.cs)0
-rw-r--r--QtVsTools.RegExpr/expression/Renderer.cs (renamed from src/qtvstools.regexpr/expression/Renderer.cs)0
-rw-r--r--QtVsTools.RegExpr/parser/ParseTree.cs (renamed from src/qtvstools.regexpr/parser/ParseTree.cs)0
-rw-r--r--QtVsTools.RegExpr/parser/Parser.cs (renamed from src/qtvstools.regexpr/parser/Parser.cs)0
-rw-r--r--QtVsTools.RegExpr/production/Production.cs (renamed from src/qtvstools.regexpr/production/Production.cs)0
-rw-r--r--QtVsTools.RegExpr/production/ProductionRule.cs (renamed from src/qtvstools.regexpr/production/ProductionRule.cs)0
-rw-r--r--QtVsTools.RegExpr/production/ProductionRuleAction.cs (renamed from src/qtvstools.regexpr/production/ProductionRuleAction.cs)0
-rw-r--r--QtVsTools.RegExpr/utils/Consts.cs (renamed from src/qtvstools.regexpr/utils/Consts.cs)0
-rw-r--r--QtVsTools.RegExpr/utils/Utils.cs (renamed from src/qtvstools.regexpr/utils/Utils.cs)0
-rw-r--r--QtVsTools.Wizards/Properties/AssemblyInfo.cs (renamed from src/qtwizard/Properties/AssemblyInfo.cs)0
-rw-r--r--QtVsTools.Wizards/QtVsTools.Wizards.csproj (renamed from src/qtwizard/QtVsTools.Wizards.csproj)0
-rw-r--r--QtVsTools.Wizards/Resources/ExpanderStyle.xaml (renamed from src/qtwizard/Resources/ExpanderStyle.xaml)0
-rw-r--r--QtVsTools.Wizards/Resources/Qt-logo-small.png (renamed from src/qtwizard/Resources/Qt-logo-small.png)bin7609 -> 7609 bytes
-rw-r--r--QtVsTools.Wizards/Resources/QtProjectWizard.ico (renamed from src/qtwizard/Resources/QtProjectWizard.ico)bin370070 -> 370070 bytes
-rw-r--r--QtVsTools.Wizards/Resources/medium.png (renamed from src/qtwizard/Resources/medium.png)bin175 -> 175 bytes
-rw-r--r--QtVsTools.Wizards/Resources/small.png (renamed from src/qtwizard/Resources/small.png)bin230 -> 230 bytes
-rw-r--r--QtVsTools.Wizards/Wizards/ClassWizard/AddClassPage.xaml (renamed from src/qtwizard/Wizards/ClassWizard/AddClassPage.xaml)0
-rw-r--r--QtVsTools.Wizards/Wizards/ClassWizard/AddClassPage.xaml.cs (renamed from src/qtwizard/Wizards/ClassWizard/AddClassPage.xaml.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ClassWizard/AddClassWizard.cs (renamed from src/qtwizard/Wizards/ClassWizard/AddClassWizard.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ClassWizard/Class.cs (renamed from src/qtwizard/Wizards/ClassWizard/Class.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ClassWizard/ClassKind.cs (renamed from src/qtwizard/Wizards/ClassWizard/ClassKind.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ClassWizard/Core/CoreClassPage.xaml (renamed from src/qtwizard/Wizards/ClassWizard/Core/CoreClassPage.xaml)0
-rw-r--r--QtVsTools.Wizards/Wizards/ClassWizard/Core/CoreClassPage.xaml.cs (renamed from src/qtwizard/Wizards/ClassWizard/Core/CoreClassPage.xaml.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ClassWizard/Core/CoreClassWizard.cs (renamed from src/qtwizard/Wizards/ClassWizard/Core/CoreClassWizard.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ClassWizard/Gui/GuiClassPage.xaml (renamed from src/qtwizard/Wizards/ClassWizard/Gui/GuiClassPage.xaml)0
-rw-r--r--QtVsTools.Wizards/Wizards/ClassWizard/Gui/GuiClassPage.xaml.cs (renamed from src/qtwizard/Wizards/ClassWizard/Gui/GuiClassPage.xaml.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ClassWizard/Gui/GuiClassWizard.cs (renamed from src/qtwizard/Wizards/ClassWizard/Gui/GuiClassWizard.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ClassWizard/IClassWizard.cs (renamed from src/qtwizard/Wizards/ClassWizard/IClassWizard.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ClassWizard/UiClassInclusion.cs (renamed from src/qtwizard/Wizards/ClassWizard/UiClassInclusion.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/ConfigPage.xaml (renamed from src/qtwizard/Wizards/ProjectWizard/ConfigPage.xaml)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/ConfigPage.xaml.cs (renamed from src/qtwizard/Wizards/ProjectWizard/ConfigPage.xaml.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Console/ConsoleWizard.cs (renamed from src/qtwizard/Wizards/ProjectWizard/Console/ConsoleWizard.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Designer/DesignerPage.xaml (renamed from src/qtwizard/Wizards/ProjectWizard/Designer/DesignerPage.xaml)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Designer/DesignerPage.xaml.cs (renamed from src/qtwizard/Wizards/ProjectWizard/Designer/DesignerPage.xaml.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Designer/DesignerWizard.cs (renamed from src/qtwizard/Wizards/ProjectWizard/Designer/DesignerWizard.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Empty/EmptyWizard.cs (renamed from src/qtwizard/Wizards/ProjectWizard/Empty/EmptyWizard.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Gui/GuiPage.xaml (renamed from src/qtwizard/Wizards/ProjectWizard/Gui/GuiPage.xaml)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Gui/GuiPage.xaml.cs (renamed from src/qtwizard/Wizards/ProjectWizard/Gui/GuiPage.xaml.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Gui/GuiWizard.cs (renamed from src/qtwizard/Wizards/ProjectWizard/Gui/GuiWizard.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Library/LibraryClassPage.xaml (renamed from src/qtwizard/Wizards/ProjectWizard/Library/LibraryClassPage.xaml)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Library/LibraryClassPage.xaml.cs (renamed from src/qtwizard/Wizards/ProjectWizard/Library/LibraryClassPage.xaml.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Library/LibraryWizard.cs (renamed from src/qtwizard/Wizards/ProjectWizard/Library/LibraryWizard.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/ModulePage.xaml (renamed from src/qtwizard/Wizards/ProjectWizard/ModulePage.xaml)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/ModulePage.xaml.cs (renamed from src/qtwizard/Wizards/ProjectWizard/ModulePage.xaml.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/ProjectTemplateWizard.cs (renamed from src/qtwizard/Wizards/ProjectWizard/ProjectTemplateWizard.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Quick/QuickWizard.cs (renamed from src/qtwizard/Wizards/ProjectWizard/Quick/QuickWizard.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Server/ServerPage.xaml (renamed from src/qtwizard/Wizards/ProjectWizard/Server/ServerPage.xaml)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Server/ServerPage.xaml.cs (renamed from src/qtwizard/Wizards/ProjectWizard/Server/ServerPage.xaml.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/ProjectWizard/Server/ServerWizard.cs (renamed from src/qtwizard/Wizards/ProjectWizard/Server/ServerWizard.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/Util/ClassNameValidationRule.cs (renamed from src/qtwizard/Wizards/Util/ClassNameValidationRule.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/Util/FileExistsInFilterValidationRule.cs (renamed from src/qtwizard/Wizards/Util/FileExistsInFilterValidationRule.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/Util/FileNameValidationRule.cs (renamed from src/qtwizard/Wizards/Util/FileNameValidationRule.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/Util/NativeMethods.cs (renamed from src/qtwizard/Wizards/Util/NativeMethods.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/Util/SortComboBoxItem.cs (renamed from src/qtwizard/Wizards/Util/SortComboBoxItem.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/Util/UnsafeNativeMethods.cs (renamed from src/qtwizard/Wizards/Util/UnsafeNativeMethods.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/Util/VCLanguageManagerValidationRule.cs (renamed from src/qtwizard/Wizards/Util/VCLanguageManagerValidationRule.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/WizardData.cs (renamed from src/qtwizard/Wizards/WizardData.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/WizardIntroPage.xaml (renamed from src/qtwizard/Wizards/WizardIntroPage.xaml)0
-rw-r--r--QtVsTools.Wizards/Wizards/WizardIntroPage.xaml.cs (renamed from src/qtwizard/Wizards/WizardIntroPage.xaml.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/WizardPage.cs (renamed from src/qtwizard/Wizards/WizardPage.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/WizardResult.cs (renamed from src/qtwizard/Wizards/WizardResult.cs)0
-rw-r--r--QtVsTools.Wizards/Wizards/WizardWindow.xaml (renamed from src/qtwizard/Wizards/WizardWindow.xaml)0
-rw-r--r--QtVsTools.Wizards/Wizards/WizardWindow.xaml.cs (renamed from src/qtwizard/Wizards/WizardWindow.xaml.cs)0
-rw-r--r--Templates/console/Properties/AssemblyInfo.cs (renamed from src/qttemplates/console/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/console/QtTemplate.Project.Console.csproj (renamed from src/qttemplates/console/Console.csproj)0
-rw-r--r--Templates/console/console.ico (renamed from src/qttemplates/console/console.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/console/console.vcxproj (renamed from src/qttemplates/console/console.vcxproj)0
-rw-r--r--Templates/console/console.vcxproj.filters (renamed from src/qttemplates/console/console.vcxproj.filters)0
-rw-r--r--Templates/console/console.vstemplate_TT (renamed from src/qttemplates/console/console.vstemplate_TT)0
-rw-r--r--Templates/console/main.cpp (renamed from src/qttemplates/console/main.cpp)0
-rw-r--r--Templates/designer/Properties/AssemblyInfo.cs (renamed from src/qttemplates/designer/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/designer/QtTemplate.Project.Designer.csproj (renamed from src/qttemplates/designer/Designer.csproj)0
-rw-r--r--Templates/designer/designer.ico (renamed from src/qttemplates/designer/designer.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/designer/designer.vcxproj (renamed from src/qttemplates/designer/designer.vcxproj)0
-rw-r--r--Templates/designer/designer.vcxproj.filters (renamed from src/qttemplates/designer/designer.vcxproj.filters)0
-rw-r--r--Templates/designer/designer.vstemplate_TT (renamed from src/qttemplates/designer/designer.vstemplate_TT)0
-rw-r--r--Templates/designer/plugin.cpp (renamed from src/qttemplates/designer/plugin.cpp)0
-rw-r--r--Templates/designer/plugin.h (renamed from src/qttemplates/designer/plugin.h)0
-rw-r--r--Templates/designer/plugin.json (renamed from src/qttemplates/designer/plugin.json)0
-rw-r--r--Templates/designer/stdafx.cpp (renamed from src/qttemplates/designer/stdafx.cpp)0
-rw-r--r--Templates/designer/stdafx.h (renamed from src/qttemplates/designer/stdafx.h)0
-rw-r--r--Templates/designer/widget.cpp (renamed from src/qttemplates/designer/widget.cpp)0
-rw-r--r--Templates/designer/widget.h (renamed from src/qttemplates/designer/widget.h)0
-rw-r--r--Templates/dialogbuttonbottom/Properties/AssemblyInfo.cs (renamed from src/qttemplates/dialogbuttonbottom/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/dialogbuttonbottom/QtTemplate.Item.DialogButtonBottom.csproj (renamed from src/qttemplates/dialogbuttonbottom/DialogButtonBottom.csproj)0
-rw-r--r--Templates/dialogbuttonbottom/dialogbuttonbottom.ico (renamed from src/qttemplates/dialogbuttonbottom/dialogbuttonbottom.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/dialogbuttonbottom/dialogbuttonbottom.ui (renamed from src/qttemplates/dialogbuttonbottom/dialogbuttonbottom.ui)0
-rw-r--r--Templates/dialogbuttonbottom/dialogbuttonbottom.vstemplate (renamed from src/qttemplates/dialogbuttonbottom/dialogbuttonbottom.vstemplate)0
-rw-r--r--Templates/dialogbuttonright/Properties/AssemblyInfo.cs (renamed from src/qttemplates/dialogbuttonright/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/dialogbuttonright/QtTemplate.Item.DialogButtonRight.csproj (renamed from src/qttemplates/dialogbuttonright/DialogButtonRight.csproj)0
-rw-r--r--Templates/dialogbuttonright/dialogbuttonright.ico (renamed from src/qttemplates/dialogbuttonright/dialogbuttonright.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/dialogbuttonright/dialogbuttonright.ui (renamed from src/qttemplates/dialogbuttonright/dialogbuttonright.ui)0
-rw-r--r--Templates/dialogbuttonright/dialogbuttonright.vstemplate (renamed from src/qttemplates/dialogbuttonright/dialogbuttonright.vstemplate)0
-rw-r--r--Templates/empty/Properties/AssemblyInfo.cs (renamed from src/qttemplates/empty/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/empty/QtTemplate.Project.Empty.csproj (renamed from src/qttemplates/empty/Empty.csproj)0
-rw-r--r--Templates/empty/empty.ico (renamed from src/qttemplates/empty/empty.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/empty/empty.vcxproj (renamed from src/qttemplates/empty/empty.vcxproj)0
-rw-r--r--Templates/empty/empty.vcxproj.filters (renamed from src/qttemplates/empty/empty.vcxproj.filters)0
-rw-r--r--Templates/empty/empty.vstemplate_TT (renamed from src/qttemplates/empty/empty.vstemplate_TT)0
-rw-r--r--Templates/gui/Properties/AssemblyInfo.cs (renamed from src/qttemplates/gui/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/gui/QtTemplate.Project.Gui.csproj (renamed from src/qttemplates/gui/Gui.csproj)0
-rw-r--r--Templates/gui/gui.ico (renamed from src/qttemplates/gui/gui.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/gui/gui.vcxproj (renamed from src/qttemplates/gui/gui.vcxproj)0
-rw-r--r--Templates/gui/gui.vcxproj.filters (renamed from src/qttemplates/gui/gui.vcxproj.filters)0
-rw-r--r--Templates/gui/gui.vstemplate_TT (renamed from src/qttemplates/gui/gui.vstemplate_TT)0
-rw-r--r--Templates/gui/main.cpp (renamed from src/qttemplates/gui/main.cpp)0
-rw-r--r--Templates/gui/stdafx.cpp (renamed from src/qttemplates/gui/stdafx.cpp)0
-rw-r--r--Templates/gui/stdafx.h (renamed from src/qttemplates/gui/stdafx.h)0
-rw-r--r--Templates/gui/widget.cpp (renamed from src/qttemplates/gui/widget.cpp)0
-rw-r--r--Templates/gui/widget.h (renamed from src/qttemplates/gui/widget.h)0
-rw-r--r--Templates/gui/widget.ui (renamed from src/qttemplates/gui/widget.ui)0
-rw-r--r--Templates/lib/Properties/AssemblyInfo.cs (renamed from src/qttemplates/lib/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/lib/QtTemplate.Project.Lib.csproj (renamed from src/qttemplates/lib/Lib.csproj)0
-rw-r--r--Templates/lib/global.h (renamed from src/qttemplates/lib/global.h)0
-rw-r--r--Templates/lib/header.h (renamed from src/qttemplates/lib/header.h)0
-rw-r--r--Templates/lib/lib.ico (renamed from src/qttemplates/lib/lib.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/lib/lib.vcxproj (renamed from src/qttemplates/lib/lib.vcxproj)0
-rw-r--r--Templates/lib/lib.vcxproj.filters (renamed from src/qttemplates/lib/lib.vcxproj.filters)0
-rw-r--r--Templates/lib/lib.vstemplate_TT (renamed from src/qttemplates/lib/lib.vstemplate_TT)0
-rw-r--r--Templates/lib/source.cpp (renamed from src/qttemplates/lib/source.cpp)0
-rw-r--r--Templates/lib/stdafx.cpp (renamed from src/qttemplates/lib/stdafx.cpp)0
-rw-r--r--Templates/lib/stdafx.h (renamed from src/qttemplates/lib/stdafx.h)0
-rw-r--r--Templates/mainwindow/Properties/AssemblyInfo.cs (renamed from src/qttemplates/mainwindow/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/mainwindow/QtTemplate.Item.MainWindow.csproj (renamed from src/qttemplates/mainwindow/MainWindow.csproj)0
-rw-r--r--Templates/mainwindow/mainwindow.ico (renamed from src/qttemplates/mainwindow/mainwindow.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/mainwindow/mainwindow.ui (renamed from src/qttemplates/mainwindow/mainwindow.ui)0
-rw-r--r--Templates/mainwindow/mainwindow.vstemplate (renamed from src/qttemplates/mainwindow/mainwindow.vstemplate)0
-rw-r--r--Templates/qml/NewFile.qml (renamed from src/qttemplates/qml/NewFile.qml)0
-rw-r--r--Templates/qml/Properties/AssemblyInfo.cs (renamed from src/qttemplates/qml/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/qml/QtTemplate.Item.QMLFile.csproj (renamed from src/qttemplates/qml/QMLFile.csproj)0
-rw-r--r--Templates/qml/qml.ico (renamed from src/qttemplates/qml/qml.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/qml/qml.vstemplate (renamed from src/qttemplates/qml/qml.vstemplate)0
-rw-r--r--Templates/qmldir/Properties/AssemblyInfo.cs (renamed from src/qttemplates/qmldir/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/qmldir/QtTemplate.Item.QMLDir.csproj (renamed from src/qttemplates/qmldir/QMLDir.csproj)0
-rw-r--r--Templates/qmldir/qml.ico (renamed from src/qttemplates/qmldir/qml.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/qmldir/qmldir (renamed from src/qttemplates/qmldir/qmldir)0
-rw-r--r--Templates/qmldir/qmldir.vstemplate (renamed from src/qttemplates/qmldir/qmldir.vstemplate)0
-rw-r--r--Templates/quick/Properties/AssemblyInfo.cs (renamed from src/qttemplates/quick/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/quick/QtTemplate.Project.Quick.csproj (renamed from src/qttemplates/quick/Quick.csproj)0
-rw-r--r--Templates/quick/main.cpp (renamed from src/qttemplates/quick/main.cpp)0
-rw-r--r--Templates/quick/main.qml (renamed from src/qttemplates/quick/main.qml)0
-rw-r--r--Templates/quick/qml.qrc (renamed from src/qttemplates/quick/qml.qrc)0
-rw-r--r--Templates/quick/quick.ico (renamed from src/qttemplates/quick/quick.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/quick/quick.vcxproj (renamed from src/qttemplates/quick/quick.vcxproj)0
-rw-r--r--Templates/quick/quick.vcxproj.filters (renamed from src/qttemplates/quick/quick.vcxproj.filters)0
-rw-r--r--Templates/quick/quick.vstemplate_TT (renamed from src/qttemplates/quick/quick.vstemplate_TT)0
-rw-r--r--Templates/resource/Properties/AssemblyInfo.cs (renamed from src/qttemplates/resource/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/resource/QtTemplate.Item.Resource.csproj (renamed from src/qttemplates/resource/Resource.csproj)0
-rw-r--r--Templates/resource/resource.ico (renamed from src/qttemplates/resource/resource.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/resource/resource.qrc (renamed from src/qttemplates/resource/resource.qrc)0
-rw-r--r--Templates/resource/resource.vstemplate (renamed from src/qttemplates/resource/resource.vstemplate)0
-rw-r--r--Templates/server/Properties/AssemblyInfo.cs (renamed from src/qttemplates/server/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/server/QtTemplate.Project.Server.csproj (renamed from src/qttemplates/server/Server.csproj)0
-rw-r--r--Templates/server/header.h (renamed from src/qttemplates/server/header.h)0
-rw-r--r--Templates/server/server.def (renamed from src/qttemplates/server/server.def)0
-rw-r--r--Templates/server/server.ico (renamed from src/qttemplates/server/server.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/server/server.rc (renamed from src/qttemplates/server/server.rc)0
-rw-r--r--Templates/server/server.vcxproj (renamed from src/qttemplates/server/server.vcxproj)0
-rw-r--r--Templates/server/server.vcxproj.filters (renamed from src/qttemplates/server/server.vcxproj.filters)0
-rw-r--r--Templates/server/server.vstemplate_TT (renamed from src/qttemplates/server/server.vstemplate_TT)0
-rw-r--r--Templates/server/source.cpp (renamed from src/qttemplates/server/source.cpp)0
-rw-r--r--Templates/server/stdafx.cpp (renamed from src/qttemplates/server/stdafx.cpp)0
-rw-r--r--Templates/server/stdafx.h (renamed from src/qttemplates/server/stdafx.h)0
-rw-r--r--Templates/server/widget.ui (renamed from src/qttemplates/server/widget.ui)0
-rw-r--r--Templates/widget/Properties/AssemblyInfo.cs (renamed from src/qttemplates/widget/Properties/AssemblyInfo.cs)0
-rw-r--r--Templates/widget/QtTemplate.Item.Widget.csproj (renamed from src/qttemplates/widget/Widget.csproj)0
-rw-r--r--Templates/widget/widget.ico (renamed from src/qttemplates/widget/widget.ico)bin370070 -> 370070 bytes
-rw-r--r--Templates/widget/widget.ui (renamed from src/qttemplates/widget/widget.ui)0
-rw-r--r--Templates/widget/widget.vstemplate (renamed from src/qttemplates/widget/widget.vstemplate)0
-rw-r--r--Tests/SampleTest/Macros.qrc (renamed from src/tests/SampleTest/Macros.qrc)0
-rw-r--r--Tests/SampleTest/SampleTest.pro (renamed from src/tests/SampleTest/SampleTest.pro)0
-rw-r--r--Tests/SampleTest/SampleTest.sln (renamed from src/tests/SampleTest/SampleTest.sln)0
-rw-r--r--Tests/SampleTest/SampleTest.vcxproj (renamed from src/tests/SampleTest/SampleTest.vcxproj)0
-rw-r--r--Tests/SampleTest/SampleTest.vcxproj.filters (renamed from src/tests/SampleTest/SampleTest.vcxproj.filters)0
-rw-r--r--Tests/SampleTest/Test_CreateGuiApp.csmacro (renamed from src/tests/SampleTest/Test_CreateGuiApp.csmacro)0
-rw-r--r--Tests/SampleTest/Test_DebugGuiApp.csmacro (renamed from src/tests/SampleTest/Test_DebugGuiApp.csmacro)0
-rw-r--r--Tests/SampleTest/Test_ImportProFile.csmacro (renamed from src/tests/SampleTest/Test_ImportProFile.csmacro)0
-rw-r--r--Tests/SampleTest/Test_QtVsToolsLoaded.csmacro (renamed from src/tests/SampleTest/Test_QtVsToolsLoaded.csmacro)0
-rw-r--r--Tests/SampleTest/Test_RebuildSolution.csmacro (renamed from src/tests/SampleTest/Test_RebuildSolution.csmacro)0
-rw-r--r--Tests/SampleTest/main.cpp (renamed from src/tests/SampleTest/main.cpp)0
-rw-r--r--Tests/Test_QtVsTools.PriorityQueue/Properties/AssemblyInfo.cs (renamed from src/tests/Test_QtVsTools.PriorityQueue/Properties/AssemblyInfo.cs)0
-rw-r--r--Tests/Test_QtVsTools.PriorityQueue/Test_PriorityQueue.cs (renamed from src/tests/Test_QtVsTools.PriorityQueue/Test_PriorityQueue.cs)0
-rw-r--r--Tests/Test_QtVsTools.PriorityQueue/Test_QtVsTools.PriorityQueue.csproj (renamed from src/tests/Test_QtVsTools.PriorityQueue/Test_QtVsTools.PriorityQueue.csproj)0
-rw-r--r--Tests/Test_QtVsTools.PriorityQueue/packages.config (renamed from src/tests/Test_QtVsTools.PriorityQueue/packages.config)0
-rw-r--r--Tests/Test_QtVsTools.RegExpr/Properties/AssemblyInfo.cs (renamed from src/tests/Test_QtVsTools.RegExpr/Properties/AssemblyInfo.cs)0
-rw-r--r--Tests/Test_QtVsTools.RegExpr/Test_MacroParser.cs (renamed from src/tests/Test_QtVsTools.RegExpr/Test_MacroParser.cs)0
-rw-r--r--Tests/Test_QtVsTools.RegExpr/Test_QtVsTools.RegExpr.csproj (renamed from src/tests/Test_QtVsTools.RegExpr/Test_QtVsTools.RegExpr.csproj)0
-rw-r--r--Tests/Test_QtVsTools.RegExpr/Test_SubTokens.cs (renamed from src/tests/Test_QtVsTools.RegExpr/Test_SubTokens.cs)0
-rw-r--r--Tests/Test_QtVsTools.RegExpr/Test_XmlIntParser.cs (renamed from src/tests/Test_QtVsTools.RegExpr/Test_XmlIntParser.cs)0
-rw-r--r--Tests/Test_QtVsTools.RegExpr/packages.config (renamed from src/tests/Test_QtVsTools.RegExpr/packages.config)0
-rw-r--r--Tests/concurrency/Solution1/MyPropertySheet.props (renamed from src/tests/concurrency/Solution1/MyPropertySheet.props)0
-rw-r--r--Tests/concurrency/Solution1/QtClassLibrary1/QtClass.cpp (renamed from src/tests/concurrency/Solution1/QtClassLibrary1/QtClass.cpp)0
-rw-r--r--Tests/concurrency/Solution1/QtClassLibrary1/QtClass.h (renamed from src/tests/concurrency/Solution1/QtClassLibrary1/QtClass.h)0
-rw-r--r--Tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.cpp (renamed from src/tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.cpp)0
-rw-r--r--Tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.h (renamed from src/tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.h)0
-rw-r--r--Tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.vcxproj (renamed from src/tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.vcxproj)0
-rw-r--r--Tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.vcxproj.filters (renamed from src/tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.vcxproj.filters)0
-rw-r--r--Tests/concurrency/Solution1/QtClassLibrary1/qtclasslibrary1_global.h (renamed from src/tests/concurrency/Solution1/QtClassLibrary1/qtclasslibrary1_global.h)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.cpp (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.cpp)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.h (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.h)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.qrc (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.qrc)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.ui (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.ui)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.vcxproj (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.vcxproj)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.vcxproj.filters (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.vcxproj.filters)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication1/main.cpp (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication1/main.cpp)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.cpp (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.cpp)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.h (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.h)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.qrc (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.qrc)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.ui (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.ui)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.vcxproj (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.vcxproj)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.vcxproj.filters (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.vcxproj.filters)0
-rw-r--r--Tests/concurrency/Solution1/QtWidgetsApplication2/main.cpp (renamed from src/tests/concurrency/Solution1/QtWidgetsApplication2/main.cpp)0
-rw-r--r--Tests/concurrency/Solution1/Solution1.sln (renamed from src/tests/concurrency/Solution1/Solution1.sln)0
-rw-r--r--Tests/concurrency/Solution1/StaticLib1/Header.h (renamed from src/tests/concurrency/Solution1/StaticLib1/Header.h)0
-rw-r--r--Tests/concurrency/Solution1/StaticLib1/StaticLib1.cpp (renamed from src/tests/concurrency/Solution1/StaticLib1/StaticLib1.cpp)0
-rw-r--r--Tests/concurrency/Solution1/StaticLib1/StaticLib1.vcxproj (renamed from src/tests/concurrency/Solution1/StaticLib1/StaticLib1.vcxproj)0
-rw-r--r--Tests/concurrency/Solution1/StaticLib1/StaticLib1.vcxproj.filters (renamed from src/tests/concurrency/Solution1/StaticLib1/StaticLib1.vcxproj.filters)0
-rw-r--r--Tests/concurrency/loop_msbuild.bat (renamed from src/tests/concurrency/loop_msbuild.bat)0
-rw-r--r--VsQml/README (renamed from src/vsqml/README)0
-rw-r--r--VsQml/astvisitor.cpp (renamed from src/vsqml/astvisitor.cpp)0
-rw-r--r--VsQml/astvisitor.h (renamed from src/vsqml/astvisitor.h)0
-rw-r--r--VsQml/vsqml.cpp (renamed from src/vsqml/vsqml.cpp)0
-rw-r--r--VsQml/vsqml.h (renamed from src/vsqml/vsqml.h)0
-rw-r--r--VsQml/vsqml.vcxproj (renamed from src/vsqml/vsqml.vcxproj)0
-rw-r--r--VsQml/vsqml.vcxproj.filters (renamed from src/vsqml/vsqml.vcxproj.filters)0
-rw-r--r--VsQml/vsqml_global.h (renamed from src/vsqml/vsqml_global.h)0
-rw-r--r--VsQml/vsqmldebugclient.cpp (renamed from src/vsqml/vsqmldebugclient.cpp)0
-rw-r--r--VsQml/vsqmldebugclient.h (renamed from src/vsqml/vsqmldebugclient.h)0
-rw-r--r--common.tt (renamed from src/common.tt)0
-rw-r--r--src/QtVsTools.sln608
-rw-r--r--src/config/12.0/qtvstools.targets44
-rw-r--r--src/config/12.0/source.extension.vsixmanifest_TT136
-rw-r--r--src/config/14.0/qtvstools.targets49
-rw-r--r--src/config/14.0/source.extension.vsixmanifest_TT140
-rw-r--r--src/config/15.0/qtvstools.targets50
-rw-r--r--src/config/15.0/source.extension.vsixmanifest_TT159
-rw-r--r--src/config/16.0/qtvstools.targets52
-rw-r--r--src/config/16.0/source.extension.vsixmanifest_TT152
-rw-r--r--src/config/qt.io.xml25
-rw-r--r--src/config/qtvstools.afterbuild.targets8
-rw-r--r--src/qmakefilereader/qmakefilereader.pro17
-rw-r--r--src/qrceditor/qrceditor.pro15
-rw-r--r--src/qtvstools.core/packages.config4
-rw-r--r--src/qtvstools.regexpr/packages.config4
-rw-r--r--src/qtvstools/packages.config30
-rw-r--r--transform.targets (renamed from src/transform.targets)0
-rw-r--r--version.targets (renamed from src/version.targets)0
-rw-r--r--version.tt (renamed from src/version.tt)0
-rw-r--r--vstools.sln580
556 files changed, 621 insertions, 1538 deletions
diff --git a/.gitignore b/.gitignore
index b4ce2de8..1048cd44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,8 +19,8 @@ help/test
Trolltech.Qt4VS200?Base.xml
*_wrapper.bat
*_plugin_import.cpp
-src/qrceditor/bin/
-src/qmakefilereader/bin/
+qrceditor/bin/
+qmakefilereader/bin/
*.metaproj*
*.binlog
@@ -271,47 +271,43 @@ ModelManifest.xml
.fake/
# Generated Files
-src/qttemplates/qml/Properties/AssemblyInfo.tt.cs
-src/qttemplates/qmldir/Properties/AssemblyInfo.tt.cs
-vstools.pri
-src/config/12.0/source.extension.vsixmanifest
-src/config/14.0/source.extension.vsixmanifest
-src/config/15.0/source.extension.vsixmanifest
-src/config/16.0/source.extension.vsixmanifest
-src/qtvstools.core/Properties/AssemblyInfo.tt.cs
-src/qttemplates/console/Properties/AssemblyInfo.tt.cs
-src/qttemplates/designer/Properties/AssemblyInfo.tt.cs
-src/qttemplates/dialogbuttonbottom/Properties/AssemblyInfo.tt.cs
-src/qttemplates/dialogbuttonright/Properties/AssemblyInfo.tt.cs
-src/qttemplates/empty/Properties/AssemblyInfo.tt.cs
-src/qttemplates/quick/Properties/AssemblyInfo.tt.cs
-src/qttemplates/gui/Properties/AssemblyInfo.tt.cs
-src/qttemplates/lib/Properties/AssemblyInfo.tt.cs
-src/qttemplates/mainwindow/Properties/AssemblyInfo.tt.cs
-src/qttemplates/resource/Properties/AssemblyInfo.tt.cs
-src/qttemplates/server/Properties/AssemblyInfo.tt.cs
-src/qttemplates/widget/Properties/AssemblyInfo.tt.cs
-src/qtvstools/Version.tt.cs
-src/qtvstools/Properties/AssemblyInfo.tt.cs
-src/qtwizard/Properties/AssemblyInfo.tt.cs
-src/qttemplates/console/console.vstemplate
-src/qttemplates/designer/designer.vstemplate
-src/qttemplates/empty/empty.vstemplate
-src/qttemplates/quick/quick.vstemplate
-src/qttemplates/gui/gui.vstemplate
-src/qttemplates/lib/lib.vstemplate
-src/qttemplates/server/server.vstemplate
-src/qtvstools/QtMenus.vsct
MSBuild.MetaInfo.cs
-src/qtvstools/Marketplace/Overview.html
-src/qtmsbuild/QtMsBuild/moc/qtmoc_v3.xml
-src/qtmsbuild/QtMsBuild/moc/qtmoc_cl.targets
-src/qtmsbuild/QtMsBuild/rcc/qtrcc_v3.xml
-src/qtmsbuild/QtMsBuild/rcc/qtrcc_cl.targets
-src/qtmsbuild/QtMsBuild/repc/qtrepc_v3.xml
-src/qtmsbuild/QtMsBuild/repc/qtrepc_cl.targets
-src/qtmsbuild/QtMSBuild/qt_tasks.targets
-src/qtvstest/csmacro.tmLanguage
-src/qtvstest/csmacro.tmTheme
-src/qtvstest/Properties/AssemblyInfo.tt.cs
-src/qtvstest/source.extension.vsixmanifest
+qtvstools.package/package/Version.tt.cs
+qtvstools.package/Properties/AssemblyInfo.tt.cs
+qtvstools.package/QtMenus.vsct
+qtvstools.package/Marketplace/Overview.html
+qtvstools.core/Properties/AssemblyInfo.tt.cs
+qtvstools.wizards/Properties/AssemblyInfo.tt.cs
+templates/qmldir/Properties/AssemblyInfo.tt.cs
+templates/qml/Properties/AssemblyInfo.tt.cs
+templates/console/Properties/AssemblyInfo.tt.cs
+templates/designer/Properties/AssemblyInfo.tt.cs
+templates/dialogbuttonbottom/Properties/AssemblyInfo.tt.cs
+templates/dialogbuttonright/Properties/AssemblyInfo.tt.cs
+templates/empty/Properties/AssemblyInfo.tt.cs
+templates/quick/Properties/AssemblyInfo.tt.cs
+templates/gui/Properties/AssemblyInfo.tt.cs
+templates/lib/Properties/AssemblyInfo.tt.cs
+templates/mainwindow/Properties/AssemblyInfo.tt.cs
+templates/resource/Properties/AssemblyInfo.tt.cs
+templates/server/Properties/AssemblyInfo.tt.cs
+templates/widget/Properties/AssemblyInfo.tt.cs
+templates/console/console.vstemplate
+templates/designer/designer.vstemplate
+templates/empty/empty.vstemplate
+templates/quick/quick.vstemplate
+templates/gui/gui.vstemplate
+templates/lib/lib.vstemplate
+templates/server/server.vstemplate
+qtmsbuild/QtMsBuild/moc/qtmoc_v3.xml
+qtmsbuild/QtMsBuild/moc/qtmoc_cl.targets
+qtmsbuild/QtMsBuild/rcc/qtrcc_v3.xml
+qtmsbuild/QtMsBuild/rcc/qtrcc_cl.targets
+qtmsbuild/QtMsBuild/repc/qtrepc_v3.xml
+qtmsbuild/QtMsBuild/repc/qtrepc_cl.targets
+qtmsbuild/QtMSBuild/qt_tasks.targets
+qtvstest/csmacro.tmLanguage
+qtvstest/csmacro.tmTheme
+qtvstest/Properties/AssemblyInfo.tt.cs
+qtvstest/source.extension.vsixmanifest
+QtNatvisPoC/*.txt
diff --git a/src/qmakefilereader/evalhandler.cpp b/QMakeFileReader/evalhandler.cpp
index 6d322a92..6d322a92 100644
--- a/src/qmakefilereader/evalhandler.cpp
+++ b/QMakeFileReader/evalhandler.cpp
diff --git a/src/qmakefilereader/evalhandler.h b/QMakeFileReader/evalhandler.h
index 889659f3..889659f3 100644
--- a/src/qmakefilereader/evalhandler.h
+++ b/QMakeFileReader/evalhandler.h
diff --git a/src/qmakefilereader/evaluator/README b/QMakeFileReader/evaluator/README
index 67994c5c..67994c5c 100644
--- a/src/qmakefilereader/evaluator/README
+++ b/QMakeFileReader/evaluator/README
diff --git a/src/qmakefilereader/evaluator/evaluator.pri b/QMakeFileReader/evaluator/evaluator.pri
index c542a58e..c542a58e 100644
--- a/src/qmakefilereader/evaluator/evaluator.pri
+++ b/QMakeFileReader/evaluator/evaluator.pri
diff --git a/src/qmakefilereader/evaluator/ioutils.cpp b/QMakeFileReader/evaluator/ioutils.cpp
index 3b826f3f..3b826f3f 100644
--- a/src/qmakefilereader/evaluator/ioutils.cpp
+++ b/QMakeFileReader/evaluator/ioutils.cpp
diff --git a/src/qmakefilereader/evaluator/ioutils.h b/QMakeFileReader/evaluator/ioutils.h
index c629d1dd..c629d1dd 100644
--- a/src/qmakefilereader/evaluator/ioutils.h
+++ b/QMakeFileReader/evaluator/ioutils.h
diff --git a/src/qmakefilereader/evaluator/proitems.cpp b/QMakeFileReader/evaluator/proitems.cpp
index b9905f30..b9905f30 100644
--- a/src/qmakefilereader/evaluator/proitems.cpp
+++ b/QMakeFileReader/evaluator/proitems.cpp
diff --git a/src/qmakefilereader/evaluator/proitems.h b/QMakeFileReader/evaluator/proitems.h
index 98cbeedb..98cbeedb 100644
--- a/src/qmakefilereader/evaluator/proitems.h
+++ b/QMakeFileReader/evaluator/proitems.h
diff --git a/src/qmakefilereader/evaluator/qmake_global.h b/QMakeFileReader/evaluator/qmake_global.h
index f0cdc126..f0cdc126 100644
--- a/src/qmakefilereader/evaluator/qmake_global.h
+++ b/QMakeFileReader/evaluator/qmake_global.h
diff --git a/src/qmakefilereader/evaluator/qmakebuiltins.cpp b/QMakeFileReader/evaluator/qmakebuiltins.cpp
index 26e029f9..26e029f9 100644
--- a/src/qmakefilereader/evaluator/qmakebuiltins.cpp
+++ b/QMakeFileReader/evaluator/qmakebuiltins.cpp
diff --git a/src/qmakefilereader/evaluator/qmakeevaluator.cpp b/QMakeFileReader/evaluator/qmakeevaluator.cpp
index 4114148a..4114148a 100644
--- a/src/qmakefilereader/evaluator/qmakeevaluator.cpp
+++ b/QMakeFileReader/evaluator/qmakeevaluator.cpp
diff --git a/src/qmakefilereader/evaluator/qmakeevaluator.h b/QMakeFileReader/evaluator/qmakeevaluator.h
index bc64dd88..bc64dd88 100644
--- a/src/qmakefilereader/evaluator/qmakeevaluator.h
+++ b/QMakeFileReader/evaluator/qmakeevaluator.h
diff --git a/src/qmakefilereader/evaluator/qmakeevaluator_p.h b/QMakeFileReader/evaluator/qmakeevaluator_p.h
index e7adb4a7..e7adb4a7 100644
--- a/src/qmakefilereader/evaluator/qmakeevaluator_p.h
+++ b/QMakeFileReader/evaluator/qmakeevaluator_p.h
diff --git a/src/qmakefilereader/evaluator/qmakeglobals.cpp b/QMakeFileReader/evaluator/qmakeglobals.cpp
index 1a862ab5..1a862ab5 100644
--- a/src/qmakefilereader/evaluator/qmakeglobals.cpp
+++ b/QMakeFileReader/evaluator/qmakeglobals.cpp
diff --git a/src/qmakefilereader/evaluator/qmakeglobals.h b/QMakeFileReader/evaluator/qmakeglobals.h
index 63945c7a..63945c7a 100644
--- a/src/qmakefilereader/evaluator/qmakeglobals.h
+++ b/QMakeFileReader/evaluator/qmakeglobals.h
diff --git a/src/qmakefilereader/evaluator/qmakeparser.cpp b/QMakeFileReader/evaluator/qmakeparser.cpp
index 9ec956cb..9ec956cb 100644
--- a/src/qmakefilereader/evaluator/qmakeparser.cpp
+++ b/QMakeFileReader/evaluator/qmakeparser.cpp
diff --git a/src/qmakefilereader/evaluator/qmakeparser.h b/QMakeFileReader/evaluator/qmakeparser.h
index c7a6bf3e..c7a6bf3e 100644
--- a/src/qmakefilereader/evaluator/qmakeparser.h
+++ b/QMakeFileReader/evaluator/qmakeparser.h
diff --git a/src/qmakefilereader/main.cpp b/QMakeFileReader/main.cpp
index 4bad8d21..4bad8d21 100644
--- a/src/qmakefilereader/main.cpp
+++ b/QMakeFileReader/main.cpp
diff --git a/src/qmakefilereader/qmakedataprovider.cpp b/QMakeFileReader/qmakedataprovider.cpp
index fc1ca3e9..fc1ca3e9 100644
--- a/src/qmakefilereader/qmakedataprovider.cpp
+++ b/QMakeFileReader/qmakedataprovider.cpp
diff --git a/src/qmakefilereader/qmakedataprovider.h b/QMakeFileReader/qmakedataprovider.h
index 3fd2e071..3fd2e071 100644
--- a/src/qmakefilereader/qmakedataprovider.h
+++ b/QMakeFileReader/qmakedataprovider.h
diff --git a/src/qmakefilereader/qmakefilereader.ico b/QMakeFileReader/qmakefilereader.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qmakefilereader/qmakefilereader.ico
+++ b/QMakeFileReader/qmakefilereader.ico
Binary files differ
diff --git a/src/qmakefilereader/qmakefilereader.rc b/QMakeFileReader/qmakefilereader.rc
index c2cae355..c2cae355 100644
--- a/src/qmakefilereader/qmakefilereader.rc
+++ b/QMakeFileReader/qmakefilereader.rc
diff --git a/src/qmakefilereader/qmakefilereader.vcxproj b/QMakeFileReader/qmakefilereader.vcxproj
index 754b1d92..754b1d92 100644
--- a/src/qmakefilereader/qmakefilereader.vcxproj
+++ b/QMakeFileReader/qmakefilereader.vcxproj
diff --git a/src/qmakefilereader/qmakefilereader.vcxproj.filters b/QMakeFileReader/qmakefilereader.vcxproj.filters
index 703e2ed1..703e2ed1 100644
--- a/src/qmakefilereader/qmakefilereader.vcxproj.filters
+++ b/QMakeFileReader/qmakefilereader.vcxproj.filters
diff --git a/src/qrceditor/main.cpp b/QrcEditor/main.cpp
index 14171df1..14171df1 100644
--- a/src/qrceditor/main.cpp
+++ b/QrcEditor/main.cpp
diff --git a/src/qrceditor/mainwindow.cpp b/QrcEditor/mainwindow.cpp
index 8a8d17a8..8a8d17a8 100644
--- a/src/qrceditor/mainwindow.cpp
+++ b/QrcEditor/mainwindow.cpp
diff --git a/src/qrceditor/mainwindow.h b/QrcEditor/mainwindow.h
index 6d25bd27..6d25bd27 100644
--- a/src/qrceditor/mainwindow.h
+++ b/QrcEditor/mainwindow.h
diff --git a/src/qrceditor/qrceditor.ico b/QrcEditor/qrceditor.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qrceditor/qrceditor.ico
+++ b/QrcEditor/qrceditor.ico
Binary files differ
diff --git a/src/qrceditor/qrceditor.rc b/QrcEditor/qrceditor.rc
index 2c419cfe..2c419cfe 100644
--- a/src/qrceditor/qrceditor.rc
+++ b/QrcEditor/qrceditor.rc
diff --git a/src/qrceditor/qrceditor.vcxproj b/QrcEditor/qrceditor.vcxproj
index 99628448..99628448 100644
--- a/src/qrceditor/qrceditor.vcxproj
+++ b/QrcEditor/qrceditor.vcxproj
diff --git a/src/qrceditor/qrceditor.vcxproj.filters b/QrcEditor/qrceditor.vcxproj.filters
index cb87ab39..cb87ab39 100644
--- a/src/qrceditor/qrceditor.vcxproj.filters
+++ b/QrcEditor/qrceditor.vcxproj.filters
diff --git a/src/qrceditor/shared/qrceditor.cpp b/QrcEditor/shared/qrceditor.cpp
index abc065ca..abc065ca 100644
--- a/src/qrceditor/shared/qrceditor.cpp
+++ b/QrcEditor/shared/qrceditor.cpp
diff --git a/src/qrceditor/shared/qrceditor.h b/QrcEditor/shared/qrceditor.h
index f899652e..f899652e 100644
--- a/src/qrceditor/shared/qrceditor.h
+++ b/QrcEditor/shared/qrceditor.h
diff --git a/src/qrceditor/shared/qrceditor.pri b/QrcEditor/shared/qrceditor.pri
index 9b6063e2..9b6063e2 100644
--- a/src/qrceditor/shared/qrceditor.pri
+++ b/QrcEditor/shared/qrceditor.pri
diff --git a/src/qrceditor/shared/qrceditor.ui b/QrcEditor/shared/qrceditor.ui
index 6690b103..6690b103 100644
--- a/src/qrceditor/shared/qrceditor.ui
+++ b/QrcEditor/shared/qrceditor.ui
diff --git a/src/qrceditor/shared/resourcefile.cpp b/QrcEditor/shared/resourcefile.cpp
index 0a5d6453..0a5d6453 100644
--- a/src/qrceditor/shared/resourcefile.cpp
+++ b/QrcEditor/shared/resourcefile.cpp
diff --git a/src/qrceditor/shared/resourcefile_p.h b/QrcEditor/shared/resourcefile_p.h
index c5c351d3..c5c351d3 100644
--- a/src/qrceditor/shared/resourcefile_p.h
+++ b/QrcEditor/shared/resourcefile_p.h
diff --git a/src/qrceditor/shared/resourceview.cpp b/QrcEditor/shared/resourceview.cpp
index 4e937560..4e937560 100644
--- a/src/qrceditor/shared/resourceview.cpp
+++ b/QrcEditor/shared/resourceview.cpp
diff --git a/src/qrceditor/shared/resourceview.h b/QrcEditor/shared/resourceview.h
index 54ea4157..54ea4157 100644
--- a/src/qrceditor/shared/resourceview.h
+++ b/QrcEditor/shared/resourceview.h
diff --git a/src/qrceditor/shared/undocommands.cpp b/QrcEditor/shared/undocommands.cpp
index 8c518915..8c518915 100644
--- a/src/qrceditor/shared/undocommands.cpp
+++ b/QrcEditor/shared/undocommands.cpp
diff --git a/src/qrceditor/shared/undocommands_p.h b/QrcEditor/shared/undocommands_p.h
index 436a350a..436a350a 100644
--- a/src/qrceditor/shared/undocommands_p.h
+++ b/QrcEditor/shared/undocommands_p.h
diff --git a/src/QtCppConfig.props b/QtCppConfig.props
index 5a1b5d22..5a1b5d22 100644
--- a/src/QtCppConfig.props
+++ b/QtCppConfig.props
diff --git a/src/qtmsbuild/QtMSBuild.csproj b/QtMSBuild/QtMSBuild.csproj
index 97951c0e..97951c0e 100644
--- a/src/qtmsbuild/QtMSBuild.csproj
+++ b/QtMSBuild/QtMSBuild.csproj
diff --git a/src/qtmsbuild/QtMsBuild/Qt.props b/QtMSBuild/QtMsBuild/Qt.props
index 3ad337af..3ad337af 100644
--- a/src/qtmsbuild/QtMsBuild/Qt.props
+++ b/QtMSBuild/QtMsBuild/Qt.props
diff --git a/src/qtmsbuild/QtMsBuild/deploy/qt_import.props b/QtMSBuild/QtMsBuild/deploy/qt_import.props
index 53b0d2d5..53b0d2d5 100644
--- a/src/qtmsbuild/QtMsBuild/deploy/qt_import.props
+++ b/QtMSBuild/QtMsBuild/deploy/qt_import.props
diff --git a/src/qtmsbuild/QtMsBuild/deploy/qtdeploy.props b/QtMSBuild/QtMsBuild/deploy/qtdeploy.props
index 35c63a9b..35c63a9b 100644
--- a/src/qtmsbuild/QtMsBuild/deploy/qtdeploy.props
+++ b/QtMSBuild/QtMsBuild/deploy/qtdeploy.props
diff --git a/src/qtmsbuild/QtMsBuild/deploy/qtdeploy.targets b/QtMSBuild/QtMsBuild/deploy/qtdeploy.targets
index 530419b9..530419b9 100644
--- a/src/qtmsbuild/QtMsBuild/deploy/qtdeploy.targets
+++ b/QtMSBuild/QtMsBuild/deploy/qtdeploy.targets
diff --git a/src/qtmsbuild/QtMsBuild/deploy/qtdeploy.xml b/QtMSBuild/QtMsBuild/deploy/qtdeploy.xml
index 036d7c52..036d7c52 100644
--- a/src/qtmsbuild/QtMsBuild/deploy/qtdeploy.xml
+++ b/QtMSBuild/QtMsBuild/deploy/qtdeploy.xml
diff --git a/src/qtmsbuild/QtMsBuild/moc/qt_import.props b/QtMSBuild/QtMsBuild/moc/qt_import.props
index 9e6dfd59..9e6dfd59 100644
--- a/src/qtmsbuild/QtMsBuild/moc/qt_import.props
+++ b/QtMSBuild/QtMsBuild/moc/qt_import.props
diff --git a/src/qtmsbuild/QtMsBuild/moc/qtmoc.props b/QtMSBuild/QtMsBuild/moc/qtmoc.props
index f46aad3f..f46aad3f 100644
--- a/src/qtmsbuild/QtMsBuild/moc/qtmoc.props
+++ b/QtMSBuild/QtMsBuild/moc/qtmoc.props
diff --git a/src/qtmsbuild/QtMsBuild/moc/qtmoc.targets b/QtMSBuild/QtMsBuild/moc/qtmoc.targets
index 77727024..77727024 100644
--- a/src/qtmsbuild/QtMsBuild/moc/qtmoc.targets
+++ b/QtMSBuild/QtMsBuild/moc/qtmoc.targets
diff --git a/src/qtmsbuild/QtMsBuild/moc/qtmoc.xml b/QtMSBuild/QtMsBuild/moc/qtmoc.xml
index 609e8e19..609e8e19 100644
--- a/src/qtmsbuild/QtMsBuild/moc/qtmoc.xml
+++ b/QtMSBuild/QtMsBuild/moc/qtmoc.xml
diff --git a/src/qtmsbuild/QtMsBuild/moc/qtmoc_cl.targets_TT b/QtMSBuild/QtMsBuild/moc/qtmoc_cl.targets_TT
index 60ab037b..60ab037b 100644
--- a/src/qtmsbuild/QtMsBuild/moc/qtmoc_cl.targets_TT
+++ b/QtMSBuild/QtMsBuild/moc/qtmoc_cl.targets_TT
diff --git a/src/qtmsbuild/QtMsBuild/moc/qtmoc_v3.xml_TT b/QtMSBuild/QtMsBuild/moc/qtmoc_v3.xml_TT
index 560087e2..560087e2 100644
--- a/src/qtmsbuild/QtMsBuild/moc/qtmoc_v3.xml_TT
+++ b/QtMSBuild/QtMsBuild/moc/qtmoc_v3.xml_TT
diff --git a/src/qtmsbuild/QtMsBuild/qml/qt_import.props b/QtMSBuild/QtMsBuild/qml/qt_import.props
index d851aa4d..d851aa4d 100644
--- a/src/qtmsbuild/QtMsBuild/qml/qt_import.props
+++ b/QtMSBuild/QtMsBuild/qml/qt_import.props
diff --git a/src/qtmsbuild/QtMsBuild/qml/qtqml.props b/QtMSBuild/QtMsBuild/qml/qtqml.props
index 8d8e2a8b..8d8e2a8b 100644
--- a/src/qtmsbuild/QtMsBuild/qml/qtqml.props
+++ b/QtMSBuild/QtMsBuild/qml/qtqml.props
diff --git a/src/qtmsbuild/QtMsBuild/qml/qtqml.targets b/QtMSBuild/QtMsBuild/qml/qtqml.targets
index 9045735d..9045735d 100644
--- a/src/qtmsbuild/QtMsBuild/qml/qtqml.targets
+++ b/QtMSBuild/QtMsBuild/qml/qtqml.targets
diff --git a/src/qtmsbuild/QtMsBuild/qt.targets b/QtMSBuild/QtMsBuild/qt.targets
index 86f2fe8c..86f2fe8c 100644
--- a/src/qtmsbuild/QtMsBuild/qt.targets
+++ b/QtMSBuild/QtMsBuild/qt.targets
diff --git a/src/qtmsbuild/QtMsBuild/qt_defaults.props b/QtMSBuild/QtMsBuild/qt_defaults.props
index 5ddbbec6..5ddbbec6 100644
--- a/src/qtmsbuild/QtMsBuild/qt_defaults.props
+++ b/QtMSBuild/QtMsBuild/qt_defaults.props
diff --git a/src/qtmsbuild/QtMsBuild/qt_globals.targets b/QtMSBuild/QtMsBuild/qt_globals.targets
index 4e2b0a5d..4e2b0a5d 100644
--- a/src/qtmsbuild/QtMsBuild/qt_globals.targets
+++ b/QtMSBuild/QtMsBuild/qt_globals.targets
diff --git a/src/qtmsbuild/QtMsBuild/qt_private.props b/QtMSBuild/QtMsBuild/qt_private.props
index a0bb3b70..a0bb3b70 100644
--- a/src/qtmsbuild/QtMsBuild/qt_private.props
+++ b/QtMSBuild/QtMsBuild/qt_private.props
diff --git a/src/qtmsbuild/QtMsBuild/qt_settings.targets b/QtMSBuild/QtMsBuild/qt_settings.targets
index a0080303..a0080303 100644
--- a/src/qtmsbuild/QtMsBuild/qt_settings.targets
+++ b/QtMSBuild/QtMsBuild/qt_settings.targets
diff --git a/src/qtmsbuild/QtMsBuild/qt_settings.xml b/QtMSBuild/QtMsBuild/qt_settings.xml
index 16cf519b..16cf519b 100644
--- a/src/qtmsbuild/QtMsBuild/qt_settings.xml
+++ b/QtMSBuild/QtMsBuild/qt_settings.xml
diff --git a/src/qtmsbuild/QtMsBuild/qt_settings_vs2015.xml b/QtMSBuild/QtMsBuild/qt_settings_vs2015.xml
index 1adddfc8..1adddfc8 100644
--- a/src/qtmsbuild/QtMsBuild/qt_settings_vs2015.xml
+++ b/QtMSBuild/QtMsBuild/qt_settings_vs2015.xml
diff --git a/src/qtmsbuild/QtMsBuild/qt_tasks.targets_TT b/QtMSBuild/QtMsBuild/qt_tasks.targets_TT
index 558b9d4d..558b9d4d 100644
--- a/src/qtmsbuild/QtMsBuild/qt_tasks.targets_TT
+++ b/QtMSBuild/QtMsBuild/qt_tasks.targets_TT
diff --git a/src/qtmsbuild/QtMsBuild/qt_vars.targets b/QtMSBuild/QtMsBuild/qt_vars.targets
index 713d37c9..713d37c9 100644
--- a/src/qtmsbuild/QtMsBuild/qt_vars.targets
+++ b/QtMSBuild/QtMsBuild/qt_vars.targets
diff --git a/src/qtmsbuild/QtMsBuild/rcc/qt_import.props b/QtMSBuild/QtMsBuild/rcc/qt_import.props
index 4e7c2a03..4e7c2a03 100644
--- a/src/qtmsbuild/QtMsBuild/rcc/qt_import.props
+++ b/QtMSBuild/QtMsBuild/rcc/qt_import.props
diff --git a/src/qtmsbuild/QtMsBuild/rcc/qtrcc.props b/QtMSBuild/QtMsBuild/rcc/qtrcc.props
index 22ca8e52..22ca8e52 100644
--- a/src/qtmsbuild/QtMsBuild/rcc/qtrcc.props
+++ b/QtMSBuild/QtMsBuild/rcc/qtrcc.props
diff --git a/src/qtmsbuild/QtMsBuild/rcc/qtrcc.targets b/QtMSBuild/QtMsBuild/rcc/qtrcc.targets
index 2d1c8d8f..2d1c8d8f 100644
--- a/src/qtmsbuild/QtMsBuild/rcc/qtrcc.targets
+++ b/QtMSBuild/QtMsBuild/rcc/qtrcc.targets
diff --git a/src/qtmsbuild/QtMsBuild/rcc/qtrcc.xml b/QtMSBuild/QtMsBuild/rcc/qtrcc.xml
index a0cdb8d9..a0cdb8d9 100644
--- a/src/qtmsbuild/QtMsBuild/rcc/qtrcc.xml
+++ b/QtMSBuild/QtMsBuild/rcc/qtrcc.xml
diff --git a/src/qtmsbuild/QtMsBuild/rcc/qtrcc_cl.targets_TT b/QtMSBuild/QtMsBuild/rcc/qtrcc_cl.targets_TT
index 833c2294..833c2294 100644
--- a/src/qtmsbuild/QtMsBuild/rcc/qtrcc_cl.targets_TT
+++ b/QtMSBuild/QtMsBuild/rcc/qtrcc_cl.targets_TT
diff --git a/src/qtmsbuild/QtMsBuild/rcc/qtrcc_v3.xml_TT b/QtMSBuild/QtMsBuild/rcc/qtrcc_v3.xml_TT
index 8d771257..8d771257 100644
--- a/src/qtmsbuild/QtMsBuild/rcc/qtrcc_v3.xml_TT
+++ b/QtMSBuild/QtMsBuild/rcc/qtrcc_v3.xml_TT
diff --git a/src/qtmsbuild/QtMsBuild/repc/qt_import.props b/QtMSBuild/QtMsBuild/repc/qt_import.props
index 053f2a53..053f2a53 100644
--- a/src/qtmsbuild/QtMsBuild/repc/qt_import.props
+++ b/QtMSBuild/QtMsBuild/repc/qt_import.props
diff --git a/src/qtmsbuild/QtMsBuild/repc/qtrepc.props b/QtMSBuild/QtMsBuild/repc/qtrepc.props
index 0d81485c..0d81485c 100644
--- a/src/qtmsbuild/QtMsBuild/repc/qtrepc.props
+++ b/QtMSBuild/QtMsBuild/repc/qtrepc.props
diff --git a/src/qtmsbuild/QtMsBuild/repc/qtrepc.targets b/QtMSBuild/QtMsBuild/repc/qtrepc.targets
index 6342cbd8..6342cbd8 100644
--- a/src/qtmsbuild/QtMsBuild/repc/qtrepc.targets
+++ b/QtMSBuild/QtMsBuild/repc/qtrepc.targets
diff --git a/src/qtmsbuild/QtMsBuild/repc/qtrepc.xml b/QtMSBuild/QtMsBuild/repc/qtrepc.xml
index 7415a743..7415a743 100644
--- a/src/qtmsbuild/QtMsBuild/repc/qtrepc.xml
+++ b/QtMSBuild/QtMsBuild/repc/qtrepc.xml
diff --git a/src/qtmsbuild/QtMsBuild/repc/qtrepc_cl.targets_TT b/QtMSBuild/QtMsBuild/repc/qtrepc_cl.targets_TT
index 9270a848..9270a848 100644
--- a/src/qtmsbuild/QtMsBuild/repc/qtrepc_cl.targets_TT
+++ b/QtMSBuild/QtMsBuild/repc/qtrepc_cl.targets_TT
diff --git a/src/qtmsbuild/QtMsBuild/repc/qtrepc_v3.xml_TT b/QtMSBuild/QtMsBuild/repc/qtrepc_v3.xml_TT
index 1ac8d903..1ac8d903 100644
--- a/src/qtmsbuild/QtMsBuild/repc/qtrepc_v3.xml_TT
+++ b/QtMSBuild/QtMsBuild/repc/qtrepc_v3.xml_TT
diff --git a/src/qtmsbuild/QtMsBuild/translation/qt_import.props b/QtMSBuild/QtMsBuild/translation/qt_import.props
index cf806493..cf806493 100644
--- a/src/qtmsbuild/QtMsBuild/translation/qt_import.props
+++ b/QtMSBuild/QtMsBuild/translation/qt_import.props
diff --git a/src/qtmsbuild/QtMsBuild/translation/qttranslation.props b/QtMSBuild/QtMsBuild/translation/qttranslation.props
index 5f37dae5..5f37dae5 100644
--- a/src/qtmsbuild/QtMsBuild/translation/qttranslation.props
+++ b/QtMSBuild/QtMsBuild/translation/qttranslation.props
diff --git a/src/qtmsbuild/QtMsBuild/translation/qttranslation.targets b/QtMSBuild/QtMsBuild/translation/qttranslation.targets
index 9f137a07..9f137a07 100644
--- a/src/qtmsbuild/QtMsBuild/translation/qttranslation.targets
+++ b/QtMSBuild/QtMsBuild/translation/qttranslation.targets
diff --git a/src/qtmsbuild/QtMsBuild/translation/qttranslation.xml b/QtMSBuild/QtMsBuild/translation/qttranslation.xml
index a83bc23b..a83bc23b 100644
--- a/src/qtmsbuild/QtMsBuild/translation/qttranslation.xml
+++ b/QtMSBuild/QtMsBuild/translation/qttranslation.xml
diff --git a/src/qtmsbuild/QtMsBuild/uic/qt_import.props b/QtMSBuild/QtMsBuild/uic/qt_import.props
index 7c88a55a..7c88a55a 100644
--- a/src/qtmsbuild/QtMsBuild/uic/qt_import.props
+++ b/QtMSBuild/QtMsBuild/uic/qt_import.props
diff --git a/src/qtmsbuild/QtMsBuild/uic/qtuic.props b/QtMSBuild/QtMsBuild/uic/qtuic.props
index 05419b63..05419b63 100644
--- a/src/qtmsbuild/QtMsBuild/uic/qtuic.props
+++ b/QtMSBuild/QtMsBuild/uic/qtuic.props
diff --git a/src/qtmsbuild/QtMsBuild/uic/qtuic.targets b/QtMSBuild/QtMsBuild/uic/qtuic.targets
index 17f57f63..17f57f63 100644
--- a/src/qtmsbuild/QtMsBuild/uic/qtuic.targets
+++ b/QtMSBuild/QtMsBuild/uic/qtuic.targets
diff --git a/src/qtmsbuild/QtMsBuild/uic/qtuic.xml b/QtMSBuild/QtMsBuild/uic/qtuic.xml
index bb95c8f1..bb95c8f1 100644
--- a/src/qtmsbuild/QtMsBuild/uic/qtuic.xml
+++ b/QtMSBuild/QtMsBuild/uic/qtuic.xml
diff --git a/src/qtmsbuild/QtMsBuild/uic/qtuic_v3.xml b/QtMSBuild/QtMsBuild/uic/qtuic_v3.xml
index 1816d08a..1816d08a 100644
--- a/src/qtmsbuild/QtMsBuild/uic/qtuic_v3.xml
+++ b/QtMSBuild/QtMsBuild/uic/qtuic_v3.xml
diff --git a/src/qtmsbuild/Tasks/CriticalSection.cs b/QtMSBuild/Tasks/CriticalSection.cs
index b75f5bde..b75f5bde 100644
--- a/src/qtmsbuild/Tasks/CriticalSection.cs
+++ b/QtMSBuild/Tasks/CriticalSection.cs
diff --git a/src/qtmsbuild/Tasks/DumpItems.cs b/QtMSBuild/Tasks/DumpItems.cs
index f1413e5c..f1413e5c 100644
--- a/src/qtmsbuild/Tasks/DumpItems.cs
+++ b/QtMSBuild/Tasks/DumpItems.cs
diff --git a/src/qtmsbuild/Tasks/Expand.cs b/QtMSBuild/Tasks/Expand.cs
index d44c37b5..d44c37b5 100644
--- a/src/qtmsbuild/Tasks/Expand.cs
+++ b/QtMSBuild/Tasks/Expand.cs
diff --git a/src/qtmsbuild/Tasks/Flatten.cs b/QtMSBuild/Tasks/Flatten.cs
index 62108016..62108016 100644
--- a/src/qtmsbuild/Tasks/Flatten.cs
+++ b/QtMSBuild/Tasks/Flatten.cs
diff --git a/src/qtmsbuild/Tasks/GetItemHash.cs b/QtMSBuild/Tasks/GetItemHash.cs
index 8b545722..8b545722 100644
--- a/src/qtmsbuild/Tasks/GetItemHash.cs
+++ b/QtMSBuild/Tasks/GetItemHash.cs
diff --git a/src/qtmsbuild/Tasks/GetVarsFromMakefile.cs b/QtMSBuild/Tasks/GetVarsFromMakefile.cs
index 30424312..30424312 100644
--- a/src/qtmsbuild/Tasks/GetVarsFromMakefile.cs
+++ b/QtMSBuild/Tasks/GetVarsFromMakefile.cs
diff --git a/src/qtmsbuild/Tasks/HostExec_LinuxSSL.cs b/QtMSBuild/Tasks/HostExec_LinuxSSL.cs
index 482eb5ce..482eb5ce 100644
--- a/src/qtmsbuild/Tasks/HostExec_LinuxSSL.cs
+++ b/QtMSBuild/Tasks/HostExec_LinuxSSL.cs
diff --git a/src/qtmsbuild/Tasks/HostExec_LinuxWSL.cs b/QtMSBuild/Tasks/HostExec_LinuxWSL.cs
index 0a6bd948..0a6bd948 100644
--- a/src/qtmsbuild/Tasks/HostExec_LinuxWSL.cs
+++ b/QtMSBuild/Tasks/HostExec_LinuxWSL.cs
diff --git a/src/qtmsbuild/Tasks/HostExec_LinuxWSL_Error.cs b/QtMSBuild/Tasks/HostExec_LinuxWSL_Error.cs
index c538a91a..c538a91a 100644
--- a/src/qtmsbuild/Tasks/HostExec_LinuxWSL_Error.cs
+++ b/QtMSBuild/Tasks/HostExec_LinuxWSL_Error.cs
diff --git a/src/qtmsbuild/Tasks/HostExec_Windows.cs b/QtMSBuild/Tasks/HostExec_Windows.cs
index 9c7a0b4a..9c7a0b4a 100644
--- a/src/qtmsbuild/Tasks/HostExec_Windows.cs
+++ b/QtMSBuild/Tasks/HostExec_Windows.cs
diff --git a/src/qtmsbuild/Tasks/HostTranslatePaths_LinuxSSL.cs b/QtMSBuild/Tasks/HostTranslatePaths_LinuxSSL.cs
index 9d88f64a..9d88f64a 100644
--- a/src/qtmsbuild/Tasks/HostTranslatePaths_LinuxSSL.cs
+++ b/QtMSBuild/Tasks/HostTranslatePaths_LinuxSSL.cs
diff --git a/src/qtmsbuild/Tasks/HostTranslatePaths_LinuxWSL.cs b/QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL.cs
index 1723b116..1723b116 100644
--- a/src/qtmsbuild/Tasks/HostTranslatePaths_LinuxWSL.cs
+++ b/QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL.cs
diff --git a/src/qtmsbuild/Tasks/HostTranslatePaths_LinuxWSL_Error.cs b/QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL_Error.cs
index c5c8cbcd..c5c8cbcd 100644
--- a/src/qtmsbuild/Tasks/HostTranslatePaths_LinuxWSL_Error.cs
+++ b/QtMSBuild/Tasks/HostTranslatePaths_LinuxWSL_Error.cs
diff --git a/src/qtmsbuild/Tasks/HostTranslatePaths_Windows.cs b/QtMSBuild/Tasks/HostTranslatePaths_Windows.cs
index 3c36a042..3c36a042 100644
--- a/src/qtmsbuild/Tasks/HostTranslatePaths_Windows.cs
+++ b/QtMSBuild/Tasks/HostTranslatePaths_Windows.cs
diff --git a/src/qtmsbuild/Tasks/ListQrc.cs b/QtMSBuild/Tasks/ListQrc.cs
index f784d25e..f784d25e 100644
--- a/src/qtmsbuild/Tasks/ListQrc.cs
+++ b/QtMSBuild/Tasks/ListQrc.cs
diff --git a/src/qtmsbuild/Tasks/ParseVarDefs.cs b/QtMSBuild/Tasks/ParseVarDefs.cs
index 598d7bad..598d7bad 100644
--- a/src/qtmsbuild/Tasks/ParseVarDefs.cs
+++ b/QtMSBuild/Tasks/ParseVarDefs.cs
diff --git a/src/qtmsbuild/Tasks/QtRunWork.cs b/QtMSBuild/Tasks/QtRunWork.cs
index b9fec9a2..b9fec9a2 100644
--- a/src/qtmsbuild/Tasks/QtRunWork.cs
+++ b/QtMSBuild/Tasks/QtRunWork.cs
diff --git a/src/qttmlanguage/qt/LICENSE b/QtTmLanguage/qt/LICENSE
index 3e061a44..3e061a44 100644
--- a/src/qttmlanguage/qt/LICENSE
+++ b/QtTmLanguage/qt/LICENSE
diff --git a/src/qttmlanguage/qt/pri.pro.tmLanguage b/QtTmLanguage/qt/pri.pro.tmLanguage
index f18bef7e..f18bef7e 100644
--- a/src/qttmlanguage/qt/pri.pro.tmLanguage
+++ b/QtTmLanguage/qt/pri.pro.tmLanguage
diff --git a/src/qtvstest/Macro.cs b/QtVsTest/Macro.cs
index 4f2e2acf..4f2e2acf 100644
--- a/src/qtvstest/Macro.cs
+++ b/QtVsTest/Macro.cs
diff --git a/src/qtvstest/MacroClient.h b/QtVsTest/MacroClient.h
index ba3b2fa2..ba3b2fa2 100644
--- a/src/qtvstest/MacroClient.h
+++ b/QtVsTest/MacroClient.h
diff --git a/src/qtvstest/MacroParser.cs b/QtVsTest/MacroParser.cs
index 8864e541..8864e541 100644
--- a/src/qtvstest/MacroParser.cs
+++ b/QtVsTest/MacroParser.cs
diff --git a/src/qtvstest/MacroServer.cs b/QtVsTest/MacroServer.cs
index a6c31308..a6c31308 100644
--- a/src/qtvstest/MacroServer.cs
+++ b/QtVsTest/MacroServer.cs
diff --git a/src/qtvstest/Properties/AssemblyInfo.cs b/QtVsTest/Properties/AssemblyInfo.cs
index baf09868..baf09868 100644
--- a/src/qtvstest/Properties/AssemblyInfo.cs
+++ b/QtVsTest/Properties/AssemblyInfo.cs
diff --git a/src/qtvstest/QtVsTest.cs b/QtVsTest/QtVsTest.cs
index e96ae2bf..e96ae2bf 100644
--- a/src/qtvstest/QtVsTest.cs
+++ b/QtVsTest/QtVsTest.cs
diff --git a/src/qtvstest/QtVsTest.csproj b/QtVsTest/QtVsTest.csproj
index 665a714c..665a714c 100644
--- a/src/qtvstest/QtVsTest.csproj
+++ b/QtVsTest/QtVsTest.csproj
diff --git a/src/qtvstest/Resources/QtVsTest.ico b/QtVsTest/Resources/QtVsTest.ico
index c501ecc6..c501ecc6 100644
--- a/src/qtvstest/Resources/QtVsTest.ico
+++ b/QtVsTest/Resources/QtVsTest.ico
Binary files differ
diff --git a/src/qtvstest/csmacro.tmLanguage_TT b/QtVsTest/csmacro.tmLanguage_TT
index c3b7c292..c3b7c292 100644
--- a/src/qtvstest/csmacro.tmLanguage_TT
+++ b/QtVsTest/csmacro.tmLanguage_TT
diff --git a/src/qtvstest/csmacro.tmTheme_TT b/QtVsTest/csmacro.tmTheme_TT
index a942a4e2..a942a4e2 100644
--- a/src/qtvstest/csmacro.tmTheme_TT
+++ b/QtVsTest/csmacro.tmTheme_TT
diff --git a/src/qtvstest/source.extension.vsixmanifest_TT b/QtVsTest/source.extension.vsixmanifest_TT
index 57d1f693..57d1f693 100644
--- a/src/qtvstest/source.extension.vsixmanifest_TT
+++ b/QtVsTest/source.extension.vsixmanifest_TT
diff --git a/src/qtvstools.core/BuildConfig.cs b/QtVsTools.Core/BuildConfig.cs
index 6b184848..6b184848 100644
--- a/src/qtvstools.core/BuildConfig.cs
+++ b/QtVsTools.Core/BuildConfig.cs
diff --git a/src/qtvstools.core/CommandLineParser.cs b/QtVsTools.Core/CommandLineParser.cs
index 94b1ef8d..94b1ef8d 100644
--- a/src/qtvstools.core/CommandLineParser.cs
+++ b/QtVsTools.Core/CommandLineParser.cs
diff --git a/src/qtvstools.core/Common/EnumExt.cs b/QtVsTools.Core/Common/EnumExt.cs
index 7559fcf9..7559fcf9 100644
--- a/src/qtvstools.core/Common/EnumExt.cs
+++ b/QtVsTools.Core/Common/EnumExt.cs
diff --git a/src/qtvstools.core/CompilerToolWrapper.cs b/QtVsTools.Core/CompilerToolWrapper.cs
index 395626ad..395626ad 100644
--- a/src/qtvstools.core/CompilerToolWrapper.cs
+++ b/QtVsTools.Core/CompilerToolWrapper.cs
diff --git a/src/qtvstools.core/CxxStreamReader.cs b/QtVsTools.Core/CxxStreamReader.cs
index 6554df05..6554df05 100644
--- a/src/qtvstools.core/CxxStreamReader.cs
+++ b/QtVsTools.Core/CxxStreamReader.cs
diff --git a/src/qtvstools.core/ExportProjectDialog.cs b/QtVsTools.Core/ExportProjectDialog.cs
index d9b513de..d9b513de 100644
--- a/src/qtvstools.core/ExportProjectDialog.cs
+++ b/QtVsTools.Core/ExportProjectDialog.cs
diff --git a/src/qtvstools.core/ExportProjectDialog.resx b/QtVsTools.Core/ExportProjectDialog.resx
index 0207cabe..0207cabe 100644
--- a/src/qtvstools.core/ExportProjectDialog.resx
+++ b/QtVsTools.Core/ExportProjectDialog.resx
diff --git a/src/qtvstools.core/Extensions.cs b/QtVsTools.Core/Extensions.cs
index 5c9ab0d7..5c9ab0d7 100644
--- a/src/qtvstools.core/Extensions.cs
+++ b/QtVsTools.Core/Extensions.cs
diff --git a/src/qtvstools.core/FakeFilter.cs b/QtVsTools.Core/FakeFilter.cs
index da7e1ca1..da7e1ca1 100644
--- a/src/qtvstools.core/FakeFilter.cs
+++ b/QtVsTools.Core/FakeFilter.cs
diff --git a/src/qtvstools.core/FilesToList.cs b/QtVsTools.Core/FilesToList.cs
index 675e7f84..675e7f84 100644
--- a/src/qtvstools.core/FilesToList.cs
+++ b/QtVsTools.Core/FilesToList.cs
diff --git a/src/qtvstools.core/Filters.cs b/QtVsTools.Core/Filters.cs
index 197306b5..197306b5 100644
--- a/src/qtvstools.core/Filters.cs
+++ b/QtVsTools.Core/Filters.cs
diff --git a/src/qtvstools.core/HelperFunctions.cs b/QtVsTools.Core/HelperFunctions.cs
index 220d32f1..220d32f1 100644
--- a/src/qtvstools.core/HelperFunctions.cs
+++ b/QtVsTools.Core/HelperFunctions.cs
diff --git a/src/qtvstools.core/ImageButton.cs b/QtVsTools.Core/ImageButton.cs
index 23ab3ac7..23ab3ac7 100644
--- a/src/qtvstools.core/ImageButton.cs
+++ b/QtVsTools.Core/ImageButton.cs
diff --git a/src/qtvstools.core/InfoDialog.cs b/QtVsTools.Core/InfoDialog.cs
index 78ae2bc2..78ae2bc2 100644
--- a/src/qtvstools.core/InfoDialog.cs
+++ b/QtVsTools.Core/InfoDialog.cs
diff --git a/src/qtvstools.core/LinkerToolWrapper.cs b/QtVsTools.Core/LinkerToolWrapper.cs
index e1e0a607..e1e0a607 100644
--- a/src/qtvstools.core/LinkerToolWrapper.cs
+++ b/QtVsTools.Core/LinkerToolWrapper.cs
diff --git a/src/qtvstools.core/MainWinWrapper.cs b/QtVsTools.Core/MainWinWrapper.cs
index d0ead95e..d0ead95e 100644
--- a/src/qtvstools.core/MainWinWrapper.cs
+++ b/QtVsTools.Core/MainWinWrapper.cs
diff --git a/src/qtvstools.core/Messages.cs b/QtVsTools.Core/Messages.cs
index 645a6957..645a6957 100644
--- a/src/qtvstools.core/Messages.cs
+++ b/QtVsTools.Core/Messages.cs
diff --git a/src/qtvstools.core/MocCmdChecker.cs b/QtVsTools.Core/MocCmdChecker.cs
index 56f69493..56f69493 100644
--- a/src/qtvstools.core/MocCmdChecker.cs
+++ b/QtVsTools.Core/MocCmdChecker.cs
diff --git a/src/qtvstools.core/MsBuildProject.cs b/QtVsTools.Core/MsBuildProject.cs
index bcf2649f..bcf2649f 100644
--- a/src/qtvstools.core/MsBuildProject.cs
+++ b/QtVsTools.Core/MsBuildProject.cs
diff --git a/src/qtvstools.core/Observable.cs b/QtVsTools.Core/Observable.cs
index cb57415b..cb57415b 100644
--- a/src/qtvstools.core/Observable.cs
+++ b/QtVsTools.Core/Observable.cs
diff --git a/src/qtvstools.core/ProFileContent.cs b/QtVsTools.Core/ProFileContent.cs
index 076798c2..076798c2 100644
--- a/src/qtvstools.core/ProFileContent.cs
+++ b/QtVsTools.Core/ProFileContent.cs
diff --git a/src/qtvstools.core/ProFileOption.cs b/QtVsTools.Core/ProFileOption.cs
index 276a8750..276a8750 100644
--- a/src/qtvstools.core/ProFileOption.cs
+++ b/QtVsTools.Core/ProFileOption.cs
diff --git a/src/qtvstools.core/ProSolution.cs b/QtVsTools.Core/ProSolution.cs
index f3df7418..f3df7418 100644
--- a/src/qtvstools.core/ProSolution.cs
+++ b/QtVsTools.Core/ProSolution.cs
diff --git a/src/qtvstools.core/ProjectExporter.cs b/QtVsTools.Core/ProjectExporter.cs
index 5946a6b4..5946a6b4 100644
--- a/src/qtvstools.core/ProjectExporter.cs
+++ b/QtVsTools.Core/ProjectExporter.cs
diff --git a/src/qtvstools.core/ProjectImporter.cs b/QtVsTools.Core/ProjectImporter.cs
index c2fbd925..c2fbd925 100644
--- a/src/qtvstools.core/ProjectImporter.cs
+++ b/QtVsTools.Core/ProjectImporter.cs
diff --git a/src/qtvstools.core/ProjectMacros.cs b/QtVsTools.Core/ProjectMacros.cs
index adfbf475..adfbf475 100644
--- a/src/qtvstools.core/ProjectMacros.cs
+++ b/QtVsTools.Core/ProjectMacros.cs
diff --git a/src/qtvstools.core/Properties/AssemblyInfo.cs b/QtVsTools.Core/Properties/AssemblyInfo.cs
index 7d866854..7d866854 100644
--- a/src/qtvstools.core/Properties/AssemblyInfo.cs
+++ b/QtVsTools.Core/Properties/AssemblyInfo.cs
diff --git a/src/qtvstools.core/QMake.cs b/QtVsTools.Core/QMake.cs
index cc8a5322..cc8a5322 100644
--- a/src/qtvstools.core/QMake.cs
+++ b/QtVsTools.Core/QMake.cs
diff --git a/src/qtvstools.core/QMakeConf.cs b/QtVsTools.Core/QMakeConf.cs
index 2701772c..2701772c 100644
--- a/src/qtvstools.core/QMakeConf.cs
+++ b/QtVsTools.Core/QMakeConf.cs
diff --git a/src/qtvstools.core/QMakeQuery.cs b/QtVsTools.Core/QMakeQuery.cs
index 5f408f31..5f408f31 100644
--- a/src/qtvstools.core/QMakeQuery.cs
+++ b/QtVsTools.Core/QMakeQuery.cs
diff --git a/src/qtvstools.core/QrcItem.cs b/QtVsTools.Core/QrcItem.cs
index 6437a8a3..6437a8a3 100644
--- a/src/qtvstools.core/QrcItem.cs
+++ b/QtVsTools.Core/QrcItem.cs
diff --git a/src/qtvstools.core/QrcParser.cs b/QtVsTools.Core/QrcParser.cs
index f64d66d4..f64d66d4 100644
--- a/src/qtvstools.core/QrcParser.cs
+++ b/QtVsTools.Core/QrcParser.cs
diff --git a/src/qtvstools.core/QrcPrefix.cs b/QtVsTools.Core/QrcPrefix.cs
index 942f9a95..942f9a95 100644
--- a/src/qtvstools.core/QrcPrefix.cs
+++ b/QtVsTools.Core/QrcPrefix.cs
diff --git a/src/qtvstools.core/QtConfig.cs b/QtVsTools.Core/QtConfig.cs
index ad388b80..ad388b80 100644
--- a/src/qtvstools.core/QtConfig.cs
+++ b/QtVsTools.Core/QtConfig.cs
diff --git a/src/qtvstools.core/QtModule.cs b/QtVsTools.Core/QtModule.cs
index 58136ced..58136ced 100644
--- a/src/qtvstools.core/QtModule.cs
+++ b/QtVsTools.Core/QtModule.cs
diff --git a/src/qtvstools.core/QtModuleInfo.cs b/QtVsTools.Core/QtModuleInfo.cs
index 70cb1d7a..70cb1d7a 100644
--- a/src/qtvstools.core/QtModuleInfo.cs
+++ b/QtVsTools.Core/QtModuleInfo.cs
diff --git a/src/qtvstools.core/QtModules.cs b/QtVsTools.Core/QtModules.cs
index c4bf2cb8..c4bf2cb8 100644
--- a/src/qtvstools.core/QtModules.cs
+++ b/QtVsTools.Core/QtModules.cs
diff --git a/src/qtvstools.core/QtMsBuild.cs b/QtVsTools.Core/QtMsBuild.cs
index 7ede2902..7ede2902 100644
--- a/src/qtvstools.core/QtMsBuild.cs
+++ b/QtVsTools.Core/QtMsBuild.cs
diff --git a/src/qtvstools.core/QtProject.cs b/QtVsTools.Core/QtProject.cs
index 2d8521c6..2d8521c6 100644
--- a/src/qtvstools.core/QtProject.cs
+++ b/QtVsTools.Core/QtProject.cs
diff --git a/src/qtvstools.core/QtVSException.cs b/QtVsTools.Core/QtVSException.cs
index dba53df5..dba53df5 100644
--- a/src/qtvstools.core/QtVSException.cs
+++ b/QtVsTools.Core/QtVSException.cs
diff --git a/src/qtvstools.core/QtVSIPSettings.cs b/QtVsTools.Core/QtVSIPSettings.cs
index 80bce73e..80bce73e 100644
--- a/src/qtvstools.core/QtVSIPSettings.cs
+++ b/QtVsTools.Core/QtVSIPSettings.cs
diff --git a/src/qtvstools.core/QtVersionManager.cs b/QtVsTools.Core/QtVersionManager.cs
index dd1206d4..dd1206d4 100644
--- a/src/qtvstools.core/QtVersionManager.cs
+++ b/QtVsTools.Core/QtVersionManager.cs
diff --git a/src/qtvstools.core/QtVsTools.Core.csproj b/QtVsTools.Core/QtVsTools.Core.csproj
index 9c35b75d..9c35b75d 100644
--- a/src/qtvstools.core/QtVsTools.Core.csproj
+++ b/QtVsTools.Core/QtVsTools.Core.csproj
diff --git a/src/qtvstools.core/QtVsTools.Core.ico b/QtVsTools.Core/QtVsTools.Core.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qtvstools.core/QtVsTools.Core.ico
+++ b/QtVsTools.Core/QtVsTools.Core.ico
Binary files differ
diff --git a/src/qtvstools.core/RccOptions.cs b/QtVsTools.Core/RccOptions.cs
index fd6073ce..fd6073ce 100644
--- a/src/qtvstools.core/RccOptions.cs
+++ b/QtVsTools.Core/RccOptions.cs
diff --git a/src/qtvstools.core/Resources.cs b/QtVsTools.Core/Resources.cs
index 2bfced2b..2bfced2b 100644
--- a/src/qtvstools.core/Resources.cs
+++ b/QtVsTools.Core/Resources.cs
diff --git a/src/qtvstools.core/Resources.resx b/QtVsTools.Core/Resources.resx
index dfc64ec9..dfc64ec9 100644
--- a/src/qtvstools.core/Resources.resx
+++ b/QtVsTools.Core/Resources.resx
diff --git a/src/qtvstools.core/Resources/delete.png b/QtVsTools.Core/Resources/delete.png
index e4139afc..e4139afc 100644
--- a/src/qtvstools.core/Resources/delete.png
+++ b/QtVsTools.Core/Resources/delete.png
Binary files differ
diff --git a/src/qtvstools.core/Resources/delete_d.png b/QtVsTools.Core/Resources/delete_d.png
index 9da7f821..9da7f821 100644
--- a/src/qtvstools.core/Resources/delete_d.png
+++ b/QtVsTools.Core/Resources/delete_d.png
Binary files differ
diff --git a/src/qtvstools.core/Resources/newitem.png b/QtVsTools.Core/Resources/newitem.png
index 7e26ea9b..7e26ea9b 100644
--- a/src/qtvstools.core/Resources/newitem.png
+++ b/QtVsTools.Core/Resources/newitem.png
Binary files differ
diff --git a/src/qtvstools.core/Resources/newitem_d.png b/QtVsTools.Core/Resources/newitem_d.png
index 1b33141d..1b33141d 100644
--- a/src/qtvstools.core/Resources/newitem_d.png
+++ b/QtVsTools.Core/Resources/newitem_d.png
Binary files differ
diff --git a/src/qtvstools.core/SR.cs b/QtVsTools.Core/SR.cs
index d99ba1e3..d99ba1e3 100644
--- a/src/qtvstools.core/SR.cs
+++ b/QtVsTools.Core/SR.cs
diff --git a/src/qtvstools.core/Statics.cs b/QtVsTools.Core/Statics.cs
index b10bdcf3..b10bdcf3 100644
--- a/src/qtvstools.core/Statics.cs
+++ b/QtVsTools.Core/Statics.cs
diff --git a/src/qtvstools.core/TemplateType.cs b/QtVsTools.Core/TemplateType.cs
index 63fb048d..63fb048d 100644
--- a/src/qtvstools.core/TemplateType.cs
+++ b/QtVsTools.Core/TemplateType.cs
diff --git a/src/qtvstools.core/VersionInformation.cs b/QtVsTools.Core/VersionInformation.cs
index 6ff582da..6ff582da 100644
--- a/src/qtvstools.core/VersionInformation.cs
+++ b/QtVsTools.Core/VersionInformation.cs
diff --git a/src/qtvstools.core/VisualStudio/IProjectTracker.cs b/QtVsTools.Core/VisualStudio/IProjectTracker.cs
index 94d55572..94d55572 100644
--- a/src/qtvstools.core/VisualStudio/IProjectTracker.cs
+++ b/QtVsTools.Core/VisualStudio/IProjectTracker.cs
diff --git a/src/qtvstools.core/VisualStudio/VsServiceProvider.cs b/QtVsTools.Core/VisualStudio/VsServiceProvider.cs
index d8a24c01..d8a24c01 100644
--- a/src/qtvstools.core/VisualStudio/VsServiceProvider.cs
+++ b/QtVsTools.Core/VisualStudio/VsServiceProvider.cs
diff --git a/src/qtvstools.core/WaitDialog.cs b/QtVsTools.Core/WaitDialog.cs
index 1d8de321..1d8de321 100644
--- a/src/qtvstools.core/WaitDialog.cs
+++ b/QtVsTools.Core/WaitDialog.cs
diff --git a/src/qtvstools/Common/Concurrent.cs b/QtVsTools.Package/Common/Concurrent.cs
index 9c024300..9c024300 100644
--- a/src/qtvstools/Common/Concurrent.cs
+++ b/QtVsTools.Package/Common/Concurrent.cs
diff --git a/src/qtvstools/Common/ConcurrentStopwatch.cs b/QtVsTools.Package/Common/ConcurrentStopwatch.cs
index fa444cc9..fa444cc9 100644
--- a/src/qtvstools/Common/ConcurrentStopwatch.cs
+++ b/QtVsTools.Package/Common/ConcurrentStopwatch.cs
diff --git a/src/qtvstools/Common/Disposable.cs b/QtVsTools.Package/Common/Disposable.cs
index ccc987b3..ccc987b3 100644
--- a/src/qtvstools/Common/Disposable.cs
+++ b/QtVsTools.Package/Common/Disposable.cs
diff --git a/src/qtvstools/Common/Json/DeferredObject.cs b/QtVsTools.Package/Common/Json/DeferredObject.cs
index d7730dc5..d7730dc5 100644
--- a/src/qtvstools/Common/Json/DeferredObject.cs
+++ b/QtVsTools.Package/Common/Json/DeferredObject.cs
diff --git a/src/qtvstools/Common/Json/Serializable.cs b/QtVsTools.Package/Common/Json/Serializable.cs
index ace745e9..ace745e9 100644
--- a/src/qtvstools/Common/Json/Serializable.cs
+++ b/QtVsTools.Package/Common/Json/Serializable.cs
diff --git a/src/qtvstools/Common/Json/SerializableEnum.cs b/QtVsTools.Package/Common/Json/SerializableEnum.cs
index 77f7aad3..77f7aad3 100644
--- a/src/qtvstools/Common/Json/SerializableEnum.cs
+++ b/QtVsTools.Package/Common/Json/SerializableEnum.cs
diff --git a/src/qtvstools/Common/Json/Serializer.cs b/QtVsTools.Package/Common/Json/Serializer.cs
index 40ed112f..40ed112f 100644
--- a/src/qtvstools/Common/Json/Serializer.cs
+++ b/QtVsTools.Package/Common/Json/Serializer.cs
diff --git a/src/qtvstools/Common/NativeAPI.cs b/QtVsTools.Package/Common/NativeAPI.cs
index 58843bb1..58843bb1 100644
--- a/src/qtvstools/Common/NativeAPI.cs
+++ b/QtVsTools.Package/Common/NativeAPI.cs
diff --git a/src/qtvstools/Common/PriorityQueue.cs b/QtVsTools.Package/Common/PriorityQueue.cs
index dce56bec..dce56bec 100644
--- a/src/qtvstools/Common/PriorityQueue.cs
+++ b/QtVsTools.Package/Common/PriorityQueue.cs
diff --git a/src/qtvstools/Common/Prototyped.cs b/QtVsTools.Package/Common/Prototyped.cs
index 83b4889d..83b4889d 100644
--- a/src/qtvstools/Common/Prototyped.cs
+++ b/QtVsTools.Package/Common/Prototyped.cs
diff --git a/src/qtvstools/Common/PunisherQueue.cs b/QtVsTools.Package/Common/PunisherQueue.cs
index 9fd14f6e..9fd14f6e 100644
--- a/src/qtvstools/Common/PunisherQueue.cs
+++ b/QtVsTools.Package/Common/PunisherQueue.cs
diff --git a/src/qtvstools/Common/Timestamp.cs b/QtVsTools.Package/Common/Timestamp.cs
index ea2dd2b3..ea2dd2b3 100644
--- a/src/qtvstools/Common/Timestamp.cs
+++ b/QtVsTools.Package/Common/Timestamp.cs
diff --git a/src/qtvstools/Editors/Editor.QtDesigner.cs b/QtVsTools.Package/Editors/Editor.QtDesigner.cs
index 763ebb49..763ebb49 100644
--- a/src/qtvstools/Editors/Editor.QtDesigner.cs
+++ b/QtVsTools.Package/Editors/Editor.QtDesigner.cs
diff --git a/src/qtvstools/Editors/Editor.QtLinguist.cs b/QtVsTools.Package/Editors/Editor.QtLinguist.cs
index 08a075b9..08a075b9 100644
--- a/src/qtvstools/Editors/Editor.QtLinguist.cs
+++ b/QtVsTools.Package/Editors/Editor.QtLinguist.cs
diff --git a/src/qtvstools/Editors/Editor.QtResourceEditor.cs b/QtVsTools.Package/Editors/Editor.QtResourceEditor.cs
index d1a887c3..d1a887c3 100644
--- a/src/qtvstools/Editors/Editor.QtResourceEditor.cs
+++ b/QtVsTools.Package/Editors/Editor.QtResourceEditor.cs
diff --git a/src/qtvstools/Editors/Editor.cs b/QtVsTools.Package/Editors/Editor.cs
index 9bbb35e5..9bbb35e5 100644
--- a/src/qtvstools/Editors/Editor.cs
+++ b/QtVsTools.Package/Editors/Editor.cs
diff --git a/src/qtvstools/Language/LICENSE.APACHE b/QtVsTools.Package/Language/LICENSE.APACHE
index 5d1ff15d..5d1ff15d 100644
--- a/src/qtvstools/Language/LICENSE.APACHE
+++ b/QtVsTools.Package/Language/LICENSE.APACHE
diff --git a/src/qtvstools/Language/qml.qmlproject.tmLanguage b/QtVsTools.Package/Language/qml.qmlproject.tmLanguage
index 9c75555f..9c75555f 100644
--- a/src/qtvstools/Language/qml.qmlproject.tmLanguage
+++ b/QtVsTools.Package/Language/qml.qmlproject.tmLanguage
diff --git a/src/qtvstools/Marketplace/Overview.html_TT b/QtVsTools.Package/Marketplace/Overview.html_TT
index 51c9806c..51c9806c 100644
--- a/src/qtvstools/Marketplace/Overview.html_TT
+++ b/QtVsTools.Package/Marketplace/Overview.html_TT
diff --git a/src/qtvstools/Options/QtLegacyOptionsPage.cs b/QtVsTools.Package/Options/QtLegacyOptionsPage.cs
index 70b97e97..70b97e97 100644
--- a/src/qtvstools/Options/QtLegacyOptionsPage.cs
+++ b/QtVsTools.Package/Options/QtLegacyOptionsPage.cs
diff --git a/src/qtvstools/Options/QtOptionsPage.cs b/QtVsTools.Package/Options/QtOptionsPage.cs
index ff6932f3..ff6932f3 100644
--- a/src/qtvstools/Options/QtOptionsPage.cs
+++ b/QtVsTools.Package/Options/QtOptionsPage.cs
diff --git a/src/qtvstools/Options/QtVersionsPage.cs b/QtVsTools.Package/Options/QtVersionsPage.cs
index de3b2250..de3b2250 100644
--- a/src/qtvstools/Options/QtVersionsPage.cs
+++ b/QtVsTools.Package/Options/QtVersionsPage.cs
diff --git a/src/qtvstools/Options/QtVersionsTable.cs b/QtVsTools.Package/Options/QtVersionsTable.cs
index ce2f8693..ce2f8693 100644
--- a/src/qtvstools/Options/QtVersionsTable.cs
+++ b/QtVsTools.Package/Options/QtVersionsTable.cs
diff --git a/src/qtvstools/Options/QtVersionsTable.xaml b/QtVsTools.Package/Options/QtVersionsTable.xaml
index 15582c07..15582c07 100644
--- a/src/qtvstools/Options/QtVersionsTable.xaml
+++ b/QtVsTools.Package/Options/QtVersionsTable.xaml
diff --git a/src/qtvstools/AddQtVersionDialog.cs b/QtVsTools.Package/Package/AddQtVersionDialog.cs
index bb109ddc..bb109ddc 100644
--- a/src/qtvstools/AddQtVersionDialog.cs
+++ b/QtVsTools.Package/Package/AddQtVersionDialog.cs
diff --git a/src/qtvstools/AddQtVersionDialog.resx b/QtVsTools.Package/Package/AddQtVersionDialog.resx
index d58980a3..d58980a3 100644
--- a/src/qtvstools/AddQtVersionDialog.resx
+++ b/QtVsTools.Package/Package/AddQtVersionDialog.resx
diff --git a/src/qtvstools/AddTranslationDialog.cs b/QtVsTools.Package/Package/AddTranslationDialog.cs
index 33c87f9f..33c87f9f 100644
--- a/src/qtvstools/AddTranslationDialog.cs
+++ b/QtVsTools.Package/Package/AddTranslationDialog.cs
diff --git a/src/qtvstools/AddTranslationDialog.resx b/QtVsTools.Package/Package/AddTranslationDialog.resx
index 19dc0dd8..19dc0dd8 100644
--- a/src/qtvstools/AddTranslationDialog.resx
+++ b/QtVsTools.Package/Package/AddTranslationDialog.resx
diff --git a/src/qtvstools/ChangeFor.cs b/QtVsTools.Package/Package/ChangeFor.cs
index 06577932..06577932 100644
--- a/src/qtvstools/ChangeFor.cs
+++ b/QtVsTools.Package/Package/ChangeFor.cs
diff --git a/src/qtvstools/DteEventsHandler.cs b/QtVsTools.Package/Package/DteEventsHandler.cs
index 2f7059b0..2f7059b0 100644
--- a/src/qtvstools/DteEventsHandler.cs
+++ b/QtVsTools.Package/Package/DteEventsHandler.cs
diff --git a/src/qtvstools/ExtLoader.cs b/QtVsTools.Package/Package/ExtLoader.cs
index 20cdb604..20cdb604 100644
--- a/src/qtvstools/ExtLoader.cs
+++ b/QtVsTools.Package/Package/ExtLoader.cs
diff --git a/src/qtvstools/FormChangeQtVersion.Designer.cs b/QtVsTools.Package/Package/FormChangeQtVersion.Designer.cs
index 216cf861..216cf861 100644
--- a/src/qtvstools/FormChangeQtVersion.Designer.cs
+++ b/QtVsTools.Package/Package/FormChangeQtVersion.Designer.cs
diff --git a/src/qtvstools/FormChangeQtVersion.cs b/QtVsTools.Package/Package/FormChangeQtVersion.cs
index 5c7c51fe..5c7c51fe 100644
--- a/src/qtvstools/FormChangeQtVersion.cs
+++ b/QtVsTools.Package/Package/FormChangeQtVersion.cs
diff --git a/src/qtvstools/FormChangeQtVersion.resx b/QtVsTools.Package/Package/FormChangeQtVersion.resx
index 19dc0dd8..19dc0dd8 100644
--- a/src/qtvstools/FormChangeQtVersion.resx
+++ b/QtVsTools.Package/Package/FormChangeQtVersion.resx
diff --git a/src/qtvstools/FormProjectQtSettings.Designer.cs b/QtVsTools.Package/Package/FormProjectQtSettings.Designer.cs
index bcdfbba2..bcdfbba2 100644
--- a/src/qtvstools/FormProjectQtSettings.Designer.cs
+++ b/QtVsTools.Package/Package/FormProjectQtSettings.Designer.cs
diff --git a/src/qtvstools/FormProjectQtSettings.cs b/QtVsTools.Package/Package/FormProjectQtSettings.cs
index 86c976a9..86c976a9 100644
--- a/src/qtvstools/FormProjectQtSettings.cs
+++ b/QtVsTools.Package/Package/FormProjectQtSettings.cs
diff --git a/src/qtvstools/FormProjectQtSettings.resx b/QtVsTools.Package/Package/FormProjectQtSettings.resx
index d58980a3..d58980a3 100644
--- a/src/qtvstools/FormProjectQtSettings.resx
+++ b/QtVsTools.Package/Package/FormProjectQtSettings.resx
diff --git a/src/qtvstools/ProjectQtSettings.cs b/QtVsTools.Package/Package/ProjectQtSettings.cs
index 5e0cea10..5e0cea10 100644
--- a/src/qtvstools/ProjectQtSettings.cs
+++ b/QtVsTools.Package/Package/ProjectQtSettings.cs
diff --git a/src/qtvstools/QMakeWrapper.cs b/QtVsTools.Package/Package/QMakeWrapper.cs
index c0221607..c0221607 100644
--- a/src/qtvstools/QMakeWrapper.cs
+++ b/QtVsTools.Package/Package/QMakeWrapper.cs
diff --git a/src/qtvstools/QtHelp.cs b/QtVsTools.Package/Package/QtHelp.cs
index c3b67309..c3b67309 100644
--- a/src/qtvstools/QtHelp.cs
+++ b/QtVsTools.Package/Package/QtHelp.cs
diff --git a/src/qtvstools/QtHelpLinkChooser.xaml b/QtVsTools.Package/Package/QtHelpLinkChooser.xaml
index 18d9471f..18d9471f 100644
--- a/src/qtvstools/QtHelpLinkChooser.xaml
+++ b/QtVsTools.Package/Package/QtHelpLinkChooser.xaml
diff --git a/src/qtvstools/QtHelpLinkChooser.xaml.cs b/QtVsTools.Package/Package/QtHelpLinkChooser.xaml.cs
index 9b6c287c..9b6c287c 100644
--- a/src/qtvstools/QtHelpLinkChooser.xaml.cs
+++ b/QtVsTools.Package/Package/QtHelpLinkChooser.xaml.cs
diff --git a/src/qtvstools/QtItemContextMenu.cs b/QtVsTools.Package/Package/QtItemContextMenu.cs
index fe67035d..fe67035d 100644
--- a/src/qtvstools/QtItemContextMenu.cs
+++ b/QtVsTools.Package/Package/QtItemContextMenu.cs
diff --git a/src/qtvstools/QtMainMenu.cs b/QtVsTools.Package/Package/QtMainMenu.cs
index a5114024..a5114024 100644
--- a/src/qtvstools/QtMainMenu.cs
+++ b/QtVsTools.Package/Package/QtMainMenu.cs
diff --git a/src/qtvstools/QtMsBuildConverter.cs b/QtVsTools.Package/Package/QtMsBuildConverter.cs
index 23e21007..23e21007 100644
--- a/src/qtvstools/QtMsBuildConverter.cs
+++ b/QtVsTools.Package/Package/QtMsBuildConverter.cs
diff --git a/src/qtvstools/QtProjectContextMenu.cs b/QtVsTools.Package/Package/QtProjectContextMenu.cs
index c4f35c28..c4f35c28 100644
--- a/src/qtvstools/QtProjectContextMenu.cs
+++ b/QtVsTools.Package/Package/QtProjectContextMenu.cs
diff --git a/src/qtvstools/QtSolutionContextMenu.cs b/QtVsTools.Package/Package/QtSolutionContextMenu.cs
index eab20a2d..eab20a2d 100644
--- a/src/qtvstools/QtSolutionContextMenu.cs
+++ b/QtVsTools.Package/Package/QtSolutionContextMenu.cs
diff --git a/src/qtvstools/SR.cs b/QtVsTools.Package/Package/SR.cs
index 3c7cfcca..3c7cfcca 100644
--- a/src/qtvstools/SR.cs
+++ b/QtVsTools.Package/Package/SR.cs
diff --git a/src/qtvstools/Translation.cs b/QtVsTools.Package/Package/Translation.cs
index c0e76e73..c0e76e73 100644
--- a/src/qtvstools/Translation.cs
+++ b/QtVsTools.Package/Package/Translation.cs
diff --git a/src/qtvstools/TranslationItem.cs b/QtVsTools.Package/Package/TranslationItem.cs
index 1acf8304..1acf8304 100644
--- a/src/qtvstools/TranslationItem.cs
+++ b/QtVsTools.Package/Package/TranslationItem.cs
diff --git a/src/qtvstools/Version.cs b/QtVsTools.Package/Package/Version.cs
index 61dc31da..61dc31da 100644
--- a/src/qtvstools/Version.cs
+++ b/QtVsTools.Package/Package/Version.cs
diff --git a/src/qtvstools/VsToolsDialogWindow.cs b/QtVsTools.Package/Package/VsToolsDialogWindow.cs
index 2c1c6c56..2c1c6c56 100644
--- a/src/qtvstools/VsToolsDialogWindow.cs
+++ b/QtVsTools.Package/Package/VsToolsDialogWindow.cs
diff --git a/src/qtvstools/Properties/AssemblyInfo.cs b/QtVsTools.Package/Properties/AssemblyInfo.cs
index e2b10031..e2b10031 100644
--- a/src/qtvstools/Properties/AssemblyInfo.cs
+++ b/QtVsTools.Package/Properties/AssemblyInfo.cs
diff --git a/src/qtvstools/QML/Classification/QmlAsyncClassifier.cs b/QtVsTools.Package/QML/Classification/QmlAsyncClassifier.cs
index 8756a9e0..8756a9e0 100644
--- a/src/qtvstools/QML/Classification/QmlAsyncClassifier.cs
+++ b/QtVsTools.Package/QML/Classification/QmlAsyncClassifier.cs
diff --git a/src/qtvstools/QML/Classification/QmlClassificationFormat.cs b/QtVsTools.Package/QML/Classification/QmlClassificationFormat.cs
index 80dc9ab4..80dc9ab4 100644
--- a/src/qtvstools/QML/Classification/QmlClassificationFormat.cs
+++ b/QtVsTools.Package/QML/Classification/QmlClassificationFormat.cs
diff --git a/src/qtvstools/QML/Classification/QmlErrorClassifier.cs b/QtVsTools.Package/QML/Classification/QmlErrorClassifier.cs
index 3e5f62e0..3e5f62e0 100644
--- a/src/qtvstools/QML/Classification/QmlErrorClassifier.cs
+++ b/QtVsTools.Package/QML/Classification/QmlErrorClassifier.cs
diff --git a/src/qtvstools/QML/Classification/QmlExpressionEvalClassifier.cs b/QtVsTools.Package/QML/Classification/QmlExpressionEvalClassifier.cs
index 9ed28d30..9ed28d30 100644
--- a/src/qtvstools/QML/Classification/QmlExpressionEvalClassifier.cs
+++ b/QtVsTools.Package/QML/Classification/QmlExpressionEvalClassifier.cs
diff --git a/src/qtvstools/QML/Classification/QmlSyntaxClassifier.cs b/QtVsTools.Package/QML/Classification/QmlSyntaxClassifier.cs
index c6d8305b..c6d8305b 100644
--- a/src/qtvstools/QML/Classification/QmlSyntaxClassifier.cs
+++ b/QtVsTools.Package/QML/Classification/QmlSyntaxClassifier.cs
diff --git a/src/qtvstools/QML/Classification/QmlTag.cs b/QtVsTools.Package/QML/Classification/QmlTag.cs
index a3783fb9..a3783fb9 100644
--- a/src/qtvstools/QML/Classification/QmlTag.cs
+++ b/QtVsTools.Package/QML/Classification/QmlTag.cs
diff --git a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7BoilerPlate.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7BoilerPlate.cs
index e83ec15e..e83ec15e 100644
--- a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7BoilerPlate.cs
+++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7BoilerPlate.cs
diff --git a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Breakpoint.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Breakpoint.cs
index 867d8977..867d8977 100644
--- a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Breakpoint.cs
+++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Breakpoint.cs
diff --git a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7CodeContext.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7CodeContext.cs
index 7b579acd..7b579acd 100644
--- a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7CodeContext.cs
+++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7CodeContext.cs
diff --git a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Engine.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Engine.cs
index 7a9c1a70..7a9c1a70 100644
--- a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Engine.cs
+++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Engine.cs
diff --git a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Enums.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Enums.cs
index a6857797..a6857797 100644
--- a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Enums.cs
+++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Enums.cs
diff --git a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Events.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Events.cs
index 10f42db7..10f42db7 100644
--- a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Events.cs
+++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Events.cs
diff --git a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Expression.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs
index 8b46265b..8b46265b 100644
--- a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Expression.cs
+++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Expression.cs
diff --git a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7InfoHelpers.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7InfoHelpers.cs
index f4abd584..f4abd584 100644
--- a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7InfoHelpers.cs
+++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7InfoHelpers.cs
diff --git a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Program.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Program.cs
index 8e408387..8e408387 100644
--- a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Program.cs
+++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Program.cs
diff --git a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Property.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Property.cs
index 311ad707..311ad707 100644
--- a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7Property.cs
+++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7Property.cs
diff --git a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7StackFrame.cs b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7StackFrame.cs
index c202fa6f..c202fa6f 100644
--- a/src/qtvstools/QML/Debugging/AD7/QmlDebugAD7StackFrame.cs
+++ b/QtVsTools.Package/QML/Debugging/AD7/QmlDebugAD7StackFrame.cs
diff --git a/src/qtvstools/QML/Debugging/QmlDebugLauncher.cs b/QtVsTools.Package/QML/Debugging/QmlDebugLauncher.cs
index 4ae4182a..4ae4182a 100644
--- a/src/qtvstools/QML/Debugging/QmlDebugLauncher.cs
+++ b/QtVsTools.Package/QML/Debugging/QmlDebugLauncher.cs
diff --git a/src/qtvstools/QML/Debugging/QmlDebugger.cs b/QtVsTools.Package/QML/Debugging/QmlDebugger.cs
index eb12c927..eb12c927 100644
--- a/src/qtvstools/QML/Debugging/QmlDebugger.cs
+++ b/QtVsTools.Package/QML/Debugging/QmlDebugger.cs
diff --git a/src/qtvstools/QML/Debugging/QmlFileSystem.cs b/QtVsTools.Package/QML/Debugging/QmlFileSystem.cs
index fe794ad2..fe794ad2 100644
--- a/src/qtvstools/QML/Debugging/QmlFileSystem.cs
+++ b/QtVsTools.Package/QML/Debugging/QmlFileSystem.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Backtrace.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Backtrace.cs
index 71fbfc6c..71fbfc6c 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Backtrace.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Backtrace.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Break.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Break.cs
index 98947838..98947838 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Break.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Break.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4ClearBreakpoint.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4ClearBreakpoint.cs
index a382cd8d..a382cd8d 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4ClearBreakpoint.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4ClearBreakpoint.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Connect.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Connect.cs
index 14ad98cb..14ad98cb 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Connect.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Connect.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Continue.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Continue.cs
index 51dd9829..51dd9829 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Continue.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Continue.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Disconnect.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Disconnect.cs
index 90ff7b2b..90ff7b2b 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Disconnect.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Disconnect.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Evaluate.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Evaluate.cs
index 31f31ac1..31f31ac1 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Evaluate.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Evaluate.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Exception.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Exception.cs
index 7914f91a..7914f91a 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Exception.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Exception.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Frame.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Frame.cs
index d2270dc1..d2270dc1 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Frame.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Frame.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4JsObject.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsObject.cs
index ed289103..ed289103 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4JsObject.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsObject.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4JsValue.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsValue.cs
index c0cb64bd..c0cb64bd 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4JsValue.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4JsValue.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Lookup.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Lookup.cs
index 663bd193..663bd193 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Lookup.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Lookup.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Message.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Message.cs
index a223b5be..a223b5be 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Message.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Message.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Scope.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Scope.cs
index 3e933c1c..3e933c1c 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Scope.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Scope.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4SetBreakpoint.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetBreakpoint.cs
index 536e1172..536e1172 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4SetBreakpoint.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetBreakpoint.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4SetExceptionBreak.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetExceptionBreak.cs
index c4ff69d8..c4ff69d8 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4SetExceptionBreak.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4SetExceptionBreak.cs
diff --git a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Version.cs b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Version.cs
index 1f0b8cb1..1f0b8cb1 100644
--- a/src/qtvstools/QML/Debugging/V4/Messages/QmlDebugV4Version.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/Messages/QmlDebugV4Version.cs
diff --git a/src/qtvstools/QML/Debugging/V4/QmlDebugV4Client.cs b/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Client.cs
index 772b2540..772b2540 100644
--- a/src/qtvstools/QML/Debugging/V4/QmlDebugV4Client.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Client.cs
diff --git a/src/qtvstools/QML/Debugging/V4/QmlDebugV4Protocol.cs b/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs
index 4336e9a0..4336e9a0 100644
--- a/src/qtvstools/QML/Debugging/V4/QmlDebugV4Protocol.cs
+++ b/QtVsTools.Package/QML/Debugging/V4/QmlDebugV4Protocol.cs
diff --git a/src/qtvstools/QML/Parser/QmlParserDiagnostics.cs b/QtVsTools.Package/QML/Parser/QmlParserDiagnostics.cs
index f9b52d5d..f9b52d5d 100644
--- a/src/qtvstools/QML/Parser/QmlParserDiagnostics.cs
+++ b/QtVsTools.Package/QML/Parser/QmlParserDiagnostics.cs
diff --git a/src/qtvstools/QML/Parser/QmlParserInterop.cs b/QtVsTools.Package/QML/Parser/QmlParserInterop.cs
index 9d505b5d..9d505b5d 100644
--- a/src/qtvstools/QML/Parser/QmlParserInterop.cs
+++ b/QtVsTools.Package/QML/Parser/QmlParserInterop.cs
diff --git a/src/qtvstools/QML/Syntax/QmlAst.cs b/QtVsTools.Package/QML/Syntax/QmlAst.cs
index f972d807..f972d807 100644
--- a/src/qtvstools/QML/Syntax/QmlAst.cs
+++ b/QtVsTools.Package/QML/Syntax/QmlAst.cs
diff --git a/src/qtvstools/QML/Syntax/QmlSyntax.cs b/QtVsTools.Package/QML/Syntax/QmlSyntax.cs
index 8f339e27..8f339e27 100644
--- a/src/qtvstools/QML/Syntax/QmlSyntax.cs
+++ b/QtVsTools.Package/QML/Syntax/QmlSyntax.cs
diff --git a/src/qtvstools/QtMenus.vsct_TT b/QtVsTools.Package/QtMenus.vsct_TT
index 1db1c35d..1db1c35d 100644
--- a/src/qtvstools/QtMenus.vsct_TT
+++ b/QtVsTools.Package/QtMenus.vsct_TT
diff --git a/src/qtvstools/QtMsBuild/QtModulesEditor.cs b/QtVsTools.Package/QtMsBuild/QtModulesEditor.cs
index 75936df6..75936df6 100644
--- a/src/qtvstools/QtMsBuild/QtModulesEditor.cs
+++ b/QtVsTools.Package/QtMsBuild/QtModulesEditor.cs
diff --git a/src/qtvstools/QtMsBuild/QtModulesPopup.xaml b/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml
index cadc2d7e..cadc2d7e 100644
--- a/src/qtvstools/QtMsBuild/QtModulesPopup.xaml
+++ b/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml
diff --git a/src/qtvstools/QtMsBuild/QtModulesPopup.xaml.cs b/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml.cs
index 81e8ce2c..81e8ce2c 100644
--- a/src/qtvstools/QtMsBuild/QtModulesPopup.xaml.cs
+++ b/QtVsTools.Package/QtMsBuild/QtModulesPopup.xaml.cs
diff --git a/src/qtvstools/QtMsBuild/QtProjectBuild.cs b/QtVsTools.Package/QtMsBuild/QtProjectBuild.cs
index 94aaf11c..94aaf11c 100644
--- a/src/qtvstools/QtMsBuild/QtProjectBuild.cs
+++ b/QtVsTools.Package/QtMsBuild/QtProjectBuild.cs
diff --git a/src/qtvstools/QtMsBuild/QtProjectIntelliSense.cs b/QtVsTools.Package/QtMsBuild/QtProjectIntelliSense.cs
index aeb6dca9..aeb6dca9 100644
--- a/src/qtvstools/QtMsBuild/QtProjectIntelliSense.cs
+++ b/QtVsTools.Package/QtMsBuild/QtProjectIntelliSense.cs
diff --git a/src/qtvstools/QtMsBuild/QtProjectLogger.cs b/QtVsTools.Package/QtMsBuild/QtProjectLogger.cs
index 068e1e3a..068e1e3a 100644
--- a/src/qtvstools/QtMsBuild/QtProjectLogger.cs
+++ b/QtVsTools.Package/QtMsBuild/QtProjectLogger.cs
diff --git a/src/qtvstools/QtMsBuild/QtProjectTracker.cs b/QtVsTools.Package/QtMsBuild/QtProjectTracker.cs
index dd3f7c62..dd3f7c62 100644
--- a/src/qtvstools/QtMsBuild/QtProjectTracker.cs
+++ b/QtVsTools.Package/QtMsBuild/QtProjectTracker.cs
diff --git a/src/qtvstools/QtMsBuild/QtVersionProvider.cs b/QtVsTools.Package/QtMsBuild/QtVersionProvider.cs
index 6ac4b235..6ac4b235 100644
--- a/src/qtvstools/QtMsBuild/QtVersionProvider.cs
+++ b/QtVsTools.Package/QtMsBuild/QtVersionProvider.cs
diff --git a/src/qtvstools/QtVsTools.csproj b/QtVsTools.Package/QtVsTools.Package.csproj
index 00ab5d29..00ab5d29 100644
--- a/src/qtvstools/QtVsTools.csproj
+++ b/QtVsTools.Package/QtVsTools.Package.csproj
diff --git a/src/qtvstools/QtVsTools.Qml.Debug.pkgdef b/QtVsTools.Package/QtVsTools.Qml.Debug.pkgdef
index 606e894d..606e894d 100644
--- a/src/qtvstools/QtVsTools.Qml.Debug.pkgdef
+++ b/QtVsTools.Package/QtVsTools.Qml.Debug.pkgdef
diff --git a/src/qtvstools/QtVsTools.ico b/QtVsTools.Package/QtVsTools.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qtvstools/QtVsTools.ico
+++ b/QtVsTools.Package/QtVsTools.ico
Binary files differ
diff --git a/src/qtvstools/Vsix.cs b/QtVsTools.Package/QtVsToolsPackage.cs
index 8be9505b..8be9505b 100644
--- a/src/qtvstools/Vsix.cs
+++ b/QtVsTools.Package/QtVsToolsPackage.cs
diff --git a/src/qtvstools/Resources.resx b/QtVsTools.Package/Resources.resx
index 43494cd2..43494cd2 100644
--- a/src/qtvstools/Resources.resx
+++ b/QtVsTools.Package/Resources.resx
diff --git a/src/qtvstools/Resources/menuimages.png b/QtVsTools.Package/Resources/menuimages.png
index ceadad9b..ceadad9b 100644
--- a/src/qtvstools/Resources/menuimages.png
+++ b/QtVsTools.Package/Resources/menuimages.png
Binary files differ
diff --git a/src/qtvstools/Resources/qt.ico b/QtVsTools.Package/Resources/qt.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qtvstools/Resources/qt.ico
+++ b/QtVsTools.Package/Resources/qt.ico
Binary files differ
diff --git a/src/qtvstools/VSPackage.resx b/QtVsTools.Package/VSPackage.resx
index 05d389ac..05d389ac 100644
--- a/src/qtvstools/VSPackage.resx
+++ b/QtVsTools.Package/VSPackage.resx
diff --git a/src/qtvstools/VisualStudio/VsShell.cs b/QtVsTools.Package/VisualStudio/VsShell.cs
index 964e17e5..964e17e5 100644
--- a/src/qtvstools/VisualStudio/VsShell.cs
+++ b/QtVsTools.Package/VisualStudio/VsShell.cs
diff --git a/src/qtvstools/VisualStudio/VsShellSettings.cs b/QtVsTools.Package/VisualStudio/VsShellSettings.cs
index 7bb24a9e..7bb24a9e 100644
--- a/src/qtvstools/VisualStudio/VsShellSettings.cs
+++ b/QtVsTools.Package/VisualStudio/VsShellSettings.cs
diff --git a/src/qtvstools/preview.png b/QtVsTools.Package/preview.png
index 7797e6e7..7797e6e7 100644
--- a/src/qtvstools/preview.png
+++ b/QtVsTools.Package/preview.png
Binary files differ
diff --git a/src/qtvstools/qt.ico b/QtVsTools.Package/qt.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qtvstools/qt.ico
+++ b/QtVsTools.Package/qt.ico
Binary files differ
diff --git a/src/qtvstools/qt5.natvis.xml b/QtVsTools.Package/qt5.natvis.xml
index b7c1fb87..b7c1fb87 100644
--- a/src/qtvstools/qt5.natvis.xml
+++ b/QtVsTools.Package/qt5.natvis.xml
diff --git a/src/qtvstools/qtmodules.xml b/QtVsTools.Package/qtmodules.xml
index 2e4e3e69..2e4e3e69 100644
--- a/src/qtvstools/qtmodules.xml
+++ b/QtVsTools.Package/qtmodules.xml
diff --git a/src/qtvstools.regexpr/Properties/AssemblyInfo.cs b/QtVsTools.RegExpr/Properties/AssemblyInfo.cs
index 8d3c0ea4..8d3c0ea4 100644
--- a/src/qtvstools.regexpr/Properties/AssemblyInfo.cs
+++ b/QtVsTools.RegExpr/Properties/AssemblyInfo.cs
diff --git a/src/qtvstools.regexpr/QtVsTools.RegExpr.csproj b/QtVsTools.RegExpr/QtVsTools.RegExpr.csproj
index 79dc360a..79dc360a 100644
--- a/src/qtvstools.regexpr/QtVsTools.RegExpr.csproj
+++ b/QtVsTools.RegExpr/QtVsTools.RegExpr.csproj
diff --git a/src/qtvstools.regexpr/README b/QtVsTools.RegExpr/README
index ac5949f4..ac5949f4 100644
--- a/src/qtvstools.regexpr/README
+++ b/QtVsTools.RegExpr/README
diff --git a/src/qtvstools.regexpr/expression/CharClassLiteral.cs b/QtVsTools.RegExpr/expression/CharClassLiteral.cs
index 455e456a..455e456a 100644
--- a/src/qtvstools.regexpr/expression/CharClassLiteral.cs
+++ b/QtVsTools.RegExpr/expression/CharClassLiteral.cs
diff --git a/src/qtvstools.regexpr/expression/CharClassRange.cs b/QtVsTools.RegExpr/expression/CharClassRange.cs
index 6b5d2ab7..6b5d2ab7 100644
--- a/src/qtvstools.regexpr/expression/CharClassRange.cs
+++ b/QtVsTools.RegExpr/expression/CharClassRange.cs
diff --git a/src/qtvstools.regexpr/expression/CharClassSet.cs b/QtVsTools.RegExpr/expression/CharClassSet.cs
index 4ce0d02a..4ce0d02a 100644
--- a/src/qtvstools.regexpr/expression/CharClassSet.cs
+++ b/QtVsTools.RegExpr/expression/CharClassSet.cs
diff --git a/src/qtvstools.regexpr/expression/RegExpr.cs b/QtVsTools.RegExpr/expression/RegExpr.cs
index e028f0be..e028f0be 100644
--- a/src/qtvstools.regexpr/expression/RegExpr.cs
+++ b/QtVsTools.RegExpr/expression/RegExpr.cs
diff --git a/src/qtvstools.regexpr/expression/RegExprAssert.cs b/QtVsTools.RegExpr/expression/RegExprAssert.cs
index aa374e09..aa374e09 100644
--- a/src/qtvstools.regexpr/expression/RegExprAssert.cs
+++ b/QtVsTools.RegExpr/expression/RegExprAssert.cs
diff --git a/src/qtvstools.regexpr/expression/RegExprChoice.cs b/QtVsTools.RegExpr/expression/RegExprChoice.cs
index 4a01b370..4a01b370 100644
--- a/src/qtvstools.regexpr/expression/RegExprChoice.cs
+++ b/QtVsTools.RegExpr/expression/RegExprChoice.cs
diff --git a/src/qtvstools.regexpr/expression/RegExprLiteral.cs b/QtVsTools.RegExpr/expression/RegExprLiteral.cs
index 0c5f94a0..0c5f94a0 100644
--- a/src/qtvstools.regexpr/expression/RegExprLiteral.cs
+++ b/QtVsTools.RegExpr/expression/RegExprLiteral.cs
diff --git a/src/qtvstools.regexpr/expression/RegExprRepeat.cs b/QtVsTools.RegExpr/expression/RegExprRepeat.cs
index 93a89e00..93a89e00 100644
--- a/src/qtvstools.regexpr/expression/RegExprRepeat.cs
+++ b/QtVsTools.RegExpr/expression/RegExprRepeat.cs
diff --git a/src/qtvstools.regexpr/expression/RegExprSequence.cs b/QtVsTools.RegExpr/expression/RegExprSequence.cs
index 7b422b66..7b422b66 100644
--- a/src/qtvstools.regexpr/expression/RegExprSequence.cs
+++ b/QtVsTools.RegExpr/expression/RegExprSequence.cs
diff --git a/src/qtvstools.regexpr/expression/RegExprToken.cs b/QtVsTools.RegExpr/expression/RegExprToken.cs
index ab661e17..ab661e17 100644
--- a/src/qtvstools.regexpr/expression/RegExprToken.cs
+++ b/QtVsTools.RegExpr/expression/RegExprToken.cs
diff --git a/src/qtvstools.regexpr/expression/Renderer.cs b/QtVsTools.RegExpr/expression/Renderer.cs
index 1a6f41ec..1a6f41ec 100644
--- a/src/qtvstools.regexpr/expression/Renderer.cs
+++ b/QtVsTools.RegExpr/expression/Renderer.cs
diff --git a/src/qtvstools.regexpr/parser/ParseTree.cs b/QtVsTools.RegExpr/parser/ParseTree.cs
index 6a9b1c6a..6a9b1c6a 100644
--- a/src/qtvstools.regexpr/parser/ParseTree.cs
+++ b/QtVsTools.RegExpr/parser/ParseTree.cs
diff --git a/src/qtvstools.regexpr/parser/Parser.cs b/QtVsTools.RegExpr/parser/Parser.cs
index bdb4e12b..bdb4e12b 100644
--- a/src/qtvstools.regexpr/parser/Parser.cs
+++ b/QtVsTools.RegExpr/parser/Parser.cs
diff --git a/src/qtvstools.regexpr/production/Production.cs b/QtVsTools.RegExpr/production/Production.cs
index 540a82e3..540a82e3 100644
--- a/src/qtvstools.regexpr/production/Production.cs
+++ b/QtVsTools.RegExpr/production/Production.cs
diff --git a/src/qtvstools.regexpr/production/ProductionRule.cs b/QtVsTools.RegExpr/production/ProductionRule.cs
index 1f95b8fb..1f95b8fb 100644
--- a/src/qtvstools.regexpr/production/ProductionRule.cs
+++ b/QtVsTools.RegExpr/production/ProductionRule.cs
diff --git a/src/qtvstools.regexpr/production/ProductionRuleAction.cs b/QtVsTools.RegExpr/production/ProductionRuleAction.cs
index 9276026a..9276026a 100644
--- a/src/qtvstools.regexpr/production/ProductionRuleAction.cs
+++ b/QtVsTools.RegExpr/production/ProductionRuleAction.cs
diff --git a/src/qtvstools.regexpr/utils/Consts.cs b/QtVsTools.RegExpr/utils/Consts.cs
index a5ff145c..a5ff145c 100644
--- a/src/qtvstools.regexpr/utils/Consts.cs
+++ b/QtVsTools.RegExpr/utils/Consts.cs
diff --git a/src/qtvstools.regexpr/utils/Utils.cs b/QtVsTools.RegExpr/utils/Utils.cs
index bce68583..bce68583 100644
--- a/src/qtvstools.regexpr/utils/Utils.cs
+++ b/QtVsTools.RegExpr/utils/Utils.cs
diff --git a/src/qtwizard/Properties/AssemblyInfo.cs b/QtVsTools.Wizards/Properties/AssemblyInfo.cs
index 1eb48360..1eb48360 100644
--- a/src/qtwizard/Properties/AssemblyInfo.cs
+++ b/QtVsTools.Wizards/Properties/AssemblyInfo.cs
diff --git a/src/qtwizard/QtVsTools.Wizards.csproj b/QtVsTools.Wizards/QtVsTools.Wizards.csproj
index bafc9f00..bafc9f00 100644
--- a/src/qtwizard/QtVsTools.Wizards.csproj
+++ b/QtVsTools.Wizards/QtVsTools.Wizards.csproj
diff --git a/src/qtwizard/Resources/ExpanderStyle.xaml b/QtVsTools.Wizards/Resources/ExpanderStyle.xaml
index 3636c3b8..3636c3b8 100644
--- a/src/qtwizard/Resources/ExpanderStyle.xaml
+++ b/QtVsTools.Wizards/Resources/ExpanderStyle.xaml
diff --git a/src/qtwizard/Resources/Qt-logo-small.png b/QtVsTools.Wizards/Resources/Qt-logo-small.png
index ce0adfba..ce0adfba 100644
--- a/src/qtwizard/Resources/Qt-logo-small.png
+++ b/QtVsTools.Wizards/Resources/Qt-logo-small.png
Binary files differ
diff --git a/src/qtwizard/Resources/QtProjectWizard.ico b/QtVsTools.Wizards/Resources/QtProjectWizard.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qtwizard/Resources/QtProjectWizard.ico
+++ b/QtVsTools.Wizards/Resources/QtProjectWizard.ico
Binary files differ
diff --git a/src/qtwizard/Resources/medium.png b/QtVsTools.Wizards/Resources/medium.png
index 2aaf7ff3..2aaf7ff3 100644
--- a/src/qtwizard/Resources/medium.png
+++ b/QtVsTools.Wizards/Resources/medium.png
Binary files differ
diff --git a/src/qtwizard/Resources/small.png b/QtVsTools.Wizards/Resources/small.png
index c3ee062b..c3ee062b 100644
--- a/src/qtwizard/Resources/small.png
+++ b/QtVsTools.Wizards/Resources/small.png
Binary files differ
diff --git a/src/qtwizard/Wizards/ClassWizard/AddClassPage.xaml b/QtVsTools.Wizards/Wizards/ClassWizard/AddClassPage.xaml
index ea5cf9f0..ea5cf9f0 100644
--- a/src/qtwizard/Wizards/ClassWizard/AddClassPage.xaml
+++ b/QtVsTools.Wizards/Wizards/ClassWizard/AddClassPage.xaml
diff --git a/src/qtwizard/Wizards/ClassWizard/AddClassPage.xaml.cs b/QtVsTools.Wizards/Wizards/ClassWizard/AddClassPage.xaml.cs
index 46bb44a8..46bb44a8 100644
--- a/src/qtwizard/Wizards/ClassWizard/AddClassPage.xaml.cs
+++ b/QtVsTools.Wizards/Wizards/ClassWizard/AddClassPage.xaml.cs
diff --git a/src/qtwizard/Wizards/ClassWizard/AddClassWizard.cs b/QtVsTools.Wizards/Wizards/ClassWizard/AddClassWizard.cs
index bee67b6a..bee67b6a 100644
--- a/src/qtwizard/Wizards/ClassWizard/AddClassWizard.cs
+++ b/QtVsTools.Wizards/Wizards/ClassWizard/AddClassWizard.cs
diff --git a/src/qtwizard/Wizards/ClassWizard/Class.cs b/QtVsTools.Wizards/Wizards/ClassWizard/Class.cs
index 2006d65b..2006d65b 100644
--- a/src/qtwizard/Wizards/ClassWizard/Class.cs
+++ b/QtVsTools.Wizards/Wizards/ClassWizard/Class.cs
diff --git a/src/qtwizard/Wizards/ClassWizard/ClassKind.cs b/QtVsTools.Wizards/Wizards/ClassWizard/ClassKind.cs
index 43ef6ac3..43ef6ac3 100644
--- a/src/qtwizard/Wizards/ClassWizard/ClassKind.cs
+++ b/QtVsTools.Wizards/Wizards/ClassWizard/ClassKind.cs
diff --git a/src/qtwizard/Wizards/ClassWizard/Core/CoreClassPage.xaml b/QtVsTools.Wizards/Wizards/ClassWizard/Core/CoreClassPage.xaml
index f852d368..f852d368 100644
--- a/src/qtwizard/Wizards/ClassWizard/Core/CoreClassPage.xaml
+++ b/QtVsTools.Wizards/Wizards/ClassWizard/Core/CoreClassPage.xaml
diff --git a/src/qtwizard/Wizards/ClassWizard/Core/CoreClassPage.xaml.cs b/QtVsTools.Wizards/Wizards/ClassWizard/Core/CoreClassPage.xaml.cs
index 04fe5b69..04fe5b69 100644
--- a/src/qtwizard/Wizards/ClassWizard/Core/CoreClassPage.xaml.cs
+++ b/QtVsTools.Wizards/Wizards/ClassWizard/Core/CoreClassPage.xaml.cs
diff --git a/src/qtwizard/Wizards/ClassWizard/Core/CoreClassWizard.cs b/QtVsTools.Wizards/Wizards/ClassWizard/Core/CoreClassWizard.cs
index f4dfe389..f4dfe389 100644
--- a/src/qtwizard/Wizards/ClassWizard/Core/CoreClassWizard.cs
+++ b/QtVsTools.Wizards/Wizards/ClassWizard/Core/CoreClassWizard.cs
diff --git a/src/qtwizard/Wizards/ClassWizard/Gui/GuiClassPage.xaml b/QtVsTools.Wizards/Wizards/ClassWizard/Gui/GuiClassPage.xaml
index 70123d6c..70123d6c 100644
--- a/src/qtwizard/Wizards/ClassWizard/Gui/GuiClassPage.xaml
+++ b/QtVsTools.Wizards/Wizards/ClassWizard/Gui/GuiClassPage.xaml
diff --git a/src/qtwizard/Wizards/ClassWizard/Gui/GuiClassPage.xaml.cs b/QtVsTools.Wizards/Wizards/ClassWizard/Gui/GuiClassPage.xaml.cs
index 3e64bde9..3e64bde9 100644
--- a/src/qtwizard/Wizards/ClassWizard/Gui/GuiClassPage.xaml.cs
+++ b/QtVsTools.Wizards/Wizards/ClassWizard/Gui/GuiClassPage.xaml.cs
diff --git a/src/qtwizard/Wizards/ClassWizard/Gui/GuiClassWizard.cs b/QtVsTools.Wizards/Wizards/ClassWizard/Gui/GuiClassWizard.cs
index 14ea7a5e..14ea7a5e 100644
--- a/src/qtwizard/Wizards/ClassWizard/Gui/GuiClassWizard.cs
+++ b/QtVsTools.Wizards/Wizards/ClassWizard/Gui/GuiClassWizard.cs
diff --git a/src/qtwizard/Wizards/ClassWizard/IClassWizard.cs b/QtVsTools.Wizards/Wizards/ClassWizard/IClassWizard.cs
index 4a877c42..4a877c42 100644
--- a/src/qtwizard/Wizards/ClassWizard/IClassWizard.cs
+++ b/QtVsTools.Wizards/Wizards/ClassWizard/IClassWizard.cs
diff --git a/src/qtwizard/Wizards/ClassWizard/UiClassInclusion.cs b/QtVsTools.Wizards/Wizards/ClassWizard/UiClassInclusion.cs
index 7d8bb14e..7d8bb14e 100644
--- a/src/qtwizard/Wizards/ClassWizard/UiClassInclusion.cs
+++ b/QtVsTools.Wizards/Wizards/ClassWizard/UiClassInclusion.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/ConfigPage.xaml b/QtVsTools.Wizards/Wizards/ProjectWizard/ConfigPage.xaml
index fcbd511a..fcbd511a 100644
--- a/src/qtwizard/Wizards/ProjectWizard/ConfigPage.xaml
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/ConfigPage.xaml
diff --git a/src/qtwizard/Wizards/ProjectWizard/ConfigPage.xaml.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/ConfigPage.xaml.cs
index c9bf5311..c9bf5311 100644
--- a/src/qtwizard/Wizards/ProjectWizard/ConfigPage.xaml.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/ConfigPage.xaml.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/Console/ConsoleWizard.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/Console/ConsoleWizard.cs
index 4557eae4..4557eae4 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Console/ConsoleWizard.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Console/ConsoleWizard.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/Designer/DesignerPage.xaml b/QtVsTools.Wizards/Wizards/ProjectWizard/Designer/DesignerPage.xaml
index 50df7650..50df7650 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Designer/DesignerPage.xaml
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Designer/DesignerPage.xaml
diff --git a/src/qtwizard/Wizards/ProjectWizard/Designer/DesignerPage.xaml.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/Designer/DesignerPage.xaml.cs
index 953d0e3a..953d0e3a 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Designer/DesignerPage.xaml.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Designer/DesignerPage.xaml.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/Designer/DesignerWizard.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/Designer/DesignerWizard.cs
index b68d8beb..b68d8beb 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Designer/DesignerWizard.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Designer/DesignerWizard.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/Empty/EmptyWizard.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/Empty/EmptyWizard.cs
index 61a0e89f..61a0e89f 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Empty/EmptyWizard.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Empty/EmptyWizard.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/Gui/GuiPage.xaml b/QtVsTools.Wizards/Wizards/ProjectWizard/Gui/GuiPage.xaml
index ccdadf36..ccdadf36 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Gui/GuiPage.xaml
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Gui/GuiPage.xaml
diff --git a/src/qtwizard/Wizards/ProjectWizard/Gui/GuiPage.xaml.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/Gui/GuiPage.xaml.cs
index 3f3caea2..3f3caea2 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Gui/GuiPage.xaml.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Gui/GuiPage.xaml.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/Gui/GuiWizard.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/Gui/GuiWizard.cs
index d8cafa76..d8cafa76 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Gui/GuiWizard.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Gui/GuiWizard.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/Library/LibraryClassPage.xaml b/QtVsTools.Wizards/Wizards/ProjectWizard/Library/LibraryClassPage.xaml
index 1a834685..1a834685 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Library/LibraryClassPage.xaml
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Library/LibraryClassPage.xaml
diff --git a/src/qtwizard/Wizards/ProjectWizard/Library/LibraryClassPage.xaml.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/Library/LibraryClassPage.xaml.cs
index 82f9c727..82f9c727 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Library/LibraryClassPage.xaml.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Library/LibraryClassPage.xaml.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/Library/LibraryWizard.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/Library/LibraryWizard.cs
index 4c98e7c5..4c98e7c5 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Library/LibraryWizard.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Library/LibraryWizard.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/ModulePage.xaml b/QtVsTools.Wizards/Wizards/ProjectWizard/ModulePage.xaml
index 520be059..520be059 100644
--- a/src/qtwizard/Wizards/ProjectWizard/ModulePage.xaml
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/ModulePage.xaml
diff --git a/src/qtwizard/Wizards/ProjectWizard/ModulePage.xaml.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/ModulePage.xaml.cs
index f81d6b65..f81d6b65 100644
--- a/src/qtwizard/Wizards/ProjectWizard/ModulePage.xaml.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/ModulePage.xaml.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/ProjectTemplateWizard.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/ProjectTemplateWizard.cs
index dca0dafd..dca0dafd 100644
--- a/src/qtwizard/Wizards/ProjectWizard/ProjectTemplateWizard.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/ProjectTemplateWizard.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/Quick/QuickWizard.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/Quick/QuickWizard.cs
index 71d24518..71d24518 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Quick/QuickWizard.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Quick/QuickWizard.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/Server/ServerPage.xaml b/QtVsTools.Wizards/Wizards/ProjectWizard/Server/ServerPage.xaml
index fd77722c..fd77722c 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Server/ServerPage.xaml
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Server/ServerPage.xaml
diff --git a/src/qtwizard/Wizards/ProjectWizard/Server/ServerPage.xaml.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/Server/ServerPage.xaml.cs
index f6a6c7fd..f6a6c7fd 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Server/ServerPage.xaml.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Server/ServerPage.xaml.cs
diff --git a/src/qtwizard/Wizards/ProjectWizard/Server/ServerWizard.cs b/QtVsTools.Wizards/Wizards/ProjectWizard/Server/ServerWizard.cs
index e836021d..e836021d 100644
--- a/src/qtwizard/Wizards/ProjectWizard/Server/ServerWizard.cs
+++ b/QtVsTools.Wizards/Wizards/ProjectWizard/Server/ServerWizard.cs
diff --git a/src/qtwizard/Wizards/Util/ClassNameValidationRule.cs b/QtVsTools.Wizards/Wizards/Util/ClassNameValidationRule.cs
index 927e15ad..927e15ad 100644
--- a/src/qtwizard/Wizards/Util/ClassNameValidationRule.cs
+++ b/QtVsTools.Wizards/Wizards/Util/ClassNameValidationRule.cs
diff --git a/src/qtwizard/Wizards/Util/FileExistsInFilterValidationRule.cs b/QtVsTools.Wizards/Wizards/Util/FileExistsInFilterValidationRule.cs
index 21c7c515..21c7c515 100644
--- a/src/qtwizard/Wizards/Util/FileExistsInFilterValidationRule.cs
+++ b/QtVsTools.Wizards/Wizards/Util/FileExistsInFilterValidationRule.cs
diff --git a/src/qtwizard/Wizards/Util/FileNameValidationRule.cs b/QtVsTools.Wizards/Wizards/Util/FileNameValidationRule.cs
index ff80a507..ff80a507 100644
--- a/src/qtwizard/Wizards/Util/FileNameValidationRule.cs
+++ b/QtVsTools.Wizards/Wizards/Util/FileNameValidationRule.cs
diff --git a/src/qtwizard/Wizards/Util/NativeMethods.cs b/QtVsTools.Wizards/Wizards/Util/NativeMethods.cs
index b2a3715a..b2a3715a 100644
--- a/src/qtwizard/Wizards/Util/NativeMethods.cs
+++ b/QtVsTools.Wizards/Wizards/Util/NativeMethods.cs
diff --git a/src/qtwizard/Wizards/Util/SortComboBoxItem.cs b/QtVsTools.Wizards/Wizards/Util/SortComboBoxItem.cs
index 07e1263f..07e1263f 100644
--- a/src/qtwizard/Wizards/Util/SortComboBoxItem.cs
+++ b/QtVsTools.Wizards/Wizards/Util/SortComboBoxItem.cs
diff --git a/src/qtwizard/Wizards/Util/UnsafeNativeMethods.cs b/QtVsTools.Wizards/Wizards/Util/UnsafeNativeMethods.cs
index 2d3d8689..2d3d8689 100644
--- a/src/qtwizard/Wizards/Util/UnsafeNativeMethods.cs
+++ b/QtVsTools.Wizards/Wizards/Util/UnsafeNativeMethods.cs
diff --git a/src/qtwizard/Wizards/Util/VCLanguageManagerValidationRule.cs b/QtVsTools.Wizards/Wizards/Util/VCLanguageManagerValidationRule.cs
index c9280da9..c9280da9 100644
--- a/src/qtwizard/Wizards/Util/VCLanguageManagerValidationRule.cs
+++ b/QtVsTools.Wizards/Wizards/Util/VCLanguageManagerValidationRule.cs
diff --git a/src/qtwizard/Wizards/WizardData.cs b/QtVsTools.Wizards/Wizards/WizardData.cs
index 6164091d..6164091d 100644
--- a/src/qtwizard/Wizards/WizardData.cs
+++ b/QtVsTools.Wizards/Wizards/WizardData.cs
diff --git a/src/qtwizard/Wizards/WizardIntroPage.xaml b/QtVsTools.Wizards/Wizards/WizardIntroPage.xaml
index ec8e76b7..ec8e76b7 100644
--- a/src/qtwizard/Wizards/WizardIntroPage.xaml
+++ b/QtVsTools.Wizards/Wizards/WizardIntroPage.xaml
diff --git a/src/qtwizard/Wizards/WizardIntroPage.xaml.cs b/QtVsTools.Wizards/Wizards/WizardIntroPage.xaml.cs
index 4b62386c..4b62386c 100644
--- a/src/qtwizard/Wizards/WizardIntroPage.xaml.cs
+++ b/QtVsTools.Wizards/Wizards/WizardIntroPage.xaml.cs
diff --git a/src/qtwizard/Wizards/WizardPage.cs b/QtVsTools.Wizards/Wizards/WizardPage.cs
index eb025dd1..eb025dd1 100644
--- a/src/qtwizard/Wizards/WizardPage.cs
+++ b/QtVsTools.Wizards/Wizards/WizardPage.cs
diff --git a/src/qtwizard/Wizards/WizardResult.cs b/QtVsTools.Wizards/Wizards/WizardResult.cs
index ea72e594..ea72e594 100644
--- a/src/qtwizard/Wizards/WizardResult.cs
+++ b/QtVsTools.Wizards/Wizards/WizardResult.cs
diff --git a/src/qtwizard/Wizards/WizardWindow.xaml b/QtVsTools.Wizards/Wizards/WizardWindow.xaml
index 1cfcfc3b..1cfcfc3b 100644
--- a/src/qtwizard/Wizards/WizardWindow.xaml
+++ b/QtVsTools.Wizards/Wizards/WizardWindow.xaml
diff --git a/src/qtwizard/Wizards/WizardWindow.xaml.cs b/QtVsTools.Wizards/Wizards/WizardWindow.xaml.cs
index ffeef3d4..ffeef3d4 100644
--- a/src/qtwizard/Wizards/WizardWindow.xaml.cs
+++ b/QtVsTools.Wizards/Wizards/WizardWindow.xaml.cs
diff --git a/src/qttemplates/console/Properties/AssemblyInfo.cs b/Templates/console/Properties/AssemblyInfo.cs
index 30132957..30132957 100644
--- a/src/qttemplates/console/Properties/AssemblyInfo.cs
+++ b/Templates/console/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/console/Console.csproj b/Templates/console/QtTemplate.Project.Console.csproj
index 508bda30..508bda30 100644
--- a/src/qttemplates/console/Console.csproj
+++ b/Templates/console/QtTemplate.Project.Console.csproj
diff --git a/src/qttemplates/console/console.ico b/Templates/console/console.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/console/console.ico
+++ b/Templates/console/console.ico
Binary files differ
diff --git a/src/qttemplates/console/console.vcxproj b/Templates/console/console.vcxproj
index fbd4048a..fbd4048a 100644
--- a/src/qttemplates/console/console.vcxproj
+++ b/Templates/console/console.vcxproj
diff --git a/src/qttemplates/console/console.vcxproj.filters b/Templates/console/console.vcxproj.filters
index 797f8df4..797f8df4 100644
--- a/src/qttemplates/console/console.vcxproj.filters
+++ b/Templates/console/console.vcxproj.filters
diff --git a/src/qttemplates/console/console.vstemplate_TT b/Templates/console/console.vstemplate_TT
index 96452487..96452487 100644
--- a/src/qttemplates/console/console.vstemplate_TT
+++ b/Templates/console/console.vstemplate_TT
diff --git a/src/qttemplates/console/main.cpp b/Templates/console/main.cpp
index 03cd4d59..03cd4d59 100644
--- a/src/qttemplates/console/main.cpp
+++ b/Templates/console/main.cpp
diff --git a/src/qttemplates/designer/Properties/AssemblyInfo.cs b/Templates/designer/Properties/AssemblyInfo.cs
index 673b13b4..673b13b4 100644
--- a/src/qttemplates/designer/Properties/AssemblyInfo.cs
+++ b/Templates/designer/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/designer/Designer.csproj b/Templates/designer/QtTemplate.Project.Designer.csproj
index 83c2e4ed..83c2e4ed 100644
--- a/src/qttemplates/designer/Designer.csproj
+++ b/Templates/designer/QtTemplate.Project.Designer.csproj
diff --git a/src/qttemplates/designer/designer.ico b/Templates/designer/designer.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/designer/designer.ico
+++ b/Templates/designer/designer.ico
Binary files differ
diff --git a/src/qttemplates/designer/designer.vcxproj b/Templates/designer/designer.vcxproj
index f32dc6e3..f32dc6e3 100644
--- a/src/qttemplates/designer/designer.vcxproj
+++ b/Templates/designer/designer.vcxproj
diff --git a/src/qttemplates/designer/designer.vcxproj.filters b/Templates/designer/designer.vcxproj.filters
index 4ce26536..4ce26536 100644
--- a/src/qttemplates/designer/designer.vcxproj.filters
+++ b/Templates/designer/designer.vcxproj.filters
diff --git a/src/qttemplates/designer/designer.vstemplate_TT b/Templates/designer/designer.vstemplate_TT
index 1ac89e49..1ac89e49 100644
--- a/src/qttemplates/designer/designer.vstemplate_TT
+++ b/Templates/designer/designer.vstemplate_TT
diff --git a/src/qttemplates/designer/plugin.cpp b/Templates/designer/plugin.cpp
index 8c04ffc3..8c04ffc3 100644
--- a/src/qttemplates/designer/plugin.cpp
+++ b/Templates/designer/plugin.cpp
diff --git a/src/qttemplates/designer/plugin.h b/Templates/designer/plugin.h
index 757f2eab..757f2eab 100644
--- a/src/qttemplates/designer/plugin.h
+++ b/Templates/designer/plugin.h
diff --git a/src/qttemplates/designer/plugin.json b/Templates/designer/plugin.json
index 0967ef42..0967ef42 100644
--- a/src/qttemplates/designer/plugin.json
+++ b/Templates/designer/plugin.json
diff --git a/src/qttemplates/designer/stdafx.cpp b/Templates/designer/stdafx.cpp
index fd4f341c..fd4f341c 100644
--- a/src/qttemplates/designer/stdafx.cpp
+++ b/Templates/designer/stdafx.cpp
diff --git a/src/qttemplates/designer/stdafx.h b/Templates/designer/stdafx.h
index c3cbb7da..c3cbb7da 100644
--- a/src/qttemplates/designer/stdafx.h
+++ b/Templates/designer/stdafx.h
diff --git a/src/qttemplates/designer/widget.cpp b/Templates/designer/widget.cpp
index 177f7c3f..177f7c3f 100644
--- a/src/qttemplates/designer/widget.cpp
+++ b/Templates/designer/widget.cpp
diff --git a/src/qttemplates/designer/widget.h b/Templates/designer/widget.h
index 4da897dd..4da897dd 100644
--- a/src/qttemplates/designer/widget.h
+++ b/Templates/designer/widget.h
diff --git a/src/qttemplates/dialogbuttonbottom/Properties/AssemblyInfo.cs b/Templates/dialogbuttonbottom/Properties/AssemblyInfo.cs
index 6ddb675d..6ddb675d 100644
--- a/src/qttemplates/dialogbuttonbottom/Properties/AssemblyInfo.cs
+++ b/Templates/dialogbuttonbottom/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/dialogbuttonbottom/DialogButtonBottom.csproj b/Templates/dialogbuttonbottom/QtTemplate.Item.DialogButtonBottom.csproj
index e4c44879..e4c44879 100644
--- a/src/qttemplates/dialogbuttonbottom/DialogButtonBottom.csproj
+++ b/Templates/dialogbuttonbottom/QtTemplate.Item.DialogButtonBottom.csproj
diff --git a/src/qttemplates/dialogbuttonbottom/dialogbuttonbottom.ico b/Templates/dialogbuttonbottom/dialogbuttonbottom.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/dialogbuttonbottom/dialogbuttonbottom.ico
+++ b/Templates/dialogbuttonbottom/dialogbuttonbottom.ico
Binary files differ
diff --git a/src/qttemplates/dialogbuttonbottom/dialogbuttonbottom.ui b/Templates/dialogbuttonbottom/dialogbuttonbottom.ui
index 45832a07..45832a07 100644
--- a/src/qttemplates/dialogbuttonbottom/dialogbuttonbottom.ui
+++ b/Templates/dialogbuttonbottom/dialogbuttonbottom.ui
diff --git a/src/qttemplates/dialogbuttonbottom/dialogbuttonbottom.vstemplate b/Templates/dialogbuttonbottom/dialogbuttonbottom.vstemplate
index c6b1b2b4..c6b1b2b4 100644
--- a/src/qttemplates/dialogbuttonbottom/dialogbuttonbottom.vstemplate
+++ b/Templates/dialogbuttonbottom/dialogbuttonbottom.vstemplate
diff --git a/src/qttemplates/dialogbuttonright/Properties/AssemblyInfo.cs b/Templates/dialogbuttonright/Properties/AssemblyInfo.cs
index 5e61247b..5e61247b 100644
--- a/src/qttemplates/dialogbuttonright/Properties/AssemblyInfo.cs
+++ b/Templates/dialogbuttonright/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/dialogbuttonright/DialogButtonRight.csproj b/Templates/dialogbuttonright/QtTemplate.Item.DialogButtonRight.csproj
index b823ce1c..b823ce1c 100644
--- a/src/qttemplates/dialogbuttonright/DialogButtonRight.csproj
+++ b/Templates/dialogbuttonright/QtTemplate.Item.DialogButtonRight.csproj
diff --git a/src/qttemplates/dialogbuttonright/dialogbuttonright.ico b/Templates/dialogbuttonright/dialogbuttonright.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/dialogbuttonright/dialogbuttonright.ico
+++ b/Templates/dialogbuttonright/dialogbuttonright.ico
Binary files differ
diff --git a/src/qttemplates/dialogbuttonright/dialogbuttonright.ui b/Templates/dialogbuttonright/dialogbuttonright.ui
index 57aa227f..57aa227f 100644
--- a/src/qttemplates/dialogbuttonright/dialogbuttonright.ui
+++ b/Templates/dialogbuttonright/dialogbuttonright.ui
diff --git a/src/qttemplates/dialogbuttonright/dialogbuttonright.vstemplate b/Templates/dialogbuttonright/dialogbuttonright.vstemplate
index 76406071..76406071 100644
--- a/src/qttemplates/dialogbuttonright/dialogbuttonright.vstemplate
+++ b/Templates/dialogbuttonright/dialogbuttonright.vstemplate
diff --git a/src/qttemplates/empty/Properties/AssemblyInfo.cs b/Templates/empty/Properties/AssemblyInfo.cs
index 4061e2ae..4061e2ae 100644
--- a/src/qttemplates/empty/Properties/AssemblyInfo.cs
+++ b/Templates/empty/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/empty/Empty.csproj b/Templates/empty/QtTemplate.Project.Empty.csproj
index 01cc137c..01cc137c 100644
--- a/src/qttemplates/empty/Empty.csproj
+++ b/Templates/empty/QtTemplate.Project.Empty.csproj
diff --git a/src/qttemplates/empty/empty.ico b/Templates/empty/empty.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/empty/empty.ico
+++ b/Templates/empty/empty.ico
Binary files differ
diff --git a/src/qttemplates/empty/empty.vcxproj b/Templates/empty/empty.vcxproj
index 70c2cef5..70c2cef5 100644
--- a/src/qttemplates/empty/empty.vcxproj
+++ b/Templates/empty/empty.vcxproj
diff --git a/src/qttemplates/empty/empty.vcxproj.filters b/Templates/empty/empty.vcxproj.filters
index 43551544..43551544 100644
--- a/src/qttemplates/empty/empty.vcxproj.filters
+++ b/Templates/empty/empty.vcxproj.filters
diff --git a/src/qttemplates/empty/empty.vstemplate_TT b/Templates/empty/empty.vstemplate_TT
index c83d9dde..c83d9dde 100644
--- a/src/qttemplates/empty/empty.vstemplate_TT
+++ b/Templates/empty/empty.vstemplate_TT
diff --git a/src/qttemplates/gui/Properties/AssemblyInfo.cs b/Templates/gui/Properties/AssemblyInfo.cs
index 90c26eb8..90c26eb8 100644
--- a/src/qttemplates/gui/Properties/AssemblyInfo.cs
+++ b/Templates/gui/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/gui/Gui.csproj b/Templates/gui/QtTemplate.Project.Gui.csproj
index 730ce7cf..730ce7cf 100644
--- a/src/qttemplates/gui/Gui.csproj
+++ b/Templates/gui/QtTemplate.Project.Gui.csproj
diff --git a/src/qttemplates/gui/gui.ico b/Templates/gui/gui.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/gui/gui.ico
+++ b/Templates/gui/gui.ico
Binary files differ
diff --git a/src/qttemplates/gui/gui.vcxproj b/Templates/gui/gui.vcxproj
index 58731f3c..58731f3c 100644
--- a/src/qttemplates/gui/gui.vcxproj
+++ b/Templates/gui/gui.vcxproj
diff --git a/src/qttemplates/gui/gui.vcxproj.filters b/Templates/gui/gui.vcxproj.filters
index 0e783c5e..0e783c5e 100644
--- a/src/qttemplates/gui/gui.vcxproj.filters
+++ b/Templates/gui/gui.vcxproj.filters
diff --git a/src/qttemplates/gui/gui.vstemplate_TT b/Templates/gui/gui.vstemplate_TT
index 653242e0..653242e0 100644
--- a/src/qttemplates/gui/gui.vstemplate_TT
+++ b/Templates/gui/gui.vstemplate_TT
diff --git a/src/qttemplates/gui/main.cpp b/Templates/gui/main.cpp
index df591883..df591883 100644
--- a/src/qttemplates/gui/main.cpp
+++ b/Templates/gui/main.cpp
diff --git a/src/qttemplates/gui/stdafx.cpp b/Templates/gui/stdafx.cpp
index fd4f341c..fd4f341c 100644
--- a/src/qttemplates/gui/stdafx.cpp
+++ b/Templates/gui/stdafx.cpp
diff --git a/src/qttemplates/gui/stdafx.h b/Templates/gui/stdafx.h
index c3cbb7da..c3cbb7da 100644
--- a/src/qttemplates/gui/stdafx.h
+++ b/Templates/gui/stdafx.h
diff --git a/src/qttemplates/gui/widget.cpp b/Templates/gui/widget.cpp
index 2a11cc5e..2a11cc5e 100644
--- a/src/qttemplates/gui/widget.cpp
+++ b/Templates/gui/widget.cpp
diff --git a/src/qttemplates/gui/widget.h b/Templates/gui/widget.h
index d1b9318b..d1b9318b 100644
--- a/src/qttemplates/gui/widget.h
+++ b/Templates/gui/widget.h
diff --git a/src/qttemplates/gui/widget.ui b/Templates/gui/widget.ui
index 39410a26..39410a26 100644
--- a/src/qttemplates/gui/widget.ui
+++ b/Templates/gui/widget.ui
diff --git a/src/qttemplates/lib/Properties/AssemblyInfo.cs b/Templates/lib/Properties/AssemblyInfo.cs
index 74e8b937..74e8b937 100644
--- a/src/qttemplates/lib/Properties/AssemblyInfo.cs
+++ b/Templates/lib/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/lib/Lib.csproj b/Templates/lib/QtTemplate.Project.Lib.csproj
index 1ca74cbc..1ca74cbc 100644
--- a/src/qttemplates/lib/Lib.csproj
+++ b/Templates/lib/QtTemplate.Project.Lib.csproj
diff --git a/src/qttemplates/lib/global.h b/Templates/lib/global.h
index f55916ce..f55916ce 100644
--- a/src/qttemplates/lib/global.h
+++ b/Templates/lib/global.h
diff --git a/src/qttemplates/lib/header.h b/Templates/lib/header.h
index 99d442bf..99d442bf 100644
--- a/src/qttemplates/lib/header.h
+++ b/Templates/lib/header.h
diff --git a/src/qttemplates/lib/lib.ico b/Templates/lib/lib.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/lib/lib.ico
+++ b/Templates/lib/lib.ico
Binary files differ
diff --git a/src/qttemplates/lib/lib.vcxproj b/Templates/lib/lib.vcxproj
index e3f38124..e3f38124 100644
--- a/src/qttemplates/lib/lib.vcxproj
+++ b/Templates/lib/lib.vcxproj
diff --git a/src/qttemplates/lib/lib.vcxproj.filters b/Templates/lib/lib.vcxproj.filters
index 51555ca8..51555ca8 100644
--- a/src/qttemplates/lib/lib.vcxproj.filters
+++ b/Templates/lib/lib.vcxproj.filters
diff --git a/src/qttemplates/lib/lib.vstemplate_TT b/Templates/lib/lib.vstemplate_TT
index a913dec1..a913dec1 100644
--- a/src/qttemplates/lib/lib.vstemplate_TT
+++ b/Templates/lib/lib.vstemplate_TT
diff --git a/src/qttemplates/lib/source.cpp b/Templates/lib/source.cpp
index 67126b70..67126b70 100644
--- a/src/qttemplates/lib/source.cpp
+++ b/Templates/lib/source.cpp
diff --git a/src/qttemplates/lib/stdafx.cpp b/Templates/lib/stdafx.cpp
index fd4f341c..fd4f341c 100644
--- a/src/qttemplates/lib/stdafx.cpp
+++ b/Templates/lib/stdafx.cpp
diff --git a/src/qttemplates/lib/stdafx.h b/Templates/lib/stdafx.h
index e69de29b..e69de29b 100644
--- a/src/qttemplates/lib/stdafx.h
+++ b/Templates/lib/stdafx.h
diff --git a/src/qttemplates/mainwindow/Properties/AssemblyInfo.cs b/Templates/mainwindow/Properties/AssemblyInfo.cs
index fa36a495..fa36a495 100644
--- a/src/qttemplates/mainwindow/Properties/AssemblyInfo.cs
+++ b/Templates/mainwindow/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/mainwindow/MainWindow.csproj b/Templates/mainwindow/QtTemplate.Item.MainWindow.csproj
index c5da36cf..c5da36cf 100644
--- a/src/qttemplates/mainwindow/MainWindow.csproj
+++ b/Templates/mainwindow/QtTemplate.Item.MainWindow.csproj
diff --git a/src/qttemplates/mainwindow/mainwindow.ico b/Templates/mainwindow/mainwindow.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/mainwindow/mainwindow.ico
+++ b/Templates/mainwindow/mainwindow.ico
Binary files differ
diff --git a/src/qttemplates/mainwindow/mainwindow.ui b/Templates/mainwindow/mainwindow.ui
index e08d0b06..e08d0b06 100644
--- a/src/qttemplates/mainwindow/mainwindow.ui
+++ b/Templates/mainwindow/mainwindow.ui
diff --git a/src/qttemplates/mainwindow/mainwindow.vstemplate b/Templates/mainwindow/mainwindow.vstemplate
index 8dfebfd5..8dfebfd5 100644
--- a/src/qttemplates/mainwindow/mainwindow.vstemplate
+++ b/Templates/mainwindow/mainwindow.vstemplate
diff --git a/src/qttemplates/qml/NewFile.qml b/Templates/qml/NewFile.qml
index 0f4bf05c..0f4bf05c 100644
--- a/src/qttemplates/qml/NewFile.qml
+++ b/Templates/qml/NewFile.qml
diff --git a/src/qttemplates/qml/Properties/AssemblyInfo.cs b/Templates/qml/Properties/AssemblyInfo.cs
index 5f7b2f8e..5f7b2f8e 100644
--- a/src/qttemplates/qml/Properties/AssemblyInfo.cs
+++ b/Templates/qml/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/qml/QMLFile.csproj b/Templates/qml/QtTemplate.Item.QMLFile.csproj
index 012eb0ab..012eb0ab 100644
--- a/src/qttemplates/qml/QMLFile.csproj
+++ b/Templates/qml/QtTemplate.Item.QMLFile.csproj
diff --git a/src/qttemplates/qml/qml.ico b/Templates/qml/qml.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/qml/qml.ico
+++ b/Templates/qml/qml.ico
Binary files differ
diff --git a/src/qttemplates/qml/qml.vstemplate b/Templates/qml/qml.vstemplate
index e7a44c8e..e7a44c8e 100644
--- a/src/qttemplates/qml/qml.vstemplate
+++ b/Templates/qml/qml.vstemplate
diff --git a/src/qttemplates/qmldir/Properties/AssemblyInfo.cs b/Templates/qmldir/Properties/AssemblyInfo.cs
index 5f7b2f8e..5f7b2f8e 100644
--- a/src/qttemplates/qmldir/Properties/AssemblyInfo.cs
+++ b/Templates/qmldir/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/qmldir/QMLDir.csproj b/Templates/qmldir/QtTemplate.Item.QMLDir.csproj
index 274ecc09..274ecc09 100644
--- a/src/qttemplates/qmldir/QMLDir.csproj
+++ b/Templates/qmldir/QtTemplate.Item.QMLDir.csproj
diff --git a/src/qttemplates/qmldir/qml.ico b/Templates/qmldir/qml.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/qmldir/qml.ico
+++ b/Templates/qmldir/qml.ico
Binary files differ
diff --git a/src/qttemplates/qmldir/qmldir b/Templates/qmldir/qmldir
index 684ff026..684ff026 100644
--- a/src/qttemplates/qmldir/qmldir
+++ b/Templates/qmldir/qmldir
diff --git a/src/qttemplates/qmldir/qmldir.vstemplate b/Templates/qmldir/qmldir.vstemplate
index 1036eb95..1036eb95 100644
--- a/src/qttemplates/qmldir/qmldir.vstemplate
+++ b/Templates/qmldir/qmldir.vstemplate
diff --git a/src/qttemplates/quick/Properties/AssemblyInfo.cs b/Templates/quick/Properties/AssemblyInfo.cs
index f0acee34..f0acee34 100644
--- a/src/qttemplates/quick/Properties/AssemblyInfo.cs
+++ b/Templates/quick/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/quick/Quick.csproj b/Templates/quick/QtTemplate.Project.Quick.csproj
index 035951cc..035951cc 100644
--- a/src/qttemplates/quick/Quick.csproj
+++ b/Templates/quick/QtTemplate.Project.Quick.csproj
diff --git a/src/qttemplates/quick/main.cpp b/Templates/quick/main.cpp
index da0aa663..da0aa663 100644
--- a/src/qttemplates/quick/main.cpp
+++ b/Templates/quick/main.cpp
diff --git a/src/qttemplates/quick/main.qml b/Templates/quick/main.qml
index 188049da..188049da 100644
--- a/src/qttemplates/quick/main.qml
+++ b/Templates/quick/main.qml
diff --git a/src/qttemplates/quick/qml.qrc b/Templates/quick/qml.qrc
index 5f6483ac..5f6483ac 100644
--- a/src/qttemplates/quick/qml.qrc
+++ b/Templates/quick/qml.qrc
diff --git a/src/qttemplates/quick/quick.ico b/Templates/quick/quick.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/quick/quick.ico
+++ b/Templates/quick/quick.ico
Binary files differ
diff --git a/src/qttemplates/quick/quick.vcxproj b/Templates/quick/quick.vcxproj
index 17f6b66a..17f6b66a 100644
--- a/src/qttemplates/quick/quick.vcxproj
+++ b/Templates/quick/quick.vcxproj
diff --git a/src/qttemplates/quick/quick.vcxproj.filters b/Templates/quick/quick.vcxproj.filters
index eeec1250..eeec1250 100644
--- a/src/qttemplates/quick/quick.vcxproj.filters
+++ b/Templates/quick/quick.vcxproj.filters
diff --git a/src/qttemplates/quick/quick.vstemplate_TT b/Templates/quick/quick.vstemplate_TT
index 8ba8b45a..8ba8b45a 100644
--- a/src/qttemplates/quick/quick.vstemplate_TT
+++ b/Templates/quick/quick.vstemplate_TT
diff --git a/src/qttemplates/resource/Properties/AssemblyInfo.cs b/Templates/resource/Properties/AssemblyInfo.cs
index f1883d4c..f1883d4c 100644
--- a/src/qttemplates/resource/Properties/AssemblyInfo.cs
+++ b/Templates/resource/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/resource/Resource.csproj b/Templates/resource/QtTemplate.Item.Resource.csproj
index 6eaf2109..6eaf2109 100644
--- a/src/qttemplates/resource/Resource.csproj
+++ b/Templates/resource/QtTemplate.Item.Resource.csproj
diff --git a/src/qttemplates/resource/resource.ico b/Templates/resource/resource.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/resource/resource.ico
+++ b/Templates/resource/resource.ico
Binary files differ
diff --git a/src/qttemplates/resource/resource.qrc b/Templates/resource/resource.qrc
index 9fdcc6eb..9fdcc6eb 100644
--- a/src/qttemplates/resource/resource.qrc
+++ b/Templates/resource/resource.qrc
diff --git a/src/qttemplates/resource/resource.vstemplate b/Templates/resource/resource.vstemplate
index 03311c4b..03311c4b 100644
--- a/src/qttemplates/resource/resource.vstemplate
+++ b/Templates/resource/resource.vstemplate
diff --git a/src/qttemplates/server/Properties/AssemblyInfo.cs b/Templates/server/Properties/AssemblyInfo.cs
index 609f6522..609f6522 100644
--- a/src/qttemplates/server/Properties/AssemblyInfo.cs
+++ b/Templates/server/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/server/Server.csproj b/Templates/server/QtTemplate.Project.Server.csproj
index dc5fb40d..dc5fb40d 100644
--- a/src/qttemplates/server/Server.csproj
+++ b/Templates/server/QtTemplate.Project.Server.csproj
diff --git a/src/qttemplates/server/header.h b/Templates/server/header.h
index 997a6865..997a6865 100644
--- a/src/qttemplates/server/header.h
+++ b/Templates/server/header.h
diff --git a/src/qttemplates/server/server.def b/Templates/server/server.def
index 0a7d8283..0a7d8283 100644
--- a/src/qttemplates/server/server.def
+++ b/Templates/server/server.def
diff --git a/src/qttemplates/server/server.ico b/Templates/server/server.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/server/server.ico
+++ b/Templates/server/server.ico
Binary files differ
diff --git a/src/qttemplates/server/server.rc b/Templates/server/server.rc
index 34e9b93a..34e9b93a 100644
--- a/src/qttemplates/server/server.rc
+++ b/Templates/server/server.rc
diff --git a/src/qttemplates/server/server.vcxproj b/Templates/server/server.vcxproj
index b2a0d838..b2a0d838 100644
--- a/src/qttemplates/server/server.vcxproj
+++ b/Templates/server/server.vcxproj
diff --git a/src/qttemplates/server/server.vcxproj.filters b/Templates/server/server.vcxproj.filters
index e9f5f001..e9f5f001 100644
--- a/src/qttemplates/server/server.vcxproj.filters
+++ b/Templates/server/server.vcxproj.filters
diff --git a/src/qttemplates/server/server.vstemplate_TT b/Templates/server/server.vstemplate_TT
index cb1569d2..cb1569d2 100644
--- a/src/qttemplates/server/server.vstemplate_TT
+++ b/Templates/server/server.vstemplate_TT
diff --git a/src/qttemplates/server/source.cpp b/Templates/server/source.cpp
index 36a3c6bb..36a3c6bb 100644
--- a/src/qttemplates/server/source.cpp
+++ b/Templates/server/source.cpp
diff --git a/src/qttemplates/server/stdafx.cpp b/Templates/server/stdafx.cpp
index fd4f341c..fd4f341c 100644
--- a/src/qttemplates/server/stdafx.cpp
+++ b/Templates/server/stdafx.cpp
diff --git a/src/qttemplates/server/stdafx.h b/Templates/server/stdafx.h
index c3cbb7da..c3cbb7da 100644
--- a/src/qttemplates/server/stdafx.h
+++ b/Templates/server/stdafx.h
diff --git a/src/qttemplates/server/widget.ui b/Templates/server/widget.ui
index 7ff433a9..7ff433a9 100644
--- a/src/qttemplates/server/widget.ui
+++ b/Templates/server/widget.ui
diff --git a/src/qttemplates/widget/Properties/AssemblyInfo.cs b/Templates/widget/Properties/AssemblyInfo.cs
index ededfdc3..ededfdc3 100644
--- a/src/qttemplates/widget/Properties/AssemblyInfo.cs
+++ b/Templates/widget/Properties/AssemblyInfo.cs
diff --git a/src/qttemplates/widget/Widget.csproj b/Templates/widget/QtTemplate.Item.Widget.csproj
index eb5d9d7f..eb5d9d7f 100644
--- a/src/qttemplates/widget/Widget.csproj
+++ b/Templates/widget/QtTemplate.Item.Widget.csproj
diff --git a/src/qttemplates/widget/widget.ico b/Templates/widget/widget.ico
index 1c4fb80d..1c4fb80d 100644
--- a/src/qttemplates/widget/widget.ico
+++ b/Templates/widget/widget.ico
Binary files differ
diff --git a/src/qttemplates/widget/widget.ui b/Templates/widget/widget.ui
index ef6ce7b4..ef6ce7b4 100644
--- a/src/qttemplates/widget/widget.ui
+++ b/Templates/widget/widget.ui
diff --git a/src/qttemplates/widget/widget.vstemplate b/Templates/widget/widget.vstemplate
index 8fd9d1e8..8fd9d1e8 100644
--- a/src/qttemplates/widget/widget.vstemplate
+++ b/Templates/widget/widget.vstemplate
diff --git a/src/tests/SampleTest/Macros.qrc b/Tests/SampleTest/Macros.qrc
index f4b95f6d..f4b95f6d 100644
--- a/src/tests/SampleTest/Macros.qrc
+++ b/Tests/SampleTest/Macros.qrc
diff --git a/src/tests/SampleTest/SampleTest.pro b/Tests/SampleTest/SampleTest.pro
index 94954cbe..94954cbe 100644
--- a/src/tests/SampleTest/SampleTest.pro
+++ b/Tests/SampleTest/SampleTest.pro
diff --git a/src/tests/SampleTest/SampleTest.sln b/Tests/SampleTest/SampleTest.sln
index 95f0dfa9..95f0dfa9 100644
--- a/src/tests/SampleTest/SampleTest.sln
+++ b/Tests/SampleTest/SampleTest.sln
diff --git a/src/tests/SampleTest/SampleTest.vcxproj b/Tests/SampleTest/SampleTest.vcxproj
index 57c67f5c..57c67f5c 100644
--- a/src/tests/SampleTest/SampleTest.vcxproj
+++ b/Tests/SampleTest/SampleTest.vcxproj
diff --git a/src/tests/SampleTest/SampleTest.vcxproj.filters b/Tests/SampleTest/SampleTest.vcxproj.filters
index e78eb319..e78eb319 100644
--- a/src/tests/SampleTest/SampleTest.vcxproj.filters
+++ b/Tests/SampleTest/SampleTest.vcxproj.filters
diff --git a/src/tests/SampleTest/Test_CreateGuiApp.csmacro b/Tests/SampleTest/Test_CreateGuiApp.csmacro
index 4c717f85..4c717f85 100644
--- a/src/tests/SampleTest/Test_CreateGuiApp.csmacro
+++ b/Tests/SampleTest/Test_CreateGuiApp.csmacro
diff --git a/src/tests/SampleTest/Test_DebugGuiApp.csmacro b/Tests/SampleTest/Test_DebugGuiApp.csmacro
index bd8e72a6..bd8e72a6 100644
--- a/src/tests/SampleTest/Test_DebugGuiApp.csmacro
+++ b/Tests/SampleTest/Test_DebugGuiApp.csmacro
diff --git a/src/tests/SampleTest/Test_ImportProFile.csmacro b/Tests/SampleTest/Test_ImportProFile.csmacro
index 49e71306..49e71306 100644
--- a/src/tests/SampleTest/Test_ImportProFile.csmacro
+++ b/Tests/SampleTest/Test_ImportProFile.csmacro
diff --git a/src/tests/SampleTest/Test_QtVsToolsLoaded.csmacro b/Tests/SampleTest/Test_QtVsToolsLoaded.csmacro
index f4a1aaab..f4a1aaab 100644
--- a/src/tests/SampleTest/Test_QtVsToolsLoaded.csmacro
+++ b/Tests/SampleTest/Test_QtVsToolsLoaded.csmacro
diff --git a/src/tests/SampleTest/Test_RebuildSolution.csmacro b/Tests/SampleTest/Test_RebuildSolution.csmacro
index 005cabba..005cabba 100644
--- a/src/tests/SampleTest/Test_RebuildSolution.csmacro
+++ b/Tests/SampleTest/Test_RebuildSolution.csmacro
diff --git a/src/tests/SampleTest/main.cpp b/Tests/SampleTest/main.cpp
index efc7bd78..efc7bd78 100644
--- a/src/tests/SampleTest/main.cpp
+++ b/Tests/SampleTest/main.cpp
diff --git a/src/tests/Test_QtVsTools.PriorityQueue/Properties/AssemblyInfo.cs b/Tests/Test_QtVsTools.PriorityQueue/Properties/AssemblyInfo.cs
index 281e9743..281e9743 100644
--- a/src/tests/Test_QtVsTools.PriorityQueue/Properties/AssemblyInfo.cs
+++ b/Tests/Test_QtVsTools.PriorityQueue/Properties/AssemblyInfo.cs
diff --git a/src/tests/Test_QtVsTools.PriorityQueue/Test_PriorityQueue.cs b/Tests/Test_QtVsTools.PriorityQueue/Test_PriorityQueue.cs
index 8dbd0236..8dbd0236 100644
--- a/src/tests/Test_QtVsTools.PriorityQueue/Test_PriorityQueue.cs
+++ b/Tests/Test_QtVsTools.PriorityQueue/Test_PriorityQueue.cs
diff --git a/src/tests/Test_QtVsTools.PriorityQueue/Test_QtVsTools.PriorityQueue.csproj b/Tests/Test_QtVsTools.PriorityQueue/Test_QtVsTools.PriorityQueue.csproj
index b166a430..b166a430 100644
--- a/src/tests/Test_QtVsTools.PriorityQueue/Test_QtVsTools.PriorityQueue.csproj
+++ b/Tests/Test_QtVsTools.PriorityQueue/Test_QtVsTools.PriorityQueue.csproj
diff --git a/src/tests/Test_QtVsTools.PriorityQueue/packages.config b/Tests/Test_QtVsTools.PriorityQueue/packages.config
index 2f7c5a18..2f7c5a18 100644
--- a/src/tests/Test_QtVsTools.PriorityQueue/packages.config
+++ b/Tests/Test_QtVsTools.PriorityQueue/packages.config
diff --git a/src/tests/Test_QtVsTools.RegExpr/Properties/AssemblyInfo.cs b/Tests/Test_QtVsTools.RegExpr/Properties/AssemblyInfo.cs
index e03b1e51..e03b1e51 100644
--- a/src/tests/Test_QtVsTools.RegExpr/Properties/AssemblyInfo.cs
+++ b/Tests/Test_QtVsTools.RegExpr/Properties/AssemblyInfo.cs
diff --git a/src/tests/Test_QtVsTools.RegExpr/Test_MacroParser.cs b/Tests/Test_QtVsTools.RegExpr/Test_MacroParser.cs
index d23dd75e..d23dd75e 100644
--- a/src/tests/Test_QtVsTools.RegExpr/Test_MacroParser.cs
+++ b/Tests/Test_QtVsTools.RegExpr/Test_MacroParser.cs
diff --git a/src/tests/Test_QtVsTools.RegExpr/Test_QtVsTools.RegExpr.csproj b/Tests/Test_QtVsTools.RegExpr/Test_QtVsTools.RegExpr.csproj
index 3e2aa58e..3e2aa58e 100644
--- a/src/tests/Test_QtVsTools.RegExpr/Test_QtVsTools.RegExpr.csproj
+++ b/Tests/Test_QtVsTools.RegExpr/Test_QtVsTools.RegExpr.csproj
diff --git a/src/tests/Test_QtVsTools.RegExpr/Test_SubTokens.cs b/Tests/Test_QtVsTools.RegExpr/Test_SubTokens.cs
index 4c88381c..4c88381c 100644
--- a/src/tests/Test_QtVsTools.RegExpr/Test_SubTokens.cs
+++ b/Tests/Test_QtVsTools.RegExpr/Test_SubTokens.cs
diff --git a/src/tests/Test_QtVsTools.RegExpr/Test_XmlIntParser.cs b/Tests/Test_QtVsTools.RegExpr/Test_XmlIntParser.cs
index 5afae5ac..5afae5ac 100644
--- a/src/tests/Test_QtVsTools.RegExpr/Test_XmlIntParser.cs
+++ b/Tests/Test_QtVsTools.RegExpr/Test_XmlIntParser.cs
diff --git a/src/tests/Test_QtVsTools.RegExpr/packages.config b/Tests/Test_QtVsTools.RegExpr/packages.config
index e5ca672b..e5ca672b 100644
--- a/src/tests/Test_QtVsTools.RegExpr/packages.config
+++ b/Tests/Test_QtVsTools.RegExpr/packages.config
diff --git a/src/tests/concurrency/Solution1/MyPropertySheet.props b/Tests/concurrency/Solution1/MyPropertySheet.props
index af2b343c..af2b343c 100644
--- a/src/tests/concurrency/Solution1/MyPropertySheet.props
+++ b/Tests/concurrency/Solution1/MyPropertySheet.props
diff --git a/src/tests/concurrency/Solution1/QtClassLibrary1/QtClass.cpp b/Tests/concurrency/Solution1/QtClassLibrary1/QtClass.cpp
index c5a77aac..c5a77aac 100644
--- a/src/tests/concurrency/Solution1/QtClassLibrary1/QtClass.cpp
+++ b/Tests/concurrency/Solution1/QtClassLibrary1/QtClass.cpp
diff --git a/src/tests/concurrency/Solution1/QtClassLibrary1/QtClass.h b/Tests/concurrency/Solution1/QtClassLibrary1/QtClass.h
index 7e9b180d..7e9b180d 100644
--- a/src/tests/concurrency/Solution1/QtClassLibrary1/QtClass.h
+++ b/Tests/concurrency/Solution1/QtClassLibrary1/QtClass.h
diff --git a/src/tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.cpp b/Tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.cpp
index 10792c43..10792c43 100644
--- a/src/tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.cpp
+++ b/Tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.cpp
diff --git a/src/tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.h b/Tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.h
index 68e88384..68e88384 100644
--- a/src/tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.h
+++ b/Tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.h
diff --git a/src/tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.vcxproj b/Tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.vcxproj
index 5be6d898..5be6d898 100644
--- a/src/tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.vcxproj
+++ b/Tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.vcxproj
diff --git a/src/tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.vcxproj.filters b/Tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.vcxproj.filters
index 5c88d0d9..5c88d0d9 100644
--- a/src/tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.vcxproj.filters
+++ b/Tests/concurrency/Solution1/QtClassLibrary1/QtClassLibrary1.vcxproj.filters
diff --git a/src/tests/concurrency/Solution1/QtClassLibrary1/qtclasslibrary1_global.h b/Tests/concurrency/Solution1/QtClassLibrary1/qtclasslibrary1_global.h
index 565e06ba..565e06ba 100644
--- a/src/tests/concurrency/Solution1/QtClassLibrary1/qtclasslibrary1_global.h
+++ b/Tests/concurrency/Solution1/QtClassLibrary1/qtclasslibrary1_global.h
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.cpp b/Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.cpp
index 3ae59435..3ae59435 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.cpp
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.cpp
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.h b/Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.h
index 1a76b9a1..1a76b9a1 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.h
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.h
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.qrc b/Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.qrc
index d56c1ee5..d56c1ee5 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.qrc
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.qrc
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.ui b/Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.ui
index 4d40f03c..4d40f03c 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.ui
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.ui
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.vcxproj b/Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.vcxproj
index 5cd0dccc..5cd0dccc 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.vcxproj
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.vcxproj
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.vcxproj.filters b/Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.vcxproj.filters
index 4cb63b79..4cb63b79 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.vcxproj.filters
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication1/QtWidgetsApplication1.vcxproj.filters
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication1/main.cpp b/Tests/concurrency/Solution1/QtWidgetsApplication1/main.cpp
index 8237fdac..8237fdac 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication1/main.cpp
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication1/main.cpp
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.cpp b/Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.cpp
index d448405a..d448405a 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.cpp
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.cpp
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.h b/Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.h
index 8c9701bb..8c9701bb 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.h
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.h
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.qrc b/Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.qrc
index 2018e6d2..2018e6d2 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.qrc
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.qrc
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.ui b/Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.ui
index f9a85f5b..f9a85f5b 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.ui
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.ui
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.vcxproj b/Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.vcxproj
index 0413ccda..0413ccda 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.vcxproj
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.vcxproj
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.vcxproj.filters b/Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.vcxproj.filters
index f8580ae6..f8580ae6 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.vcxproj.filters
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication2/QtWidgetsApplication2.vcxproj.filters
diff --git a/src/tests/concurrency/Solution1/QtWidgetsApplication2/main.cpp b/Tests/concurrency/Solution1/QtWidgetsApplication2/main.cpp
index 8f58a279..8f58a279 100644
--- a/src/tests/concurrency/Solution1/QtWidgetsApplication2/main.cpp
+++ b/Tests/concurrency/Solution1/QtWidgetsApplication2/main.cpp
diff --git a/src/tests/concurrency/Solution1/Solution1.sln b/Tests/concurrency/Solution1/Solution1.sln
index 4069cb33..4069cb33 100644
--- a/src/tests/concurrency/Solution1/Solution1.sln
+++ b/Tests/concurrency/Solution1/Solution1.sln
diff --git a/src/tests/concurrency/Solution1/StaticLib1/Header.h b/Tests/concurrency/Solution1/StaticLib1/Header.h
index 22475e74..22475e74 100644
--- a/src/tests/concurrency/Solution1/StaticLib1/Header.h
+++ b/Tests/concurrency/Solution1/StaticLib1/Header.h
diff --git a/src/tests/concurrency/Solution1/StaticLib1/StaticLib1.cpp b/Tests/concurrency/Solution1/StaticLib1/StaticLib1.cpp
index 6b623059..6b623059 100644
--- a/src/tests/concurrency/Solution1/StaticLib1/StaticLib1.cpp
+++ b/Tests/concurrency/Solution1/StaticLib1/StaticLib1.cpp
diff --git a/src/tests/concurrency/Solution1/StaticLib1/StaticLib1.vcxproj b/Tests/concurrency/Solution1/StaticLib1/StaticLib1.vcxproj
index 77f3c437..77f3c437 100644
--- a/src/tests/concurrency/Solution1/StaticLib1/StaticLib1.vcxproj
+++ b/Tests/concurrency/Solution1/StaticLib1/StaticLib1.vcxproj
diff --git a/src/tests/concurrency/Solution1/StaticLib1/StaticLib1.vcxproj.filters b/Tests/concurrency/Solution1/StaticLib1/StaticLib1.vcxproj.filters
index ce5268c9..ce5268c9 100644
--- a/src/tests/concurrency/Solution1/StaticLib1/StaticLib1.vcxproj.filters
+++ b/Tests/concurrency/Solution1/StaticLib1/StaticLib1.vcxproj.filters
diff --git a/src/tests/concurrency/loop_msbuild.bat b/Tests/concurrency/loop_msbuild.bat
index 4c98cba4..4c98cba4 100644
--- a/src/tests/concurrency/loop_msbuild.bat
+++ b/Tests/concurrency/loop_msbuild.bat
diff --git a/src/vsqml/README b/VsQml/README
index 22188020..22188020 100644
--- a/src/vsqml/README
+++ b/VsQml/README
diff --git a/src/vsqml/astvisitor.cpp b/VsQml/astvisitor.cpp
index c5313329..c5313329 100644
--- a/src/vsqml/astvisitor.cpp
+++ b/VsQml/astvisitor.cpp
diff --git a/src/vsqml/astvisitor.h b/VsQml/astvisitor.h
index 2c29f819..2c29f819 100644
--- a/src/vsqml/astvisitor.h
+++ b/VsQml/astvisitor.h
diff --git a/src/vsqml/vsqml.cpp b/VsQml/vsqml.cpp
index fef2c7d2..fef2c7d2 100644
--- a/src/vsqml/vsqml.cpp
+++ b/VsQml/vsqml.cpp
diff --git a/src/vsqml/vsqml.h b/VsQml/vsqml.h
index 25e10a15..25e10a15 100644
--- a/src/vsqml/vsqml.h
+++ b/VsQml/vsqml.h
diff --git a/src/vsqml/vsqml.vcxproj b/VsQml/vsqml.vcxproj
index db811944..db811944 100644
--- a/src/vsqml/vsqml.vcxproj
+++ b/VsQml/vsqml.vcxproj
diff --git a/src/vsqml/vsqml.vcxproj.filters b/VsQml/vsqml.vcxproj.filters
index 3b2758eb..3b2758eb 100644
--- a/src/vsqml/vsqml.vcxproj.filters
+++ b/VsQml/vsqml.vcxproj.filters
diff --git a/src/vsqml/vsqml_global.h b/VsQml/vsqml_global.h
index 53a0e65f..53a0e65f 100644
--- a/src/vsqml/vsqml_global.h
+++ b/VsQml/vsqml_global.h
diff --git a/src/vsqml/vsqmldebugclient.cpp b/VsQml/vsqmldebugclient.cpp
index a8b21537..a8b21537 100644
--- a/src/vsqml/vsqmldebugclient.cpp
+++ b/VsQml/vsqmldebugclient.cpp
diff --git a/src/vsqml/vsqmldebugclient.h b/VsQml/vsqmldebugclient.h
index 1151dce8..1151dce8 100644
--- a/src/vsqml/vsqmldebugclient.h
+++ b/VsQml/vsqmldebugclient.h
diff --git a/src/common.tt b/common.tt
index aea115a1..aea115a1 100644
--- a/src/common.tt
+++ b/common.tt
diff --git a/src/QtVsTools.sln b/src/QtVsTools.sln
deleted file mode 100644
index 0cd1df0f..00000000
--- a/src/QtVsTools.sln
+++ /dev/null
@@ -1,608 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.30611.23
-MinimumVisualStudioVersion = 12.0.40629.0
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VS Templates", "VS Templates", "{D73514C8-019E-44FB-8D42-F1FD52C1FD72}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtVsTools.Core", "qtvstools.core\QtVsTools.Core.csproj", "{FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtVsTools", "qtvstools\QtVsTools.csproj", "{FD7A42DB-8692-4FBE-AC50-F70AF423275B}"
- ProjectSection(ProjectDependencies) = postProject
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5} = {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtVsTools.Wizards", "qtwizard\QtVsTools.Wizards.csproj", "{244991B0-42AD-4324-B166-A26FB6E8CA5B}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console", "qttemplates\console\Console.csproj", "{71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}"
- ProjectSection(ProjectDependencies) = postProject
- {244991B0-42AD-4324-B166-A26FB6E8CA5B} = {244991B0-42AD-4324-B166-A26FB6E8CA5B}
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gui", "qttemplates\gui\Gui.csproj", "{3E1F9741-01D3-480A-A484-3CD373AE4A7F}"
- ProjectSection(ProjectDependencies) = postProject
- {244991B0-42AD-4324-B166-A26FB6E8CA5B} = {244991B0-42AD-4324-B166-A26FB6E8CA5B}
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Empty", "qttemplates\empty\Empty.csproj", "{73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}"
- ProjectSection(ProjectDependencies) = postProject
- {244991B0-42AD-4324-B166-A26FB6E8CA5B} = {244991B0-42AD-4324-B166-A26FB6E8CA5B}
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lib", "qttemplates\lib\Lib.csproj", "{191B1B91-D9FD-4138-A72A-AB0B149958C6}"
- ProjectSection(ProjectDependencies) = postProject
- {244991B0-42AD-4324-B166-A26FB6E8CA5B} = {244991B0-42AD-4324-B166-A26FB6E8CA5B}
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "qttemplates\server\Server.csproj", "{8AE9D385-A379-4F5F-A703-3DF643DA6742}"
- ProjectSection(ProjectDependencies) = postProject
- {244991B0-42AD-4324-B166-A26FB6E8CA5B} = {244991B0-42AD-4324-B166-A26FB6E8CA5B}
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Designer", "qttemplates\designer\Designer.csproj", "{191B2B91-D5FD-4138-A72A-AB0B149988C6}"
- ProjectSection(ProjectDependencies) = postProject
- {244991B0-42AD-4324-B166-A26FB6E8CA5B} = {244991B0-42AD-4324-B166-A26FB6E8CA5B}
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Resource", "qttemplates\resource\Resource.csproj", "{BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}"
- ProjectSection(ProjectDependencies) = postProject
- {244991B0-42AD-4324-B166-A26FB6E8CA5B} = {244991B0-42AD-4324-B166-A26FB6E8CA5B}
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Widget", "qttemplates\widget\Widget.csproj", "{40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}"
- ProjectSection(ProjectDependencies) = postProject
- {244991B0-42AD-4324-B166-A26FB6E8CA5B} = {244991B0-42AD-4324-B166-A26FB6E8CA5B}
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MainWindow", "qttemplates\mainwindow\MainWindow.csproj", "{20055427-1352-44FB-8442-BF7F15F9C59E}"
- ProjectSection(ProjectDependencies) = postProject
- {244991B0-42AD-4324-B166-A26FB6E8CA5B} = {244991B0-42AD-4324-B166-A26FB6E8CA5B}
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DialogButtonBottom", "qttemplates\dialogbuttonbottom\DialogButtonBottom.csproj", "{F7407750-5F72-460F-9C53-27CF509A39B1}"
- ProjectSection(ProjectDependencies) = postProject
- {244991B0-42AD-4324-B166-A26FB6E8CA5B} = {244991B0-42AD-4324-B166-A26FB6E8CA5B}
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DialogButtonRight", "qttemplates\dialogbuttonright\DialogButtonRight.csproj", "{F2166B59-E41B-4328-B31D-9E2B9AC5A59C}"
- ProjectSection(ProjectDependencies) = postProject
- {244991B0-42AD-4324-B166-A26FB6E8CA5B} = {244991B0-42AD-4324-B166-A26FB6E8CA5B}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VsQml", "vsqml\vsqml.vcxproj", "{B12702AD-ABFB-343A-A199-8E24837244A3}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "T4 Text Templates", "T4 Text Templates", "{24A01B54-CE41-4559-8418-0723F8DF723F}"
- ProjectSection(SolutionItems) = preProject
- common.tt = common.tt
- version.tt = version.tt
- EndProjectSection
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "QtVSTools Version", "QtVSTools Version", "{8307D2C5-3736-4AED-9E65-330DA4C67EA3}"
- ProjectSection(SolutionItems) = preProject
- version.targets = version.targets
- EndProjectSection
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtVsTools.RegExpr", "QtVsTools.RegExpr\QtVsTools.RegExpr.csproj", "{0BDF77D1-4705-402C-8E58-F0D4D2679C08}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_QtVsTools.RegExpr", "tests\Test_QtVsTools.RegExpr\Test_QtVsTools.RegExpr.csproj", "{D574EFED-5E19-45BE-9B05-310F65065303}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{3956AF5F-164C-4D38-B5B3-298D9250C193}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtVsTest", "QtVsTest\QtVsTest.csproj", "{48A50432-6BDF-4DE2-A3AD-3A237D31E49D}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Framework", "Framework", "{06C8A2E6-A894-4DBA-9DFD-B8E5CB8A2B4F}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleTest", "tests\SampleTest\SampleTest.vcxproj", "{12857847-9877-466C-B056-DD286A219093}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project", "Project", "{E5CE38AA-4083-438E-B1F7-DD2F0BDEBE47}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Item", "Item", "{35B29B0F-0B9C-45EB-A8EF-2A8D3BF64B6F}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Quick", "qttemplates\quick\Quick.csproj", "{4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QMLFile", "qttemplates\qml\QMLFile.csproj", "{DC1AE91B-45CE-4C5B-8F77-CDB58566038F}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QMLDir", "qttemplates\qmldir\QMLDir.csproj", "{7AF6C34B-65D2-4010-92F6-420E59DDE9BF}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qrceditor", "qrceditor\qrceditor.vcxproj", "{4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qmakefilereader", "qmakefilereader\qmakefilereader.vcxproj", "{70711A97-D9B0-3A86-9756-9FF47337908B}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtMSBuild", "qtmsbuild\QtMSBuild.csproj", "{C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{46B0F2DF-BE7A-45DD-AC92-183CC8678054}"
-EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_QtVsTools.PriorityQueue", "tests\Test_QtVsTools.PriorityQueue\Test_QtVsTools.PriorityQueue.csproj", "{A5320606-37B8-4F15-97E2-16314109CAF9}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Debug|x64 = Debug|x64
- Debug|x86 = Debug|x86
- Release|Any CPU = Release|Any CPU
- Release|x64 = Release|x64
- Release|x86 = Release|x86
- Test|Any CPU = Test|Any CPU
- Test|x64 = Test|x64
- Test|x86 = Test|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Debug|x64.ActiveCfg = Debug|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Debug|x64.Build.0 = Debug|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Debug|x86.ActiveCfg = Debug|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Debug|x86.Build.0 = Debug|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Release|Any CPU.Build.0 = Release|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Release|x64.ActiveCfg = Release|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Release|x64.Build.0 = Release|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Release|x86.ActiveCfg = Release|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Release|x86.Build.0 = Release|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Test|Any CPU.Build.0 = Release|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Test|x64.ActiveCfg = Release|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Test|x64.Build.0 = Release|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Test|x86.ActiveCfg = Release|Any CPU
- {FAA69518-2FEB-4954-9D2C-E7BD6121EA9C}.Test|x86.Build.0 = Release|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Debug|x64.ActiveCfg = Debug|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Debug|x64.Build.0 = Debug|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Debug|x86.ActiveCfg = Debug|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Debug|x86.Build.0 = Debug|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Release|Any CPU.Build.0 = Release|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Release|x64.ActiveCfg = Release|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Release|x64.Build.0 = Release|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Release|x86.ActiveCfg = Release|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Release|x86.Build.0 = Release|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Test|Any CPU.Build.0 = Release|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Test|x64.ActiveCfg = Release|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Test|x64.Build.0 = Release|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Test|x86.ActiveCfg = Release|Any CPU
- {FD7A42DB-8692-4FBE-AC50-F70AF423275B}.Test|x86.Build.0 = Release|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Debug|x64.ActiveCfg = Debug|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Debug|x64.Build.0 = Debug|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Debug|x86.ActiveCfg = Debug|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Debug|x86.Build.0 = Debug|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Release|Any CPU.Build.0 = Release|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Release|x64.ActiveCfg = Release|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Release|x64.Build.0 = Release|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Release|x86.ActiveCfg = Release|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Release|x86.Build.0 = Release|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Test|Any CPU.Build.0 = Release|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Test|x64.ActiveCfg = Release|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Test|x64.Build.0 = Release|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Test|x86.ActiveCfg = Release|Any CPU
- {244991B0-42AD-4324-B166-A26FB6E8CA5B}.Test|x86.Build.0 = Release|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Debug|x64.ActiveCfg = Debug|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Debug|x64.Build.0 = Debug|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Debug|x86.ActiveCfg = Debug|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Debug|x86.Build.0 = Debug|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Release|Any CPU.Build.0 = Release|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Release|x64.ActiveCfg = Release|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Release|x64.Build.0 = Release|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Release|x86.ActiveCfg = Release|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Release|x86.Build.0 = Release|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Test|Any CPU.Build.0 = Release|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Test|x64.ActiveCfg = Release|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Test|x64.Build.0 = Release|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Test|x86.ActiveCfg = Release|Any CPU
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Test|x86.Build.0 = Release|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Debug|x64.ActiveCfg = Debug|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Debug|x64.Build.0 = Debug|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Debug|x86.ActiveCfg = Debug|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Debug|x86.Build.0 = Debug|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Release|Any CPU.Build.0 = Release|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Release|x64.ActiveCfg = Release|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Release|x64.Build.0 = Release|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Release|x86.ActiveCfg = Release|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Release|x86.Build.0 = Release|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Test|Any CPU.Build.0 = Release|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Test|x64.ActiveCfg = Release|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Test|x64.Build.0 = Release|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Test|x86.ActiveCfg = Release|Any CPU
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Test|x86.Build.0 = Release|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Debug|x64.ActiveCfg = Debug|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Debug|x64.Build.0 = Debug|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Debug|x86.ActiveCfg = Debug|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Debug|x86.Build.0 = Debug|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Release|Any CPU.Build.0 = Release|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Release|x64.ActiveCfg = Release|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Release|x64.Build.0 = Release|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Release|x86.ActiveCfg = Release|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Release|x86.Build.0 = Release|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Test|Any CPU.Build.0 = Release|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Test|x64.ActiveCfg = Release|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Test|x64.Build.0 = Release|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Test|x86.ActiveCfg = Release|Any CPU
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Test|x86.Build.0 = Release|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Debug|x64.ActiveCfg = Debug|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Debug|x64.Build.0 = Debug|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Debug|x86.ActiveCfg = Debug|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Debug|x86.Build.0 = Debug|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Release|Any CPU.Build.0 = Release|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Release|x64.ActiveCfg = Release|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Release|x64.Build.0 = Release|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Release|x86.ActiveCfg = Release|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Release|x86.Build.0 = Release|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Test|Any CPU.Build.0 = Release|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Test|x64.ActiveCfg = Release|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Test|x64.Build.0 = Release|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Test|x86.ActiveCfg = Release|Any CPU
- {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Test|x86.Build.0 = Release|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Debug|x64.ActiveCfg = Debug|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Debug|x64.Build.0 = Debug|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Debug|x86.ActiveCfg = Debug|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Debug|x86.Build.0 = Debug|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Release|Any CPU.Build.0 = Release|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Release|x64.ActiveCfg = Release|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Release|x64.Build.0 = Release|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Release|x86.ActiveCfg = Release|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Release|x86.Build.0 = Release|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Test|Any CPU.Build.0 = Release|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Test|x64.ActiveCfg = Release|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Test|x64.Build.0 = Release|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Test|x86.ActiveCfg = Release|Any CPU
- {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Test|x86.Build.0 = Release|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Debug|x64.ActiveCfg = Debug|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Debug|x64.Build.0 = Debug|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Debug|x86.ActiveCfg = Debug|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Debug|x86.Build.0 = Debug|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Release|Any CPU.Build.0 = Release|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Release|x64.ActiveCfg = Release|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Release|x64.Build.0 = Release|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Release|x86.ActiveCfg = Release|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Release|x86.Build.0 = Release|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Test|Any CPU.Build.0 = Release|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Test|x64.ActiveCfg = Release|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Test|x64.Build.0 = Release|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Test|x86.ActiveCfg = Release|Any CPU
- {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Test|x86.Build.0 = Release|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Debug|x64.ActiveCfg = Debug|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Debug|x64.Build.0 = Debug|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Debug|x86.ActiveCfg = Debug|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Debug|x86.Build.0 = Debug|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Release|Any CPU.Build.0 = Release|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Release|x64.ActiveCfg = Release|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Release|x64.Build.0 = Release|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Release|x86.ActiveCfg = Release|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Release|x86.Build.0 = Release|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Test|Any CPU.Build.0 = Release|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Test|x64.ActiveCfg = Release|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Test|x64.Build.0 = Release|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Test|x86.ActiveCfg = Release|Any CPU
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Test|x86.Build.0 = Release|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Debug|x64.ActiveCfg = Debug|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Debug|x64.Build.0 = Debug|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Debug|x86.ActiveCfg = Debug|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Debug|x86.Build.0 = Debug|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Release|Any CPU.Build.0 = Release|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Release|x64.ActiveCfg = Release|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Release|x64.Build.0 = Release|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Release|x86.ActiveCfg = Release|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Release|x86.Build.0 = Release|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Test|Any CPU.Build.0 = Release|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Test|x64.ActiveCfg = Release|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Test|x64.Build.0 = Release|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Test|x86.ActiveCfg = Release|Any CPU
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Test|x86.Build.0 = Release|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Debug|x64.ActiveCfg = Debug|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Debug|x64.Build.0 = Debug|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Debug|x86.ActiveCfg = Debug|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Debug|x86.Build.0 = Debug|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Release|Any CPU.Build.0 = Release|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Release|x64.ActiveCfg = Release|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Release|x64.Build.0 = Release|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Release|x86.ActiveCfg = Release|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Release|x86.Build.0 = Release|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Test|Any CPU.Build.0 = Release|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Test|x64.ActiveCfg = Release|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Test|x64.Build.0 = Release|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Test|x86.ActiveCfg = Release|Any CPU
- {20055427-1352-44FB-8442-BF7F15F9C59E}.Test|x86.Build.0 = Release|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Debug|x64.ActiveCfg = Debug|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Debug|x64.Build.0 = Debug|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Debug|x86.ActiveCfg = Debug|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Debug|x86.Build.0 = Debug|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Release|Any CPU.Build.0 = Release|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Release|x64.ActiveCfg = Release|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Release|x64.Build.0 = Release|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Release|x86.ActiveCfg = Release|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Release|x86.Build.0 = Release|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Test|Any CPU.Build.0 = Release|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Test|x64.ActiveCfg = Release|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Test|x64.Build.0 = Release|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Test|x86.ActiveCfg = Release|Any CPU
- {F7407750-5F72-460F-9C53-27CF509A39B1}.Test|x86.Build.0 = Release|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Debug|x64.ActiveCfg = Debug|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Debug|x64.Build.0 = Debug|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Debug|x86.ActiveCfg = Debug|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Debug|x86.Build.0 = Debug|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Release|Any CPU.Build.0 = Release|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Release|x64.ActiveCfg = Release|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Release|x64.Build.0 = Release|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Release|x86.ActiveCfg = Release|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Release|x86.Build.0 = Release|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Test|Any CPU.Build.0 = Release|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Test|x64.ActiveCfg = Release|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Test|x64.Build.0 = Release|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Test|x86.ActiveCfg = Release|Any CPU
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Test|x86.Build.0 = Release|Any CPU
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|Any CPU.ActiveCfg = Debug|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|Any CPU.Build.0 = Debug|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x64.ActiveCfg = Debug|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x86.ActiveCfg = Debug|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x86.Build.0 = Debug|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|Any CPU.ActiveCfg = Release|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|Any CPU.Build.0 = Release|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x64.ActiveCfg = Release|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x86.ActiveCfg = Release|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x86.Build.0 = Release|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Test|Any CPU.ActiveCfg = Release|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Test|Any CPU.Build.0 = Release|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Test|x64.ActiveCfg = Release|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Test|x86.ActiveCfg = Release|Win32
- {B12702AD-ABFB-343A-A199-8E24837244A3}.Test|x86.Build.0 = Release|Win32
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Debug|x64.ActiveCfg = Debug|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Debug|x64.Build.0 = Debug|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Debug|x86.ActiveCfg = Debug|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Debug|x86.Build.0 = Debug|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Release|Any CPU.Build.0 = Release|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Release|x64.ActiveCfg = Release|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Release|x64.Build.0 = Release|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Release|x86.ActiveCfg = Release|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Release|x86.Build.0 = Release|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Test|Any CPU.Build.0 = Release|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Test|x64.ActiveCfg = Release|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Test|x64.Build.0 = Release|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Test|x86.ActiveCfg = Release|Any CPU
- {0BDF77D1-4705-402C-8E58-F0D4D2679C08}.Test|x86.Build.0 = Release|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Debug|x64.ActiveCfg = Debug|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Debug|x64.Build.0 = Debug|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Debug|x86.ActiveCfg = Debug|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Debug|x86.Build.0 = Debug|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Release|x64.ActiveCfg = Release|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Release|x86.ActiveCfg = Release|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Test|Any CPU.Build.0 = Release|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Test|x64.ActiveCfg = Release|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Test|x64.Build.0 = Release|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Test|x86.ActiveCfg = Release|Any CPU
- {D574EFED-5E19-45BE-9B05-310F65065303}.Test|x86.Build.0 = Release|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Debug|x64.ActiveCfg = Debug|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Debug|x64.Build.0 = Debug|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Debug|x86.ActiveCfg = Debug|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Debug|x86.Build.0 = Debug|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Release|x64.ActiveCfg = Release|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Release|x86.ActiveCfg = Release|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Test|Any CPU.Build.0 = Release|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Test|x64.ActiveCfg = Release|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Test|x64.Build.0 = Release|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Test|x86.ActiveCfg = Release|Any CPU
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Test|x86.Build.0 = Release|Any CPU
- {12857847-9877-466C-B056-DD286A219093}.Debug|Any CPU.ActiveCfg = Debug|x64
- {12857847-9877-466C-B056-DD286A219093}.Debug|Any CPU.Build.0 = Debug|x64
- {12857847-9877-466C-B056-DD286A219093}.Debug|x64.ActiveCfg = Debug|x64
- {12857847-9877-466C-B056-DD286A219093}.Debug|x64.Build.0 = Debug|x64
- {12857847-9877-466C-B056-DD286A219093}.Debug|x86.ActiveCfg = Debug|x64
- {12857847-9877-466C-B056-DD286A219093}.Release|Any CPU.ActiveCfg = Release|x64
- {12857847-9877-466C-B056-DD286A219093}.Release|x64.ActiveCfg = Release|x64
- {12857847-9877-466C-B056-DD286A219093}.Release|x86.ActiveCfg = Release|x64
- {12857847-9877-466C-B056-DD286A219093}.Test|Any CPU.ActiveCfg = Release|x64
- {12857847-9877-466C-B056-DD286A219093}.Test|Any CPU.Build.0 = Release|x64
- {12857847-9877-466C-B056-DD286A219093}.Test|x64.ActiveCfg = Release|x64
- {12857847-9877-466C-B056-DD286A219093}.Test|x64.Build.0 = Release|x64
- {12857847-9877-466C-B056-DD286A219093}.Test|x86.ActiveCfg = Release|x64
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Debug|x64.ActiveCfg = Debug|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Debug|x64.Build.0 = Debug|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Debug|x86.ActiveCfg = Debug|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Debug|x86.Build.0 = Debug|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Release|Any CPU.Build.0 = Release|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Release|x64.ActiveCfg = Release|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Release|x64.Build.0 = Release|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Release|x86.ActiveCfg = Release|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Release|x86.Build.0 = Release|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Test|Any CPU.Build.0 = Release|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Test|x64.ActiveCfg = Release|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Test|x64.Build.0 = Release|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Test|x86.ActiveCfg = Release|Any CPU
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Test|x86.Build.0 = Release|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Debug|x64.ActiveCfg = Debug|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Debug|x64.Build.0 = Debug|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Debug|x86.ActiveCfg = Debug|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Debug|x86.Build.0 = Debug|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Release|Any CPU.Build.0 = Release|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Release|x64.ActiveCfg = Release|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Release|x64.Build.0 = Release|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Release|x86.ActiveCfg = Release|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Release|x86.Build.0 = Release|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Test|Any CPU.Build.0 = Release|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Test|x64.ActiveCfg = Release|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Test|x64.Build.0 = Release|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Test|x86.ActiveCfg = Release|Any CPU
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Test|x86.Build.0 = Release|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Debug|x64.ActiveCfg = Debug|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Debug|x64.Build.0 = Debug|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Debug|x86.ActiveCfg = Debug|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Debug|x86.Build.0 = Debug|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Release|Any CPU.Build.0 = Release|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Release|x64.ActiveCfg = Release|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Release|x64.Build.0 = Release|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Release|x86.ActiveCfg = Release|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Release|x86.Build.0 = Release|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Test|Any CPU.Build.0 = Release|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Test|x64.ActiveCfg = Release|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Test|x64.Build.0 = Release|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Test|x86.ActiveCfg = Release|Any CPU
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Test|x86.Build.0 = Release|Any CPU
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Debug|Any CPU.ActiveCfg = Debug|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Debug|Any CPU.Build.0 = Debug|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Debug|x64.ActiveCfg = Debug|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Debug|x86.ActiveCfg = Debug|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Debug|x86.Build.0 = Debug|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Release|Any CPU.ActiveCfg = Release|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Release|Any CPU.Build.0 = Release|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Release|x64.ActiveCfg = Release|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Release|x86.ActiveCfg = Release|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Release|x86.Build.0 = Release|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Test|Any CPU.ActiveCfg = Release|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Test|Any CPU.Build.0 = Release|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Test|x64.ActiveCfg = Release|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Test|x86.ActiveCfg = Release|Win32
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Test|x86.Build.0 = Release|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Debug|Any CPU.ActiveCfg = Debug|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Debug|Any CPU.Build.0 = Debug|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Debug|x64.ActiveCfg = Debug|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Debug|x86.ActiveCfg = Debug|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Debug|x86.Build.0 = Debug|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Release|Any CPU.ActiveCfg = Release|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Release|Any CPU.Build.0 = Release|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Release|x64.ActiveCfg = Release|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Release|x86.ActiveCfg = Release|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Release|x86.Build.0 = Release|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Test|Any CPU.ActiveCfg = Release|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Test|Any CPU.Build.0 = Release|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Test|x64.ActiveCfg = Release|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Test|x86.ActiveCfg = Release|Win32
- {70711A97-D9B0-3A86-9756-9FF47337908B}.Test|x86.Build.0 = Release|Win32
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Debug|x64.ActiveCfg = Debug|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Debug|x64.Build.0 = Debug|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Debug|x86.ActiveCfg = Debug|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Debug|x86.Build.0 = Debug|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Release|Any CPU.Build.0 = Release|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Release|x64.ActiveCfg = Release|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Release|x64.Build.0 = Release|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Release|x86.ActiveCfg = Release|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Release|x86.Build.0 = Release|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Test|Any CPU.Build.0 = Release|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Test|x64.ActiveCfg = Release|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Test|x64.Build.0 = Release|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Test|x86.ActiveCfg = Release|Any CPU
- {C461C580-37A5-4B37-8A7B-10C8E1D3C5B5}.Test|x86.Build.0 = Release|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Debug|x64.ActiveCfg = Debug|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Debug|x64.Build.0 = Debug|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Debug|x86.ActiveCfg = Debug|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Debug|x86.Build.0 = Debug|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Release|x64.ActiveCfg = Release|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Release|x86.ActiveCfg = Release|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Test|Any CPU.ActiveCfg = Release|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Test|Any CPU.Build.0 = Release|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Test|x64.ActiveCfg = Release|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Test|x64.Build.0 = Release|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Test|x86.ActiveCfg = Release|Any CPU
- {A5320606-37B8-4F15-97E2-16314109CAF9}.Test|x86.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(NestedProjects) = preSolution
- {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55} = {E5CE38AA-4083-438E-B1F7-DD2F0BDEBE47}
- {3E1F9741-01D3-480A-A484-3CD373AE4A7F} = {E5CE38AA-4083-438E-B1F7-DD2F0BDEBE47}
- {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98} = {E5CE38AA-4083-438E-B1F7-DD2F0BDEBE47}
- {191B1B91-D9FD-4138-A72A-AB0B149958C6} = {E5CE38AA-4083-438E-B1F7-DD2F0BDEBE47}
- {8AE9D385-A379-4F5F-A703-3DF643DA6742} = {E5CE38AA-4083-438E-B1F7-DD2F0BDEBE47}
- {191B2B91-D5FD-4138-A72A-AB0B149988C6} = {E5CE38AA-4083-438E-B1F7-DD2F0BDEBE47}
- {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471} = {35B29B0F-0B9C-45EB-A8EF-2A8D3BF64B6F}
- {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4} = {35B29B0F-0B9C-45EB-A8EF-2A8D3BF64B6F}
- {20055427-1352-44FB-8442-BF7F15F9C59E} = {35B29B0F-0B9C-45EB-A8EF-2A8D3BF64B6F}
- {F7407750-5F72-460F-9C53-27CF509A39B1} = {35B29B0F-0B9C-45EB-A8EF-2A8D3BF64B6F}
- {F2166B59-E41B-4328-B31D-9E2B9AC5A59C} = {35B29B0F-0B9C-45EB-A8EF-2A8D3BF64B6F}
- {B12702AD-ABFB-343A-A199-8E24837244A3} = {46B0F2DF-BE7A-45DD-AC92-183CC8678054}
- {D574EFED-5E19-45BE-9B05-310F65065303} = {3956AF5F-164C-4D38-B5B3-298D9250C193}
- {48A50432-6BDF-4DE2-A3AD-3A237D31E49D} = {06C8A2E6-A894-4DBA-9DFD-B8E5CB8A2B4F}
- {06C8A2E6-A894-4DBA-9DFD-B8E5CB8A2B4F} = {3956AF5F-164C-4D38-B5B3-298D9250C193}
- {12857847-9877-466C-B056-DD286A219093} = {3956AF5F-164C-4D38-B5B3-298D9250C193}
- {E5CE38AA-4083-438E-B1F7-DD2F0BDEBE47} = {D73514C8-019E-44FB-8D42-F1FD52C1FD72}
- {35B29B0F-0B9C-45EB-A8EF-2A8D3BF64B6F} = {D73514C8-019E-44FB-8D42-F1FD52C1FD72}
- {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16} = {E5CE38AA-4083-438E-B1F7-DD2F0BDEBE47}
- {DC1AE91B-45CE-4C5B-8F77-CDB58566038F} = {35B29B0F-0B9C-45EB-A8EF-2A8D3BF64B6F}
- {7AF6C34B-65D2-4010-92F6-420E59DDE9BF} = {35B29B0F-0B9C-45EB-A8EF-2A8D3BF64B6F}
- {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F} = {46B0F2DF-BE7A-45DD-AC92-183CC8678054}
- {70711A97-D9B0-3A86-9756-9FF47337908B} = {46B0F2DF-BE7A-45DD-AC92-183CC8678054}
- {A5320606-37B8-4F15-97E2-16314109CAF9} = {3956AF5F-164C-4D38-B5B3-298D9250C193}
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {EDED4DBD-13ED-475C-B6CE-30AB88EDA03D}
- EndGlobalSection
-EndGlobal
diff --git a/src/config/12.0/qtvstools.targets b/src/config/12.0/qtvstools.targets
deleted file mode 100644
index 8b97b356..00000000
--- a/src/config/12.0/qtvstools.targets
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
- <ItemGroup Condition=" '$(VisualStudioVersion)' == '12.0' ">
- <Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.ComponentModelHost, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.CoreUtility, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Debugger.Interop.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Debugger.InteropA, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Editor, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Language.StandardClassification, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.ExtensionsExplorer.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Shell.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.TemplateWizardInterface, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Text.Data, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Text.Logic, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Text.UI, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Text.UI.Wpf, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.TextManager.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Threading, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.VCCodeModel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.VCProjectEngine, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="System" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xaml" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="WindowsBase" />
- </ItemGroup>
-
-</Project>
diff --git a/src/config/12.0/source.extension.vsixmanifest_TT b/src/config/12.0/source.extension.vsixmanifest_TT
deleted file mode 100644
index 7c791478..00000000
--- a/src/config/12.0/source.extension.vsixmanifest_TT
+++ /dev/null
@@ -1,136 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- *****************************************************************************
- **
- ** Copyright (C) 2017 The Qt Company Ltd.
- ** Contact: https://www.qt.io/licensing/
- **
- ** This file is part of the Qt VS Tools.
- **
- ** $QT_BEGIN_LICENSE:GPL-EXCEPT$
- ** Commercial License Usage
- ** Licensees holding valid commercial Qt licenses may use this file in
- ** accordance with the commercial license agreement provided with the
- ** Software or, alternatively, in accordance with the terms contained in
- ** a written agreement between you and The Qt Company. For licensing terms
- ** and conditions see https://www.qt.io/terms-conditions. For further
- ** information use the contact form at https://www.qt.io/contact-us.
- **
- ** GNU General Public License Usage
- ** Alternatively, this file may be used under the terms of the GNU
- ** General Public License version 3 as published by the Free Software
- ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
- ** included in the packaging of this file. Please review the following
- ** information to ensure the GNU General Public License requirements will
- ** be met: https://www.gnu.org/licenses/gpl-3.0.html.
- **
- ** $QT_END_LICENSE$
- **
- *****************************************************************************
-<#@output extension="vsixmanifest" #>
-<#@include file="$(SolutionDir)\version.tt" #>
- ** <#=WARNING_GENERATED_FILE#>
- *****************************************************************************
--->
-
-<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011"
- xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
- <Metadata>
- <!-- BEGIN Generated Text <#=XML_COMMENT_END#>
- <Identity
- Id="QtVsTools.15021976-cd02-4fd0-89bd-e36f85abe16a"
- Version="<#=QT_VS_TOOLS_VERSION_MANIFEST#>"
- Language="en-US"
- Publisher="The Qt Company Ltd." />
- <#=XML_COMMENT_BEGIN#> END Generated Text -->
- <DisplayName>Qt Visual Studio Tools</DisplayName>
- <Description xml:space="preserve">The Qt VS Tools for Visual Studio 2013 allow developers to use the standard development environment without having to worry about any Qt-related build steps or tools.</Description>
- <MoreInfo>http://www.qt.io</MoreInfo>
- <License>LICENSE.GPL3-EXCEPT</License>
- <ReleaseNotes>Changelog</ReleaseNotes>
- <Icon>qt.ico</Icon>
- <PreviewImage>preview.png</PreviewImage>
- </Metadata>
- <Installation InstalledByMsi="false">
- <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[12.0]" />
- <InstallationTarget Id="Microsoft.VisualStudio.Premium" Version="[12.0]" />
- <InstallationTarget Id="Microsoft.VisualStudio.Ultimate" Version="[12.0]" />
- <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[12.0]" />
- </Installation>
- <Dependencies>
- <Dependency
- Id="Microsoft.Framework.NDP"
- DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
- </Dependencies>
- <Assets>
- <Asset
- Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%"
- Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
- <Asset
- Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%"
- Path="|%CurrentProject%|" />
- <Asset
- Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="QtVsTools.Wizards"
- Path="|QtVsTools.Wizards|" AssemblyName="|QtVsTools.Wizards;AssemblyName|" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Console"
- d:TargetPath="|Console;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Gui"
- d:TargetPath="|Gui;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Empty"
- d:TargetPath="|Empty;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Lib"
- d:TargetPath="|Lib;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Server"
- d:TargetPath="|Server;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Designer"
- d:TargetPath="|Designer;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="Resource"
- d:TargetPath="|Resource;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="QMLFile"
- d:TargetPath="|QMLFile;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="QMLDir"
- d:TargetPath="|QMLDir;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate"
- d:Source="Project" d:ProjectName="DialogButtonBottom"
- d:TargetPath="|DialogButtonBottom;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate"
- d:Source="Project" d:ProjectName="DialogButtonRight"
- d:TargetPath="|DialogButtonRight;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="MainWindow"
- d:TargetPath="|MainWindow;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="Widget"
- d:TargetPath="|Widget;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="File" d:Source="File" Path="qt5.natvis.xml" />
- <Asset
- Type="File" d:Source="File" Path="qtmodules.xml" />
- <Asset
- Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="QtVsTools.Qml.Debug.pkgdef" />
- </Assets>
-</PackageManifest>
diff --git a/src/config/14.0/qtvstools.targets b/src/config/14.0/qtvstools.targets
deleted file mode 100644
index 7a2d76ff..00000000
--- a/src/config/14.0/qtvstools.targets
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
- <ItemGroup Condition=" '$(VisualStudioVersion)' == '14.0' ">
- <Reference Include="Microsoft.Build, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <Reference Include="Microsoft.Build.Framework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <Reference Include="EnvDTE" />
- <Reference Include="EnvDTE80" />
- <Reference Include="Microsoft.VisualStudio.ComponentModelHost" />
- <Reference Include="Microsoft.VisualStudio.CoreUtility" />
- <Reference Include="Microsoft.VisualStudio.Debugger.Interop.10.0" />
- <Reference Include="Microsoft.VisualStudio.Debugger.InteropA" />
- <Reference Include="Microsoft.VisualStudio.Editor" />
- <Reference Include="Microsoft.VisualStudio.Language.StandardClassification" />
- <Reference Include="Microsoft.VisualStudio.ExtensionsExplorer.UI" />
- <Reference Include="Microsoft.VisualStudio.OLE.Interop" />
- <Reference Include="Microsoft.VisualStudio.Shell.14.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Immutable.14.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime" />
- <Reference Include="Microsoft.VisualStudio.TemplateWizardInterface" />
- <Reference Include="Microsoft.VisualStudio.Text.Data" />
- <Reference Include="Microsoft.VisualStudio.Text.Logic" />
- <Reference Include="Microsoft.VisualStudio.Text.UI" />
- <Reference Include="Microsoft.VisualStudio.Text.UI.Wpf" />
- <Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
- <Reference Include="Microsoft.VisualStudio.Threading, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.Utilities" />
- <Reference Include="Microsoft.VisualStudio.VCCodeModel, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="Microsoft.VisualStudio.VCProjectEngine, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="System" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xaml" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="WindowsBase" />
- </ItemGroup>
-
-</Project>
diff --git a/src/config/14.0/source.extension.vsixmanifest_TT b/src/config/14.0/source.extension.vsixmanifest_TT
deleted file mode 100644
index f42d3eff..00000000
--- a/src/config/14.0/source.extension.vsixmanifest_TT
+++ /dev/null
@@ -1,140 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- *****************************************************************************
- **
- ** Copyright (C) 2017 The Qt Company Ltd.
- ** Contact: https://www.qt.io/licensing/
- **
- ** This file is part of the Qt VS Tools.
- **
- ** $QT_BEGIN_LICENSE:GPL-EXCEPT$
- ** Commercial License Usage
- ** Licensees holding valid commercial Qt licenses may use this file in
- ** accordance with the commercial license agreement provided with the
- ** Software or, alternatively, in accordance with the terms contained in
- ** a written agreement between you and The Qt Company. For licensing terms
- ** and conditions see https://www.qt.io/terms-conditions. For further
- ** information use the contact form at https://www.qt.io/contact-us.
- **
- ** GNU General Public License Usage
- ** Alternatively, this file may be used under the terms of the GNU
- ** General Public License version 3 as published by the Free Software
- ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
- ** included in the packaging of this file. Please review the following
- ** information to ensure the GNU General Public License requirements will
- ** be met: https://www.gnu.org/licenses/gpl-3.0.html.
- **
- ** $QT_END_LICENSE$
- **
- *****************************************************************************
-<#@output extension="vsixmanifest" #>
-<#@include file="$(SolutionDir)\version.tt" #>
- ** <#=WARNING_GENERATED_FILE#>
- *****************************************************************************
--->
-
-<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011"
- xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
- <Metadata>
- <!-- BEGIN Generated Text <#=XML_COMMENT_END#>
- <Identity
- Id="QtVsTools.30112013-cd02-4fd0-89bd-e36f85abe16a"
- Version="<#=QT_VS_TOOLS_VERSION_MANIFEST#>"
- Language="en-US"
- Publisher="The Qt Company Ltd." />
- <#=XML_COMMENT_BEGIN#> END Generated Text -->
- <DisplayName>Qt Visual Studio Tools</DisplayName>
- <Description xml:space="preserve">The Qt VS Tools for Visual Studio 2015 allow developers to use the standard development environment without having to worry about any Qt-related build steps or tools.</Description>
- <MoreInfo>http://www.qt.io</MoreInfo>
- <License>LICENSE.GPL3-EXCEPT</License>
- <ReleaseNotes>Changelog</ReleaseNotes>
- <Icon>qt.ico</Icon>
- <PreviewImage>preview.png</PreviewImage>
- </Metadata>
- <Installation InstalledByMsi="false">
- <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[14.0]" />
- <InstallationTarget Id="Microsoft.VisualStudio.Premium" Version="[14.0]" />
- <InstallationTarget Id="Microsoft.VisualStudio.Ultimate" Version="[14.0]" />
- <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
- </Installation>
- <Dependencies>
- <Dependency
- Id="Microsoft.Framework.NDP"
- DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
- </Dependencies>
- <Assets>
- <Asset
- Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%"
- Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
- <Asset
- Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%"
- Path="|%CurrentProject%|" />
- <Asset
- Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="QtVsTools.Wizards"
- Path="|QtVsTools.Wizards|" AssemblyName="|QtVsTools.Wizards;AssemblyName|" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Console"
- d:TargetPath="|Console;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Gui"
- d:TargetPath="|Gui;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Empty"
- d:TargetPath="|Empty;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Quick"
- d:TargetPath="|Quick;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Lib"
- d:TargetPath="|Lib;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Server"
- d:TargetPath="|Server;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Designer"
- d:TargetPath="|Designer;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="Resource"
- d:TargetPath="|Resource;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="QMLFile"
- d:TargetPath="|QMLFile;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="QMLDir"
- d:TargetPath="|QMLDir;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project"
- d:ProjectName="DialogButtonBottom"
- d:TargetPath="|DialogButtonBottom;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project"
- d:ProjectName="DialogButtonRight"
- d:TargetPath="|DialogButtonRight;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="MainWindow"
- d:TargetPath="|MainWindow;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="Widget"
- d:TargetPath="|Widget;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="File" d:Source="File" Path="qt5.natvis.xml" />
- <Asset
- Type="File" d:Source="File" Path="qtmodules.xml" />
- <Asset
- Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="QtVsTools.Qml.Debug.pkgdef" />
- </Assets>
-</PackageManifest>
diff --git a/src/config/15.0/qtvstools.targets b/src/config/15.0/qtvstools.targets
deleted file mode 100644
index c58ab92c..00000000
--- a/src/config/15.0/qtvstools.targets
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
- <ItemGroup Condition=" '$(VisualStudioVersion)' == '15.0' ">
- <Reference Include="Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <Reference Include="Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <Reference Include="EnvDTE" />
- <Reference Include="EnvDTE80" />
- <Reference Include="Microsoft.VisualStudio.ComponentModelHost" />
- <Reference Include="Microsoft.VisualStudio.CoreUtility" />
- <Reference Include="Microsoft.VisualStudio.Debugger.Interop.10.0" />
- <Reference Include="Microsoft.VisualStudio.Debugger.InteropA" />
- <Reference Include="Microsoft.VisualStudio.Editor" />
- <Reference Include="Microsoft.VisualStudio.Language.StandardClassification" />
- <Reference Include="Microsoft.VisualStudio.OLE.Interop" />
- <Reference Include="Microsoft.VisualStudio.Shell.15.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Framework" />
- <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime"/>
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.15.3.DesignTime"/>
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.15.6.DesignTime"/>
- <Reference Include="Microsoft.VisualStudio.TemplateWizardInterface" />
- <Reference Include="Microsoft.VisualStudio.Text.Data" />
- <Reference Include="Microsoft.VisualStudio.Text.Logic" />
- <Reference Include="Microsoft.VisualStudio.Text.UI" />
- <Reference Include="Microsoft.VisualStudio.Text.UI.Wpf" />
- <Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
- <Reference Include="Microsoft.VisualStudio.Threading" />
- <Reference Include="Microsoft.VisualStudio.Utilities" />
- <Reference Include="Microsoft.VisualStudio.VCCodeModel" />
- <Reference Include="Microsoft.VisualStudio.VCProjectEngine" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="System" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xaml" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="WindowsBase" />
- </ItemGroup>
-
-</Project>
diff --git a/src/config/15.0/source.extension.vsixmanifest_TT b/src/config/15.0/source.extension.vsixmanifest_TT
deleted file mode 100644
index b2c2e09e..00000000
--- a/src/config/15.0/source.extension.vsixmanifest_TT
+++ /dev/null
@@ -1,159 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- *****************************************************************************
- **
- ** Copyright (C) 2017 The Qt Company Ltd.
- ** Contact: https://www.qt.io/licensing/
- **
- ** This file is part of the Qt VS Tools.
- **
- ** $QT_BEGIN_LICENSE:GPL-EXCEPT$
- ** Commercial License Usage
- ** Licensees holding valid commercial Qt licenses may use this file in
- ** accordance with the commercial license agreement provided with the
- ** Software or, alternatively, in accordance with the terms contained in
- ** a written agreement between you and The Qt Company. For licensing terms
- ** and conditions see https://www.qt.io/terms-conditions. For further
- ** information use the contact form at https://www.qt.io/contact-us.
- **
- ** GNU General Public License Usage
- ** Alternatively, this file may be used under the terms of the GNU
- ** General Public License version 3 as published by the Free Software
- ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
- ** included in the packaging of this file. Please review the following
- ** information to ensure the GNU General Public License requirements will
- ** be met: https://www.gnu.org/licenses/gpl-3.0.html.
- **
- ** $QT_END_LICENSE$
- **
- *****************************************************************************
-<#@output extension="vsixmanifest" #>
-<#@include file="$(SolutionDir)\version.tt" #>
- ** <#=WARNING_GENERATED_FILE#>
- *****************************************************************************
--->
-
-<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011"
- xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
- <Metadata>
- <!-- BEGIN Generated Text <#=XML_COMMENT_END#>
- <Identity
- Id="QtVsTools.13121978-cd02-4fd0-89bd-e36f85abe16a"
- Version="<#=QT_VS_TOOLS_VERSION_MANIFEST#>"
- Language="en-US"
- Publisher="The Qt Company Ltd." />
- <#=XML_COMMENT_BEGIN#> END Generated Text -->
- <DisplayName>Qt Visual Studio Tools</DisplayName>
- <Description xml:space="preserve">The Qt VS Tools for Visual Studio 2017 allow developers to use the standard development environment without having to worry about any Qt-related build steps or tools.</Description>
- <MoreInfo>http://www.qt.io</MoreInfo>
- <License>LICENSE.GPL3-EXCEPT</License>
- <ReleaseNotes>Changelog</ReleaseNotes>
- <Icon>qt.ico</Icon>
- <PreviewImage>preview.png</PreviewImage>
- </Metadata>
- <Installation InstalledByMsi="false">
- <!--
- *****************************************************************************
- Due to a bug in VS2017, the minor version must always be specified as 0.
- As a workaround, the build version must be specified instead.
- A list of releases of VS2017, including build version, can be found here:
- https://docs.microsoft.com/en-us/visualstudio/install/visual-studio-build-numbers-and-release-dates?view=vs-2017
- *****************************************************************************
- -->
- <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[15.0.28010.0,16.0)" />
- <InstallationTarget Id="Microsoft.VisualStudio.Premium" Version="[15.0.28010.0,16.0)" />
- <InstallationTarget Id="Microsoft.VisualStudio.Ultimate" Version="[15.0.28010.0,16.0)" />
- <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0.28010.0,16.0)" />
- </Installation>
- <Dependencies>
- <Dependency
- Id="Microsoft.Framework.NDP"
- DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
- </Dependencies>
- <Assets>
- <Asset
- Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%"
- Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
- <Asset
- Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%"
- Path="|%CurrentProject%|" />
- <Asset
- Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="QtVsTools.Wizards"
- Path="|QtVsTools.Wizards|" AssemblyName="|QtVsTools.Wizards;AssemblyName|" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Console"
- d:TargetPath="|Console;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Gui"
- d:TargetPath="|Gui;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Empty"
- d:TargetPath="|Empty;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Quick"
- d:TargetPath="|Quick;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Lib"
- d:TargetPath="|Lib;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Server"
- d:TargetPath="|Server;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Designer"
- d:TargetPath="|Designer;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="Resource"
- d:TargetPath="|Resource;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="QMLFile"
- d:TargetPath="|QMLFile;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="QMLDir"
- d:TargetPath="|QMLDir;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate"
- d:Source="Project" d:ProjectName="DialogButtonBottom"
- d:TargetPath="|DialogButtonBottom;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate"
- d:Source="Project" d:ProjectName="DialogButtonRight"
- d:TargetPath="|DialogButtonRight;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="MainWindow"
- d:TargetPath="|MainWindow;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="Widget"
- d:TargetPath="|Widget;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="File" d:Source="File" Path="qt5.natvis.xml" />
- <Asset
- Type="File" d:Source="File" Path="qtmodules.xml" />
- <Asset
- Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="QtVsTools.Qml.Debug.pkgdef" />
- </Assets>
- <Prerequisites>
- <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor"
- Version="[15.0.26208.0,16.0)"
- DisplayName="Visual Studio core editor" />
- <Prerequisite Id="Microsoft.VisualStudio.Component.VC.CoreIde"
- Version="[15.0.26208.0,16.0)"
- DisplayName="Visual Studio C++ core features" />
- <Prerequisite Id="Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
- Version="[15.0.26208.0,16.0)"
- DisplayName="VC++ 2017 v141 toolset (x86,x64)" />
- </Prerequisites>
-</PackageManifest>
diff --git a/src/config/16.0/qtvstools.targets b/src/config/16.0/qtvstools.targets
deleted file mode 100644
index 72d1a03f..00000000
--- a/src/config/16.0/qtvstools.targets
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
- <ItemGroup Condition=" '$(VisualStudioVersion)' == '16.0' ">
- <Reference Include="Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <Reference Include="Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <Reference Include="EnvDTE" />
- <Reference Include="EnvDTE80" />
- <Reference Include="Microsoft.VisualStudio.ComponentModelHost" />
- <Reference Include="Microsoft.VisualStudio.CoreUtility" />
- <Reference Include="Microsoft.VisualStudio.Debugger.Interop.10.0" />
- <Reference Include="Microsoft.VisualStudio.Debugger.InteropA" />
- <Reference Include="Microsoft.VisualStudio.Editor" />
- <Reference Include="Microsoft.VisualStudio.Language.StandardClassification" />
- <Reference Include="Microsoft.VisualStudio.OLE.Interop" />
- <Reference Include="Microsoft.VisualStudio.Shell.15.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Framework" />
- <Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Immutable.11.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.10.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.11.0" />
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime"/>
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.15.3.DesignTime"/>
- <Reference Include="Microsoft.VisualStudio.Shell.Interop.15.6.DesignTime"/>
- <Reference Include="Microsoft.VisualStudio.TemplateWizardInterface" />
- <Reference Include="Microsoft.VisualStudio.Text.Data" />
- <Reference Include="Microsoft.VisualStudio.Text.Logic" />
- <Reference Include="Microsoft.VisualStudio.Text.UI" />
- <Reference Include="Microsoft.VisualStudio.Text.UI.Wpf" />
- <Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
- <Reference Include="Microsoft.VisualStudio.Threading, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- <Reference Include="Microsoft.VisualStudio.Utilities" />
- <Reference Include="Microsoft.VisualStudio.VCCodeModel" />
- <Reference Include="Microsoft.VisualStudio.VCProjectEngine" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="System" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xaml" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="WindowsBase" />
- </ItemGroup>
-
-</Project>
diff --git a/src/config/16.0/source.extension.vsixmanifest_TT b/src/config/16.0/source.extension.vsixmanifest_TT
deleted file mode 100644
index 23bc5442..00000000
--- a/src/config/16.0/source.extension.vsixmanifest_TT
+++ /dev/null
@@ -1,152 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- *****************************************************************************
- **
- ** Copyright (C) 2017 The Qt Company Ltd.
- ** Contact: https://www.qt.io/licensing/
- **
- ** This file is part of the Qt VS Tools.
- **
- ** $QT_BEGIN_LICENSE:GPL-EXCEPT$
- ** Commercial License Usage
- ** Licensees holding valid commercial Qt licenses may use this file in
- ** accordance with the commercial license agreement provided with the
- ** Software or, alternatively, in accordance with the terms contained in
- ** a written agreement between you and The Qt Company. For licensing terms
- ** and conditions see https://www.qt.io/terms-conditions. For further
- ** information use the contact form at https://www.qt.io/contact-us.
- **
- ** GNU General Public License Usage
- ** Alternatively, this file may be used under the terms of the GNU
- ** General Public License version 3 as published by the Free Software
- ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT
- ** included in the packaging of this file. Please review the following
- ** information to ensure the GNU General Public License requirements will
- ** be met: https://www.gnu.org/licenses/gpl-3.0.html.
- **
- ** $QT_END_LICENSE$
- **
- *****************************************************************************
-<#@output extension="vsixmanifest" #>
-<#@include file="$(SolutionDir)\version.tt" #>
- ** <#=WARNING_GENERATED_FILE#>
- *****************************************************************************
--->
-
-<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011"
- xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
- <Metadata>
- <!-- BEGIN Generated Text <#=XML_COMMENT_END#>
- <Identity
- Id="QtVsTools.bf3c71c0-ab41-4427-ada9-9b3813d89ff5"
- Version="<#=QT_VS_TOOLS_VERSION_MANIFEST#>"
- Language="en-US"
- Publisher="The Qt Company Ltd." />
- <#=XML_COMMENT_BEGIN#> END Generated Text -->
- <DisplayName>Qt Visual Studio Tools</DisplayName>
- <Description xml:space="preserve">The Qt VS Tools for Visual Studio 2019 allow developers to use the standard development environment without having to worry about any Qt-related build steps or tools.</Description>
- <MoreInfo>http://www.qt.io</MoreInfo>
- <License>LICENSE.GPL3-EXCEPT</License>
- <ReleaseNotes>Changelog</ReleaseNotes>
- <Icon>qt.ico</Icon>
- <PreviewImage>preview.png</PreviewImage>
- </Metadata>
- <Installation InstalledByMsi="false">
- <InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[16.0,17.0)" />
- <InstallationTarget Id="Microsoft.VisualStudio.Premium" Version="[16.0,17.0)" />
- <InstallationTarget Id="Microsoft.VisualStudio.Ultimate" Version="[16.0,17.0)" />
- <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" />
- <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[16.0,17.0)" />
- </Installation>
- <Dependencies>
- <Dependency
- Id="Microsoft.Framework.NDP"
- DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,)" />
- </Dependencies>
- <Assets>
- <Asset
- Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%"
- Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
- <Asset
- Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%"
- Path="|%CurrentProject%|" />
- <Asset
- Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="QtVsTools.Wizards"
- Path="|QtVsTools.Wizards|" AssemblyName="|QtVsTools.Wizards;AssemblyName|" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Console"
- d:TargetPath="|Console;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Gui"
- d:TargetPath="|Gui;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Empty"
- d:TargetPath="|Empty;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Quick"
- d:TargetPath="|Quick;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Lib"
- d:TargetPath="|Lib;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Server"
- d:TargetPath="|Server;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="Designer"
- d:TargetPath="|Designer;TemplateProjectOutputGroup|" Path="ProjectTemplates"
- d:VsixSubPath="ProjectTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="Resource"
- d:TargetPath="|Resource;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="QMLFile"
- d:TargetPath="|QMLFile;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="QMLDir"
- d:TargetPath="|QMLDir;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project"
- d:ProjectName="DialogButtonBottom"
- d:TargetPath="|DialogButtonBottom;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project"
- d:ProjectName="DialogButtonRight"
- d:TargetPath="|DialogButtonRight;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="MainWindow"
- d:TargetPath="|MainWindow;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="Widget"
- d:TargetPath="|Widget;TemplateProjectOutputGroup|" Path="ItemTemplates"
- d:VsixSubPath="ItemTemplates" />
- <Asset
- Type="File" d:Source="File" Path="qt5.natvis.xml" />
- <Asset
- Type="File" d:Source="File" Path="qtmodules.xml" />
- <Asset
- Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="QtVsTools.Qml.Debug.pkgdef" />
- </Assets>
- <Prerequisites>
- <Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor"
- Version="[16.0,17.0)"
- DisplayName="Visual Studio core editor" />
- <Prerequisite Id="Microsoft.VisualStudio.Component.VC.CoreIde"
- Version="[16.0,17.0)"
- DisplayName="Visual Studio C++ core features" />
- <Prerequisite Id="Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
- Version="[16.0,17.0)"
- DisplayName="MSVC v142 – VS 2019 C++ x64/x86 build tools (v14.20)" />
- </Prerequisites>
-</PackageManifest>
diff --git a/src/config/qt.io.xml b/src/config/qt.io.xml
deleted file mode 100644
index df781a82..00000000
--- a/src/config/qt.io.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom">
- <title type="text">qt.io</title>
- <id>17092002-5A17-4B0A-8A82-C92C344F1127</id>
- <updated>2016-11-11T10:51:55Z</updated>
- <entry>
- <id>{ Product ID }</id>
- <title type="text">Qt Visual Studio Tools</title>
- <summary type="text">The Qt Visual Studio Tools allow developers to use the standard development environment without having to worry about any Qt-related build steps or tools.</summary>
- <published>2016-11-11T10:51:55Z</published>
- <updated>2016-11-11T10:51:55Z</updated>
- <author>
- <name>The Qt Company Ltd.</name>
- </author>
- <category term="Tools" />
- <content type="application/octet-stream"
- src="QtVsTools.vsix" />
- <Vsix xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns="http://schemas.microsoft.com/developer/vsx-syndication-schema/2010">
- <id>{ Product ID }</id>
- <Version>{ Version }</Version>
- </Vsix>
- </entry>
-</feed>
diff --git a/src/config/qtvstools.afterbuild.targets b/src/config/qtvstools.afterbuild.targets
deleted file mode 100644
index bbe6697e..00000000
--- a/src/config/qtvstools.afterbuild.targets
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-
- <Target Name="AfterBuild">
-
- </Target>
-
-</Project>
diff --git a/src/qmakefilereader/qmakefilereader.pro b/src/qmakefilereader/qmakefilereader.pro
deleted file mode 100644
index 4ed539f8..00000000
--- a/src/qmakefilereader/qmakefilereader.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-QT -= gui
-CONFIG += console
-DESTDIR = $$PWD/bin
-TARGET = QMakeFileReader
-
-include(../src.pri)
-include(../../vstools.pri)
-include(./evaluator/evaluator.pri)
-
-SOURCES += main.cpp \
- evalhandler.cpp \
- qmakedataprovider.cpp \
-
-HEADERS += evalhandler.h \
- qmakedataprovider.h \
-
-RC_FILE = qmakefilereader.rc
diff --git a/src/qrceditor/qrceditor.pro b/src/qrceditor/qrceditor.pro
deleted file mode 100644
index 775b5046..00000000
--- a/src/qrceditor/qrceditor.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-TEMPLATE = app
-QT += gui widgets
-TARGET = QrcEditor
-DESTDIR = $$PWD/bin
-
-include(../src.pri)
-include(../../vstools.pri)
-include(./shared/qrceditor.pri)
-
-SOURCES += main.cpp \
- mainwindow.cpp
-
-HEADERS += mainwindow.h
-
-RC_FILE = qrceditor.rc
diff --git a/src/qtvstools.core/packages.config b/src/qtvstools.core/packages.config
deleted file mode 100644
index 3fbe4d23..00000000
--- a/src/qtvstools.core/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
- <package id="Microsoft.Net.Compilers" version="2.0.1" targetFramework="net472" developmentDependency="true" />
-</packages> \ No newline at end of file
diff --git a/src/qtvstools.regexpr/packages.config b/src/qtvstools.regexpr/packages.config
deleted file mode 100644
index 3b02918e..00000000
--- a/src/qtvstools.regexpr/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
- <package id="Microsoft.Net.Compilers" version="2.0.1" targetFramework="net472" developmentDependency="true" />
-</packages>
diff --git a/src/qtvstools/packages.config b/src/qtvstools/packages.config
deleted file mode 100644
index 06b94dfd..00000000
--- a/src/qtvstools/packages.config
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
- <package id="Microsoft.Composition" version="1.0.27" targetFramework="net472" />
- <package id="Microsoft.Net.Compilers" version="2.0.1" targetFramework="net472" developmentDependency="true" />
- <package id="Microsoft.Tpl.Dataflow" version="4.5.24" targetFramework="net472" />
- <package id="Microsoft.VisualStudio.Composition" version="14.2.19-pre" targetFramework="net472" />
- <package id="Microsoft.VisualStudio.ProjectSystem" version="14.1.170-pre" targetFramework="net472" />
- <package id="Microsoft.VisualStudio.SDK.VsixSuppression" version="14.0.50703" targetFramework="net472" />
- <package id="Microsoft.VisualStudio.Setup.Configuration.Interop" version="1.16.30" targetFramework="net472" developmentDependency="true" />
- <package id="Microsoft.VisualStudio.Threading" version="14.1.131" targetFramework="net472" />
- <package id="Stub.System.Data.SQLite.Core.NetFramework" version="1.0.113.3" targetFramework="net472" />
- <package id="System.Buffers" version="4.5.1" targetFramework="net472" />
- <package id="System.ComponentModel.Composition" version="4.5.0" targetFramework="net472" />
- <package id="System.Composition" version="1.0.31" targetFramework="net472" />
- <package id="System.Composition.AttributedModel" version="1.0.31" targetFramework="net472" />
- <package id="System.Composition.Convention" version="1.0.31" targetFramework="net472" />
- <package id="System.Composition.Hosting" version="1.0.31" targetFramework="net472" />
- <package id="System.Composition.Runtime" version="1.0.31" targetFramework="net472" />
- <package id="System.Composition.TypedParts" version="1.0.31" targetFramework="net472" />
- <package id="System.Data.SQLite.Core" version="1.0.113.7" targetFramework="net472" />
- <package id="System.IO.Compression" version="4.3.0" targetFramework="net472" />
- <package id="System.Memory" version="4.5.4" targetFramework="net472" />
- <package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
- <package id="System.Reflection.Emit" version="4.3.0" targetFramework="net472" />
- <package id="System.Reflection.Metadata" version="1.3.0" targetFramework="net472" />
- <package id="System.Runtime.CompilerServices.Unsafe" version="4.7.1" targetFramework="net472" />
- <package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net472" />
- <package id="System.Threading.Tasks.Dataflow" version="4.5.24" targetFramework="net472" />
- <package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net472" />
-</packages> \ No newline at end of file
diff --git a/src/transform.targets b/transform.targets
index 4f1b75a5..4f1b75a5 100644
--- a/src/transform.targets
+++ b/transform.targets
diff --git a/src/version.targets b/version.targets
index 4ee2a9d9..4ee2a9d9 100644
--- a/src/version.targets
+++ b/version.targets
diff --git a/src/version.tt b/version.tt
index e045383e..e045383e 100644
--- a/src/version.tt
+++ b/version.tt
diff --git a/vstools.sln b/vstools.sln
new file mode 100644
index 00000000..0347f415
--- /dev/null
+++ b/vstools.sln
@@ -0,0 +1,580 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.0.31717.71
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtVsTools.RegExpr", "QtVsTools.RegExpr\QtVsTools.RegExpr.csproj", "{A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtMSBuild", "QtMSBuild\QtMSBuild.csproj", "{A618D28B-9352-44F4-AA71-609BF68BF871}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtVsTools.Core", "QtVsTools.Core\QtVsTools.Core.csproj", "{2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtVsTools.Wizards", "QtVsTools.Wizards\QtVsTools.Wizards.csproj", "{8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{9D9290B2-9E87-46EA-84EA-02836F699BB8}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Project.Console", "Templates\console\QtTemplate.Project.Console.csproj", "{71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Project.Designer", "Templates\designer\QtTemplate.Project.Designer.csproj", "{191B2B91-D5FD-4138-A72A-AB0B149988C6}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Item.DialogButtonBottom", "Templates\dialogbuttonbottom\QtTemplate.Item.DialogButtonBottom.csproj", "{F7407750-5F72-460F-9C53-27CF509A39B1}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Item.DialogButtonRight", "Templates\dialogbuttonright\QtTemplate.Item.DialogButtonRight.csproj", "{F2166B59-E41B-4328-B31D-9E2B9AC5A59C}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Project.Empty", "Templates\empty\QtTemplate.Project.Empty.csproj", "{73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Project.Gui", "Templates\gui\QtTemplate.Project.Gui.csproj", "{3E1F9741-01D3-480A-A484-3CD373AE4A7F}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Project.Lib", "Templates\lib\QtTemplate.Project.Lib.csproj", "{191B1B91-D9FD-4138-A72A-AB0B149958C6}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Item.MainWindow", "Templates\mainwindow\QtTemplate.Item.MainWindow.csproj", "{20055427-1352-44FB-8442-BF7F15F9C59E}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Item.QMLFile", "Templates\qml\QtTemplate.Item.QMLFile.csproj", "{DC1AE91B-45CE-4C5B-8F77-CDB58566038F}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Item.QMLDir", "Templates\qmldir\QtTemplate.Item.QMLDir.csproj", "{7AF6C34B-65D2-4010-92F6-420E59DDE9BF}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Project.Quick", "Templates\quick\QtTemplate.Project.Quick.csproj", "{4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Item.Resource", "Templates\resource\QtTemplate.Item.Resource.csproj", "{BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Project.Server", "Templates\server\QtTemplate.Project.Server.csproj", "{8AE9D385-A379-4F5F-A703-3DF643DA6742}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtTemplate.Item.Widget", "Templates\widget\QtTemplate.Item.Widget.csproj", "{40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Item", "Item", "{A7918293-56E9-465A-AE1C-0724576ADD66}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Project", "Project", "{DD307619-BF80-4E5D-AE54-196057187702}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtVsTools.Package", "QtVsTools.Package\QtVsTools.Package.csproj", "{671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{9B109DDA-0521-46AD-B087-B7CBCB33FEE5}"
+ ProjectSection(SolutionItems) = preProject
+ QtCppConfig.props = QtCppConfig.props
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VsQml", "vsqml\vsqml.vcxproj", "{B12702AD-ABFB-343A-A199-8E24837244A3}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qmakefilereader", "qmakefilereader\qmakefilereader.vcxproj", "{70711A97-D9B0-3A86-9756-9FF47337908B}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qrceditor", "qrceditor\qrceditor.vcxproj", "{4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Text Generation", "Text Generation", "{58DB9025-019B-44AC-A206-6F1B2D2AECD8}"
+ ProjectSection(SolutionItems) = preProject
+ common.tt = common.tt
+ transform.targets = transform.targets
+ version.tt = version.tt
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deployment", "Deployment", "{66ED34F1-F316-49BE-9137-C7AAF22115FF}"
+ ProjectSection(SolutionItems) = preProject
+ Changelog = Changelog
+ version.targets = version.targets
+ vstools.bat = vstools.bat
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Testing", "Testing", "{F96D578B-D78E-47F4-86DA-FE472B9942F0}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Framework", "Framework", "{97DAEAD7-3D10-459C-8920-94E48C43AA5F}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QtVsTest", "QtVsTest\QtVsTest.csproj", "{48A50432-6BDF-4DE2-A3AD-3A237D31E49D}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D6FB29A4-8921-46F5-B170-B15538AB4D69}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_QtVsTools.RegExpr", "Tests\Test_QtVsTools.RegExpr\Test_QtVsTools.RegExpr.csproj", "{D574EFED-5E19-45BE-9B05-310F65065303}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_QtVsTools.PriorityQueue", "Tests\Test_QtVsTools.PriorityQueue\Test_QtVsTools.PriorityQueue.csproj", "{A5320606-37B8-4F15-97E2-16314109CAF9}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleTest", "Tests\SampleTest\SampleTest.vcxproj", "{12857847-9877-466C-B056-DD286A219093}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|Any CPU = Release|Any CPU
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ Tests|Any CPU = Tests|Any CPU
+ Tests|x64 = Tests|x64
+ Tests|x86 = Tests|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Debug|x64.Build.0 = Debug|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Debug|x86.Build.0 = Debug|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Release|x64.ActiveCfg = Release|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Release|x64.Build.0 = Release|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Release|x86.ActiveCfg = Release|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Release|x86.Build.0 = Release|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Tests|x64.ActiveCfg = Release|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Tests|x64.Build.0 = Release|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Tests|x86.ActiveCfg = Release|Any CPU
+ {A2831B9B-4D3B-46CB-85DF-1B5C277C17DB}.Tests|x86.Build.0 = Release|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Debug|x64.Build.0 = Debug|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Debug|x86.Build.0 = Debug|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Release|x64.ActiveCfg = Release|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Release|x64.Build.0 = Release|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Release|x86.ActiveCfg = Release|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Release|x86.Build.0 = Release|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Tests|x64.ActiveCfg = Release|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Tests|x64.Build.0 = Release|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Tests|x86.ActiveCfg = Release|Any CPU
+ {A618D28B-9352-44F4-AA71-609BF68BF871}.Tests|x86.Build.0 = Release|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Debug|x64.Build.0 = Debug|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Debug|x86.Build.0 = Debug|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Release|Any CPU.Build.0 = Release|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Release|x64.ActiveCfg = Release|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Release|x64.Build.0 = Release|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Release|x86.ActiveCfg = Release|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Release|x86.Build.0 = Release|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Tests|x64.ActiveCfg = Release|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Tests|x64.Build.0 = Release|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Tests|x86.ActiveCfg = Release|Any CPU
+ {2621AD55-C4E9-4884-81E9-DA0D00B4C6E5}.Tests|x86.Build.0 = Release|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Debug|x64.Build.0 = Debug|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Debug|x86.Build.0 = Debug|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Release|x64.ActiveCfg = Release|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Release|x64.Build.0 = Release|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Release|x86.ActiveCfg = Release|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Release|x86.Build.0 = Release|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Tests|x64.ActiveCfg = Release|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Tests|x64.Build.0 = Release|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Tests|x86.ActiveCfg = Release|Any CPU
+ {8DF0A4C4-A32D-44A4-9DA4-41A6BCA80B44}.Tests|x86.Build.0 = Release|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Debug|x64.Build.0 = Debug|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Debug|x86.Build.0 = Debug|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Release|Any CPU.Build.0 = Release|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Release|x64.ActiveCfg = Release|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Release|x64.Build.0 = Release|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Release|x86.ActiveCfg = Release|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Release|x86.Build.0 = Release|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Tests|x64.ActiveCfg = Release|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Tests|x64.Build.0 = Release|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Tests|x86.ActiveCfg = Release|Any CPU
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55}.Tests|x86.Build.0 = Release|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Debug|x64.Build.0 = Debug|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Debug|x86.Build.0 = Debug|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Release|Any CPU.Build.0 = Release|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Release|x64.ActiveCfg = Release|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Release|x64.Build.0 = Release|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Release|x86.ActiveCfg = Release|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Release|x86.Build.0 = Release|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Tests|x64.ActiveCfg = Release|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Tests|x64.Build.0 = Release|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Tests|x86.ActiveCfg = Release|Any CPU
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6}.Tests|x86.Build.0 = Release|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Debug|x64.Build.0 = Debug|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Debug|x86.Build.0 = Debug|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Release|x64.ActiveCfg = Release|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Release|x64.Build.0 = Release|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Release|x86.ActiveCfg = Release|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Release|x86.Build.0 = Release|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Tests|x64.ActiveCfg = Release|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Tests|x64.Build.0 = Release|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Tests|x86.ActiveCfg = Release|Any CPU
+ {F7407750-5F72-460F-9C53-27CF509A39B1}.Tests|x86.Build.0 = Release|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Debug|x64.Build.0 = Debug|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Debug|x86.Build.0 = Debug|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Release|x64.ActiveCfg = Release|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Release|x64.Build.0 = Release|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Release|x86.ActiveCfg = Release|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Release|x86.Build.0 = Release|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Tests|x64.ActiveCfg = Release|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Tests|x64.Build.0 = Release|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Tests|x86.ActiveCfg = Release|Any CPU
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C}.Tests|x86.Build.0 = Release|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Debug|x64.Build.0 = Debug|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Debug|x86.Build.0 = Debug|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Release|Any CPU.Build.0 = Release|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Release|x64.ActiveCfg = Release|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Release|x64.Build.0 = Release|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Release|x86.ActiveCfg = Release|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Release|x86.Build.0 = Release|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Tests|x64.ActiveCfg = Release|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Tests|x64.Build.0 = Release|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Tests|x86.ActiveCfg = Release|Any CPU
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98}.Tests|x86.Build.0 = Release|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Debug|x64.Build.0 = Debug|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Debug|x86.Build.0 = Debug|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Release|x64.ActiveCfg = Release|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Release|x64.Build.0 = Release|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Release|x86.ActiveCfg = Release|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Release|x86.Build.0 = Release|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Tests|x64.ActiveCfg = Release|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Tests|x64.Build.0 = Release|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Tests|x86.ActiveCfg = Release|Any CPU
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F}.Tests|x86.Build.0 = Release|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Debug|x64.Build.0 = Debug|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Debug|x86.Build.0 = Debug|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Release|Any CPU.Build.0 = Release|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Release|x64.ActiveCfg = Release|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Release|x64.Build.0 = Release|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Release|x86.ActiveCfg = Release|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Release|x86.Build.0 = Release|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Tests|x64.ActiveCfg = Release|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Tests|x64.Build.0 = Release|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Tests|x86.ActiveCfg = Release|Any CPU
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6}.Tests|x86.Build.0 = Release|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Debug|x64.Build.0 = Debug|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Debug|x86.Build.0 = Debug|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Release|Any CPU.Build.0 = Release|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Release|x64.ActiveCfg = Release|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Release|x64.Build.0 = Release|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Release|x86.ActiveCfg = Release|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Release|x86.Build.0 = Release|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Tests|x64.ActiveCfg = Release|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Tests|x64.Build.0 = Release|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Tests|x86.ActiveCfg = Release|Any CPU
+ {20055427-1352-44FB-8442-BF7F15F9C59E}.Tests|x86.Build.0 = Release|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Debug|x64.Build.0 = Debug|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Debug|x86.Build.0 = Debug|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Release|Any CPU.Build.0 = Release|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Release|x64.ActiveCfg = Release|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Release|x64.Build.0 = Release|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Release|x86.ActiveCfg = Release|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Release|x86.Build.0 = Release|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Tests|x64.ActiveCfg = Release|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Tests|x64.Build.0 = Release|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Tests|x86.ActiveCfg = Release|Any CPU
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F}.Tests|x86.Build.0 = Release|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Debug|x64.Build.0 = Debug|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Debug|x86.Build.0 = Debug|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Release|Any CPU.Build.0 = Release|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Release|x64.ActiveCfg = Release|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Release|x64.Build.0 = Release|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Release|x86.ActiveCfg = Release|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Release|x86.Build.0 = Release|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Tests|x64.ActiveCfg = Release|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Tests|x64.Build.0 = Release|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Tests|x86.ActiveCfg = Release|Any CPU
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF}.Tests|x86.Build.0 = Release|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Debug|x64.Build.0 = Debug|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Debug|x86.Build.0 = Debug|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Release|Any CPU.Build.0 = Release|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Release|x64.ActiveCfg = Release|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Release|x64.Build.0 = Release|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Release|x86.ActiveCfg = Release|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Release|x86.Build.0 = Release|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Tests|x64.ActiveCfg = Release|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Tests|x64.Build.0 = Release|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Tests|x86.ActiveCfg = Release|Any CPU
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16}.Tests|x86.Build.0 = Release|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Debug|x64.Build.0 = Debug|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Debug|x86.Build.0 = Debug|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Release|Any CPU.Build.0 = Release|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Release|x64.ActiveCfg = Release|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Release|x64.Build.0 = Release|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Release|x86.ActiveCfg = Release|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Release|x86.Build.0 = Release|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Tests|x64.ActiveCfg = Release|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Tests|x64.Build.0 = Release|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Tests|x86.ActiveCfg = Release|Any CPU
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471}.Tests|x86.Build.0 = Release|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Debug|x64.Build.0 = Debug|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Debug|x86.Build.0 = Debug|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Release|x64.ActiveCfg = Release|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Release|x64.Build.0 = Release|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Release|x86.ActiveCfg = Release|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Release|x86.Build.0 = Release|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Tests|x64.ActiveCfg = Release|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Tests|x64.Build.0 = Release|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Tests|x86.ActiveCfg = Release|Any CPU
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742}.Tests|x86.Build.0 = Release|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Debug|x64.Build.0 = Debug|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Debug|x86.Build.0 = Debug|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Release|Any CPU.Build.0 = Release|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Release|x64.ActiveCfg = Release|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Release|x64.Build.0 = Release|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Release|x86.ActiveCfg = Release|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Release|x86.Build.0 = Release|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Tests|x64.ActiveCfg = Release|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Tests|x64.Build.0 = Release|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Tests|x86.ActiveCfg = Release|Any CPU
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4}.Tests|x86.Build.0 = Release|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Debug|x64.Build.0 = Debug|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Debug|x86.Build.0 = Debug|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Release|Any CPU.Build.0 = Release|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Release|x64.ActiveCfg = Release|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Release|x64.Build.0 = Release|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Release|x86.ActiveCfg = Release|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Release|x86.Build.0 = Release|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Tests|x64.ActiveCfg = Release|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Tests|x64.Build.0 = Release|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Tests|x86.ActiveCfg = Release|Any CPU
+ {671C3821-7BD9-4C16-9A8D-EC1470EDBC9B}.Tests|x86.Build.0 = Release|Any CPU
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|Any CPU.ActiveCfg = Debug|Win32
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|Any CPU.Build.0 = Debug|Win32
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x64.ActiveCfg = Debug|x64
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x64.Build.0 = Debug|x64
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x86.ActiveCfg = Debug|Win32
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x86.Build.0 = Debug|Win32
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|Any CPU.ActiveCfg = Release|Win32
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|Any CPU.Build.0 = Release|Win32
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x64.ActiveCfg = Release|x64
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x64.Build.0 = Release|x64
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x86.ActiveCfg = Release|Win32
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x86.Build.0 = Release|Win32
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Tests|Any CPU.ActiveCfg = Release|Win32
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Tests|Any CPU.Build.0 = Release|Win32
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Tests|x64.ActiveCfg = Release|x64
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Tests|x64.Build.0 = Release|x64
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Tests|x86.ActiveCfg = Release|Win32
+ {B12702AD-ABFB-343A-A199-8E24837244A3}.Tests|x86.Build.0 = Release|Win32
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Debug|Any CPU.ActiveCfg = Debug|Win32
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Debug|Any CPU.Build.0 = Debug|Win32
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Debug|x64.ActiveCfg = Debug|x64
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Debug|x64.Build.0 = Debug|x64
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Debug|x86.ActiveCfg = Debug|Win32
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Debug|x86.Build.0 = Debug|Win32
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Release|Any CPU.ActiveCfg = Release|Win32
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Release|Any CPU.Build.0 = Release|Win32
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Release|x64.ActiveCfg = Release|x64
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Release|x64.Build.0 = Release|x64
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Release|x86.ActiveCfg = Release|Win32
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Release|x86.Build.0 = Release|Win32
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Tests|Any CPU.ActiveCfg = Release|Win32
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Tests|Any CPU.Build.0 = Release|Win32
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Tests|x64.ActiveCfg = Release|x64
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Tests|x64.Build.0 = Release|x64
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Tests|x86.ActiveCfg = Release|Win32
+ {70711A97-D9B0-3A86-9756-9FF47337908B}.Tests|x86.Build.0 = Release|Win32
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Debug|Any CPU.ActiveCfg = Debug|Win32
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Debug|Any CPU.Build.0 = Debug|Win32
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Debug|x64.ActiveCfg = Debug|x64
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Debug|x64.Build.0 = Debug|x64
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Debug|x86.ActiveCfg = Debug|Win32
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Debug|x86.Build.0 = Debug|Win32
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Release|Any CPU.ActiveCfg = Release|Win32
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Release|Any CPU.Build.0 = Release|Win32
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Release|x64.ActiveCfg = Release|x64
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Release|x64.Build.0 = Release|x64
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Release|x86.ActiveCfg = Release|Win32
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Release|x86.Build.0 = Release|Win32
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Tests|Any CPU.ActiveCfg = Release|Win32
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Tests|Any CPU.Build.0 = Release|Win32
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Tests|x64.ActiveCfg = Release|x64
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Tests|x64.Build.0 = Release|x64
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Tests|x86.ActiveCfg = Release|Win32
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F}.Tests|x86.Build.0 = Release|Win32
+ {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Release|x64.ActiveCfg = Release|Any CPU
+ {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Release|x86.ActiveCfg = Release|Any CPU
+ {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Tests|x64.ActiveCfg = Release|Any CPU
+ {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Tests|x64.Build.0 = Release|Any CPU
+ {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Tests|x86.ActiveCfg = Release|Any CPU
+ {48A50432-6BDF-4DE2-A3AD-3A237D31E49D}.Tests|x86.Build.0 = Release|Any CPU
+ {D574EFED-5E19-45BE-9B05-310F65065303}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {D574EFED-5E19-45BE-9B05-310F65065303}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {D574EFED-5E19-45BE-9B05-310F65065303}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {D574EFED-5E19-45BE-9B05-310F65065303}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {D574EFED-5E19-45BE-9B05-310F65065303}.Release|x64.ActiveCfg = Release|Any CPU
+ {D574EFED-5E19-45BE-9B05-310F65065303}.Release|x86.ActiveCfg = Release|Any CPU
+ {D574EFED-5E19-45BE-9B05-310F65065303}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {D574EFED-5E19-45BE-9B05-310F65065303}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {D574EFED-5E19-45BE-9B05-310F65065303}.Tests|x64.ActiveCfg = Release|Any CPU
+ {D574EFED-5E19-45BE-9B05-310F65065303}.Tests|x64.Build.0 = Release|Any CPU
+ {D574EFED-5E19-45BE-9B05-310F65065303}.Tests|x86.ActiveCfg = Release|Any CPU
+ {D574EFED-5E19-45BE-9B05-310F65065303}.Tests|x86.Build.0 = Release|Any CPU
+ {A5320606-37B8-4F15-97E2-16314109CAF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A5320606-37B8-4F15-97E2-16314109CAF9}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {A5320606-37B8-4F15-97E2-16314109CAF9}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {A5320606-37B8-4F15-97E2-16314109CAF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A5320606-37B8-4F15-97E2-16314109CAF9}.Release|x64.ActiveCfg = Release|Any CPU
+ {A5320606-37B8-4F15-97E2-16314109CAF9}.Release|x86.ActiveCfg = Release|Any CPU
+ {A5320606-37B8-4F15-97E2-16314109CAF9}.Tests|Any CPU.ActiveCfg = Release|Any CPU
+ {A5320606-37B8-4F15-97E2-16314109CAF9}.Tests|Any CPU.Build.0 = Release|Any CPU
+ {A5320606-37B8-4F15-97E2-16314109CAF9}.Tests|x64.ActiveCfg = Release|Any CPU
+ {A5320606-37B8-4F15-97E2-16314109CAF9}.Tests|x64.Build.0 = Release|Any CPU
+ {A5320606-37B8-4F15-97E2-16314109CAF9}.Tests|x86.ActiveCfg = Release|Any CPU
+ {A5320606-37B8-4F15-97E2-16314109CAF9}.Tests|x86.Build.0 = Release|Any CPU
+ {12857847-9877-466C-B056-DD286A219093}.Debug|Any CPU.ActiveCfg = Debug|x64
+ {12857847-9877-466C-B056-DD286A219093}.Debug|x64.ActiveCfg = Debug|x64
+ {12857847-9877-466C-B056-DD286A219093}.Debug|x86.ActiveCfg = Debug|x64
+ {12857847-9877-466C-B056-DD286A219093}.Release|Any CPU.ActiveCfg = Release|x64
+ {12857847-9877-466C-B056-DD286A219093}.Release|x64.ActiveCfg = Release|x64
+ {12857847-9877-466C-B056-DD286A219093}.Release|x86.ActiveCfg = Release|x64
+ {12857847-9877-466C-B056-DD286A219093}.Tests|Any CPU.ActiveCfg = Release|x64
+ {12857847-9877-466C-B056-DD286A219093}.Tests|Any CPU.Build.0 = Release|x64
+ {12857847-9877-466C-B056-DD286A219093}.Tests|x64.ActiveCfg = Release|x64
+ {12857847-9877-466C-B056-DD286A219093}.Tests|x64.Build.0 = Release|x64
+ {12857847-9877-466C-B056-DD286A219093}.Tests|x86.ActiveCfg = Release|x64
+ {12857847-9877-466C-B056-DD286A219093}.Tests|x86.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ {71E4F2B9-3628-45E2-A664-A2F6E3AAFE55} = {DD307619-BF80-4E5D-AE54-196057187702}
+ {191B2B91-D5FD-4138-A72A-AB0B149988C6} = {DD307619-BF80-4E5D-AE54-196057187702}
+ {F7407750-5F72-460F-9C53-27CF509A39B1} = {A7918293-56E9-465A-AE1C-0724576ADD66}
+ {F2166B59-E41B-4328-B31D-9E2B9AC5A59C} = {A7918293-56E9-465A-AE1C-0724576ADD66}
+ {73C3DFB8-BD8A-4634-AAD5-DC71EDC37B98} = {DD307619-BF80-4E5D-AE54-196057187702}
+ {3E1F9741-01D3-480A-A484-3CD373AE4A7F} = {DD307619-BF80-4E5D-AE54-196057187702}
+ {191B1B91-D9FD-4138-A72A-AB0B149958C6} = {DD307619-BF80-4E5D-AE54-196057187702}
+ {20055427-1352-44FB-8442-BF7F15F9C59E} = {A7918293-56E9-465A-AE1C-0724576ADD66}
+ {DC1AE91B-45CE-4C5B-8F77-CDB58566038F} = {A7918293-56E9-465A-AE1C-0724576ADD66}
+ {7AF6C34B-65D2-4010-92F6-420E59DDE9BF} = {A7918293-56E9-465A-AE1C-0724576ADD66}
+ {4833E4C7-FFFF-4DA5-A7A5-36C6C3840F16} = {DD307619-BF80-4E5D-AE54-196057187702}
+ {BDA1CD69-624B-4D9D-9B88-ACBEB14AC471} = {A7918293-56E9-465A-AE1C-0724576ADD66}
+ {8AE9D385-A379-4F5F-A703-3DF643DA6742} = {DD307619-BF80-4E5D-AE54-196057187702}
+ {40ADFD6A-64EA-4C77-9D4B-3A91D6AB76B4} = {A7918293-56E9-465A-AE1C-0724576ADD66}
+ {A7918293-56E9-465A-AE1C-0724576ADD66} = {9D9290B2-9E87-46EA-84EA-02836F699BB8}
+ {DD307619-BF80-4E5D-AE54-196057187702} = {9D9290B2-9E87-46EA-84EA-02836F699BB8}
+ {B12702AD-ABFB-343A-A199-8E24837244A3} = {9B109DDA-0521-46AD-B087-B7CBCB33FEE5}
+ {70711A97-D9B0-3A86-9756-9FF47337908B} = {9B109DDA-0521-46AD-B087-B7CBCB33FEE5}
+ {4CEE73C9-FCFA-3A72-A0A3-036BDBB3240F} = {9B109DDA-0521-46AD-B087-B7CBCB33FEE5}
+ {97DAEAD7-3D10-459C-8920-94E48C43AA5F} = {F96D578B-D78E-47F4-86DA-FE472B9942F0}
+ {48A50432-6BDF-4DE2-A3AD-3A237D31E49D} = {97DAEAD7-3D10-459C-8920-94E48C43AA5F}
+ {D6FB29A4-8921-46F5-B170-B15538AB4D69} = {F96D578B-D78E-47F4-86DA-FE472B9942F0}
+ {D574EFED-5E19-45BE-9B05-310F65065303} = {D6FB29A4-8921-46F5-B170-B15538AB4D69}
+ {A5320606-37B8-4F15-97E2-16314109CAF9} = {D6FB29A4-8921-46F5-B170-B15538AB4D69}
+ {12857847-9877-466C-B056-DD286A219093} = {D6FB29A4-8921-46F5-B170-B15538AB4D69}
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {17FF4AFE-273C-47CD-8D84-F0D023B10BE5}
+ EndGlobalSection
+EndGlobal