SciLexer.vcxproj (8af74909132ed5e696cb05b6689ae4baf14c1c96) SciLexer.vcxproj (61ef93ee18b51a83cdb07217a9fbaf099a57c9d2)
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">

--- 111 unchanged lines hidden (view full) ---

120 <LanguageStandard>stdcpp17</LanguageStandard>
121 </ClCompile>
122 <Link>
123 <EnableCOMDATFolding>true</EnableCOMDATFolding>
124 <OptimizeReferences>true</OptimizeReferences>
125 </Link>
126 </ItemDefinitionGroup>
127 <ItemGroup>
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">

--- 111 unchanged lines hidden (view full) ---

120 <LanguageStandard>stdcpp17</LanguageStandard>
121 </ClCompile>
122 <Link>
123 <EnableCOMDATFolding>true</EnableCOMDATFolding>
124 <OptimizeReferences>true</OptimizeReferences>
125 </Link>
126 </ItemDefinitionGroup>
127 <ItemGroup>
128 <ClCompile Include="..\lexers\LexLyric.cxx" />
128 <ClCompile Include="..\lexers\LexNull.cxx" />
129 <ClCompile Include="..\lexlib\Accessor.cxx" />
130 <ClCompile Include="..\lexlib\CharacterCategory.cxx" />
131 <ClCompile Include="..\lexlib\CharacterSet.cxx" />
132 <ClCompile Include="..\lexlib\DefaultLexer.cxx" />
133 <ClCompile Include="..\lexlib\LexerBase.cxx" />
134 <ClCompile Include="..\lexlib\LexerModule.cxx" />
135 <ClCompile Include="..\lexlib\LexerSimple.cxx" />

--- 33 unchanged lines hidden ---
129 <ClCompile Include="..\lexers\LexNull.cxx" />
130 <ClCompile Include="..\lexlib\Accessor.cxx" />
131 <ClCompile Include="..\lexlib\CharacterCategory.cxx" />
132 <ClCompile Include="..\lexlib\CharacterSet.cxx" />
133 <ClCompile Include="..\lexlib\DefaultLexer.cxx" />
134 <ClCompile Include="..\lexlib\LexerBase.cxx" />
135 <ClCompile Include="..\lexlib\LexerModule.cxx" />
136 <ClCompile Include="..\lexlib\LexerSimple.cxx" />

--- 33 unchanged lines hidden ---