1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <ItemGroup Label="ProjectConfigurations">
\r
4 <ProjectConfiguration Include="Debug|Win32">
\r
5 <Configuration>Debug</Configuration>
\r
6 <Platform>Win32</Platform>
\r
7 </ProjectConfiguration>
\r
8 <ProjectConfiguration Include="Debug|x64">
\r
9 <Configuration>Debug</Configuration>
\r
10 <Platform>x64</Platform>
\r
11 </ProjectConfiguration>
\r
12 <ProjectConfiguration Include="Release|Win32">
\r
13 <Configuration>Release</Configuration>
\r
14 <Platform>Win32</Platform>
\r
15 </ProjectConfiguration>
\r
16 <ProjectConfiguration Include="Release|x64">
\r
17 <Configuration>Release</Configuration>
\r
18 <Platform>x64</Platform>
\r
19 </ProjectConfiguration>
\r
21 <PropertyGroup Label="Globals">
\r
22 <ProjectName>SciLexer</ProjectName>
\r
23 <ProjectGuid>{A5498556-CE09-4095-8335-08FC8370552D}</ProjectGuid>
\r
24 <RootNamespace>SciLexer</RootNamespace>
\r
26 <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />
\r
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
\r
28 <PropertyGroup Label="Configuration">
\r
29 <ConfigurationType>DynamicLibrary</ConfigurationType>
\r
30 <CharacterSet>Unicode</CharacterSet>
\r
32 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
\r
33 <WholeProgramOptimization>true</WholeProgramOptimization>
\r
35 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
\r
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
37 <Import Project="$(SolutionDir)TortoiseGit.common.props" />
\r
38 <Import Project="$(SolutionDir)TortoiseGit.common-dll.props" />
\r
39 <PropertyGroup Label="UserMacros" />
\r
41 <TargetName>$(ProjectName)_tgit</TargetName>
\r
43 <ItemDefinitionGroup>
\r
45 <AdditionalIncludeDirectories>..\scintilla\include;..\scintilla\src;..\scintilla\lexlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
\r
46 <PreprocessorDefinitions>NDEBUG;SCI_LEXER;USE_D2D;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
47 <DisableSpecificWarnings>4996;4018;%(DisableSpecificWarnings)</DisableSpecificWarnings>
\r
48 <PrecompiledHeader>NotUsing</PrecompiledHeader>
\r
51 <AdditionalDependencies>imm32.lib;comctl32.lib;%(AdditionalDependencies)</AdditionalDependencies>
\r
53 </ItemDefinitionGroup>
\r
55 <ClCompile Include="..\scintilla\lexers\LexDMAP.cxx" />
\r
56 <ClCompile Include="..\scintilla\lexers\LexDMIS.cxx" />
\r
57 <ClCompile Include="..\scintilla\lexers\LexKVIrc.cxx" />
\r
58 <ClCompile Include="..\scintilla\lexers\LexLaTeX.cxx" />
\r
59 <ClCompile Include="..\scintilla\lexers\LexRust.cxx" />
\r
60 <ClCompile Include="..\scintilla\lexers\LexSTTXT.cxx" />
\r
61 <ClCompile Include="..\scintilla\lexlib\CharacterCategory.cxx" />
\r
62 <ClCompile Include="..\scintilla\src\AutoComplete.cxx" />
\r
63 <ClCompile Include="..\scintilla\src\CallTip.cxx" />
\r
64 <ClCompile Include="..\scintilla\src\CaseConvert.cxx" />
\r
65 <ClCompile Include="..\scintilla\src\CaseFolder.cxx" />
\r
66 <ClCompile Include="..\scintilla\src\Catalogue.cxx" />
\r
67 <ClCompile Include="..\scintilla\src\CellBuffer.cxx" />
\r
68 <ClCompile Include="..\scintilla\src\CharClassify.cxx" />
\r
69 <ClCompile Include="..\scintilla\src\ContractionState.cxx" />
\r
70 <ClCompile Include="..\scintilla\src\Decoration.cxx" />
\r
71 <ClCompile Include="..\scintilla\src\Document.cxx" />
\r
72 <ClCompile Include="..\scintilla\src\Editor.cxx" />
\r
73 <ClCompile Include="..\scintilla\src\ExternalLexer.cxx" />
\r
74 <ClCompile Include="..\scintilla\src\Indicator.cxx" />
\r
75 <ClCompile Include="..\scintilla\src\KeyMap.cxx" />
\r
76 <ClCompile Include="..\scintilla\src\LineMarker.cxx" />
\r
77 <ClCompile Include="..\scintilla\src\PerLine.cxx" />
\r
78 <ClCompile Include="..\scintilla\src\PositionCache.cxx" />
\r
79 <ClCompile Include="..\scintilla\src\RESearch.cxx" />
\r
80 <ClCompile Include="..\scintilla\src\RunStyles.cxx" />
\r
81 <ClCompile Include="..\scintilla\src\ScintillaBase.cxx" />
\r
82 <ClCompile Include="..\scintilla\src\Selection.cxx" />
\r
83 <ClCompile Include="..\scintilla\src\Style.cxx" />
\r
84 <ClCompile Include="..\scintilla\src\UniConversion.cxx" />
\r
85 <ClCompile Include="..\scintilla\src\ViewStyle.cxx" />
\r
86 <ClCompile Include="..\scintilla\src\XPM.cxx" />
\r
87 <ClCompile Include="..\scintilla\lexers\LexA68k.cxx" />
\r
88 <ClCompile Include="..\scintilla\lexers\LexAbaqus.cxx" />
\r
89 <ClCompile Include="..\scintilla\lexers\LexAda.cxx" />
\r
90 <ClCompile Include="..\scintilla\lexers\LexAPDL.cxx" />
\r
91 <ClCompile Include="..\scintilla\lexers\LexAsm.cxx" />
\r
92 <ClCompile Include="..\scintilla\lexers\LexAsn1.cxx" />
\r
93 <ClCompile Include="..\scintilla\lexers\LexASY.cxx" />
\r
94 <ClCompile Include="..\scintilla\lexers\LexAU3.cxx" />
\r
95 <ClCompile Include="..\scintilla\lexers\LexAVE.cxx" />
\r
96 <ClCompile Include="..\scintilla\lexers\LexAVS.cxx" />
\r
97 <ClCompile Include="..\scintilla\lexers\LexBaan.cxx" />
\r
98 <ClCompile Include="..\scintilla\lexers\LexBash.cxx" />
\r
99 <ClCompile Include="..\scintilla\lexers\LexBasic.cxx" />
\r
100 <ClCompile Include="..\scintilla\lexers\LexBullant.cxx" />
\r
101 <ClCompile Include="..\scintilla\lexers\LexCaml.cxx" />
\r
102 <ClCompile Include="..\scintilla\lexers\LexCLW.cxx" />
\r
103 <ClCompile Include="..\scintilla\lexers\LexCmake.cxx" />
\r
104 <ClCompile Include="..\scintilla\lexers\LexCOBOL.cxx" />
\r
105 <ClCompile Include="..\scintilla\lexers\LexCoffeeScript.cxx" />
\r
106 <ClCompile Include="..\scintilla\lexers\LexConf.cxx" />
\r
107 <ClCompile Include="..\scintilla\lexers\LexCPP.cxx" />
\r
108 <ClCompile Include="..\scintilla\lexers\LexCrontab.cxx" />
\r
109 <ClCompile Include="..\scintilla\lexers\LexCsound.cxx" />
\r
110 <ClCompile Include="..\scintilla\lexers\LexCSS.cxx" />
\r
111 <ClCompile Include="..\scintilla\lexers\LexD.cxx" />
\r
112 <ClCompile Include="..\scintilla\lexers\LexECL.cxx" />
\r
113 <ClCompile Include="..\scintilla\lexers\LexEiffel.cxx" />
\r
114 <ClCompile Include="..\scintilla\lexers\LexErlang.cxx" />
\r
115 <ClCompile Include="..\scintilla\lexers\LexEScript.cxx" />
\r
116 <ClCompile Include="..\scintilla\lexers\LexFlagship.cxx" />
\r
117 <ClCompile Include="..\scintilla\lexers\LexForth.cxx" />
\r
118 <ClCompile Include="..\scintilla\lexers\LexFortran.cxx" />
\r
119 <ClCompile Include="..\scintilla\lexers\LexGAP.cxx" />
\r
120 <ClCompile Include="..\scintilla\lexers\LexGui4Cli.cxx" />
\r
121 <ClCompile Include="..\scintilla\lexers\LexHaskell.cxx" />
\r
122 <ClCompile Include="..\scintilla\lexers\LexHTML.cxx" />
\r
123 <ClCompile Include="..\scintilla\lexers\LexInno.cxx" />
\r
124 <ClCompile Include="..\scintilla\lexers\LexKix.cxx" />
\r
125 <ClCompile Include="..\scintilla\lexers\LexLisp.cxx" />
\r
126 <ClCompile Include="..\scintilla\lexers\LexLout.cxx" />
\r
127 <ClCompile Include="..\scintilla\lexers\LexLua.cxx" />
\r
128 <ClCompile Include="..\scintilla\lexers\LexMagik.cxx" />
\r
129 <ClCompile Include="..\scintilla\lexers\LexMarkdown.cxx" />
\r
130 <ClCompile Include="..\scintilla\lexers\LexMatlab.cxx" />
\r
131 <ClCompile Include="..\scintilla\lexers\LexMetapost.cxx" />
\r
132 <ClCompile Include="..\scintilla\lexers\LexMMIXAL.cxx" />
\r
133 <ClCompile Include="..\scintilla\lexers\LexModula.cxx" />
\r
134 <ClCompile Include="..\scintilla\lexers\LexMPT.cxx" />
\r
135 <ClCompile Include="..\scintilla\lexers\LexMSSQL.cxx" />
\r
136 <ClCompile Include="..\scintilla\lexers\LexMySQL.cxx" />
\r
137 <ClCompile Include="..\scintilla\lexers\LexNimrod.cxx" />
\r
138 <ClCompile Include="..\scintilla\lexers\LexNsis.cxx" />
\r
139 <ClCompile Include="..\scintilla\lexers\LexOpal.cxx" />
\r
140 <ClCompile Include="..\scintilla\lexers\LexOScript.cxx" />
\r
141 <ClCompile Include="..\scintilla\lexers\LexOthers.cxx" />
\r
142 <ClCompile Include="..\scintilla\lexers\LexPascal.cxx" />
\r
143 <ClCompile Include="..\scintilla\lexers\LexPB.cxx" />
\r
144 <ClCompile Include="..\scintilla\lexers\LexPerl.cxx" />
\r
145 <ClCompile Include="..\scintilla\lexers\LexPLM.cxx" />
\r
146 <ClCompile Include="..\scintilla\lexers\LexPO.cxx" />
\r
147 <ClCompile Include="..\scintilla\lexers\LexPOV.cxx" />
\r
148 <ClCompile Include="..\scintilla\lexers\LexPowerPro.cxx" />
\r
149 <ClCompile Include="..\scintilla\lexers\LexPowerShell.cxx" />
\r
150 <ClCompile Include="..\scintilla\lexers\LexProgress.cxx" />
\r
151 <ClCompile Include="..\scintilla\lexers\LexPS.cxx" />
\r
152 <ClCompile Include="..\scintilla\lexers\LexPython.cxx" />
\r
153 <ClCompile Include="..\scintilla\lexers\LexR.cxx" />
\r
154 <ClCompile Include="..\scintilla\lexers\LexRebol.cxx" />
\r
155 <ClCompile Include="..\scintilla\lexers\LexRuby.cxx" />
\r
156 <ClCompile Include="..\scintilla\lexers\LexScriptol.cxx" />
\r
157 <ClCompile Include="..\scintilla\lexers\LexSmalltalk.cxx" />
\r
158 <ClCompile Include="..\scintilla\lexers\LexSML.cxx" />
\r
159 <ClCompile Include="..\scintilla\lexers\LexSorcus.cxx" />
\r
160 <ClCompile Include="..\scintilla\lexers\LexSpecman.cxx" />
\r
161 <ClCompile Include="..\scintilla\lexers\LexSpice.cxx" />
\r
162 <ClCompile Include="..\scintilla\lexers\LexSQL.cxx" />
\r
163 <ClCompile Include="..\scintilla\lexers\LexTACL.cxx" />
\r
164 <ClCompile Include="..\scintilla\lexers\LexTADS3.cxx" />
\r
165 <ClCompile Include="..\scintilla\lexers\LexTAL.cxx" />
\r
166 <ClCompile Include="..\scintilla\lexers\LexTCL.cxx" />
\r
167 <ClCompile Include="..\scintilla\lexers\LexTCMD.cxx" />
\r
168 <ClCompile Include="..\scintilla\lexers\LexTeX.cxx" />
\r
169 <ClCompile Include="..\scintilla\lexers\LexTxt2tags.cxx" />
\r
170 <ClCompile Include="..\scintilla\lexers\LexVB.cxx" />
\r
171 <ClCompile Include="..\scintilla\lexers\LexVerilog.cxx" />
\r
172 <ClCompile Include="..\scintilla\lexers\LexVHDL.cxx" />
\r
173 <ClCompile Include="..\scintilla\lexers\LexVisualProlog.cxx" />
\r
174 <ClCompile Include="..\scintilla\lexers\LexYAML.cxx" />
\r
175 <ClCompile Include="..\scintilla\lexlib\Accessor.cxx" />
\r
176 <ClCompile Include="..\scintilla\lexlib\CharacterSet.cxx" />
\r
177 <ClCompile Include="..\scintilla\lexlib\LexerBase.cxx" />
\r
178 <ClCompile Include="..\scintilla\lexlib\LexerModule.cxx" />
\r
179 <ClCompile Include="..\scintilla\lexlib\LexerNoExceptions.cxx" />
\r
180 <ClCompile Include="..\scintilla\lexlib\LexerSimple.cxx" />
\r
181 <ClCompile Include="..\scintilla\lexlib\PropSetSimple.cxx" />
\r
182 <ClCompile Include="..\scintilla\lexlib\StyleContext.cxx" />
\r
183 <ClCompile Include="..\scintilla\lexlib\WordList.cxx" />
\r
184 <ClCompile Include="..\scintilla\win32\PlatWin.cxx" />
\r
185 <ClCompile Include="..\scintilla\win32\ScintillaWin.cxx" />
\r
188 <ClInclude Include="..\scintilla\lexlib\CharacterCategory.h" />
\r
189 <ClInclude Include="..\scintilla\src\AutoComplete.h" />
\r
190 <ClInclude Include="..\scintilla\src\CallTip.h" />
\r
191 <ClInclude Include="..\scintilla\src\CaseConvert.h" />
\r
192 <ClInclude Include="..\scintilla\src\CaseFolder.h" />
\r
193 <ClInclude Include="..\scintilla\src\Catalogue.h" />
\r
194 <ClInclude Include="..\scintilla\src\CellBuffer.h" />
\r
195 <ClInclude Include="..\scintilla\src\CharClassify.h" />
\r
196 <ClInclude Include="..\scintilla\src\ContractionState.h" />
\r
197 <ClInclude Include="..\scintilla\src\Decoration.h" />
\r
198 <ClInclude Include="..\scintilla\src\Document.h" />
\r
199 <ClInclude Include="..\scintilla\src\Editor.h" />
\r
200 <ClInclude Include="..\scintilla\src\ExternalLexer.h" />
\r
201 <ClInclude Include="..\scintilla\src\FontQuality.h" />
\r
202 <ClInclude Include="..\scintilla\src\Indicator.h" />
\r
203 <ClInclude Include="..\scintilla\src\KeyMap.h" />
\r
204 <ClInclude Include="..\scintilla\src\LineMarker.h" />
\r
205 <ClInclude Include="..\scintilla\src\Partitioning.h" />
\r
206 <ClInclude Include="..\scintilla\src\PerLine.h" />
\r
207 <ClInclude Include="..\scintilla\src\PositionCache.h" />
\r
208 <ClInclude Include="..\scintilla\src\RESearch.h" />
\r
209 <ClInclude Include="..\scintilla\src\RunStyles.h" />
\r
210 <ClInclude Include="..\scintilla\src\ScintillaBase.h" />
\r
211 <ClInclude Include="..\scintilla\src\Selection.h" />
\r
212 <ClInclude Include="..\scintilla\src\SplitVector.h" />
\r
213 <ClInclude Include="..\scintilla\src\Style.h" />
\r
214 <ClInclude Include="..\scintilla\src\UnicodeFromUTF8.h" />
\r
215 <ClInclude Include="..\scintilla\src\UniConversion.h" />
\r
216 <ClInclude Include="..\scintilla\src\ViewStyle.h" />
\r
217 <ClInclude Include="..\scintilla\src\XPM.h" />
\r
218 <ClInclude Include="..\scintilla\include\Platform.h" />
\r
219 <ClInclude Include="..\scintilla\lexlib\Accessor.h" />
\r
220 <ClInclude Include="..\scintilla\lexlib\CharacterSet.h" />
\r
221 <ClInclude Include="..\scintilla\lexlib\LexAccessor.h" />
\r
222 <ClInclude Include="..\scintilla\lexlib\LexerBase.h" />
\r
223 <ClInclude Include="..\scintilla\lexlib\LexerModule.h" />
\r
224 <ClInclude Include="..\scintilla\lexlib\LexerNoExceptions.h" />
\r
225 <ClInclude Include="..\scintilla\lexlib\LexerSimple.h" />
\r
226 <ClInclude Include="..\scintilla\lexlib\OptionSet.h" />
\r
227 <ClInclude Include="..\scintilla\lexlib\PropSetSimple.h" />
\r
228 <ClInclude Include="..\scintilla\lexlib\SparseState.h" />
\r
229 <ClInclude Include="..\scintilla\lexlib\StyleContext.h" />
\r
230 <ClInclude Include="..\scintilla\lexlib\WordList.h" />
\r
233 <ResourceCompile Include="..\scintilla\win32\ScintRes.rc" />
\r
235 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
\r
236 <ImportGroup Label="ExtensionTargets">
\r