123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{105AE6D3-D833-3118-B6F1-CA4C928BDBD2}</ProjectGuid>
- <RootNamespace>qscintilla</RootNamespace>
- <Keyword>QtVS_v303</Keyword>
- <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
- <WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
- <QtMsBuild Condition="'$(QtMsBuild)'=='' or !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
- <ProjectName>Qscintilla</ProjectName>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <PlatformToolset>v143</PlatformToolset>
- <OutputDirectory>..\ReleaseBin\</OutputDirectory>
- <ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage>
- <CharacterSet>NotSet</CharacterSet>
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <IntermediateDirectory>..\Output\release\obj\</IntermediateDirectory>
- <PrimaryOutput>qscintilla</PrimaryOutput>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <PlatformToolset>v143</PlatformToolset>
- <OutputDirectory>..\DebugBin\</OutputDirectory>
- <ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage>
- <CharacterSet>NotSet</CharacterSet>
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <IntermediateDirectory>..\Output\debug\obj\</IntermediateDirectory>
- <PrimaryOutput>qscintilla</PrimaryOutput>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
- <Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
- </Target>
- <ImportGroup Label="ExtensionSettings" />
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
- </ImportGroup>
- <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">
- <Import Project="$(QtMsBuild)\qt_defaults.props" />
- </ImportGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <OutDir>..\DebugBin\</OutDir>
- <IntDir>..\Output\debug\$(MSBuildProjectName)\</IntDir>
- <TargetName>$(ProjectName)</TargetName>
- <IgnoreImportLibrary>true</IgnoreImportLibrary>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <OutDir>..\ReleaseBin\</OutDir>
- <IntDir>..\Output\release\$(MSBuildProjectName)\</IntDir>
- <TargetName>$(ProjectName)</TargetName>
- <IgnoreImportLibrary>true</IgnoreImportLibrary>
- <LinkIncremental>false</LinkIncremental>
- </PropertyGroup>
- <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <QtInstall>msvc2017_64</QtInstall>
- <QtModules>core;gui;widgets;printsupport</QtModules>
- </PropertyGroup>
- <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <QtInstall>msvc2017_64</QtInstall>
- <QtModules>core;gui;widgets;printsupport</QtModules>
- </PropertyGroup>
- <ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')">
- <Import Project="$(QtMsBuild)\qt.props" />
- </ImportGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <ClCompile>
- <AdditionalIncludeDirectories>GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;include;lexlib;src;..\Output\release\moc;/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <AdditionalOptions>-Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions)</AdditionalOptions>
- <AssemblerListingLocation>..\Output\release\obj\</AssemblerListingLocation>
- <BrowseInformation>false</BrowseInformation>
- <DebugInformationFormat>None</DebugInformationFormat>
- <DisableSpecificWarnings>4577;4467;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- <ExceptionHandling>Sync</ExceptionHandling>
- <ObjectFileName>..\Output\release\obj\</ObjectFileName>
- <Optimization>MaxSpeed</Optimization>
- <PreprocessorDefinitions>_WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;QT_DEPRECATED_WARNINGS;QSCINTILLA_MAKE_DLL;SCINTILLA_QT;SCI_LEXER;NDEBUG;QT_NO_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <PreprocessToFile>false</PreprocessToFile>
- <ProgramDataBaseFileName>
- </ProgramDataBaseFileName>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
- <WarningLevel>Level3</WarningLevel>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- </ClCompile>
- <Link>
- <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
- <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <DataExecutionPrevention>true</DataExecutionPrevention>
- <GenerateDebugInformation>false</GenerateDebugInformation>
- <IgnoreImportLibrary>true</IgnoreImportLibrary>
- <LinkDLL>true</LinkDLL>
- <LinkIncremental>false</LinkIncremental>
- <OptimizeReferences>true</OptimizeReferences>
- <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
- <RandomizedBaseAddress>true</RandomizedBaseAddress>
- <SubSystem>Windows</SubSystem>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <ProgramDatabaseFile>..\Output\pdb\$(TargetName).pdb </ProgramDatabaseFile>
- </Link>
- <Midl>
- <DefaultCharType>Unsigned</DefaultCharType>
- <EnableErrorChecks>None</EnableErrorChecks>
- <WarningLevel>0</WarningLevel>
- </Midl>
- <ResourceCompile>
- <PreprocessorDefinitions>_WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;QT_DEPRECATED_WARNINGS;QSCINTILLA_MAKE_DLL;SCINTILLA_QT;SCI_LEXER;NDEBUG;QT_NO_DEBUG;QT_PRINTSUPPORT_LIB;QT_WIDGETS_LIB;QT_GUI_LIB;QT_CORE_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ResourceCompile>
- <QtMoc>
- <CompilerFlavor>msvc</CompilerFlavor>
- <Include>X:/VisionPlus_V3.0/Output/$(Configuration)/moc/moc_predefs.h</Include>
- <ExecutionDescription>Moc'ing %(Identity)...</ExecutionDescription>
- <DynamicSource>output</DynamicSource>
- <QtMocDir>..\Output\$(Configuration)\moc</QtMocDir>
- <QtMocFileName>moc_%(Filename).cpp</QtMocFileName>
- </QtMoc>
- <PostBuildEvent>
- <Command>xcopy $(TargetDir)$(ProjectName).lib $(SolutionDir)lib\release /y
- del /f /s /q $(TargetDir)$(ProjectName).lib
- del /f /s /q $(TargetDir)$(ProjectName).exp
- del /f /s /q $(TargetDir)$(ProjectName).ilk
- </Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <AdditionalIncludeDirectories>GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;include;lexlib;src;..\Output\debug\moc;/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <AdditionalOptions>-Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions)</AdditionalOptions>
- <AssemblerListingLocation>..\Output\debug\obj\</AssemblerListingLocation>
- <BrowseInformation>false</BrowseInformation>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <DisableSpecificWarnings>4577;4467;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- <ExceptionHandling>Sync</ExceptionHandling>
- <ObjectFileName>..\Output\debug\obj\</ObjectFileName>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>_WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;QT_DEPRECATED_WARNINGS;QSCINTILLA_MAKE_DLL;SCINTILLA_QT;SCI_LEXER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <PreprocessToFile>false</PreprocessToFile>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
- <WarningLevel>Level3</WarningLevel>
- <MultiProcessorCompilation>true</MultiProcessorCompilation>
- </ClCompile>
- <Link>
- <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
- <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
- <DataExecutionPrevention>true</DataExecutionPrevention>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <IgnoreImportLibrary>true</IgnoreImportLibrary>
- <LinkDLL>true</LinkDLL>
- <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
- <RandomizedBaseAddress>true</RandomizedBaseAddress>
- <SubSystem>Windows</SubSystem>
- <SuppressStartupBanner>true</SuppressStartupBanner>
- <ProgramDatabaseFile>..\Output\pdb\$(TargetName)_d.pdb </ProgramDatabaseFile>
- </Link>
- <Midl>
- <DefaultCharType>Unsigned</DefaultCharType>
- <EnableErrorChecks>None</EnableErrorChecks>
- <WarningLevel>0</WarningLevel>
- </Midl>
- <ResourceCompile>
- <PreprocessorDefinitions>_WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;QT_DEPRECATED_WARNINGS;QSCINTILLA_MAKE_DLL;SCINTILLA_QT;SCI_LEXER;QT_PRINTSUPPORT_LIB;QT_WIDGETS_LIB;QT_GUI_LIB;QT_CORE_LIB;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ResourceCompile>
- <QtMoc>
- <CompilerFlavor>msvc</CompilerFlavor>
- <Include>..\Output\$(Configuration)/moc/moc_predefs.h</Include>
- <ExecutionDescription>Moc'ing %(Identity)...</ExecutionDescription>
- <DynamicSource>output</DynamicSource>
- <QtMocDir>..\Output\$(Configuration)\moc</QtMocDir>
- <QtMocFileName>moc_%(Filename).cpp</QtMocFileName>
- </QtMoc>
- <PostBuildEvent>
- <Command>xcopy $(TargetDir)$(ProjectName).lib $(SolutionDir)lib\debug /y
- del /f /s /q $(TargetDir)$(ProjectName).lib
- del /f /s /q $(TargetDir)$(ProjectName).exp
- del /f /s /q $(TargetDir)$(ProjectName).ilk</Command>
- </PostBuildEvent>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="lexlib\Accessor.cpp" />
- <ClCompile Include="src\AutoComplete.cpp" />
- <ClCompile Include="src\CallTip.cpp" />
- <ClCompile Include="src\CaseConvert.cpp" />
- <ClCompile Include="src\CaseFolder.cpp" />
- <ClCompile Include="src\Catalogue.cpp" />
- <ClCompile Include="src\CellBuffer.cpp" />
- <ClCompile Include="src\CharClassify.cpp" />
- <ClCompile Include="lexlib\CharacterCategory.cpp" />
- <ClCompile Include="lexlib\CharacterSet.cpp" />
- <ClCompile Include="src\ContractionState.cpp" />
- <ClCompile Include="src\Decoration.cpp" />
- <ClCompile Include="src\Document.cpp" />
- <ClCompile Include="src\EditModel.cpp" />
- <ClCompile Include="src\EditView.cpp" />
- <ClCompile Include="src\Editor.cpp" />
- <ClCompile Include="src\ExternalLexer.cpp" />
- <ClCompile Include="src\Indicator.cpp" />
- <ClCompile Include="InputMethod.cpp" />
- <ClCompile Include="src\KeyMap.cpp" />
- <ClCompile Include="lexers\LexA68k.cpp" />
- <ClCompile Include="lexers\LexAPDL.cpp" />
- <ClCompile Include="lexers\LexASY.cpp" />
- <ClCompile Include="lexers\LexAU3.cpp" />
- <ClCompile Include="lexers\LexAVE.cpp" />
- <ClCompile Include="lexers\LexAVS.cpp" />
- <ClCompile Include="lexers\LexAbaqus.cpp" />
- <ClCompile Include="lexers\LexAda.cpp" />
- <ClCompile Include="lexers\LexAsm.cpp" />
- <ClCompile Include="lexers\LexAsn1.cpp" />
- <ClCompile Include="lexers\LexBaan.cpp" />
- <ClCompile Include="lexers\LexBash.cpp" />
- <ClCompile Include="lexers\LexBasic.cpp" />
- <ClCompile Include="lexers\LexBatch.cpp" />
- <ClCompile Include="lexers\LexBibTex.cpp" />
- <ClCompile Include="lexers\LexBullant.cpp" />
- <ClCompile Include="lexers\LexCLW.cpp" />
- <ClCompile Include="lexers\LexCOBOL.cpp" />
- <ClCompile Include="lexers\LexCPP.cpp" />
- <ClCompile Include="lexers\LexCSS.cpp" />
- <ClCompile Include="lexers\LexCaml.cpp" />
- <ClCompile Include="lexers\LexCmake.cpp" />
- <ClCompile Include="lexers\LexCoffeeScript.cpp" />
- <ClCompile Include="lexers\LexConf.cpp" />
- <ClCompile Include="lexers\LexCrontab.cpp" />
- <ClCompile Include="lexers\LexCsound.cpp" />
- <ClCompile Include="lexers\LexD.cpp" />
- <ClCompile Include="lexers\LexDMAP.cpp" />
- <ClCompile Include="lexers\LexDMIS.cpp" />
- <ClCompile Include="lexers\LexDiff.cpp" />
- <ClCompile Include="lexers\LexECL.cpp" />
- <ClCompile Include="lexers\LexEDIFACT.cpp" />
- <ClCompile Include="lexers\LexEScript.cpp" />
- <ClCompile Include="lexers\LexEiffel.cpp" />
- <ClCompile Include="lexers\LexErlang.cpp" />
- <ClCompile Include="lexers\LexErrorList.cpp" />
- <ClCompile Include="lexers\LexFlagship.cpp" />
- <ClCompile Include="lexers\LexForth.cpp" />
- <ClCompile Include="lexers\LexFortran.cpp" />
- <ClCompile Include="lexers\LexGAP.cpp" />
- <ClCompile Include="lexers\LexGui4Cli.cpp" />
- <ClCompile Include="lexers\LexHTML.cpp" />
- <ClCompile Include="lexers\LexHaskell.cpp" />
- <ClCompile Include="lexers\LexHex.cpp" />
- <ClCompile Include="lexers\LexInno.cpp" />
- <ClCompile Include="lexers\LexJSON.cpp" />
- <ClCompile Include="lexers\LexKVIrc.cpp" />
- <ClCompile Include="lexers\LexKix.cpp" />
- <ClCompile Include="lexers\LexLaTex.cpp" />
- <ClCompile Include="lexers\LexLisp.cpp" />
- <ClCompile Include="lexers\LexLout.cpp" />
- <ClCompile Include="lexers\LexLua.cpp" />
- <ClCompile Include="lexers\LexMMIXAL.cpp" />
- <ClCompile Include="lexers\LexMPT.cpp" />
- <ClCompile Include="lexers\LexMSSQL.cpp" />
- <ClCompile Include="lexers\LexMagik.cpp" />
- <ClCompile Include="lexers\LexMake.cpp" />
- <ClCompile Include="lexers\LexMarkdown.cpp" />
- <ClCompile Include="lexers\LexMatlab.cpp" />
- <ClCompile Include="lexers\LexMetapost.cpp" />
- <ClCompile Include="lexers\LexModula.cpp" />
- <ClCompile Include="lexers\LexMySQL.cpp" />
- <ClCompile Include="lexers\LexNimrod.cpp" />
- <ClCompile Include="lexers\LexNsis.cpp" />
- <ClCompile Include="lexers\LexNull.cpp" />
- <ClCompile Include="lexers\LexOScript.cpp" />
- <ClCompile Include="lexers\LexOpal.cpp" />
- <ClCompile Include="lexers\LexPB.cpp" />
- <ClCompile Include="lexers\LexPLM.cpp" />
- <ClCompile Include="lexers\LexPO.cpp" />
- <ClCompile Include="lexers\LexPOV.cpp" />
- <ClCompile Include="lexers\LexPS.cpp" />
- <ClCompile Include="lexers\LexPascal.cpp" />
- <ClCompile Include="lexers\LexPerl.cpp" />
- <ClCompile Include="lexers\LexPowerPro.cpp" />
- <ClCompile Include="lexers\LexPowerShell.cpp" />
- <ClCompile Include="lexers\LexProgress.cpp" />
- <ClCompile Include="lexers\LexProps.cpp" />
- <ClCompile Include="lexers\LexPython.cpp" />
- <ClCompile Include="lexers\LexR.cpp" />
- <ClCompile Include="lexers\LexRebol.cpp" />
- <ClCompile Include="lexers\LexRegistry.cpp" />
- <ClCompile Include="lexers\LexRuby.cpp" />
- <ClCompile Include="lexers\LexRust.cpp" />
- <ClCompile Include="lexers\LexSML.cpp" />
- <ClCompile Include="lexers\LexSQL.cpp" />
- <ClCompile Include="lexers\LexSTTXT.cpp" />
- <ClCompile Include="lexers\LexScriptol.cpp" />
- <ClCompile Include="lexers\LexSmalltalk.cpp" />
- <ClCompile Include="lexers\LexSorcus.cpp" />
- <ClCompile Include="lexers\LexSpecman.cpp" />
- <ClCompile Include="lexers\LexSpice.cpp" />
- <ClCompile Include="lexers\LexTACL.cpp" />
- <ClCompile Include="lexers\LexTADS3.cpp" />
- <ClCompile Include="lexers\LexTAL.cpp" />
- <ClCompile Include="lexers\LexTCL.cpp" />
- <ClCompile Include="lexers\LexTCMD.cpp" />
- <ClCompile Include="lexers\LexTeX.cpp" />
- <ClCompile Include="lexers\LexTxt2tags.cpp" />
- <ClCompile Include="lexers\LexVB.cpp" />
- <ClCompile Include="lexers\LexVHDL.cpp" />
- <ClCompile Include="lexers\LexVerilog.cpp" />
- <ClCompile Include="lexers\LexVisualProlog.cpp" />
- <ClCompile Include="lexers\LexYAML.cpp" />
- <ClCompile Include="lexlib\LexerBase.cpp" />
- <ClCompile Include="lexlib\LexerModule.cpp" />
- <ClCompile Include="lexlib\LexerNoExceptions.cpp" />
- <ClCompile Include="lexlib\LexerSimple.cpp" />
- <ClCompile Include="src\LineMarker.cpp" />
- <ClCompile Include="ListBoxQt.cpp" />
- <ClCompile Include="MacPasteboardMime.cpp" />
- <ClCompile Include="src\MarginView.cpp" />
- <ClCompile Include="src\PerLine.cpp" />
- <ClCompile Include="PlatQt.cpp" />
- <ClCompile Include="src\PositionCache.cpp" />
- <ClCompile Include="lexlib\PropSetSimple.cpp" />
- <ClCompile Include="src\RESearch.cpp" />
- <ClCompile Include="src\RunStyles.cpp" />
- <ClCompile Include="SciClasses.cpp" />
- <ClCompile Include="src\ScintillaBase.cpp" />
- <ClCompile Include="ScintillaQt.cpp" />
- <ClCompile Include="src\Selection.cpp" />
- <ClCompile Include="src\Style.cpp" />
- <ClCompile Include="lexlib\StyleContext.cpp" />
- <ClCompile Include="src\UniConversion.cpp" />
- <ClCompile Include="src\ViewStyle.cpp" />
- <ClCompile Include="lexlib\WordList.cpp" />
- <ClCompile Include="src\XPM.cpp" />
- <ClCompile Include="qsciabstractapis.cpp" />
- <ClCompile Include="qsciapis.cpp" />
- <ClCompile Include="qscicommand.cpp" />
- <ClCompile Include="qscicommandset.cpp" />
- <ClCompile Include="qscidocument.cpp" />
- <ClCompile Include="qscilexer.cpp" />
- <ClCompile Include="qscilexeravs.cpp" />
- <ClCompile Include="qscilexerbash.cpp" />
- <ClCompile Include="qscilexerbatch.cpp" />
- <ClCompile Include="qscilexercmake.cpp" />
- <ClCompile Include="qscilexercoffeescript.cpp" />
- <ClCompile Include="qscilexercpp.cpp" />
- <ClCompile Include="qscilexercsharp.cpp" />
- <ClCompile Include="qscilexercss.cpp" />
- <ClCompile Include="qscilexercustom.cpp" />
- <ClCompile Include="qscilexerd.cpp" />
- <ClCompile Include="qscilexerdiff.cpp" />
- <ClCompile Include="qscilexerfortran.cpp" />
- <ClCompile Include="qscilexerfortran77.cpp" />
- <ClCompile Include="qscilexerhtml.cpp" />
- <ClCompile Include="qscilexeridl.cpp" />
- <ClCompile Include="qscilexerjava.cpp" />
- <ClCompile Include="qscilexerjavascript.cpp" />
- <ClCompile Include="qscilexerjson.cpp" />
- <ClCompile Include="qscilexerlua.cpp" />
- <ClCompile Include="qscilexermakefile.cpp" />
- <ClCompile Include="qscilexermarkdown.cpp" />
- <ClCompile Include="qscilexermatlab.cpp" />
- <ClCompile Include="qscilexeroctave.cpp" />
- <ClCompile Include="qscilexerpascal.cpp" />
- <ClCompile Include="qscilexerperl.cpp" />
- <ClCompile Include="qscilexerpo.cpp" />
- <ClCompile Include="qscilexerpostscript.cpp" />
- <ClCompile Include="qscilexerpov.cpp" />
- <ClCompile Include="qscilexerproperties.cpp" />
- <ClCompile Include="qscilexerpython.cpp" />
- <ClCompile Include="qscilexerruby.cpp" />
- <ClCompile Include="qscilexerspice.cpp" />
- <ClCompile Include="qscilexersql.cpp" />
- <ClCompile Include="qscilexertcl.cpp" />
- <ClCompile Include="qscilexertex.cpp" />
- <ClCompile Include="qscilexerverilog.cpp" />
- <ClCompile Include="qscilexervhdl.cpp" />
- <ClCompile Include="qscilexerxml.cpp" />
- <ClCompile Include="qscilexeryaml.cpp" />
- <ClCompile Include="qscimacro.cpp" />
- <ClCompile Include="qsciprinter.cpp" />
- <ClCompile Include="qsciscintilla.cpp" />
- <ClCompile Include="qsciscintillabase.cpp" />
- <ClCompile Include="qscistyle.cpp" />
- <ClCompile Include="qscistyledtext.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="lexlib\Accessor.h" />
- <ClInclude Include="src\AutoComplete.h" />
- <ClInclude Include="src\CallTip.h" />
- <ClInclude Include="src\CaseConvert.h" />
- <ClInclude Include="src\CaseFolder.h" />
- <ClInclude Include="src\Catalogue.h" />
- <ClInclude Include="src\CellBuffer.h" />
- <ClInclude Include="src\CharClassify.h" />
- <ClInclude Include="lexlib\CharacterCategory.h" />
- <ClInclude Include="lexlib\CharacterSet.h" />
- <ClInclude Include="src\ContractionState.h" />
- <ClInclude Include="src\Decoration.h" />
- <ClInclude Include="src\Document.h" />
- <ClInclude Include="src\EditModel.h" />
- <ClInclude Include="src\EditView.h" />
- <ClInclude Include="src\Editor.h" />
- <ClInclude Include="src\ExternalLexer.h" />
- <ClInclude Include="src\FontQuality.h" />
- <ClInclude Include="include\ILexer.h" />
- <ClInclude Include="src\Indicator.h" />
- <ClInclude Include="src\KeyMap.h" />
- <ClInclude Include="lexlib\LexAccessor.h" />
- <ClInclude Include="lexlib\LexerBase.h" />
- <ClInclude Include="lexlib\LexerModule.h" />
- <ClInclude Include="lexlib\LexerNoExceptions.h" />
- <ClInclude Include="lexlib\LexerSimple.h" />
- <ClInclude Include="src\LineMarker.h" />
- <ClInclude Include="ListBoxQt.h" />
- <ClInclude Include="src\MarginView.h" />
- <ClInclude Include="lexlib\OptionSet.h" />
- <ClInclude Include="src\Partitioning.h" />
- <ClInclude Include="src\PerLine.h" />
- <ClInclude Include="include\Platform.h" />
- <ClInclude Include="src\PositionCache.h" />
- <ClInclude Include="lexlib\PropSetSimple.h" />
- <ClInclude Include="src\RESearch.h" />
- <ClInclude Include="src\RunStyles.h" />
- <QtMoc Include="SciClasses.h">
- </QtMoc>
- <ClInclude Include="include\SciLexer.h" />
- <ClInclude Include="SciNamespace.h" />
- <ClInclude Include="include\Sci_Position.h" />
- <ClInclude Include="include\Scintilla.h" />
- <ClInclude Include="src\ScintillaBase.h" />
- <QtMoc Include="ScintillaQt.h">
- </QtMoc>
- <ClInclude Include="include\ScintillaWidget.h" />
- <ClInclude Include="src\Selection.h" />
- <ClInclude Include="src\SplitVector.h" />
- <ClInclude Include="lexlib\StringCopy.h" />
- <ClInclude Include="src\Style.h" />
- <ClInclude Include="lexlib\StyleContext.h" />
- <ClInclude Include="lexlib\SubStyles.h" />
- <ClInclude Include="src\UniConversion.h" />
- <ClInclude Include="src\UnicodeFromUTF8.h" />
- <ClInclude Include="src\ViewStyle.h" />
- <ClInclude Include="lexlib\WordList.h" />
- <ClInclude Include="src\XPM.h" />
- <QtMoc Include="Qsci\qsciabstractapis.h">
- </QtMoc>
- <QtMoc Include="Qsci\qsciapis.h">
- </QtMoc>
- <ClInclude Include="Qsci\qscicommand.h" />
- <ClInclude Include="Qsci\qscicommandset.h" />
- <ClInclude Include="Qsci\qscidocument.h" />
- <ClInclude Include="Qsci\qsciglobal.h" />
- <QtMoc Include="Qsci\qscilexer.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexeravs.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerbash.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerbatch.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexercmake.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexercoffeescript.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexercpp.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexercsharp.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexercss.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexercustom.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerd.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerdiff.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerfortran.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerfortran77.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerhtml.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexeridl.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerjava.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerjavascript.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerjson.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerlua.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexermakefile.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexermarkdown.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexermatlab.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexeroctave.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerpascal.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerperl.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerpo.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerpostscript.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerpov.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerproperties.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerpython.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerruby.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerspice.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexersql.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexertcl.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexertex.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerverilog.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexervhdl.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexerxml.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscilexeryaml.h">
- </QtMoc>
- <QtMoc Include="Qsci\qscimacro.h">
- </QtMoc>
- <ClInclude Include="Qsci\qsciprinter.h" />
- <QtMoc Include="Qsci\qsciscintilla.h">
- </QtMoc>
- <QtMoc Include="Qsci\qsciscintillabase.h">
- </QtMoc>
- <ClInclude Include="Qsci\qscistyle.h" />
- <ClInclude Include="Qsci\qscistyledtext.h" />
- </ItemGroup>
- <ItemGroup>
- <CustomBuild Include="..\Output\debug\moc\moc_predefs.h.cbt">
- <FileType>Document</FileType>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(QTDIR)\mkspecs\features\data\dummy.cpp;%(AdditionalInputs)</AdditionalInputs>
- <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">cl -Bx"$(QTDIR)\bin\qmake.exe" -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E $(QTDIR)\mkspecs\features\data\dummy.cpp 2>NUL >..\Output\debug\moc\moc_predefs.h</Command>
- <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generate moc_predefs.h</Message>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\Output\debug\moc\moc_predefs.h;%(Outputs)</Outputs>
- </CustomBuild>
- <CustomBuild Include="..\Output\release\moc\moc_predefs.h.cbt">
- <FileType>Document</FileType>
- <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(QTDIR)\mkspecs\features\data\dummy.cpp;%(AdditionalInputs)</AdditionalInputs>
- <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">cl -Bx"$(QTDIR)\bin\qmake.exe" -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E $(QTDIR)\mkspecs\features\data\dummy.cpp 2>NUL >..\Output\release\moc\moc_predefs.h</Command>
- <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generate moc_predefs.h</Message>
- <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\Output\release\moc\moc_predefs.h;%(Outputs)</Outputs>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
- </CustomBuild>
- </ItemGroup>
- <ItemGroup>
- <None Include="qscintilla_cs.ts" />
- <None Include="qscintilla_de.ts" />
- <None Include="qscintilla_es.ts" />
- <None Include="qscintilla_fr.ts" />
- <None Include="qscintilla_pt_br.ts" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
- <Import Project="$(QtMsBuild)\qt.targets" />
- </ImportGroup>
- <ImportGroup Label="ExtensionTargets" />
- </Project>
|