mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
Added DOMWriter sample
This commit is contained in:
parent
54b3663bcb
commit
5403308ed3
1 changed files with 8 additions and 2 deletions
10
Arabica.sln
10
Arabica.sln
|
@ -15,6 +15,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XML", "XML\XML.vcproj", "{B
|
|||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pyx", "examples\SAX\pyx.vcproj", "{AE33D6D1-0F57-4E97-90AE-696854C5AE71}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DOMWriter", "examples\SAX2DOM\DOMWriter.vcproj", "{C1CF7801-1681-4F15-8D71-BBC814805AF2}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
ConfigName.0 = Debug
|
||||
|
@ -23,8 +25,8 @@ Global
|
|||
GlobalSection(ProjectDependencies) = postSolution
|
||||
{E5157BA4-96A1-4D7F-B895-8C9A32F26BB5}.0 = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
|
||||
{884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}.0 = {BC91F529-08ED-4263-BC28-BFF008E27F36}
|
||||
{16475ED0-2906-429B-9E73-F2BF2929F6E9}.0 = {BC91F529-08ED-4263-BC28-BFF008E27F36}
|
||||
{16475ED0-2906-429B-9E73-F2BF2929F6E9}.1 = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
|
||||
{16475ED0-2906-429B-9E73-F2BF2929F6E9}.0 = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
|
||||
{16475ED0-2906-429B-9E73-F2BF2929F6E9}.1 = {BC91F529-08ED-4263-BC28-BFF008E27F36}
|
||||
{3C6CBC24-07D4-4DE8-A1DF-592C3BC77C56}.0 = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
|
||||
{AE33D6D1-0F57-4E97-90AE-696854C5AE71}.0 = {884490E3-E4B3-43BE-A88B-7FA9EA4E16AB}
|
||||
EndGlobalSection
|
||||
|
@ -61,6 +63,10 @@ Global
|
|||
{AE33D6D1-0F57-4E97-90AE-696854C5AE71}.Debug.Build.0 = Debug|Win32
|
||||
{AE33D6D1-0F57-4E97-90AE-696854C5AE71}.Release.ActiveCfg = Release|Win32
|
||||
{AE33D6D1-0F57-4E97-90AE-696854C5AE71}.Release.Build.0 = Release|Win32
|
||||
{C1CF7801-1681-4F15-8D71-BBC814805AF2}.Debug.ActiveCfg = Debug|Win32
|
||||
{C1CF7801-1681-4F15-8D71-BBC814805AF2}.Debug.Build.0 = Debug|Win32
|
||||
{C1CF7801-1681-4F15-8D71-BBC814805AF2}.Release.ActiveCfg = Release|Win32
|
||||
{C1CF7801-1681-4F15-8D71-BBC814805AF2}.Release.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
|
|
Loading…
Reference in a new issue