summaryrefslogtreecommitdiff
path: root/libs/litehtml/litehtml.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-10-09 18:13:40 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-10-09 18:13:40 +0300
commit0e86b853be3b5f809ed1decbf636221c1144a386 (patch)
tree4ce84d9849646a559d5afece33fc6e64d39e4a50 /libs/litehtml/litehtml.vcxproj
parent834cbb58d74215980165eab257538ba918a378cd (diff)
litehtml update
Diffstat (limited to 'libs/litehtml/litehtml.vcxproj')
-rw-r--r--libs/litehtml/litehtml.vcxproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/litehtml/litehtml.vcxproj b/libs/litehtml/litehtml.vcxproj
index 7fc6f311f3..3f9ad89b91 100644
--- a/libs/litehtml/litehtml.vcxproj
+++ b/libs/litehtml/litehtml.vcxproj
@@ -48,12 +48,18 @@
<ClCompile Include="src\css_length.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="src\css_parser.cpp">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
<ClCompile Include="src\css_properties.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\css_selector.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="src\css_tokenizer.cpp">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
<ClCompile Include="src\document.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
@@ -174,6 +180,9 @@
<ClCompile Include="src\html.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="src\html_microsyntaxes.cpp">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
<ClCompile Include="src\html_tag.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
@@ -308,5 +317,6 @@
<ClInclude Include="include\litehtml\types.h" />
<ClInclude Include="include\litehtml\utf8_strings.h" />
<ClInclude Include="include\litehtml\web_color.h" />
+ <ClInclude Include="src\internal.h" />
</ItemGroup>
</Project> \ No newline at end of file