Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 1892abe

Browse files
committed
[[ LibXslt ]] Updates to windows projects to include libxslt.
1 parent 3782171 commit 1892abe

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

revxml/revxml.vcproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@
168168
ReferencedProjectIdentifier="{8E776621-28FF-4FBF-A2F3-F4198EE9F7B7}"
169169
RelativePathToProject=".\thirdparty\libxml\libxml.vcproj"
170170
/>
171+
<ProjectReference
172+
ReferencedProjectIdentifier="{8E776621-28FF-4FBF-A2F3-F4598AEAF8B7}"
173+
RelativePathToProject=".\thirdparty\libxslt\libxslt.vcproj"
174+
/>
171175
</References>
172176
<Files>
173177
<Filter

stage.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kernel-standalone", "engine
8989
{36960D7E-AD16-47BB-BA13-3770A224EC41} = {36960D7E-AD16-47BB-BA13-3770A224EC41}
9090
EndProjectSection
9191
EndProject
92+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libxslt", "thirdparty\libxslt\libxslt.vcproj", "{8E776621-28FF-4FBF-A2F3-F4598AEAF8B7}"
93+
EndProject
9294
Global
9395
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9496
Debug|Win32 = Debug|Win32
@@ -235,6 +237,10 @@ Global
235237
{0491E47C-B096-4DBF-8D26-C28364DF6176}.Debug|Win32.Build.0 = Debug|Win32
236238
{0491E47C-B096-4DBF-8D26-C28364DF6176}.Release|Win32.ActiveCfg = Debug|Win32
237239
{0491E47C-B096-4DBF-8D26-C28364DF6176}.Release|Win32.Build.0 = Debug|Win32
240+
{8E776621-28FF-4FBF-A2F3-F4598AEAF8B7}.Debug|Win32.ActiveCfg = Debug|Win32
241+
{8E776621-28FF-4FBF-A2F3-F4598AEAF8B7}.Debug|Win32.Build.0 = Debug|Win32
242+
{8E776621-28FF-4FBF-A2F3-F4598AEAF8B7}.Release|Win32.ActiveCfg = Release|Win32
243+
{8E776621-28FF-4FBF-A2F3-F4598AEAF8B7}.Release|Win32.Build.0 = Release|Win32
238244
EndGlobalSection
239245
GlobalSection(SolutionProperties) = preSolution
240246
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)