Fixed issue #4145: "Push default" option for remote resetted after adding a new remote
[TortoiseGit.git] / ext / build / ScintillaLexer.vcxproj
bloba5c1b120121cba6e6b28c0726205571b2e4e531c
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|ARM64">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>ARM64</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Debug|Win32">\r
9       <Configuration>Debug</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Debug|x64">\r
13       <Configuration>Debug</Configuration>\r
14       <Platform>x64</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|ARM64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>ARM64</Platform>\r
19     </ProjectConfiguration>\r
20     <ProjectConfiguration Include="Release|Win32">\r
21       <Configuration>Release</Configuration>\r
22       <Platform>Win32</Platform>\r
23     </ProjectConfiguration>\r
24     <ProjectConfiguration Include="Release|x64">\r
25       <Configuration>Release</Configuration>\r
26       <Platform>x64</Platform>\r
27     </ProjectConfiguration>\r
28   </ItemGroup>\r
29   <PropertyGroup Label="Globals">\r
30     <ProjectName>SciLexer</ProjectName>\r
31     <ProjectGuid>{A5498556-CE09-4095-8335-08FC8370552D}</ProjectGuid>\r
32     <RootNamespace>SciLexer</RootNamespace>\r
33   </PropertyGroup>\r
34   <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />\r
35   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
36   <PropertyGroup Label="Configuration">\r
37     <ConfigurationType>DynamicLibrary</ConfigurationType>\r
38     <CharacterSet>Unicode</CharacterSet>\r
39   </PropertyGroup>\r
40   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
41     <WholeProgramOptimization>true</WholeProgramOptimization>\r
42   </PropertyGroup>\r
43   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
44   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
45   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
46   <Import Project="$(SolutionDir)TortoiseGit.common-dll.props" />\r
47   <PropertyGroup Label="UserMacros" />\r
48   <PropertyGroup>\r
49     <TargetName>$(ProjectName)_tgit</TargetName>\r
50   </PropertyGroup>\r
51   <ItemDefinitionGroup>\r
52     <ClCompile>\r
53       <AdditionalIncludeDirectories>..\scintilla\include;..\lexilla\include;..\lexilla\lexlib;..\lexilla\lexers;..\scintilla\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
54       <PreprocessorDefinitions>SCI_LEXER;USE_D2D;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
55       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
56       <LanguageStandard>stdcpp17</LanguageStandard>\r
57       <AdditionalOptions>/source-charset:utf-8 %(AdditionalOptions)</AdditionalOptions>\r
58     </ClCompile>\r
59     <Link>\r
60       <AdditionalDependencies>imm32.lib;comctl32.lib;msimg32.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
61     </Link>\r
62   </ItemDefinitionGroup>\r
63   <ItemGroup>\r
64     <ClInclude Include="..\lexilla\include\Lexilla.h" />\r
65     <ClInclude Include="..\lexilla\include\SciLexer.h" />\r
66     <ClInclude Include="..\lexilla\lexlib\Accessor.h" />\r
67     <ClInclude Include="..\lexilla\lexlib\CatalogueModules.h" />\r
68     <ClInclude Include="..\lexilla\lexlib\CharacterCategory.h" />\r
69     <ClInclude Include="..\lexilla\lexlib\CharacterSet.h" />\r
70     <ClInclude Include="..\lexilla\lexlib\DefaultLexer.h" />\r
71     <ClInclude Include="..\lexilla\lexlib\InList.h" />\r
72     <ClInclude Include="..\lexilla\lexlib\LexAccessor.h" />\r
73     <ClInclude Include="..\lexilla\lexlib\LexerBase.h" />\r
74     <ClInclude Include="..\lexilla\lexlib\LexerModule.h" />\r
75     <ClInclude Include="..\lexilla\lexlib\LexerNoExceptions.h" />\r
76     <ClInclude Include="..\lexilla\lexlib\LexerSimple.h" />\r
77     <ClInclude Include="..\lexilla\lexlib\OptionSet.h" />\r
78     <ClInclude Include="..\lexilla\lexlib\PropSetSimple.h" />\r
79     <ClInclude Include="..\lexilla\lexlib\SparseState.h" />\r
80     <ClInclude Include="..\lexilla\lexlib\StringCopy.h" />\r
81     <ClInclude Include="..\lexilla\lexlib\StyleContext.h" />\r
82     <ClInclude Include="..\lexilla\lexlib\SubStyles.h" />\r
83     <ClInclude Include="..\lexilla\lexlib\WordList.h" />\r
84     <ClInclude Include="..\scintilla\include\ILexer.h" />\r
85     <ClInclude Include="..\scintilla\include\ILoader.h" />\r
86     <ClInclude Include="..\scintilla\include\Scintilla.h" />\r
87     <ClInclude Include="..\scintilla\include\ScintillaCall.h" />\r
88     <ClInclude Include="..\scintilla\include\ScintillaMessages.h" />\r
89     <ClInclude Include="..\scintilla\include\ScintillaStructures.h" />\r
90     <ClInclude Include="..\scintilla\include\ScintillaTypes.h" />\r
91     <ClInclude Include="..\scintilla\include\ScintillaWidget.h" />\r
92     <ClInclude Include="..\scintilla\include\Sci_Position.h" />\r
93     <ClInclude Include="..\scintilla\src\AutoComplete.h" />\r
94     <ClInclude Include="..\scintilla\src\CallTip.h" />\r
95     <ClInclude Include="..\scintilla\src\CaseConvert.h" />\r
96     <ClInclude Include="..\scintilla\src\CaseFolder.h" />\r
97     <ClInclude Include="..\scintilla\src\CellBuffer.h" />\r
98     <ClInclude Include="..\scintilla\src\ChangeHistory.h" />\r
99     <ClInclude Include="..\scintilla\src\CharacterCategoryMap.h" />\r
100     <ClInclude Include="..\scintilla\src\CharacterType.h" />\r
101     <ClInclude Include="..\scintilla\src\CharClassify.h" />\r
102     <ClInclude Include="..\scintilla\src\ContractionState.h" />\r
103     <ClInclude Include="..\scintilla\src\DBCS.h" />\r
104     <ClInclude Include="..\scintilla\src\Debugging.h" />\r
105     <ClInclude Include="..\scintilla\src\Decoration.h" />\r
106     <ClInclude Include="..\scintilla\src\Document.h" />\r
107     <ClInclude Include="..\scintilla\src\EditModel.h" />\r
108     <ClInclude Include="..\scintilla\src\Editor.h" />\r
109     <ClInclude Include="..\scintilla\src\EditView.h" />\r
110     <ClInclude Include="..\scintilla\src\ElapsedPeriod.h" />\r
111     <ClInclude Include="..\scintilla\src\Geometry.h" />\r
112     <ClInclude Include="..\scintilla\src\Indicator.h" />\r
113     <ClInclude Include="..\scintilla\src\KeyMap.h" />\r
114     <ClInclude Include="..\scintilla\src\LineMarker.h" />\r
115     <ClInclude Include="..\scintilla\src\MarginView.h" />\r
116     <ClInclude Include="..\scintilla\src\Partitioning.h" />\r
117     <ClInclude Include="..\scintilla\src\PerLine.h" />\r
118     <ClInclude Include="..\scintilla\src\Platform.h" />\r
119     <ClInclude Include="..\scintilla\src\Position.h" />\r
120     <ClInclude Include="..\scintilla\src\PositionCache.h" />\r
121     <ClInclude Include="..\scintilla\src\RESearch.h" />\r
122     <ClInclude Include="..\scintilla\src\RunStyles.h" />\r
123     <ClInclude Include="..\scintilla\src\ScintillaBase.h" />\r
124     <ClInclude Include="..\scintilla\src\Selection.h" />\r
125     <ClInclude Include="..\scintilla\src\SparseVector.h" />\r
126     <ClInclude Include="..\scintilla\src\SplitVector.h" />\r
127     <ClInclude Include="..\scintilla\src\Style.h" />\r
128     <ClInclude Include="..\scintilla\src\UndoHistory.h" />\r
129     <ClInclude Include="..\scintilla\src\UniConversion.h" />\r
130     <ClInclude Include="..\scintilla\src\UniqueString.h" />\r
131     <ClInclude Include="..\scintilla\src\ViewStyle.h" />\r
132     <ClInclude Include="..\scintilla\src\XPM.h" />\r
133     <ClInclude Include="..\scintilla\win32\HanjaDic.h" />\r
134     <ClInclude Include="..\scintilla\win32\PlatWin.h" />\r
135     <ClInclude Include="..\scintilla\win32\ScintillaWin.h" />\r
136     <ClInclude Include="..\scintilla\win32\WinTypes.h" />\r
137   </ItemGroup>\r
138   <ItemGroup>\r
139     <None Include="..\scintilla\src\SciTE.properties" />\r
140   </ItemGroup>\r
141   <ItemGroup>\r
142     <ClCompile Include="..\lexilla\lexers\LexA68k.cxx" />\r
143     <ClCompile Include="..\lexilla\lexers\LexAbaqus.cxx" />\r
144     <ClCompile Include="..\lexilla\lexers\LexAda.cxx" />\r
145     <ClCompile Include="..\lexilla\lexers\LexAPDL.cxx" />\r
146     <ClCompile Include="..\lexilla\lexers\LexAsciidoc.cxx" />\r
147     <ClCompile Include="..\lexilla\lexers\LexAsm.cxx" />\r
148     <ClCompile Include="..\lexilla\lexers\LexAsn1.cxx" />\r
149     <ClCompile Include="..\lexilla\lexers\LexASY.cxx" />\r
150     <ClCompile Include="..\lexilla\lexers\LexAU3.cxx" />\r
151     <ClCompile Include="..\lexilla\lexers\LexAVE.cxx" />\r
152     <ClCompile Include="..\lexilla\lexers\LexAVS.cxx" />\r
153     <ClCompile Include="..\lexilla\lexers\LexBaan.cxx" />\r
154     <ClCompile Include="..\lexilla\lexers\LexBash.cxx" />\r
155     <ClCompile Include="..\lexilla\lexers\LexBasic.cxx" />\r
156     <ClCompile Include="..\lexilla\lexers\LexBatch.cxx" />\r
157     <ClCompile Include="..\lexilla\lexers\LexBibTeX.cxx" />\r
158     <ClCompile Include="..\lexilla\lexers\LexBullant.cxx" />\r
159     <ClCompile Include="..\lexilla\lexers\LexCaml.cxx" />\r
160     <ClCompile Include="..\lexilla\lexers\LexCIL.cxx" />\r
161     <ClCompile Include="..\lexilla\lexers\LexCLW.cxx" />\r
162     <ClCompile Include="..\lexilla\lexers\LexCmake.cxx" />\r
163     <ClCompile Include="..\lexilla\lexers\LexCOBOL.cxx" />\r
164     <ClCompile Include="..\lexilla\lexers\LexCoffeeScript.cxx" />\r
165     <ClCompile Include="..\lexilla\lexers\LexConf.cxx" />\r
166     <ClCompile Include="..\lexilla\lexers\LexCPP.cxx" />\r
167     <ClCompile Include="..\lexilla\lexers\LexCrontab.cxx" />\r
168     <ClCompile Include="..\lexilla\lexers\LexCsound.cxx" />\r
169     <ClCompile Include="..\lexilla\lexers\LexCSS.cxx" />\r
170     <ClCompile Include="..\lexilla\lexers\LexD.cxx" />\r
171     <ClCompile Include="..\lexilla\lexers\LexDataflex.cxx" />\r
172     <ClCompile Include="..\lexilla\lexers\LexDiff.cxx" />\r
173     <ClCompile Include="..\lexilla\lexers\LexDMAP.cxx" />\r
174     <ClCompile Include="..\lexilla\lexers\LexDMIS.cxx" />\r
175     <ClCompile Include="..\lexilla\lexers\LexECL.cxx" />\r
176     <ClCompile Include="..\lexilla\lexers\LexEDIFACT.cxx" />\r
177     <ClCompile Include="..\lexilla\lexers\LexEiffel.cxx" />\r
178     <ClCompile Include="..\lexilla\lexers\LexErlang.cxx" />\r
179     <ClCompile Include="..\lexilla\lexers\LexErrorList.cxx" />\r
180     <ClCompile Include="..\lexilla\lexers\LexEScript.cxx" />\r
181     <ClCompile Include="..\lexilla\lexers\LexFlagship.cxx" />\r
182     <ClCompile Include="..\lexilla\lexers\LexForth.cxx" />\r
183     <ClCompile Include="..\lexilla\lexers\LexFortran.cxx" />\r
184     <ClCompile Include="..\lexilla\lexers\LexFSharp.cxx" />\r
185     <ClCompile Include="..\lexilla\lexers\LexGAP.cxx" />\r
186     <ClCompile Include="..\lexilla\lexers\LexGDScript.cxx" />\r
187     <ClCompile Include="..\lexilla\lexers\LexGui4Cli.cxx" />\r
188     <ClCompile Include="..\lexilla\lexers\LexHaskell.cxx" />\r
189     <ClCompile Include="..\lexilla\lexers\LexHex.cxx" />\r
190     <ClCompile Include="..\lexilla\lexers\LexHollywood.cxx" />\r
191     <ClCompile Include="..\lexilla\lexers\LexHTML.cxx" />\r
192     <ClCompile Include="..\lexilla\lexers\LexIndent.cxx" />\r
193     <ClCompile Include="..\lexilla\lexers\LexInno.cxx" />\r
194     <ClCompile Include="..\lexilla\lexers\LexJSON.cxx" />\r
195     <ClCompile Include="..\lexilla\lexers\LexJulia.cxx" />\r
196     <ClCompile Include="..\lexilla\lexers\LexKix.cxx" />\r
197     <ClCompile Include="..\lexilla\lexers\LexKVIrc.cxx" />\r
198     <ClCompile Include="..\lexilla\lexers\LexLaTeX.cxx" />\r
199     <ClCompile Include="..\lexilla\lexers\LexLisp.cxx" />\r
200     <ClCompile Include="..\lexilla\lexers\LexLout.cxx" />\r
201     <ClCompile Include="..\lexilla\lexers\LexLua.cxx" />\r
202     <ClCompile Include="..\lexilla\lexers\LexMagik.cxx" />\r
203     <ClCompile Include="..\lexilla\lexers\LexMake.cxx" />\r
204     <ClCompile Include="..\lexilla\lexers\LexMarkdown.cxx" />\r
205     <ClCompile Include="..\lexilla\lexers\LexMatlab.cxx" />\r
206     <ClCompile Include="..\lexilla\lexers\LexMaxima.cxx" />\r
207     <ClCompile Include="..\lexilla\lexers\LexMetapost.cxx" />\r
208     <ClCompile Include="..\lexilla\lexers\LexMMIXAL.cxx" />\r
209     <ClCompile Include="..\lexilla\lexers\LexModula.cxx" />\r
210     <ClCompile Include="..\lexilla\lexers\LexMPT.cxx" />\r
211     <ClCompile Include="..\lexilla\lexers\LexMSSQL.cxx" />\r
212     <ClCompile Include="..\lexilla\lexers\LexMySQL.cxx" />\r
213     <ClCompile Include="..\lexilla\lexers\LexNim.cxx" />\r
214     <ClCompile Include="..\lexilla\lexers\LexNimrod.cxx" />\r
215     <ClCompile Include="..\lexilla\lexers\LexNsis.cxx" />\r
216     <ClCompile Include="..\lexilla\lexers\LexNull.cxx" />\r
217     <ClCompile Include="..\lexilla\lexers\LexOpal.cxx" />\r
218     <ClCompile Include="..\lexilla\lexers\LexOScript.cxx" />\r
219     <ClCompile Include="..\lexilla\lexers\LexPascal.cxx" />\r
220     <ClCompile Include="..\lexilla\lexers\LexPB.cxx" />\r
221     <ClCompile Include="..\lexilla\lexers\LexPerl.cxx" />\r
222     <ClCompile Include="..\lexilla\lexers\LexPLM.cxx" />\r
223     <ClCompile Include="..\lexilla\lexers\LexPO.cxx" />\r
224     <ClCompile Include="..\lexilla\lexers\LexPOV.cxx" />\r
225     <ClCompile Include="..\lexilla\lexers\LexPowerPro.cxx" />\r
226     <ClCompile Include="..\lexilla\lexers\LexPowerShell.cxx" />\r
227     <ClCompile Include="..\lexilla\lexers\LexProgress.cxx" />\r
228     <ClCompile Include="..\lexilla\lexers\LexProps.cxx" />\r
229     <ClCompile Include="..\lexilla\lexers\LexPS.cxx" />\r
230     <ClCompile Include="..\lexilla\lexers\LexPython.cxx" />\r
231     <ClCompile Include="..\lexilla\lexers\LexR.cxx" />\r
232     <ClCompile Include="..\lexilla\lexers\LexRaku.cxx" />\r
233     <ClCompile Include="..\lexilla\lexers\LexRebol.cxx" />\r
234     <ClCompile Include="..\lexilla\lexers\LexRegistry.cxx" />\r
235     <ClCompile Include="..\lexilla\lexers\LexRuby.cxx" />\r
236     <ClCompile Include="..\lexilla\lexers\LexRust.cxx" />\r
237     <ClCompile Include="..\lexilla\lexers\LexSAS.cxx" />\r
238     <ClCompile Include="..\lexilla\lexers\LexScriptol.cxx" />\r
239     <ClCompile Include="..\lexilla\lexers\LexSmalltalk.cxx" />\r
240     <ClCompile Include="..\lexilla\lexers\LexSML.cxx" />\r
241     <ClCompile Include="..\lexilla\lexers\LexSorcus.cxx" />\r
242     <ClCompile Include="..\lexilla\lexers\LexSpecman.cxx" />\r
243     <ClCompile Include="..\lexilla\lexers\LexSpice.cxx" />\r
244     <ClCompile Include="..\lexilla\lexers\LexSQL.cxx" />\r
245     <ClCompile Include="..\lexilla\lexers\LexStata.cxx" />\r
246     <ClCompile Include="..\lexilla\lexers\LexSTTXT.cxx" />\r
247     <ClCompile Include="..\lexilla\lexers\LexTACL.cxx" />\r
248     <ClCompile Include="..\lexilla\lexers\LexTADS3.cxx" />\r
249     <ClCompile Include="..\lexilla\lexers\LexTAL.cxx" />\r
250     <ClCompile Include="..\lexilla\lexers\LexTCL.cxx" />\r
251     <ClCompile Include="..\lexilla\lexers\LexTCMD.cxx" />\r
252     <ClCompile Include="..\lexilla\lexers\LexTeX.cxx" />\r
253     <ClCompile Include="..\lexilla\lexers\LexTxt2tags.cxx" />\r
254     <ClCompile Include="..\lexilla\lexers\LexVB.cxx" />\r
255     <ClCompile Include="..\lexilla\lexers\LexVerilog.cxx" />\r
256     <ClCompile Include="..\lexilla\lexers\LexVHDL.cxx" />\r
257     <ClCompile Include="..\lexilla\lexers\LexVisualProlog.cxx" />\r
258     <ClCompile Include="..\lexilla\lexers\LexX12.cxx" />\r
259     <ClCompile Include="..\lexilla\lexers\LexYAML.cxx" />\r
260     <ClCompile Include="..\lexilla\lexlib\Accessor.cxx" />\r
261     <ClCompile Include="..\lexilla\lexlib\CharacterCategory.cxx" />\r
262     <ClCompile Include="..\lexilla\lexlib\CharacterSet.cxx" />\r
263     <ClCompile Include="..\lexilla\lexlib\DefaultLexer.cxx" />\r
264     <ClCompile Include="..\lexilla\lexlib\InList.cxx" />\r
265     <ClCompile Include="..\lexilla\lexlib\LexAccessor.cxx" />\r
266     <ClCompile Include="..\lexilla\lexlib\LexerBase.cxx" />\r
267     <ClCompile Include="..\lexilla\lexlib\LexerModule.cxx" />\r
268     <ClCompile Include="..\lexilla\lexlib\LexerNoExceptions.cxx" />\r
269     <ClCompile Include="..\lexilla\lexlib\LexerSimple.cxx" />\r
270     <ClCompile Include="..\lexilla\lexlib\PropSetSimple.cxx" />\r
271     <ClCompile Include="..\lexilla\lexlib\StyleContext.cxx" />\r
272     <ClCompile Include="..\lexilla\lexlib\WordList.cxx" />\r
273     <ClCompile Include="..\lexilla\src\Lexilla.cxx" />\r
274     <ClCompile Include="..\scintilla\src\AutoComplete.cxx" />\r
275     <ClCompile Include="..\scintilla\src\CallTip.cxx" />\r
276     <ClCompile Include="..\scintilla\src\CaseConvert.cxx" />\r
277     <ClCompile Include="..\scintilla\src\CaseFolder.cxx" />\r
278     <ClCompile Include="..\scintilla\src\CellBuffer.cxx" />\r
279     <ClCompile Include="..\scintilla\src\ChangeHistory.cxx" />\r
280     <ClCompile Include="..\scintilla\src\CharacterCategoryMap.cxx" />\r
281     <ClCompile Include="..\scintilla\src\CharacterType.cxx" />\r
282     <ClCompile Include="..\scintilla\src\CharClassify.cxx" />\r
283     <ClCompile Include="..\scintilla\src\ContractionState.cxx" />\r
284     <ClCompile Include="..\scintilla\src\DBCS.cxx" />\r
285     <ClCompile Include="..\scintilla\src\Decoration.cxx" />\r
286     <ClCompile Include="..\scintilla\src\Document.cxx" />\r
287     <ClCompile Include="..\scintilla\src\EditModel.cxx" />\r
288     <ClCompile Include="..\scintilla\src\Editor.cxx" />\r
289     <ClCompile Include="..\scintilla\src\EditView.cxx" />\r
290     <ClCompile Include="..\scintilla\src\Geometry.cxx" />\r
291     <ClCompile Include="..\scintilla\src\Indicator.cxx" />\r
292     <ClCompile Include="..\scintilla\src\KeyMap.cxx" />\r
293     <ClCompile Include="..\scintilla\src\LineMarker.cxx" />\r
294     <ClCompile Include="..\scintilla\src\MarginView.cxx" />\r
295     <ClCompile Include="..\scintilla\src\PerLine.cxx" />\r
296     <ClCompile Include="..\scintilla\src\PositionCache.cxx" />\r
297     <ClCompile Include="..\scintilla\src\RESearch.cxx" />\r
298     <ClCompile Include="..\scintilla\src\RunStyles.cxx" />\r
299     <ClCompile Include="..\scintilla\src\ScintillaBase.cxx" />\r
300     <ClCompile Include="..\scintilla\src\Selection.cxx" />\r
301     <ClCompile Include="..\scintilla\src\Style.cxx" />\r
302     <ClCompile Include="..\scintilla\src\UndoHistory.cxx" />\r
303     <ClCompile Include="..\scintilla\src\UniConversion.cxx" />\r
304     <ClCompile Include="..\scintilla\src\UniqueString.cxx" />\r
305     <ClCompile Include="..\scintilla\src\ViewStyle.cxx" />\r
306     <ClCompile Include="..\scintilla\src\XPM.cxx" />\r
307     <ClCompile Include="..\scintilla\win32\HanjaDic.cxx" />\r
308     <ClCompile Include="..\scintilla\win32\PlatWin.cxx" />\r
309     <ClCompile Include="..\scintilla\win32\ScintillaDLL.cxx" />\r
310     <ClCompile Include="..\scintilla\win32\ScintillaWin.cxx" />\r
311   </ItemGroup>\r
312   <ItemGroup>\r
313     <ResourceCompile Include="..\scintilla\win32\ScintRes.rc" />\r
314   </ItemGroup>\r
315   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
316   <ImportGroup Label="ExtensionTargets">\r
317   </ImportGroup>\r
318 </Project>