qscintilla.vcxproj 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Release|x64">
  5. <Configuration>Release</Configuration>
  6. <Platform>x64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{105AE6D3-D833-3118-B6F1-CA4C928BDBD2}</ProjectGuid>
  15. <RootNamespace>qscintilla</RootNamespace>
  16. <Keyword>QtVS_v303</Keyword>
  17. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  18. <WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
  19. <QtMsBuild Condition="'$(QtMsBuild)'=='' or !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
  20. <ProjectName>Qscintilla</ProjectName>
  21. </PropertyGroup>
  22. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  24. <PlatformToolset>v143</PlatformToolset>
  25. <OutputDirectory>..\ReleaseBin\</OutputDirectory>
  26. <ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage>
  27. <CharacterSet>NotSet</CharacterSet>
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <IntermediateDirectory>..\Output\release\obj\</IntermediateDirectory>
  30. <PrimaryOutput>qscintilla</PrimaryOutput>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  33. <PlatformToolset>v143</PlatformToolset>
  34. <OutputDirectory>..\DebugBin\</OutputDirectory>
  35. <ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage>
  36. <CharacterSet>NotSet</CharacterSet>
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <IntermediateDirectory>..\Output\debug\obj\</IntermediateDirectory>
  39. <PrimaryOutput>qscintilla</PrimaryOutput>
  40. </PropertyGroup>
  41. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  42. <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
  43. <Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
  44. </Target>
  45. <ImportGroup Label="ExtensionSettings" />
  46. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  47. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  48. </ImportGroup>
  49. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  50. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
  51. </ImportGroup>
  52. <PropertyGroup Label="UserMacros" />
  53. <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">
  54. <Import Project="$(QtMsBuild)\qt_defaults.props" />
  55. </ImportGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  57. <OutDir>..\DebugBin\</OutDir>
  58. <IntDir>..\Output\debug\$(MSBuildProjectName)\</IntDir>
  59. <TargetName>$(ProjectName)</TargetName>
  60. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  63. <OutDir>..\ReleaseBin\</OutDir>
  64. <IntDir>..\Output\release\$(MSBuildProjectName)\</IntDir>
  65. <TargetName>$(ProjectName)</TargetName>
  66. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  67. <LinkIncremental>false</LinkIncremental>
  68. </PropertyGroup>
  69. <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  70. <QtInstall>msvc2017_64</QtInstall>
  71. <QtModules>core;gui;widgets;printsupport</QtModules>
  72. </PropertyGroup>
  73. <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  74. <QtInstall>msvc2017_64</QtInstall>
  75. <QtModules>core;gui;widgets;printsupport</QtModules>
  76. </PropertyGroup>
  77. <ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')">
  78. <Import Project="$(QtMsBuild)\qt.props" />
  79. </ImportGroup>
  80. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  81. <ClCompile>
  82. <AdditionalIncludeDirectories>GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;include;lexlib;src;..\Output\release\moc;/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  83. <AdditionalOptions>-Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions)</AdditionalOptions>
  84. <AssemblerListingLocation>..\Output\release\obj\</AssemblerListingLocation>
  85. <BrowseInformation>false</BrowseInformation>
  86. <DebugInformationFormat>None</DebugInformationFormat>
  87. <DisableSpecificWarnings>4577;4467;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  88. <ExceptionHandling>Sync</ExceptionHandling>
  89. <ObjectFileName>..\Output\release\obj\</ObjectFileName>
  90. <Optimization>MaxSpeed</Optimization>
  91. <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>
  92. <PreprocessToFile>false</PreprocessToFile>
  93. <ProgramDataBaseFileName>
  94. </ProgramDataBaseFileName>
  95. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  96. <SuppressStartupBanner>true</SuppressStartupBanner>
  97. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  98. <WarningLevel>Level3</WarningLevel>
  99. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  100. </ClCompile>
  101. <Link>
  102. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  103. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  104. <DataExecutionPrevention>true</DataExecutionPrevention>
  105. <GenerateDebugInformation>false</GenerateDebugInformation>
  106. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  107. <LinkDLL>true</LinkDLL>
  108. <LinkIncremental>false</LinkIncremental>
  109. <OptimizeReferences>true</OptimizeReferences>
  110. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  111. <RandomizedBaseAddress>true</RandomizedBaseAddress>
  112. <SubSystem>Windows</SubSystem>
  113. <SuppressStartupBanner>true</SuppressStartupBanner>
  114. <ProgramDatabaseFile>..\Output\pdb\$(TargetName).pdb </ProgramDatabaseFile>
  115. </Link>
  116. <Midl>
  117. <DefaultCharType>Unsigned</DefaultCharType>
  118. <EnableErrorChecks>None</EnableErrorChecks>
  119. <WarningLevel>0</WarningLevel>
  120. </Midl>
  121. <ResourceCompile>
  122. <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>
  123. </ResourceCompile>
  124. <QtMoc>
  125. <CompilerFlavor>msvc</CompilerFlavor>
  126. <Include>X:/VisionPlus_V3.0/Output/$(Configuration)/moc/moc_predefs.h</Include>
  127. <ExecutionDescription>Moc'ing %(Identity)...</ExecutionDescription>
  128. <DynamicSource>output</DynamicSource>
  129. <QtMocDir>..\Output\$(Configuration)\moc</QtMocDir>
  130. <QtMocFileName>moc_%(Filename).cpp</QtMocFileName>
  131. </QtMoc>
  132. <PostBuildEvent>
  133. <Command>xcopy $(TargetDir)$(ProjectName).lib $(SolutionDir)lib\release /y
  134. del /f /s /q $(TargetDir)$(ProjectName).lib
  135. del /f /s /q $(TargetDir)$(ProjectName).exp
  136. del /f /s /q $(TargetDir)$(ProjectName).ilk
  137. </Command>
  138. </PostBuildEvent>
  139. </ItemDefinitionGroup>
  140. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  141. <ClCompile>
  142. <AdditionalIncludeDirectories>GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;include;lexlib;src;..\Output\debug\moc;/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  143. <AdditionalOptions>-Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions)</AdditionalOptions>
  144. <AssemblerListingLocation>..\Output\debug\obj\</AssemblerListingLocation>
  145. <BrowseInformation>false</BrowseInformation>
  146. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  147. <DisableSpecificWarnings>4577;4467;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  148. <ExceptionHandling>Sync</ExceptionHandling>
  149. <ObjectFileName>..\Output\debug\obj\</ObjectFileName>
  150. <Optimization>Disabled</Optimization>
  151. <PreprocessorDefinitions>_WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;QT_DEPRECATED_WARNINGS;QSCINTILLA_MAKE_DLL;SCINTILLA_QT;SCI_LEXER;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  152. <PreprocessToFile>false</PreprocessToFile>
  153. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  154. <SuppressStartupBanner>true</SuppressStartupBanner>
  155. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  156. <WarningLevel>Level3</WarningLevel>
  157. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  158. </ClCompile>
  159. <Link>
  160. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  161. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  162. <DataExecutionPrevention>true</DataExecutionPrevention>
  163. <GenerateDebugInformation>true</GenerateDebugInformation>
  164. <IgnoreImportLibrary>true</IgnoreImportLibrary>
  165. <LinkDLL>true</LinkDLL>
  166. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  167. <RandomizedBaseAddress>true</RandomizedBaseAddress>
  168. <SubSystem>Windows</SubSystem>
  169. <SuppressStartupBanner>true</SuppressStartupBanner>
  170. <ProgramDatabaseFile>..\Output\pdb\$(TargetName)_d.pdb </ProgramDatabaseFile>
  171. </Link>
  172. <Midl>
  173. <DefaultCharType>Unsigned</DefaultCharType>
  174. <EnableErrorChecks>None</EnableErrorChecks>
  175. <WarningLevel>0</WarningLevel>
  176. </Midl>
  177. <ResourceCompile>
  178. <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>
  179. </ResourceCompile>
  180. <QtMoc>
  181. <CompilerFlavor>msvc</CompilerFlavor>
  182. <Include>..\Output\$(Configuration)/moc/moc_predefs.h</Include>
  183. <ExecutionDescription>Moc'ing %(Identity)...</ExecutionDescription>
  184. <DynamicSource>output</DynamicSource>
  185. <QtMocDir>..\Output\$(Configuration)\moc</QtMocDir>
  186. <QtMocFileName>moc_%(Filename).cpp</QtMocFileName>
  187. </QtMoc>
  188. <PostBuildEvent>
  189. <Command>xcopy $(TargetDir)$(ProjectName).lib $(SolutionDir)lib\debug /y
  190. del /f /s /q $(TargetDir)$(ProjectName).lib
  191. del /f /s /q $(TargetDir)$(ProjectName).exp
  192. del /f /s /q $(TargetDir)$(ProjectName).ilk</Command>
  193. </PostBuildEvent>
  194. </ItemDefinitionGroup>
  195. <ItemGroup>
  196. <ClCompile Include="lexlib\Accessor.cpp" />
  197. <ClCompile Include="src\AutoComplete.cpp" />
  198. <ClCompile Include="src\CallTip.cpp" />
  199. <ClCompile Include="src\CaseConvert.cpp" />
  200. <ClCompile Include="src\CaseFolder.cpp" />
  201. <ClCompile Include="src\Catalogue.cpp" />
  202. <ClCompile Include="src\CellBuffer.cpp" />
  203. <ClCompile Include="src\CharClassify.cpp" />
  204. <ClCompile Include="lexlib\CharacterCategory.cpp" />
  205. <ClCompile Include="lexlib\CharacterSet.cpp" />
  206. <ClCompile Include="src\ContractionState.cpp" />
  207. <ClCompile Include="src\Decoration.cpp" />
  208. <ClCompile Include="src\Document.cpp" />
  209. <ClCompile Include="src\EditModel.cpp" />
  210. <ClCompile Include="src\EditView.cpp" />
  211. <ClCompile Include="src\Editor.cpp" />
  212. <ClCompile Include="src\ExternalLexer.cpp" />
  213. <ClCompile Include="src\Indicator.cpp" />
  214. <ClCompile Include="InputMethod.cpp" />
  215. <ClCompile Include="src\KeyMap.cpp" />
  216. <ClCompile Include="lexers\LexA68k.cpp" />
  217. <ClCompile Include="lexers\LexAPDL.cpp" />
  218. <ClCompile Include="lexers\LexASY.cpp" />
  219. <ClCompile Include="lexers\LexAU3.cpp" />
  220. <ClCompile Include="lexers\LexAVE.cpp" />
  221. <ClCompile Include="lexers\LexAVS.cpp" />
  222. <ClCompile Include="lexers\LexAbaqus.cpp" />
  223. <ClCompile Include="lexers\LexAda.cpp" />
  224. <ClCompile Include="lexers\LexAsm.cpp" />
  225. <ClCompile Include="lexers\LexAsn1.cpp" />
  226. <ClCompile Include="lexers\LexBaan.cpp" />
  227. <ClCompile Include="lexers\LexBash.cpp" />
  228. <ClCompile Include="lexers\LexBasic.cpp" />
  229. <ClCompile Include="lexers\LexBatch.cpp" />
  230. <ClCompile Include="lexers\LexBibTex.cpp" />
  231. <ClCompile Include="lexers\LexBullant.cpp" />
  232. <ClCompile Include="lexers\LexCLW.cpp" />
  233. <ClCompile Include="lexers\LexCOBOL.cpp" />
  234. <ClCompile Include="lexers\LexCPP.cpp" />
  235. <ClCompile Include="lexers\LexCSS.cpp" />
  236. <ClCompile Include="lexers\LexCaml.cpp" />
  237. <ClCompile Include="lexers\LexCmake.cpp" />
  238. <ClCompile Include="lexers\LexCoffeeScript.cpp" />
  239. <ClCompile Include="lexers\LexConf.cpp" />
  240. <ClCompile Include="lexers\LexCrontab.cpp" />
  241. <ClCompile Include="lexers\LexCsound.cpp" />
  242. <ClCompile Include="lexers\LexD.cpp" />
  243. <ClCompile Include="lexers\LexDMAP.cpp" />
  244. <ClCompile Include="lexers\LexDMIS.cpp" />
  245. <ClCompile Include="lexers\LexDiff.cpp" />
  246. <ClCompile Include="lexers\LexECL.cpp" />
  247. <ClCompile Include="lexers\LexEDIFACT.cpp" />
  248. <ClCompile Include="lexers\LexEScript.cpp" />
  249. <ClCompile Include="lexers\LexEiffel.cpp" />
  250. <ClCompile Include="lexers\LexErlang.cpp" />
  251. <ClCompile Include="lexers\LexErrorList.cpp" />
  252. <ClCompile Include="lexers\LexFlagship.cpp" />
  253. <ClCompile Include="lexers\LexForth.cpp" />
  254. <ClCompile Include="lexers\LexFortran.cpp" />
  255. <ClCompile Include="lexers\LexGAP.cpp" />
  256. <ClCompile Include="lexers\LexGui4Cli.cpp" />
  257. <ClCompile Include="lexers\LexHTML.cpp" />
  258. <ClCompile Include="lexers\LexHaskell.cpp" />
  259. <ClCompile Include="lexers\LexHex.cpp" />
  260. <ClCompile Include="lexers\LexInno.cpp" />
  261. <ClCompile Include="lexers\LexJSON.cpp" />
  262. <ClCompile Include="lexers\LexKVIrc.cpp" />
  263. <ClCompile Include="lexers\LexKix.cpp" />
  264. <ClCompile Include="lexers\LexLaTex.cpp" />
  265. <ClCompile Include="lexers\LexLisp.cpp" />
  266. <ClCompile Include="lexers\LexLout.cpp" />
  267. <ClCompile Include="lexers\LexLua.cpp" />
  268. <ClCompile Include="lexers\LexMMIXAL.cpp" />
  269. <ClCompile Include="lexers\LexMPT.cpp" />
  270. <ClCompile Include="lexers\LexMSSQL.cpp" />
  271. <ClCompile Include="lexers\LexMagik.cpp" />
  272. <ClCompile Include="lexers\LexMake.cpp" />
  273. <ClCompile Include="lexers\LexMarkdown.cpp" />
  274. <ClCompile Include="lexers\LexMatlab.cpp" />
  275. <ClCompile Include="lexers\LexMetapost.cpp" />
  276. <ClCompile Include="lexers\LexModula.cpp" />
  277. <ClCompile Include="lexers\LexMySQL.cpp" />
  278. <ClCompile Include="lexers\LexNimrod.cpp" />
  279. <ClCompile Include="lexers\LexNsis.cpp" />
  280. <ClCompile Include="lexers\LexNull.cpp" />
  281. <ClCompile Include="lexers\LexOScript.cpp" />
  282. <ClCompile Include="lexers\LexOpal.cpp" />
  283. <ClCompile Include="lexers\LexPB.cpp" />
  284. <ClCompile Include="lexers\LexPLM.cpp" />
  285. <ClCompile Include="lexers\LexPO.cpp" />
  286. <ClCompile Include="lexers\LexPOV.cpp" />
  287. <ClCompile Include="lexers\LexPS.cpp" />
  288. <ClCompile Include="lexers\LexPascal.cpp" />
  289. <ClCompile Include="lexers\LexPerl.cpp" />
  290. <ClCompile Include="lexers\LexPowerPro.cpp" />
  291. <ClCompile Include="lexers\LexPowerShell.cpp" />
  292. <ClCompile Include="lexers\LexProgress.cpp" />
  293. <ClCompile Include="lexers\LexProps.cpp" />
  294. <ClCompile Include="lexers\LexPython.cpp" />
  295. <ClCompile Include="lexers\LexR.cpp" />
  296. <ClCompile Include="lexers\LexRebol.cpp" />
  297. <ClCompile Include="lexers\LexRegistry.cpp" />
  298. <ClCompile Include="lexers\LexRuby.cpp" />
  299. <ClCompile Include="lexers\LexRust.cpp" />
  300. <ClCompile Include="lexers\LexSML.cpp" />
  301. <ClCompile Include="lexers\LexSQL.cpp" />
  302. <ClCompile Include="lexers\LexSTTXT.cpp" />
  303. <ClCompile Include="lexers\LexScriptol.cpp" />
  304. <ClCompile Include="lexers\LexSmalltalk.cpp" />
  305. <ClCompile Include="lexers\LexSorcus.cpp" />
  306. <ClCompile Include="lexers\LexSpecman.cpp" />
  307. <ClCompile Include="lexers\LexSpice.cpp" />
  308. <ClCompile Include="lexers\LexTACL.cpp" />
  309. <ClCompile Include="lexers\LexTADS3.cpp" />
  310. <ClCompile Include="lexers\LexTAL.cpp" />
  311. <ClCompile Include="lexers\LexTCL.cpp" />
  312. <ClCompile Include="lexers\LexTCMD.cpp" />
  313. <ClCompile Include="lexers\LexTeX.cpp" />
  314. <ClCompile Include="lexers\LexTxt2tags.cpp" />
  315. <ClCompile Include="lexers\LexVB.cpp" />
  316. <ClCompile Include="lexers\LexVHDL.cpp" />
  317. <ClCompile Include="lexers\LexVerilog.cpp" />
  318. <ClCompile Include="lexers\LexVisualProlog.cpp" />
  319. <ClCompile Include="lexers\LexYAML.cpp" />
  320. <ClCompile Include="lexlib\LexerBase.cpp" />
  321. <ClCompile Include="lexlib\LexerModule.cpp" />
  322. <ClCompile Include="lexlib\LexerNoExceptions.cpp" />
  323. <ClCompile Include="lexlib\LexerSimple.cpp" />
  324. <ClCompile Include="src\LineMarker.cpp" />
  325. <ClCompile Include="ListBoxQt.cpp" />
  326. <ClCompile Include="MacPasteboardMime.cpp" />
  327. <ClCompile Include="src\MarginView.cpp" />
  328. <ClCompile Include="src\PerLine.cpp" />
  329. <ClCompile Include="PlatQt.cpp" />
  330. <ClCompile Include="src\PositionCache.cpp" />
  331. <ClCompile Include="lexlib\PropSetSimple.cpp" />
  332. <ClCompile Include="src\RESearch.cpp" />
  333. <ClCompile Include="src\RunStyles.cpp" />
  334. <ClCompile Include="SciClasses.cpp" />
  335. <ClCompile Include="src\ScintillaBase.cpp" />
  336. <ClCompile Include="ScintillaQt.cpp" />
  337. <ClCompile Include="src\Selection.cpp" />
  338. <ClCompile Include="src\Style.cpp" />
  339. <ClCompile Include="lexlib\StyleContext.cpp" />
  340. <ClCompile Include="src\UniConversion.cpp" />
  341. <ClCompile Include="src\ViewStyle.cpp" />
  342. <ClCompile Include="lexlib\WordList.cpp" />
  343. <ClCompile Include="src\XPM.cpp" />
  344. <ClCompile Include="qsciabstractapis.cpp" />
  345. <ClCompile Include="qsciapis.cpp" />
  346. <ClCompile Include="qscicommand.cpp" />
  347. <ClCompile Include="qscicommandset.cpp" />
  348. <ClCompile Include="qscidocument.cpp" />
  349. <ClCompile Include="qscilexer.cpp" />
  350. <ClCompile Include="qscilexeravs.cpp" />
  351. <ClCompile Include="qscilexerbash.cpp" />
  352. <ClCompile Include="qscilexerbatch.cpp" />
  353. <ClCompile Include="qscilexercmake.cpp" />
  354. <ClCompile Include="qscilexercoffeescript.cpp" />
  355. <ClCompile Include="qscilexercpp.cpp" />
  356. <ClCompile Include="qscilexercsharp.cpp" />
  357. <ClCompile Include="qscilexercss.cpp" />
  358. <ClCompile Include="qscilexercustom.cpp" />
  359. <ClCompile Include="qscilexerd.cpp" />
  360. <ClCompile Include="qscilexerdiff.cpp" />
  361. <ClCompile Include="qscilexerfortran.cpp" />
  362. <ClCompile Include="qscilexerfortran77.cpp" />
  363. <ClCompile Include="qscilexerhtml.cpp" />
  364. <ClCompile Include="qscilexeridl.cpp" />
  365. <ClCompile Include="qscilexerjava.cpp" />
  366. <ClCompile Include="qscilexerjavascript.cpp" />
  367. <ClCompile Include="qscilexerjson.cpp" />
  368. <ClCompile Include="qscilexerlua.cpp" />
  369. <ClCompile Include="qscilexermakefile.cpp" />
  370. <ClCompile Include="qscilexermarkdown.cpp" />
  371. <ClCompile Include="qscilexermatlab.cpp" />
  372. <ClCompile Include="qscilexeroctave.cpp" />
  373. <ClCompile Include="qscilexerpascal.cpp" />
  374. <ClCompile Include="qscilexerperl.cpp" />
  375. <ClCompile Include="qscilexerpo.cpp" />
  376. <ClCompile Include="qscilexerpostscript.cpp" />
  377. <ClCompile Include="qscilexerpov.cpp" />
  378. <ClCompile Include="qscilexerproperties.cpp" />
  379. <ClCompile Include="qscilexerpython.cpp" />
  380. <ClCompile Include="qscilexerruby.cpp" />
  381. <ClCompile Include="qscilexerspice.cpp" />
  382. <ClCompile Include="qscilexersql.cpp" />
  383. <ClCompile Include="qscilexertcl.cpp" />
  384. <ClCompile Include="qscilexertex.cpp" />
  385. <ClCompile Include="qscilexerverilog.cpp" />
  386. <ClCompile Include="qscilexervhdl.cpp" />
  387. <ClCompile Include="qscilexerxml.cpp" />
  388. <ClCompile Include="qscilexeryaml.cpp" />
  389. <ClCompile Include="qscimacro.cpp" />
  390. <ClCompile Include="qsciprinter.cpp" />
  391. <ClCompile Include="qsciscintilla.cpp" />
  392. <ClCompile Include="qsciscintillabase.cpp" />
  393. <ClCompile Include="qscistyle.cpp" />
  394. <ClCompile Include="qscistyledtext.cpp" />
  395. </ItemGroup>
  396. <ItemGroup>
  397. <ClInclude Include="lexlib\Accessor.h" />
  398. <ClInclude Include="src\AutoComplete.h" />
  399. <ClInclude Include="src\CallTip.h" />
  400. <ClInclude Include="src\CaseConvert.h" />
  401. <ClInclude Include="src\CaseFolder.h" />
  402. <ClInclude Include="src\Catalogue.h" />
  403. <ClInclude Include="src\CellBuffer.h" />
  404. <ClInclude Include="src\CharClassify.h" />
  405. <ClInclude Include="lexlib\CharacterCategory.h" />
  406. <ClInclude Include="lexlib\CharacterSet.h" />
  407. <ClInclude Include="src\ContractionState.h" />
  408. <ClInclude Include="src\Decoration.h" />
  409. <ClInclude Include="src\Document.h" />
  410. <ClInclude Include="src\EditModel.h" />
  411. <ClInclude Include="src\EditView.h" />
  412. <ClInclude Include="src\Editor.h" />
  413. <ClInclude Include="src\ExternalLexer.h" />
  414. <ClInclude Include="src\FontQuality.h" />
  415. <ClInclude Include="include\ILexer.h" />
  416. <ClInclude Include="src\Indicator.h" />
  417. <ClInclude Include="src\KeyMap.h" />
  418. <ClInclude Include="lexlib\LexAccessor.h" />
  419. <ClInclude Include="lexlib\LexerBase.h" />
  420. <ClInclude Include="lexlib\LexerModule.h" />
  421. <ClInclude Include="lexlib\LexerNoExceptions.h" />
  422. <ClInclude Include="lexlib\LexerSimple.h" />
  423. <ClInclude Include="src\LineMarker.h" />
  424. <ClInclude Include="ListBoxQt.h" />
  425. <ClInclude Include="src\MarginView.h" />
  426. <ClInclude Include="lexlib\OptionSet.h" />
  427. <ClInclude Include="src\Partitioning.h" />
  428. <ClInclude Include="src\PerLine.h" />
  429. <ClInclude Include="include\Platform.h" />
  430. <ClInclude Include="src\PositionCache.h" />
  431. <ClInclude Include="lexlib\PropSetSimple.h" />
  432. <ClInclude Include="src\RESearch.h" />
  433. <ClInclude Include="src\RunStyles.h" />
  434. <QtMoc Include="SciClasses.h">
  435. </QtMoc>
  436. <ClInclude Include="include\SciLexer.h" />
  437. <ClInclude Include="SciNamespace.h" />
  438. <ClInclude Include="include\Sci_Position.h" />
  439. <ClInclude Include="include\Scintilla.h" />
  440. <ClInclude Include="src\ScintillaBase.h" />
  441. <QtMoc Include="ScintillaQt.h">
  442. </QtMoc>
  443. <ClInclude Include="include\ScintillaWidget.h" />
  444. <ClInclude Include="src\Selection.h" />
  445. <ClInclude Include="src\SplitVector.h" />
  446. <ClInclude Include="lexlib\StringCopy.h" />
  447. <ClInclude Include="src\Style.h" />
  448. <ClInclude Include="lexlib\StyleContext.h" />
  449. <ClInclude Include="lexlib\SubStyles.h" />
  450. <ClInclude Include="src\UniConversion.h" />
  451. <ClInclude Include="src\UnicodeFromUTF8.h" />
  452. <ClInclude Include="src\ViewStyle.h" />
  453. <ClInclude Include="lexlib\WordList.h" />
  454. <ClInclude Include="src\XPM.h" />
  455. <QtMoc Include="Qsci\qsciabstractapis.h">
  456. </QtMoc>
  457. <QtMoc Include="Qsci\qsciapis.h">
  458. </QtMoc>
  459. <ClInclude Include="Qsci\qscicommand.h" />
  460. <ClInclude Include="Qsci\qscicommandset.h" />
  461. <ClInclude Include="Qsci\qscidocument.h" />
  462. <ClInclude Include="Qsci\qsciglobal.h" />
  463. <QtMoc Include="Qsci\qscilexer.h">
  464. </QtMoc>
  465. <QtMoc Include="Qsci\qscilexeravs.h">
  466. </QtMoc>
  467. <QtMoc Include="Qsci\qscilexerbash.h">
  468. </QtMoc>
  469. <QtMoc Include="Qsci\qscilexerbatch.h">
  470. </QtMoc>
  471. <QtMoc Include="Qsci\qscilexercmake.h">
  472. </QtMoc>
  473. <QtMoc Include="Qsci\qscilexercoffeescript.h">
  474. </QtMoc>
  475. <QtMoc Include="Qsci\qscilexercpp.h">
  476. </QtMoc>
  477. <QtMoc Include="Qsci\qscilexercsharp.h">
  478. </QtMoc>
  479. <QtMoc Include="Qsci\qscilexercss.h">
  480. </QtMoc>
  481. <QtMoc Include="Qsci\qscilexercustom.h">
  482. </QtMoc>
  483. <QtMoc Include="Qsci\qscilexerd.h">
  484. </QtMoc>
  485. <QtMoc Include="Qsci\qscilexerdiff.h">
  486. </QtMoc>
  487. <QtMoc Include="Qsci\qscilexerfortran.h">
  488. </QtMoc>
  489. <QtMoc Include="Qsci\qscilexerfortran77.h">
  490. </QtMoc>
  491. <QtMoc Include="Qsci\qscilexerhtml.h">
  492. </QtMoc>
  493. <QtMoc Include="Qsci\qscilexeridl.h">
  494. </QtMoc>
  495. <QtMoc Include="Qsci\qscilexerjava.h">
  496. </QtMoc>
  497. <QtMoc Include="Qsci\qscilexerjavascript.h">
  498. </QtMoc>
  499. <QtMoc Include="Qsci\qscilexerjson.h">
  500. </QtMoc>
  501. <QtMoc Include="Qsci\qscilexerlua.h">
  502. </QtMoc>
  503. <QtMoc Include="Qsci\qscilexermakefile.h">
  504. </QtMoc>
  505. <QtMoc Include="Qsci\qscilexermarkdown.h">
  506. </QtMoc>
  507. <QtMoc Include="Qsci\qscilexermatlab.h">
  508. </QtMoc>
  509. <QtMoc Include="Qsci\qscilexeroctave.h">
  510. </QtMoc>
  511. <QtMoc Include="Qsci\qscilexerpascal.h">
  512. </QtMoc>
  513. <QtMoc Include="Qsci\qscilexerperl.h">
  514. </QtMoc>
  515. <QtMoc Include="Qsci\qscilexerpo.h">
  516. </QtMoc>
  517. <QtMoc Include="Qsci\qscilexerpostscript.h">
  518. </QtMoc>
  519. <QtMoc Include="Qsci\qscilexerpov.h">
  520. </QtMoc>
  521. <QtMoc Include="Qsci\qscilexerproperties.h">
  522. </QtMoc>
  523. <QtMoc Include="Qsci\qscilexerpython.h">
  524. </QtMoc>
  525. <QtMoc Include="Qsci\qscilexerruby.h">
  526. </QtMoc>
  527. <QtMoc Include="Qsci\qscilexerspice.h">
  528. </QtMoc>
  529. <QtMoc Include="Qsci\qscilexersql.h">
  530. </QtMoc>
  531. <QtMoc Include="Qsci\qscilexertcl.h">
  532. </QtMoc>
  533. <QtMoc Include="Qsci\qscilexertex.h">
  534. </QtMoc>
  535. <QtMoc Include="Qsci\qscilexerverilog.h">
  536. </QtMoc>
  537. <QtMoc Include="Qsci\qscilexervhdl.h">
  538. </QtMoc>
  539. <QtMoc Include="Qsci\qscilexerxml.h">
  540. </QtMoc>
  541. <QtMoc Include="Qsci\qscilexeryaml.h">
  542. </QtMoc>
  543. <QtMoc Include="Qsci\qscimacro.h">
  544. </QtMoc>
  545. <ClInclude Include="Qsci\qsciprinter.h" />
  546. <QtMoc Include="Qsci\qsciscintilla.h">
  547. </QtMoc>
  548. <QtMoc Include="Qsci\qsciscintillabase.h">
  549. </QtMoc>
  550. <ClInclude Include="Qsci\qscistyle.h" />
  551. <ClInclude Include="Qsci\qscistyledtext.h" />
  552. </ItemGroup>
  553. <ItemGroup>
  554. <CustomBuild Include="..\Output\debug\moc\moc_predefs.h.cbt">
  555. <FileType>Document</FileType>
  556. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
  557. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(QTDIR)\mkspecs\features\data\dummy.cpp;%(AdditionalInputs)</AdditionalInputs>
  558. <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&gt;NUL &gt;..\Output\debug\moc\moc_predefs.h</Command>
  559. <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Generate moc_predefs.h</Message>
  560. <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\Output\debug\moc\moc_predefs.h;%(Outputs)</Outputs>
  561. </CustomBuild>
  562. <CustomBuild Include="..\Output\release\moc\moc_predefs.h.cbt">
  563. <FileType>Document</FileType>
  564. <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(QTDIR)\mkspecs\features\data\dummy.cpp;%(AdditionalInputs)</AdditionalInputs>
  565. <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&gt;NUL &gt;..\Output\release\moc\moc_predefs.h</Command>
  566. <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generate moc_predefs.h</Message>
  567. <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\Output\release\moc\moc_predefs.h;%(Outputs)</Outputs>
  568. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  569. </CustomBuild>
  570. </ItemGroup>
  571. <ItemGroup>
  572. <None Include="qscintilla_cs.ts" />
  573. <None Include="qscintilla_de.ts" />
  574. <None Include="qscintilla_es.ts" />
  575. <None Include="qscintilla_fr.ts" />
  576. <None Include="qscintilla_pt_br.ts" />
  577. </ItemGroup>
  578. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  579. <ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
  580. <Import Project="$(QtMsBuild)\qt.targets" />
  581. </ImportGroup>
  582. <ImportGroup Label="ExtensionTargets" />
  583. </Project>