Skip to content

Commit

Permalink
Adapt the project to build fot webassembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Cleris Gailloty committed Jul 26, 2024
1 parent 5aa5233 commit a67104b
Show file tree
Hide file tree
Showing 45 changed files with 1,321 additions and 38 deletions.
22 changes: 17 additions & 5 deletions xpathrunner.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "xpathrunner", "xpathrunner\xpathrunner.csproj", "{1372129D-DB4D-45E7-9A27-559FDF99D37C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xpathrunnerui", "xpathrunnerui\xpathrunnerui.csproj", "{552E13A5-00AA-40CC-88EB-0E9BFB656A8D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xpathrunnerui", "xpathrunnerui\xpathrunnerui\xpathrunnerui.csproj", "{4A6A3B53-39EB-4EC3-A721-86A90A7BC263}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xpathrunnerui.Desktop", "xpathrunnerui\xpathrunnerui.Desktop\xpathrunnerui.Desktop.csproj", "{5D984B3B-FAF0-4B02-BCD4-D2809826C08E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xpathrunnerui.Browser", "xpathrunnerui\xpathrunnerui.Browser\xpathrunnerui.Browser.csproj", "{22994BE7-CF95-40F5-9AF7-03AE55A7FBE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -17,10 +21,18 @@ Global
{1372129D-DB4D-45E7-9A27-559FDF99D37C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1372129D-DB4D-45E7-9A27-559FDF99D37C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1372129D-DB4D-45E7-9A27-559FDF99D37C}.Release|Any CPU.Build.0 = Release|Any CPU
{552E13A5-00AA-40CC-88EB-0E9BFB656A8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{552E13A5-00AA-40CC-88EB-0E9BFB656A8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{552E13A5-00AA-40CC-88EB-0E9BFB656A8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{552E13A5-00AA-40CC-88EB-0E9BFB656A8D}.Release|Any CPU.Build.0 = Release|Any CPU
{4A6A3B53-39EB-4EC3-A721-86A90A7BC263}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A6A3B53-39EB-4EC3-A721-86A90A7BC263}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A6A3B53-39EB-4EC3-A721-86A90A7BC263}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A6A3B53-39EB-4EC3-A721-86A90A7BC263}.Release|Any CPU.Build.0 = Release|Any CPU
{5D984B3B-FAF0-4B02-BCD4-D2809826C08E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D984B3B-FAF0-4B02-BCD4-D2809826C08E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D984B3B-FAF0-4B02-BCD4-D2809826C08E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D984B3B-FAF0-4B02-BCD4-D2809826C08E}.Release|Any CPU.Build.0 = Release|Any CPU
{22994BE7-CF95-40F5-9AF7-03AE55A7FBE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22994BE7-CF95-40F5-9AF7-03AE55A7FBE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22994BE7-CF95-40F5-9AF7-03AE55A7FBE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22994BE7-CF95-40F5-9AF7-03AE55A7FBE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit a67104b

Please sign in to comment.