pax_global_header00006660000000000000000000000064127672372600014526gustar00rootroot0000000000000052 comment=dec1e10876f3bbda621f635937c23ac486cd6e05 webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/000077500000000000000000000000001276723726000212705ustar00rootroot00000000000000webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/AUTHORS000066400000000000000000000001341276723726000223360ustar00rootroot00000000000000This project has been automatically generated by https://www.github.com/shana/bindinator/. webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/COPYING000066400000000000000000000021001276723726000223140ustar00rootroot00000000000000MIT License Copyright (c) 2016 Hylke Bons Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/ChangeLog000066400000000000000000000000001276723726000230300ustar00rootroot00000000000000webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/Makefile.am000066400000000000000000000004251276723726000233250ustar00rootroot00000000000000SUBDIRS = sources sources/glue doc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = $(srcdir)/webkit2-sharp-4.0.pc EXTRA_DIST = $(srcdir)/webkit2-sharp-4.0.pc.in DISTCLEANFILES = $(srcdir)/webkit2-sharp-4.0.pc .PHONY: csproj csproj: $(MAKE) -C $(srcdir)/sources csproj webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/NEWS000066400000000000000000000000001276723726000217550ustar00rootroot00000000000000webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/README000066400000000000000000000000001276723726000221360ustar00rootroot00000000000000webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/README.md000066400000000000000000000000651276723726000225500ustar00rootroot00000000000000# webkit2-sharp C# bindings for WebKit 2 with GTK+ 3 webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/autogen.sh000077500000000000000000000001611276723726000232670ustar00rootroot00000000000000#!/bin/sh mkdir -p m4 autoreconf -i --force --warnings=none -I . -I m4 ./configure --enable-maintainer-mode $* webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/configure.ac000066400000000000000000000102321276723726000235540ustar00rootroot00000000000000AC_INIT(webkit2-sharp, [2.10.9]) AC_CONFIG_SRCDIR([README]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AM_MAINTAINER_MODE AC_PROG_INSTALL LT_INIT dnl Package settings ASSEMBLY_COMPANY="" ASSEMBLY_COPYRIGHT="2012 Andreia Gaita" ASSEMBLY_DESCRIPTION="webkit2 bindings for Mono" ASSEMBLY_NAME="webkit2-sharp" ASSEMBLY_NAMESPACE="WebKit2" ASSEMBLY_PC="webkit2-sharp-4.0" ASSEMBLY_SHORTNAME="webkit2" ASSEMBLY_TITLE="WebKit2#" ASSEMBLY_VERSION="2.10.9" AC_SUBST([ACLOCAL_AMFLAGS], ["-I m4 \${ACLOCAL_FLAGS}"]) AC_SUBST(ASSEMBLY_NAME) AC_SUBST(ASSEMBLY_VERSION) AC_SUBST(ASSEMBLY_NAMESPACE) AC_SUBST(ASSEMBLY_SHORTNAME) AC_SUBST(ASSEMBLY_TITLE) AC_SUBST(ASSEMBLY_DESCRIPTION) AC_SUBST(ASSEMBLY_COMPANY) AC_SUBST(ASSEMBLY_COPYRIGHT) AC_SUBST(ASSEMBLY_PC) dnl Check for pkg-config AC_PATH_PROG(PKG_CONFIG, pkg-config, no) if test "x$PKG_CONFIG" = "xno"; then AC_MSG_ERROR(['pkg-config' is not in your PATH.]) fi dnl Check for Mono PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= 1.0, has_mono=true, has_mono=false) if test "x$has_mono" = "xtrue"; then AC_PATH_PROG(RUNTIME, mono, no) AC_PATH_PROG(CSC, mcs, no) LIB_PREFIX=.so LIB_SUFFIX= else AC_PATH_PROG(CSC, csc.exe, no) if test x$CSC = "xno"; then AC_MSG_ERROR([You need to install either mono or .Net]) else RUNTIME= LIB_PREFIX= LIB_SUFFIX=.dylib fi fi CS="C#" if test "x$CSC" = "xno" ; then AC_MSG_ERROR([No $CS compiler found]) fi AC_PATH_PROG(GACUTIL, gacutil, no) if test "x$GACUTIL" = "xno" ; then AC_MSG_ERROR([No gacutil tool found]) fi GACUTIL_FLAGS="/package $ASSEMBLY_NAME /root "'$(DESTDIR)$(prefix)/lib' AC_SUBST(RUNTIME) AC_SUBST(CSC) AC_SUBST(GACUTIL) AC_SUBST(GACUTIL_FLAGS) AC_SUBST(LIB_PREFIX) AC_SUBST(LIB_SUFFIX) dnl Check for gtk-sharp PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-3.0) AC_SUBST(GTK_SHARP_CFLAGS) AC_SUBST(GTK_SHARP_LIBS) gtksharp_prefix=`pkg-config --variable=prefix gtk-sharp-3.0` GAPIXMLDIR=`pkg-config --variable=gapidir gtk-sharp-3.0` AC_SUBST(gtksharp_prefix) AC_SUBST(GAPIXMLDIR) dnl Check for gapi AC_PATH_PROG(GAPI_FIXUP, gapi3-fixup, no) if test "x$GAPI_FIXUP" = "xno"; then AC_MSG_CHECKING(for gapi3-fixup.exe) GAPI_FIXUP=`which gapi3-fixup.exe || echo "no"` if test "x$GAPI_FIXUP" = "xno" ; then AC_MSG_ERROR(['gapi3_fixup'/'gapi3-fixup.exe' not found.]) fi AC_MSG_RESULT($GAPI_FIXUP) GAPI_FIXUP="$MONO $GAPI_FIXUP" fi AC_SUBST(GAPI_FIXUP) AC_PATH_PROG(GAPI_CODEGEN, gapi3-codegen, no) if test "x$GAPI_CODEGEN" = "xno"; then AC_MSG_CHECKING(for gapi3_codegen.exe) GAPI_CODEGEN=`which gapi3_codegen.exe || echo "no"` if test "x$GAPI_CODEGEN" = "xno" ; then AC_MSG_ERROR(['gapi3-codegen'/'gapi3_codegen.exe' not found.]) fi AC_MSG_RESULT([$GAPI_CODEGEN]) GAPI_CODEGEN="$MONO $GAPI_CODEGEN" fi AC_SUBST(GAPI_CODEGEN) AC_PATH_PROG(XSLTPROC, xsltproc, no) if test "x$XSLTPROC" = "xno" ; then AC_MSG_ERROR([xsltproc not found]) fi AC_SUBST(XSLTPROC) AC_PATH_PROG(UNIX2DOS, unix2dos, [cat -]) if test "x$UNIX2DOS" = "xcat -" ; then AC_MSG_RESULT([unix2dos not found, using cat]) fi AC_SUBST(UNIX2DOS) AC_PATH_PROG(MDTOOL, mdtool, echo) if test "x$MDTOOL" = "xecho" ; then AC_MSG_RESULT([mdtool not found, csproj conversion won't run]) fi AC_SUBST(MDTOOL) dnl Check for monodoc AC_PATH_PROG(MDASSEMBLER, mdassembler, no) AC_PATH_PROG(MONODOCER, monodocer, no) if test "x$MONODOCER" = "xno" -o "x$MDASSEMBLER" = "xno"; then enable_monodoc=no doc_sources_dir= else enable_monodoc=yes doc_sources_dir="`pkg-config --variable=sourcesdir monodoc`" fi AC_SUBST(MDASSEMBLER) AC_SUBST(MONODOCER) AM_CONDITIONAL(ENABLE_MONODOC, test "x$enable_monodoc" = "xyes") dnl Check for WebKit2 PKG_CHECK_MODULES(WEBKIT2, webkit2gtk-4.0) webkit2_prefix=/usr AC_SUBST(webkit2_prefix) AC_SUBST(WEBKIT2_LIBS) AC_SUBST(WEBKIT2_CFLAGS) dnl extra m4 calls CHECK_GLIB_SHARP CHECK_GIO_SHARP CHECK_GDK_SHARP AC_CONFIG_FILES([ Makefile sources/Makefile sources/glue/Makefile sources/AssemblyInfo.cs webkit2-sharp-4.0.pc doc/Makefile ]) AC_CONFIG_COMMANDS([default],[[ echo timestamp > stamp-h ]],[[]]) AC_OUTPUT echo "" echo "Configuration summary" echo "---------------------" echo "" echo " * Installation prefix: $prefix" echo " * compiler: $CSC" echo " * Documentation: ($MONODOC)" echo "" webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/doc/000077500000000000000000000000001276723726000220355ustar00rootroot00000000000000webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/doc/Makefile.am000066400000000000000000000023561276723726000240770ustar00rootroot00000000000000if ENABLE_MONODOC TARGETS = $(ASSEMBLY_NAME)-docs.source $(ASSEMBLY_NAME)-docs.zip $(ASSEMBLY_NAME)-docs.tree docsdir = $(prefix)/lib/monodoc/sources docs_DATA = $(TARGETS) else TARGETS = docsdir = $(datadir) docs_DATA = endif ASSEMBLIES = $(top_srcdir)/out/*/$(ASSEMBLY_NAME).dll UPDATE_ASSEMBLIES = $(addprefix -assembly:, $(ASSEMBLIES)) all: $(TARGETS) update: mkdir -p $(srcdir)/en $(MONODOCER) $(UPDATE_ASSEMBLIES) -path:en $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml: mkdir -p $(srcdir)/en $(MONODOCER) $(UPDATE_ASSEMBLIES) -path:en $(ASSEMBLY_NAME)-docs.source: @echo "Generating $@" @echo "" > $@ @echo "" >> $@ @echo " " >> $@ @echo "" >> $@ $(ASSEMBLY_NAME)-docs.zip $(ASSEMBLY_NAME)-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml $(MDASSEMBLER) --ecma $(srcdir)/en -o $(ASSEMBLY_NAME)-docs CLEANFILES = $(TARGETS) NAMESPACES=$(ASSEMBLY_NAMESPACE) dist-hook: mkdir -p $(distdir)/en cp $(srcdir)/en/*.xml $(distdir)/en/ for i in $(NAMESPACES); do \ mkdir -p $(distdir)/en/$$i; \ cp $(srcdir)/en/$$i/*.xml $(distdir)/en/$$i; \ done webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/m4.custom000066400000000000000000000000371276723726000230440ustar00rootroot00000000000000GLIB_SHARP GIO_SHARP GDK_SHARP webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/m4/000077500000000000000000000000001276723726000216105ustar00rootroot00000000000000webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/m4/GDK_SHARP.m4000066400000000000000000000002151276723726000234120ustar00rootroot00000000000000AC_DEFUN([CHECK_GDK_SHARP], [ PKG_CHECK_MODULES(GDK_SHARP, gdk-sharp-3.0) AC_SUBST(GDK_SHARP_CFLAGS) AC_SUBST(GDK_SHARP_LIBS) ]) webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/m4/GIO_SHARP.m4000066400000000000000000000002151276723726000234230ustar00rootroot00000000000000AC_DEFUN([CHECK_GIO_SHARP], [ PKG_CHECK_MODULES(GIO_SHARP, gio-sharp-3.0) AC_SUBST(GIO_SHARP_CFLAGS) AC_SUBST(GIO_SHARP_LIBS) ]) webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/m4/GLIB_SHARP.m4000066400000000000000000000002221276723726000235200ustar00rootroot00000000000000AC_DEFUN([CHECK_GLIB_SHARP], [ PKG_CHECK_MODULES(GLIB_SHARP, glib-sharp-3.0) AC_SUBST(GLIB_SHARP_CFLAGS) AC_SUBST(GLIB_SHARP_LIBS) ]) webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/000077500000000000000000000000001276723726000227535ustar00rootroot00000000000000webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/AssemblyInfo.cs.in000066400000000000000000000006341276723726000263050ustar00rootroot00000000000000 using System.Reflection; using System.Runtime.CompilerServices; [assembly: AssemblyTitle("@ASSEMBLY_TITLE@")] [assembly: AssemblyDescription("@ASSEMBLY_DESCRIPTION@")] [assembly: AssemblyCompany("@ASSEMBLY_COMPANY@")] [assembly: AssemblyCopyright("@ASSEMBLY_COPYRIGHT@")] [assembly: AssemblyVersion("@ASSEMBLY_VERSION@")] [assembly: AssemblyDelaySign(false)] [assembly: AssemblyKeyFile("@ASSEMBLY_NAME@.snk")] webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/Makefile.am000066400000000000000000000061361276723726000250150ustar00rootroot00000000000000RAW_API = $(srcdir)/$(ASSEMBLY_NAME)-api.raw API = $(srcdir)/$(ASSEMBLY_NAME)-api.xml METADATA = $(srcdir)/$(ASSEMBLY_NAME).metadata ASSEMBLY_DLL_NAME = $(ASSEMBLY_NAME).dll ASSEMBLY_CONFIG_NAME = $(ASSEMBLY_DLL_NAME).config ASSEMBLY_CONFIG = $(srcdir)/$(ASSEMBLY_CONFIG_NAME) OUTDIR = $(top_srcdir)/out GLUEDIR = $(srcdir)/glue SRC_FILES_XML = $(srcdir)/src_files.xml CSPROJ_XSLT = $(srcdir)/csproj.xslt GEN_SOURCES = $(srcdir)/generated.sources CUSTOM_SOURCES = $(srcdir)/custom.sources gapidir = $(GAPIXMLDIR) gapi_DATA = $(API) sources = $(shell sed 's|\#.*$$||g' $(CUSTOM_SOURCES) | grep -Ev '^[[:blank:]]*$$') build_sources = $(srcdir)/AssemblyInfo.cs $(sources) PROFILES = V_2_10 V_2_10_DEFINES = V_2_2,V_2_3,V_2_4,V_2_6,V_2_8,V_2_10 DLLS = $(foreach profile,$(PROFILES),$(OUTDIR)/$(profile)/$(ASSEMBLY_DLL_NAME)) DLL_CONFIGS = $(foreach profile,$(PROFILES),$(OUTDIR)/$(profile)/$(ASSEMBLY_CONFIG_NAME)) CS_PROJECTS = $(foreach profile,$(PROFILES),$(srcdir)/$(ASSEMBLY_NAME)-$(profile).csproj) CLEANFILES = $(DLLS) $(DLL_CONFIGS) $(API) $(SRC_FILES_XML) DISTCLEANFILES = $(srcdir)/AssemblyInfo.cs noinst_DATA = $(DLLS) $(DLL_CONFIGS) EXTRA_DIST = \ $(RAW_API) \ $(CUSTOM_SOURCES) \ $(sources) \ $(METADATA) \ $(srcdir)/AssemblyInfo.cs.in \ $(srcdir)/$(ASSEMBLY_NAME).snk \ $(ASSEMBLY_CONFIG) $(API): $(RAW_API) $(METADATA) cp $(RAW_API) $(API) chmod u+w $(API) $(GAPI_FIXUP) --api=$(API) --metadata=$(METADATA) $(GEN_SOURCES): $(API) $(GAPI_CODEGEN) --generate $(API) $(GLIB_SHARP_CFLAGS) $(GTK_SHARP_CFLAGS) $(GIO_SHARP_CFLAGS) $(GDK_SHARP_CFLAGS) \ --outdir=$(srcdir)/generated \ --glue-filename=$(GLUEDIR)/generated.c --gluelib-name=libwebkit2sharpglue-2.10.9.so \ --glue-includes=webkit2/webkit2.h, --gapidir=$(gapidir) \ --assembly-name=$(ASSEMBLY_NAME) && \ find $(srcdir)/generated/ -type f -name "*.cs" > $(GEN_SOURCES) $(SRC_FILES_XML): $(GEN_SOURCES) $(CUSTOM_SOURCES) echo "" > $(SRC_FILES_XML) echo $(build_sources) | tr '[:blank:]' '\n' | cat - $(GEN_SOURCES) | \ grep -Ev '^[[:blank:]]*$$' | sed 's|\/|\\|g' | sed 's|^\.\\||g' | \ sed 's|\(.*\)| \|g' >> $(SRC_FILES_XML) echo "" >> $(SRC_FILES_XML) $(srcdir)/$(ASSEMBLY_NAME)-%.csproj: $(SRC_FILES_XML) $(CSPROJ_XSLT) cp $@ $@.tmp $(XSLTPROC) --stringparam srcListPath $(SRC_FILES_XML) $(CSPROJ_XSLT) $@.tmp | \ $(UNIX2DOS) > $@ $(MDTOOL) project-export -f:'MSBuild (Visual Studio 2012)' $@ rm $@.tmp .PHONY: csproj csproj: $(CS_PROJECTS) $(OUTDIR)/%/$(ASSEMBLY_DLL_NAME): $(build_sources) $(GEN_SOURCES) mkdir -p $(@D) $(CSC) -nowarn:169 -unsafe -target:library $(GLIB_SHARP_LIBS) $(GTK_SHARP_LIBS) $(GIO_SHARP_LIBS) $(GDK_SHARP_LIBS) \ $(build_sources) -out:$@ -d:$($*_DEFINES) @$(GEN_SOURCES) $(OUTDIR)/%/$(ASSEMBLY_CONFIG_NAME): $(ASSEMBLY_CONFIG) mkdir -p $(@D) cp $(ASSEMBLY_CONFIG) $@ clean-local: test -e $(GEN_SOURCES) && xargs rm -f < $(GEN_SOURCES) || true rm -f $(GEN_SOURCES) install-data-local: $(DLLS) @for p in $?; do \ $(GACUTIL) /i $$p /f $(GACUTIL_FLAGS) || exit 1; \ done; uninstall-local: $(GACUTIL) /u $(ASSEMBLY_NAME) /f $(GACUTIL_FLAGS) || exit 1; webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/csproj.xslt000066400000000000000000000020731276723726000251710ustar00rootroot00000000000000 webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/custom.sources000066400000000000000000000001111276723726000256630ustar00rootroot00000000000000# Add any custom source files you need here, e.g.: # ./custom/MyClass.cs webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/glue/000077500000000000000000000000001276723726000237075ustar00rootroot00000000000000webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/glue/Makefile.am000066400000000000000000000010231276723726000257370ustar00rootroot00000000000000lib_LTLIBRARIES = libwebkit2sharpglue-2.10.9.la libwebkit2sharpglue_2_10_9_la_SOURCES = nodist_libwebkit2sharpglue_2_10_9_la_SOURCES = generated.c libwebkit2sharpglue_2_10_9_la_LDFLAGS = -module -avoid-version -no-undefined libwebkit2sharpglue_2_10_9_la_LIBADD = $(WEBKIT2_LIBS) INCLUDES = $(WEBKIT2_CFLAGS) -I$(top_srcdir) libwebkit2sharpglue.dll: $(libwebkit2sharpglue_2_10_9_la_OBJECTS) libwebkit2sharpglue.rc libwebkit2sharpglue.def ./build-dll libwebkit2sharpglue $(VERSION) CLEANFILES = lib*.a lib*.dll EXTRA_DIST = webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/webkit2-sharp-V_2_10.csproj000066400000000000000000000040551276723726000276070ustar00rootroot00000000000000 Debug AnyCPU {9C9BA99D-AB4F-46FE-AABA-437745C13D1B} Library WebKit2 webkit2-sharp v3.5 true full false bin\V_2_10\Debug DEBUG;V_2_2;V_2_3;V_2_4;V_2_6;V_2_8;V_2_10 prompt 4 false true full true bin\V_2_10\Release V_2_2;V_2_3;V_2_4;V_2_6;V_2_8;V_2_10 prompt 4 false true webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/webkit2-sharp-api.raw000066400000000000000000006465411276723726000267370ustar00rootroot00000000000000 webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/webkit2-sharp.dll.config000066400000000000000000000001431276723726000273740ustar00rootroot00000000000000 webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/webkit2-sharp.metadata000066400000000000000000000013431276723726000271400ustar00rootroot00000000000000 true true AtkImplementor AtkImplementor true true webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/sources/webkit2-sharp.snk000066400000000000000000000011241276723726000261500ustar00rootroot00000000000000$RSA2C2{UU= AP>a{<-͐;E^%L(0uw IgB]l"baMw,&鬈bRJ~,`~Z ,+MU>dͿX QOU ~1@wµTǀk~/Xx=4Ԉgnڌ"W1$Suľ5ajbWnGCfwY6S? {0(QNhi^`yLXiZVphgX|&¤;t9EIi"r~ut&&܃dK+*iб4&05{ȕ]5,, oG-7E!J2㯩N lfe'S4g;h%=Ea`/|XB%[N`,6%R@bd}Vw-dK҄Kfec;webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/webkit2-sharp-4.0.pc.in000066400000000000000000000003141276723726000252000ustar00rootroot00000000000000prefix=@prefix@ exec_prefix=${prefix} libdir=@libdir@ Name: @ASSEMBLY_TITLE@ Description: @ASSEMBLY_DESCRIPTION@ Version: @VERSION@ Requires: Libs: -r:${libdir}/mono/@ASSEMBLY_NAME@/@ASSEMBLY_NAME@.dll webkit2-sharp-dec1e10876f3bbda621f635937c23ac486cd6e05/webkit2-sharp.sln000066400000000000000000000005631276723726000244740ustar00rootroot00000000000000 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 ${PROJ_DEFS} Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution ${BUILD_CONFIGS} EndGlobalSection EndGlobal