summary refs log tree commit diff stats
path: root/win32/deps
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-09-28 18:53:53 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-09-28 18:53:53 +0200
commit50bf1b59593bf4d55c1d2964987c46b4aafc1868 (patch)
tree19a14c2e7da434f599fe8bf7f45ddc9d78e0390c /win32/deps
parentf816bd4d715727f9b0617a46265fec26b41f0448 (diff)
Add Expat solution and release scripts
Diffstat (limited to 'win32/deps')
-rw-r--r--win32/deps/expat/examples/elements.vcxproj247
-rw-r--r--win32/deps/expat/examples/elements.vcxproj.filters22
-rw-r--r--win32/deps/expat/examples/outline.vcxproj268
-rw-r--r--win32/deps/expat/examples/outline.vcxproj.filters22
-rw-r--r--win32/deps/expat/expat.sln158
-rw-r--r--win32/deps/expat/lib/expat.vcxproj304
-rw-r--r--win32/deps/expat/lib/expat.vcxproj.filters77
-rw-r--r--win32/deps/expat/lib/expat_static.vcxproj249
-rw-r--r--win32/deps/expat/lib/expat_static.vcxproj.filters68
-rw-r--r--win32/deps/expat/lib/expatw.vcxproj304
-rw-r--r--win32/deps/expat/lib/expatw.vcxproj.filters77
-rw-r--r--win32/deps/expat/lib/expatw_static.vcxproj249
-rw-r--r--win32/deps/expat/lib/expatw_static.vcxproj.filters68
-rw-r--r--win32/deps/expat/release-x64.bat39
-rw-r--r--win32/deps/expat/release-x86.bat39
-rw-r--r--win32/deps/expat/xmlwf/xmlwf.vcxproj284
-rw-r--r--win32/deps/expat/xmlwf/xmlwf.vcxproj.filters48
17 files changed, 2523 insertions, 0 deletions
diff --git a/win32/deps/expat/examples/elements.vcxproj b/win32/deps/expat/examples/elements.vcxproj
new file mode 100644
index 00000000..c1fd49b2
--- /dev/null
+++ b/win32/deps/expat/examples/elements.vcxproj
@@ -0,0 +1,247 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup Label="ProjectConfigurations">

+    <ProjectConfiguration Include="Debug|Win32">

+      <Configuration>Debug</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Debug|x64">

+      <Configuration>Debug</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|Win32">

+      <Configuration>Release</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|x64">

+      <Configuration>Release</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+  </ItemGroup>

+  <PropertyGroup Label="Globals">

+    <SccProjectName />

+    <SccLocalPath />

+    <ProjectGuid>{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}</ProjectGuid>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

+  <ImportGroup Label="ExtensionSettings">

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <PropertyGroup Label="UserMacros" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <OutDir>.\..\win32\bin\Release\</OutDir>

+    <IntDir>.\..\win32\tmp\Release-elements\</IntDir>

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <OutDir>.\..\win32\bin\Debug\</OutDir>

+    <IntDir>.\..\win32\tmp\Debug-elements\</IntDir>

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>

+      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

+      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release-elements\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release-elements\elements.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Release-elements\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release-elements\</ProgramDataBaseFileName>

+    </ClCompile>

+    <Midl>

+      <TypeLibraryName>.\..\win32\bin\Release\elements.tlb</TypeLibraryName>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\elements.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Release\elements.exe</OutputFile>

+      <AdditionalLibraryDirectories>..\win32\bin\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

+      <AdditionalDependencies>libexpatMT.lib;%(AdditionalDependencies)</AdditionalDependencies>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>

+      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

+      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release-elements\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release-elements\elements.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Release-elements\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release-elements\</ProgramDataBaseFileName>

+    </ClCompile>

+    <Midl>

+      <TypeLibraryName>.\..\win32\bin\Release\elements.tlb</TypeLibraryName>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\elements.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Release\elements.exe</OutputFile>

+      <AdditionalLibraryDirectories>..\win32\bin\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

+      <AdditionalDependencies>libexpatMT.lib;%(AdditionalDependencies)</AdditionalDependencies>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>

+      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

+      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug-elements\</AssemblerListingLocation>

+      <BrowseInformation>true</BrowseInformation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug-elements\elements.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug-elements\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug-elements\</ProgramDataBaseFileName>

+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

+    </ClCompile>

+    <Midl>

+      <TypeLibraryName>.\..\win32\bin\Debug\elements.tlb</TypeLibraryName>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\elements.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <GenerateDebugInformation>true</GenerateDebugInformation>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Debug\elements.exe</OutputFile>

+      <AdditionalLibraryDirectories>..\win32\bin\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

+      <AdditionalDependencies>libexpatMT.lib;%(AdditionalDependencies)</AdditionalDependencies>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>

+      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

+      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug-elements\</AssemblerListingLocation>

+      <BrowseInformation>true</BrowseInformation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug-elements\elements.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug-elements\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug-elements\</ProgramDataBaseFileName>

+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

+    </ClCompile>

+    <Midl>

+      <TypeLibraryName>.\..\win32\bin\Debug\elements.tlb</TypeLibraryName>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\elements.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <GenerateDebugInformation>true</GenerateDebugInformation>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Debug\elements.exe</OutputFile>

+      <AdditionalLibraryDirectories>..\win32\bin\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

+      <AdditionalDependencies>libexpatMT.lib;%(AdditionalDependencies)</AdditionalDependencies>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemGroup>

+    <ClCompile Include="elements.c" />

+  </ItemGroup>

+  <ItemGroup>

+    <ProjectReference Include="..\lib\expat_static.vcxproj">

+      <Project>{e8b13912-ee55-4992-ab06-6cccbca385e3}</Project>

+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

+    </ProjectReference>

+  </ItemGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

+  <ImportGroup Label="ExtensionTargets">

+  </ImportGroup>

+</Project>
\ No newline at end of file
diff --git a/win32/deps/expat/examples/elements.vcxproj.filters b/win32/deps/expat/examples/elements.vcxproj.filters
new file mode 100644
index 00000000..446fe76a
--- /dev/null
+++ b/win32/deps/expat/examples/elements.vcxproj.filters
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup>

+    <Filter Include="Source Files">

+      <UniqueIdentifier>{43e53adf-88bc-48b4-a70c-c9f3fda919d2}</UniqueIdentifier>

+      <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>

+    </Filter>

+    <Filter Include="Header Files">

+      <UniqueIdentifier>{42672040-f360-4fd5-bfc5-f2c240dd2d45}</UniqueIdentifier>

+      <Extensions>h;hpp;hxx;hm;inl</Extensions>

+    </Filter>

+    <Filter Include="Resource Files">

+      <UniqueIdentifier>{719f73b8-e98b-4203-9e40-2f7abb8441ee}</UniqueIdentifier>

+      <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>

+    </Filter>

+  </ItemGroup>

+  <ItemGroup>

+    <ClCompile Include="elements.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+  </ItemGroup>

+</Project>
\ No newline at end of file
diff --git a/win32/deps/expat/examples/outline.vcxproj b/win32/deps/expat/examples/outline.vcxproj
new file mode 100644
index 00000000..21e02637
--- /dev/null
+++ b/win32/deps/expat/examples/outline.vcxproj
@@ -0,0 +1,268 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup Label="ProjectConfigurations">

+    <ProjectConfiguration Include="Debug|Win32">

+      <Configuration>Debug</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Debug|x64">

+      <Configuration>Debug</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|Win32">

+      <Configuration>Release</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|x64">

+      <Configuration>Release</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Template|Win32">

+      <Configuration>Template</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Template|x64">

+      <Configuration>Template</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+  </ItemGroup>

+  <PropertyGroup Label="Globals">

+    <SccProjectName />

+    <SccLocalPath />

+    <ProjectGuid>{C1101887-0ED1-4090-8063-DB8541019535}</ProjectGuid>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

+  <ImportGroup Label="ExtensionSettings">

+  </ImportGroup>

+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <PropertyGroup Label="UserMacros" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <OutDir>.\..\win32\bin\Debug\</OutDir>

+    <IntDir>.\..\win32\tmp\Debug-outline\</IntDir>

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <OutDir>.\..\win32\bin\Release\</OutDir>

+    <IntDir>.\..\win32\tmp\Release-outline\</IntDir>

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <MinimalRebuild>true</MinimalRebuild>

+      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>

+      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

+      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug-outline\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug-outline\outline.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug-outline\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug-outline\</ProgramDataBaseFileName>

+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

+    </ClCompile>

+    <Midl>

+      <TypeLibraryName>.\..\win32\bin\Debug\outline.tlb</TypeLibraryName>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\outline.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <GenerateDebugInformation>true</GenerateDebugInformation>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Debug\outline.exe</OutputFile>

+      <AdditionalLibraryDirectories>..\win32\bin\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

+      <AdditionalDependencies>libexpat.lib;%(AdditionalDependencies)</AdditionalDependencies>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>

+      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

+      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug-outline\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug-outline\outline.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug-outline\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug-outline\</ProgramDataBaseFileName>

+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

+    </ClCompile>

+    <Midl>

+      <TypeLibraryName>.\..\win32\bin\Debug\outline.tlb</TypeLibraryName>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\outline.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <GenerateDebugInformation>true</GenerateDebugInformation>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Debug\outline.exe</OutputFile>

+      <AdditionalLibraryDirectories>..\win32\bin\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

+      <AdditionalDependencies>libexpat.lib;%(AdditionalDependencies)</AdditionalDependencies>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>

+      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

+      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release-outline\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release-outline\outline.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Release-outline\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release-outline\</ProgramDataBaseFileName>

+    </ClCompile>

+    <Midl>

+      <TypeLibraryName>.\..\win32\bin\Release\outline.tlb</TypeLibraryName>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\outline.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Release\outline.exe</OutputFile>

+      <AdditionalLibraryDirectories>..\win32\bin\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

+      <AdditionalDependencies>libexpat.lib;%(AdditionalDependencies)</AdditionalDependencies>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>

+      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

+      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release-outline\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release-outline\outline.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Release-outline\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release-outline\</ProgramDataBaseFileName>

+    </ClCompile>

+    <Midl>

+      <TypeLibraryName>.\..\win32\bin\Release\outline.tlb</TypeLibraryName>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\outline.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Release\outline.exe</OutputFile>

+      <AdditionalLibraryDirectories>..\win32\bin\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

+      <AdditionalDependencies>libexpat.lib;%(AdditionalDependencies)</AdditionalDependencies>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemGroup>

+    <ClCompile Include="outline.c" />

+  </ItemGroup>

+  <ItemGroup>

+    <ProjectReference Include="..\lib\expat.vcxproj">

+      <Project>{d1b1ea84-a917-44e2-8cee-170c5a4b3b15}</Project>

+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

+    </ProjectReference>

+  </ItemGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

+  <ImportGroup Label="ExtensionTargets">

+  </ImportGroup>

+</Project>
\ No newline at end of file
diff --git a/win32/deps/expat/examples/outline.vcxproj.filters b/win32/deps/expat/examples/outline.vcxproj.filters
new file mode 100644
index 00000000..fa9d2d8a
--- /dev/null
+++ b/win32/deps/expat/examples/outline.vcxproj.filters
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup>

+    <Filter Include="Source Files">

+      <UniqueIdentifier>{9d5e132c-3c20-46fd-946d-ce48a7cd11a7}</UniqueIdentifier>

+      <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>

+    </Filter>

+    <Filter Include="Header Files">

+      <UniqueIdentifier>{6878cbb6-caf9-46a3-8c25-1573b8908a63}</UniqueIdentifier>

+      <Extensions>h;hpp;hxx;hm;inl</Extensions>

+    </Filter>

+    <Filter Include="Resource Files">

+      <UniqueIdentifier>{caa89d9a-7d64-4bec-b8eb-35f2c7fd9ddd}</UniqueIdentifier>

+      <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>

+    </Filter>

+  </ItemGroup>

+  <ItemGroup>

+    <ClCompile Include="outline.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+  </ItemGroup>

+</Project>
\ No newline at end of file
diff --git a/win32/deps/expat/expat.sln b/win32/deps/expat/expat.sln
new file mode 100644
index 00000000..32c9c188
--- /dev/null
+++ b/win32/deps/expat/expat.sln
@@ -0,0 +1,158 @@
+

+Microsoft Visual Studio Solution File, Format Version 12.00

+# Visual Studio Express 2012 for Windows Desktop

+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "elements", "examples\elements.vcxproj", "{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}"

+EndProject

+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expat", "lib\expat.vcxproj", "{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}"

+EndProject

+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expat_static", "lib\expat_static.vcxproj", "{E8B13912-EE55-4992-AB06-6CCCBCA385E3}"

+EndProject

+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expatw", "lib\expatw.vcxproj", "{92F913E8-9267-4E9D-B08C-4A232C43ED64}"

+EndProject

+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expatw_static", "lib\expatw_static.vcxproj", "{0D85D0D7-A069-4782-8AA3-4117C675DBFA}"

+EndProject

+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "outline", "examples\outline.vcxproj", "{C1101887-0ED1-4090-8063-DB8541019535}"

+EndProject

+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmlwf", "xmlwf\xmlwf.vcxproj", "{DBC3B651-04B2-4D35-804C-DD8A367052EF}"

+EndProject

+Global

+	GlobalSection(SolutionConfigurationPlatforms) = preSolution

+		Debug|Win32 = Debug|Win32

+		Debug|x64 = Debug|x64

+		Release|Win32 = Release|Win32

+		Release|x64 = Release|x64

+		Template|Win32 = Template|Win32

+		Template|x64 = Template|x64

+	EndGlobalSection

+	GlobalSection(ProjectConfigurationPlatforms) = postSolution

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Debug|Win32.ActiveCfg = Debug|Win32

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Debug|Win32.Build.0 = Debug|Win32

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Debug|Win32.Deploy.0 = Debug|Win32

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Debug|x64.ActiveCfg = Debug|x64

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Debug|x64.Build.0 = Debug|x64

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Debug|x64.Deploy.0 = Debug|x64

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Release|Win32.ActiveCfg = Release|Win32

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Release|Win32.Build.0 = Release|Win32

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Release|Win32.Deploy.0 = Release|Win32

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Release|x64.ActiveCfg = Release|x64

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Release|x64.Build.0 = Release|x64

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Release|x64.Deploy.0 = Release|x64

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Template|Win32.ActiveCfg = Release|Win32

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Template|Win32.Build.0 = Release|Win32

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Template|Win32.Deploy.0 = Release|Win32

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Template|x64.ActiveCfg = Release|x64

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Template|x64.Build.0 = Release|x64

+		{B6BF0EDA-DE70-4E24-B60B-155F4B2EEBEB}.Template|x64.Deploy.0 = Release|x64

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Debug|Win32.ActiveCfg = Debug|Win32

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Debug|Win32.Build.0 = Debug|Win32

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Debug|Win32.Deploy.0 = Debug|Win32

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Debug|x64.ActiveCfg = Debug|x64

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Debug|x64.Build.0 = Debug|x64

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Debug|x64.Deploy.0 = Debug|x64

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Release|Win32.ActiveCfg = Release|Win32

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Release|Win32.Build.0 = Release|Win32

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Release|Win32.Deploy.0 = Release|Win32

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Release|x64.ActiveCfg = Release|x64

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Release|x64.Build.0 = Release|x64

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Release|x64.Deploy.0 = Release|x64

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Template|Win32.ActiveCfg = Template|Win32

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Template|Win32.Build.0 = Template|Win32

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Template|Win32.Deploy.0 = Template|Win32

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Template|x64.ActiveCfg = Template|x64

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Template|x64.Build.0 = Template|x64

+		{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}.Template|x64.Deploy.0 = Template|x64

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Debug|Win32.ActiveCfg = Debug|Win32

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Debug|Win32.Build.0 = Debug|Win32

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Debug|Win32.Deploy.0 = Debug|Win32

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Debug|x64.ActiveCfg = Debug|x64

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Debug|x64.Build.0 = Debug|x64

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Debug|x64.Deploy.0 = Debug|x64

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Release|Win32.ActiveCfg = Release|Win32

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Release|Win32.Build.0 = Release|Win32

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Release|Win32.Deploy.0 = Release|Win32

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Release|x64.ActiveCfg = Release|x64

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Release|x64.Build.0 = Release|x64

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Release|x64.Deploy.0 = Release|x64

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Template|Win32.ActiveCfg = Template|Win32

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Template|Win32.Build.0 = Template|Win32

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Template|Win32.Deploy.0 = Template|Win32

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Template|x64.ActiveCfg = Template|x64

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Template|x64.Build.0 = Template|x64

+		{E8B13912-EE55-4992-AB06-6CCCBCA385E3}.Template|x64.Deploy.0 = Template|x64

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Debug|Win32.ActiveCfg = Debug|Win32

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Debug|Win32.Build.0 = Debug|Win32

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Debug|Win32.Deploy.0 = Debug|Win32

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Debug|x64.ActiveCfg = Debug|x64

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Debug|x64.Build.0 = Debug|x64

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Debug|x64.Deploy.0 = Debug|x64

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Release|Win32.ActiveCfg = Release|Win32

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Release|Win32.Build.0 = Release|Win32

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Release|Win32.Deploy.0 = Release|Win32

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Release|x64.ActiveCfg = Release|x64

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Release|x64.Build.0 = Release|x64

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Release|x64.Deploy.0 = Release|x64

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Template|Win32.ActiveCfg = Template|Win32

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Template|Win32.Build.0 = Template|Win32

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Template|Win32.Deploy.0 = Template|Win32

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Template|x64.ActiveCfg = Template|x64

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Template|x64.Build.0 = Template|x64

+		{92F913E8-9267-4E9D-B08C-4A232C43ED64}.Template|x64.Deploy.0 = Template|x64

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Debug|Win32.ActiveCfg = Debug|Win32

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Debug|Win32.Build.0 = Debug|Win32

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Debug|Win32.Deploy.0 = Debug|Win32

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Debug|x64.ActiveCfg = Debug|x64

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Debug|x64.Build.0 = Debug|x64

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Debug|x64.Deploy.0 = Debug|x64

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Release|Win32.ActiveCfg = Release|Win32

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Release|Win32.Build.0 = Release|Win32

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Release|Win32.Deploy.0 = Release|Win32

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Release|x64.ActiveCfg = Release|x64

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Release|x64.Build.0 = Release|x64

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Release|x64.Deploy.0 = Release|x64

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Template|Win32.ActiveCfg = Template|Win32

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Template|Win32.Build.0 = Template|Win32

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Template|Win32.Deploy.0 = Template|Win32

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Template|x64.ActiveCfg = Template|x64

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Template|x64.Build.0 = Template|x64

+		{0D85D0D7-A069-4782-8AA3-4117C675DBFA}.Template|x64.Deploy.0 = Template|x64

+		{C1101887-0ED1-4090-8063-DB8541019535}.Debug|Win32.ActiveCfg = Debug|Win32

+		{C1101887-0ED1-4090-8063-DB8541019535}.Debug|Win32.Build.0 = Debug|Win32

+		{C1101887-0ED1-4090-8063-DB8541019535}.Debug|Win32.Deploy.0 = Debug|Win32

+		{C1101887-0ED1-4090-8063-DB8541019535}.Debug|x64.ActiveCfg = Debug|x64

+		{C1101887-0ED1-4090-8063-DB8541019535}.Debug|x64.Build.0 = Debug|x64

+		{C1101887-0ED1-4090-8063-DB8541019535}.Debug|x64.Deploy.0 = Debug|x64

+		{C1101887-0ED1-4090-8063-DB8541019535}.Release|Win32.ActiveCfg = Release|Win32

+		{C1101887-0ED1-4090-8063-DB8541019535}.Release|Win32.Build.0 = Release|Win32

+		{C1101887-0ED1-4090-8063-DB8541019535}.Release|Win32.Deploy.0 = Release|Win32

+		{C1101887-0ED1-4090-8063-DB8541019535}.Release|x64.ActiveCfg = Release|x64

+		{C1101887-0ED1-4090-8063-DB8541019535}.Release|x64.Build.0 = Release|x64

+		{C1101887-0ED1-4090-8063-DB8541019535}.Release|x64.Deploy.0 = Release|x64

+		{C1101887-0ED1-4090-8063-DB8541019535}.Template|Win32.ActiveCfg = Template|Win32

+		{C1101887-0ED1-4090-8063-DB8541019535}.Template|Win32.Build.0 = Template|Win32

+		{C1101887-0ED1-4090-8063-DB8541019535}.Template|Win32.Deploy.0 = Template|Win32

+		{C1101887-0ED1-4090-8063-DB8541019535}.Template|x64.ActiveCfg = Template|x64

+		{C1101887-0ED1-4090-8063-DB8541019535}.Template|x64.Build.0 = Template|x64

+		{C1101887-0ED1-4090-8063-DB8541019535}.Template|x64.Deploy.0 = Template|x64

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Debug|Win32.ActiveCfg = Debug|Win32

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Debug|Win32.Build.0 = Debug|Win32

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Debug|Win32.Deploy.0 = Debug|Win32

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Debug|x64.ActiveCfg = Debug|x64

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Debug|x64.Build.0 = Debug|x64

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Debug|x64.Deploy.0 = Debug|x64

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Release|Win32.ActiveCfg = Release|Win32

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Release|Win32.Build.0 = Release|Win32

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Release|Win32.Deploy.0 = Release|Win32

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Release|x64.ActiveCfg = Release|x64

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Release|x64.Build.0 = Release|x64

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Release|x64.Deploy.0 = Release|x64

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Template|Win32.ActiveCfg = Template|Win32

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Template|Win32.Build.0 = Template|Win32

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Template|Win32.Deploy.0 = Template|Win32

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Template|x64.ActiveCfg = Template|x64

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Template|x64.Build.0 = Template|x64

+		{DBC3B651-04B2-4D35-804C-DD8A367052EF}.Template|x64.Deploy.0 = Template|x64

+	EndGlobalSection

+	GlobalSection(SolutionProperties) = preSolution

+		HideSolutionNode = FALSE

+	EndGlobalSection

+EndGlobal

diff --git a/win32/deps/expat/lib/expat.vcxproj b/win32/deps/expat/lib/expat.vcxproj
new file mode 100644
index 00000000..36fcb00d
--- /dev/null
+++ b/win32/deps/expat/lib/expat.vcxproj
@@ -0,0 +1,304 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup Label="ProjectConfigurations">

+    <ProjectConfiguration Include="Debug|Win32">

+      <Configuration>Debug</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Debug|x64">

+      <Configuration>Debug</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|Win32">

+      <Configuration>Release</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|x64">

+      <Configuration>Release</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Template|Win32">

+      <Configuration>Template</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Template|x64">

+      <Configuration>Template</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+  </ItemGroup>

+  <PropertyGroup Label="Globals">

+    <SccProjectName />

+    <SccLocalPath />

+    <ProjectGuid>{D1B1EA84-A917-44E2-8CEE-170C5A4B3B15}</ProjectGuid>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">

+    <ConfigurationType>DynamicLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">

+    <ConfigurationType>DynamicLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

+    <ConfigurationType>DynamicLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">

+    <ConfigurationType>DynamicLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

+  <ImportGroup Label="ExtensionSettings">

+  </ImportGroup>

+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <PropertyGroup Label="UserMacros" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <OutDir>.\..\win32\bin\Debug\</OutDir>

+    <IntDir>.\..\win32\tmp\Debug\</IntDir>

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <OutDir>.\..\win32\bin\Release\</OutDir>

+    <IntDir>.\..\win32\tmp\Release\</IntDir>

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>

+      <PreprocessorDefinitions>_DEBUG;COMPILED_FROM_DSP;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug\</AssemblerListingLocation>

+      <BrowseInformation>true</BrowseInformation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug\expat.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug\</ProgramDataBaseFileName>

+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

+    </ClCompile>

+    <Midl>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <TypeLibraryName>.\..\win32\bin\Debug\expat.tlb</TypeLibraryName>

+      <MkTypLibCompatible>true</MkTypLibCompatible>

+      <TargetEnvironment>Win32</TargetEnvironment>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\expat.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <LinkDLL>true</LinkDLL>

+      <GenerateDebugInformation>true</GenerateDebugInformation>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Debug\libexpat.dll</OutputFile>

+      <ImportLibrary>.\..\win32\bin\Debug\libexpat.lib</ImportLibrary>

+      <ModuleDefinitionFile>.\libexpat.def</ModuleDefinitionFile>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>

+      <PreprocessorDefinitions>_DEBUG;COMPILED_FROM_DSP;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug\</AssemblerListingLocation>

+      <BrowseInformation>true</BrowseInformation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug\expat.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug\</ProgramDataBaseFileName>

+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

+    </ClCompile>

+    <Midl>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <TypeLibraryName>.\..\win32\bin\Debug\expat.tlb</TypeLibraryName>

+      <MkTypLibCompatible>true</MkTypLibCompatible>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\expat.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <LinkDLL>true</LinkDLL>

+      <GenerateDebugInformation>true</GenerateDebugInformation>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Debug\libexpat.dll</OutputFile>

+      <ImportLibrary>.\..\win32\bin\Debug\libexpat.lib</ImportLibrary>

+      <ModuleDefinitionFile>.\libexpat.def</ModuleDefinitionFile>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;_USRDLL;COMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release\expat.pch</PrecompiledHeaderOutputFile>

+      <PrecompiledHeader />

+      <ObjectFileName>.\..\win32\tmp\Release\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release\</ProgramDataBaseFileName>

+    </ClCompile>

+    <Midl>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <TypeLibraryName>.\..\win32\bin\Release\expat.tlb</TypeLibraryName>

+      <MkTypLibCompatible>true</MkTypLibCompatible>

+      <TargetEnvironment>Win32</TargetEnvironment>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\expat.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <LinkDLL>true</LinkDLL>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Release\libexpat.dll</OutputFile>

+      <ImportLibrary>.\..\win32\bin\Release\libexpat.lib</ImportLibrary>

+      <ModuleDefinitionFile>.\libexpat.def</ModuleDefinitionFile>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;_USRDLL;COMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release\expat.pch</PrecompiledHeaderOutputFile>

+      <PrecompiledHeader>

+      </PrecompiledHeader>

+      <ObjectFileName>.\..\win32\tmp\Release\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release\</ProgramDataBaseFileName>

+    </ClCompile>

+    <Midl>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <TypeLibraryName>.\..\win32\bin\Release\expat.tlb</TypeLibraryName>

+      <MkTypLibCompatible>true</MkTypLibCompatible>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\expat.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <LinkDLL>true</LinkDLL>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Release\libexpat.dll</OutputFile>

+      <ImportLibrary>.\..\win32\bin\Release\libexpat.lib</ImportLibrary>

+      <ModuleDefinitionFile>.\libexpat.def</ModuleDefinitionFile>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemGroup>

+    <CustomBuild Include="libexpat.def" />

+  </ItemGroup>

+  <ItemGroup>

+    <ClCompile Include="xmlparse.c">

+      <ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+      </ExceptionHandling>

+      <ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+      </ExceptionHandling>

+    </ClCompile>

+    <ClCompile Include="xmlrole.c" />

+    <ClCompile Include="xmltok.c" />

+    <ClCompile Include="xmltok_impl.c" />

+    <ClCompile Include="xmltok_ns.c" />

+  </ItemGroup>

+  <ItemGroup>

+    <ClInclude Include="ascii.h" />

+    <ClInclude Include="asciitab.h" />

+    <ClInclude Include="expat.h" />

+    <ClInclude Include="expat_external.h" />

+    <ClInclude Include="iasciitab.h" />

+    <ClInclude Include="internal.h" />

+    <ClInclude Include="latin1tab.h" />

+    <ClInclude Include="nametab.h" />

+    <ClInclude Include="utf8tab.h" />

+    <ClInclude Include="xmlrole.h" />

+    <ClInclude Include="xmltok.h" />

+    <ClInclude Include="xmltok_impl.h" />

+  </ItemGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

+  <ImportGroup Label="ExtensionTargets">

+  </ImportGroup>

+</Project>
\ No newline at end of file
diff --git a/win32/deps/expat/lib/expat.vcxproj.filters b/win32/deps/expat/lib/expat.vcxproj.filters
new file mode 100644
index 00000000..ae100e63
--- /dev/null
+++ b/win32/deps/expat/lib/expat.vcxproj.filters
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup>

+    <Filter Include="Source Files">

+      <UniqueIdentifier>{63770309-783c-4d54-ab2c-449dfbf50b7e}</UniqueIdentifier>

+      <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>

+    </Filter>

+    <Filter Include="Header Files">

+      <UniqueIdentifier>{ecb796da-525f-435a-b590-ff51ae897791}</UniqueIdentifier>

+      <Extensions>h;hpp;hxx;hm;inl</Extensions>

+    </Filter>

+    <Filter Include="Resource Files">

+      <UniqueIdentifier>{11f63de6-4f6b-4f9b-a593-0e073dbec4b5}</UniqueIdentifier>

+      <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>

+    </Filter>

+  </ItemGroup>

+  <ItemGroup>

+    <ClCompile Include="xmlparse.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmlrole.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmltok.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmltok_impl.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmltok_ns.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+  </ItemGroup>

+  <ItemGroup>

+    <ClInclude Include="ascii.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="asciitab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="expat.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="expat_external.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="iasciitab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="internal.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="latin1tab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="nametab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="utf8tab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmlrole.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmltok.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmltok_impl.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+  </ItemGroup>

+  <ItemGroup>

+    <CustomBuild Include="libexpat.def">

+      <Filter>Source Files</Filter>

+    </CustomBuild>

+  </ItemGroup>

+</Project>
\ No newline at end of file
diff --git a/win32/deps/expat/lib/expat_static.vcxproj b/win32/deps/expat/lib/expat_static.vcxproj
new file mode 100644
index 00000000..6589846b
--- /dev/null
+++ b/win32/deps/expat/lib/expat_static.vcxproj
@@ -0,0 +1,249 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup Label="ProjectConfigurations">

+    <ProjectConfiguration Include="Debug|Win32">

+      <Configuration>Debug</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Debug|x64">

+      <Configuration>Debug</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|Win32">

+      <Configuration>Release</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|x64">

+      <Configuration>Release</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Template|Win32">

+      <Configuration>Template</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Template|x64">

+      <Configuration>Template</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+  </ItemGroup>

+  <PropertyGroup Label="Globals">

+    <SccProjectName />

+    <SccLocalPath />

+    <ProjectGuid>{E8B13912-EE55-4992-AB06-6CCCBCA385E3}</ProjectGuid>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

+    <ConfigurationType>StaticLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">

+    <ConfigurationType>StaticLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">

+    <ConfigurationType>StaticLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">

+    <ConfigurationType>StaticLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

+  <ImportGroup Label="ExtensionSettings">

+  </ImportGroup>

+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <PropertyGroup Label="UserMacros" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <OutDir>.\..\win32\bin\Release\</OutDir>

+    <IntDir>.\..\win32\tmp\Release_static\</IntDir>

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <OutDir>.\..\win32\bin\Debug\</OutDir>

+    <IntDir>.\..\win32\tmp\Debug_static\</IntDir>

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_LIB;COMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release_static\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release_static\expat_static.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Release_static\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release_static\</ProgramDataBaseFileName>

+    </ClCompile>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\expat_static.bsc</OutputFile>

+    </Bscmake>

+    <Lib>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>..\win32\bin\Release\libexpatMT.lib</OutputFile>

+    </Lib>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_LIB;COMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release_static\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release_static\expat_static.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Release_static\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release_static\</ProgramDataBaseFileName>

+    </ClCompile>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\expat_static.bsc</OutputFile>

+    </Bscmake>

+    <Lib>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>..\win32\bin\Release\libexpatMT.lib</OutputFile>

+    </Lib>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>

+      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;COMPILED_FROM_DSP;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug_static\</AssemblerListingLocation>

+      <BrowseInformation>true</BrowseInformation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug_static\expat_static.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug_static\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug_static\</ProgramDataBaseFileName>

+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

+    </ClCompile>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\expat_static.bsc</OutputFile>

+    </Bscmake>

+    <Lib>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>..\win32\bin\Debug\libexpatMT.lib</OutputFile>

+    </Lib>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>

+      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;COMPILED_FROM_DSP;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug_static\</AssemblerListingLocation>

+      <BrowseInformation>true</BrowseInformation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug_static\expat_static.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug_static\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug_static\</ProgramDataBaseFileName>

+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

+    </ClCompile>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\expat_static.bsc</OutputFile>

+    </Bscmake>

+    <Lib>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>..\win32\bin\Debug\libexpatMT.lib</OutputFile>

+    </Lib>

+  </ItemDefinitionGroup>

+  <ItemGroup>

+    <ClCompile Include="xmlparse.c" />

+    <ClCompile Include="xmlrole.c" />

+    <ClCompile Include="xmltok.c" />

+    <ClCompile Include="xmltok_impl.c" />

+    <ClCompile Include="xmltok_ns.c" />

+  </ItemGroup>

+  <ItemGroup>

+    <ClInclude Include="ascii.h" />

+    <ClInclude Include="asciitab.h" />

+    <ClInclude Include="expat.h" />

+    <ClInclude Include="expat_external.h" />

+    <ClInclude Include="iasciitab.h" />

+    <ClInclude Include="internal.h" />

+    <ClInclude Include="latin1tab.h" />

+    <ClInclude Include="nametab.h" />

+    <ClInclude Include="utf8tab.h" />

+    <ClInclude Include="xmlrole.h" />

+    <ClInclude Include="xmltok.h" />

+    <ClInclude Include="xmltok_impl.h" />

+  </ItemGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

+  <ImportGroup Label="ExtensionTargets">

+  </ImportGroup>

+</Project>
\ No newline at end of file
diff --git a/win32/deps/expat/lib/expat_static.vcxproj.filters b/win32/deps/expat/lib/expat_static.vcxproj.filters
new file mode 100644
index 00000000..65a733f5
--- /dev/null
+++ b/win32/deps/expat/lib/expat_static.vcxproj.filters
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup>

+    <Filter Include="Source Files">

+      <UniqueIdentifier>{91c9fee7-bebb-494c-baed-1f6cf543dcc2}</UniqueIdentifier>

+      <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>

+    </Filter>

+    <Filter Include="Header Files">

+      <UniqueIdentifier>{b62d6127-4c7d-41c9-b640-67315429cfbe}</UniqueIdentifier>

+      <Extensions>h;hpp;hxx;hm;inl</Extensions>

+    </Filter>

+  </ItemGroup>

+  <ItemGroup>

+    <ClCompile Include="xmlparse.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmlrole.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmltok.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmltok_impl.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmltok_ns.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+  </ItemGroup>

+  <ItemGroup>

+    <ClInclude Include="ascii.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="asciitab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="expat.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="expat_external.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="iasciitab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="internal.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="latin1tab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="nametab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="utf8tab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmlrole.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmltok.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmltok_impl.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+  </ItemGroup>

+</Project>
\ No newline at end of file
diff --git a/win32/deps/expat/lib/expatw.vcxproj b/win32/deps/expat/lib/expatw.vcxproj
new file mode 100644
index 00000000..ccb60e24
--- /dev/null
+++ b/win32/deps/expat/lib/expatw.vcxproj
@@ -0,0 +1,304 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup Label="ProjectConfigurations">

+    <ProjectConfiguration Include="Debug|Win32">

+      <Configuration>Debug</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Debug|x64">

+      <Configuration>Debug</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|Win32">

+      <Configuration>Release</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|x64">

+      <Configuration>Release</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Template|Win32">

+      <Configuration>Template</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Template|x64">

+      <Configuration>Template</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+  </ItemGroup>

+  <PropertyGroup Label="Globals">

+    <SccProjectName />

+    <SccLocalPath />

+    <ProjectGuid>{92F913E8-9267-4E9D-B08C-4A232C43ED64}</ProjectGuid>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

+    <ConfigurationType>DynamicLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">

+    <ConfigurationType>DynamicLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">

+    <ConfigurationType>DynamicLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">

+    <ConfigurationType>DynamicLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

+  <ImportGroup Label="ExtensionSettings">

+  </ImportGroup>

+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <PropertyGroup Label="UserMacros" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <OutDir>.\..\win32\bin\Release\</OutDir>

+    <IntDir>.\..\win32\tmp\Release-w\</IntDir>

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <OutDir>.\..\win32\bin\Debug\</OutDir>

+    <IntDir>.\..\win32\tmp\Debug-w\</IntDir>

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <PreprocessorDefinitions>NDEBUG;COMPILED_FROM_DSP;WIN32;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release-w\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release-w\expatw.pch</PrecompiledHeaderOutputFile>

+      <PrecompiledHeader />

+      <ObjectFileName>.\..\win32\tmp\Release-w\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release-w\</ProgramDataBaseFileName>

+    </ClCompile>

+    <Midl>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <TypeLibraryName>.\..\win32\bin\Release\expatw.tlb</TypeLibraryName>

+      <MkTypLibCompatible>true</MkTypLibCompatible>

+      <TargetEnvironment>Win32</TargetEnvironment>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\expatw.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <LinkDLL>true</LinkDLL>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Release\libexpatw.dll</OutputFile>

+      <ImportLibrary>.\..\win32\bin\Release\libexpatw.lib</ImportLibrary>

+      <ModuleDefinitionFile>.\libexpatw.def</ModuleDefinitionFile>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <PreprocessorDefinitions>NDEBUG;COMPILED_FROM_DSP;WIN32;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release-w\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release-w\expatw.pch</PrecompiledHeaderOutputFile>

+      <PrecompiledHeader>

+      </PrecompiledHeader>

+      <ObjectFileName>.\..\win32\tmp\Release-w\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release-w\</ProgramDataBaseFileName>

+    </ClCompile>

+    <Midl>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <TypeLibraryName>.\..\win32\bin\Release\expatw.tlb</TypeLibraryName>

+      <MkTypLibCompatible>true</MkTypLibCompatible>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\expatw.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <LinkDLL>true</LinkDLL>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Release\libexpatw.dll</OutputFile>

+      <ImportLibrary>.\..\win32\bin\Release\libexpatw.lib</ImportLibrary>

+      <ModuleDefinitionFile>.\libexpatw.def</ModuleDefinitionFile>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>

+      <PreprocessorDefinitions>_DEBUG;COMPILED_FROM_DSP;WIN32;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug-w\</AssemblerListingLocation>

+      <BrowseInformation>true</BrowseInformation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug-w\expatw.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug-w\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug-w\</ProgramDataBaseFileName>

+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

+    </ClCompile>

+    <Midl>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <TypeLibraryName>.\..\win32\bin\Debug\expatw.tlb</TypeLibraryName>

+      <MkTypLibCompatible>true</MkTypLibCompatible>

+      <TargetEnvironment>Win32</TargetEnvironment>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\expatw.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <LinkDLL>true</LinkDLL>

+      <GenerateDebugInformation>true</GenerateDebugInformation>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Debug\libexpatw.dll</OutputFile>

+      <ImportLibrary>.\..\win32\bin\Debug\libexpatw.lib</ImportLibrary>

+      <ModuleDefinitionFile>.\libexpatw.def</ModuleDefinitionFile>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>

+      <PreprocessorDefinitions>_DEBUG;COMPILED_FROM_DSP;WIN32;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug-w\</AssemblerListingLocation>

+      <BrowseInformation>true</BrowseInformation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug-w\expatw.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug-w\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug-w\</ProgramDataBaseFileName>

+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

+    </ClCompile>

+    <Midl>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <TypeLibraryName>.\..\win32\bin\Debug\expatw.tlb</TypeLibraryName>

+      <MkTypLibCompatible>true</MkTypLibCompatible>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\expatw.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <LinkDLL>true</LinkDLL>

+      <GenerateDebugInformation>true</GenerateDebugInformation>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Debug\libexpatw.dll</OutputFile>

+      <ImportLibrary>.\..\win32\bin\Debug\libexpatw.lib</ImportLibrary>

+      <ModuleDefinitionFile>.\libexpatw.def</ModuleDefinitionFile>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemGroup>

+    <CustomBuild Include="libexpatw.def" />

+  </ItemGroup>

+  <ItemGroup>

+    <ClCompile Include="xmlparse.c">

+      <ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+      </ExceptionHandling>

+      <ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+      </ExceptionHandling>

+    </ClCompile>

+    <ClCompile Include="xmlrole.c" />

+    <ClCompile Include="xmltok.c" />

+    <ClCompile Include="xmltok_impl.c" />

+    <ClCompile Include="xmltok_ns.c" />

+  </ItemGroup>

+  <ItemGroup>

+    <ClInclude Include="ascii.h" />

+    <ClInclude Include="asciitab.h" />

+    <ClInclude Include="expat.h" />

+    <ClInclude Include="expat_external.h" />

+    <ClInclude Include="iasciitab.h" />

+    <ClInclude Include="internal.h" />

+    <ClInclude Include="latin1tab.h" />

+    <ClInclude Include="nametab.h" />

+    <ClInclude Include="utf8tab.h" />

+    <ClInclude Include="xmlrole.h" />

+    <ClInclude Include="xmltok.h" />

+    <ClInclude Include="xmltok_impl.h" />

+  </ItemGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

+  <ImportGroup Label="ExtensionTargets">

+  </ImportGroup>

+</Project>
\ No newline at end of file
diff --git a/win32/deps/expat/lib/expatw.vcxproj.filters b/win32/deps/expat/lib/expatw.vcxproj.filters
new file mode 100644
index 00000000..f229f75d
--- /dev/null
+++ b/win32/deps/expat/lib/expatw.vcxproj.filters
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup>

+    <Filter Include="Source Files">

+      <UniqueIdentifier>{0600999c-a1c8-42ca-a538-7b2097040bc7}</UniqueIdentifier>

+      <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>

+    </Filter>

+    <Filter Include="Header Files">

+      <UniqueIdentifier>{5e2c5b39-bc6e-40a5-a54d-3130503f1b27}</UniqueIdentifier>

+      <Extensions>h;hpp;hxx;hm;inl</Extensions>

+    </Filter>

+    <Filter Include="Resource Files">

+      <UniqueIdentifier>{e44f7da7-31e3-4e94-9d89-aa4c8a3ca827}</UniqueIdentifier>

+      <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>

+    </Filter>

+  </ItemGroup>

+  <ItemGroup>

+    <ClCompile Include="xmlparse.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmlrole.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmltok.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmltok_impl.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmltok_ns.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+  </ItemGroup>

+  <ItemGroup>

+    <ClInclude Include="ascii.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="asciitab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="expat.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="expat_external.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="iasciitab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="internal.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="latin1tab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="nametab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="utf8tab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmlrole.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmltok.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmltok_impl.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+  </ItemGroup>

+  <ItemGroup>

+    <CustomBuild Include="libexpatw.def">

+      <Filter>Source Files</Filter>

+    </CustomBuild>

+  </ItemGroup>

+</Project>
\ No newline at end of file
diff --git a/win32/deps/expat/lib/expatw_static.vcxproj b/win32/deps/expat/lib/expatw_static.vcxproj
new file mode 100644
index 00000000..c943668c
--- /dev/null
+++ b/win32/deps/expat/lib/expatw_static.vcxproj
@@ -0,0 +1,249 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup Label="ProjectConfigurations">

+    <ProjectConfiguration Include="Debug|Win32">

+      <Configuration>Debug</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Debug|x64">

+      <Configuration>Debug</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|Win32">

+      <Configuration>Release</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|x64">

+      <Configuration>Release</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Template|Win32">

+      <Configuration>Template</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Template|x64">

+      <Configuration>Template</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+  </ItemGroup>

+  <PropertyGroup Label="Globals">

+    <SccProjectName />

+    <SccLocalPath />

+    <ProjectGuid>{0D85D0D7-A069-4782-8AA3-4117C675DBFA}</ProjectGuid>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">

+    <ConfigurationType>StaticLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">

+    <ConfigurationType>StaticLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

+    <ConfigurationType>StaticLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">

+    <ConfigurationType>StaticLibrary</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+    <CharacterSet>MultiByte</CharacterSet>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

+  <ImportGroup Label="ExtensionSettings">

+  </ImportGroup>

+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <PropertyGroup Label="UserMacros" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <OutDir>.\..\win32\bin\Debug\</OutDir>

+    <IntDir>.\..\win32\tmp\Debug-w_static\</IntDir>

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <OutDir>.\..\win32\bin\Release\</OutDir>

+    <IntDir>.\..\win32\tmp\Release-w_static\</IntDir>

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>

+      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_LIB;COMPILED_FROM_DSP;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug-w_static\</AssemblerListingLocation>

+      <BrowseInformation>true</BrowseInformation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug-w_static\expatw_static.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug-w_static\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug-w_static\</ProgramDataBaseFileName>

+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

+    </ClCompile>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\expatw_static.bsc</OutputFile>

+    </Bscmake>

+    <Lib>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>..\win32\bin\Debug\libexpatwMT.lib</OutputFile>

+    </Lib>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>

+      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_LIB;COMPILED_FROM_DSP;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug-w_static\</AssemblerListingLocation>

+      <BrowseInformation>true</BrowseInformation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug-w_static\expatw_static.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug-w_static\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug-w_static\</ProgramDataBaseFileName>

+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

+    </ClCompile>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\expatw_static.bsc</OutputFile>

+    </Bscmake>

+    <Lib>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>..\win32\bin\Debug\libexpatwMT.lib</OutputFile>

+    </Lib>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_LIB;COMPILED_FROM_DSP;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release-w_static\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release-w_static\expatw_static.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Release-w_static\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release-w_static\</ProgramDataBaseFileName>

+    </ClCompile>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\expatw_static.bsc</OutputFile>

+    </Bscmake>

+    <Lib>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>..\win32\bin\Release\libexpatwMT.lib</OutputFile>

+    </Lib>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_LIB;COMPILED_FROM_DSP;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release-w_static\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release-w_static\expatw_static.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Release-w_static\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release-w_static\</ProgramDataBaseFileName>

+    </ClCompile>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\expatw_static.bsc</OutputFile>

+    </Bscmake>

+    <Lib>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>..\win32\bin\Release\libexpatwMT.lib</OutputFile>

+    </Lib>

+  </ItemDefinitionGroup>

+  <ItemGroup>

+    <ClCompile Include="xmlparse.c" />

+    <ClCompile Include="xmlrole.c" />

+    <ClCompile Include="xmltok.c" />

+    <ClCompile Include="xmltok_impl.c" />

+    <ClCompile Include="xmltok_ns.c" />

+  </ItemGroup>

+  <ItemGroup>

+    <ClInclude Include="ascii.h" />

+    <ClInclude Include="asciitab.h" />

+    <ClInclude Include="expat.h" />

+    <ClInclude Include="expat_external.h" />

+    <ClInclude Include="iasciitab.h" />

+    <ClInclude Include="internal.h" />

+    <ClInclude Include="latin1tab.h" />

+    <ClInclude Include="nametab.h" />

+    <ClInclude Include="utf8tab.h" />

+    <ClInclude Include="xmlrole.h" />

+    <ClInclude Include="xmltok.h" />

+    <ClInclude Include="xmltok_impl.h" />

+  </ItemGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

+  <ImportGroup Label="ExtensionTargets">

+  </ImportGroup>

+</Project>
\ No newline at end of file
diff --git a/win32/deps/expat/lib/expatw_static.vcxproj.filters b/win32/deps/expat/lib/expatw_static.vcxproj.filters
new file mode 100644
index 00000000..b981e42a
--- /dev/null
+++ b/win32/deps/expat/lib/expatw_static.vcxproj.filters
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup>

+    <Filter Include="Source Files">

+      <UniqueIdentifier>{b0c4b63f-2c2b-4783-8003-585b6404bee1}</UniqueIdentifier>

+      <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat</Extensions>

+    </Filter>

+    <Filter Include="Header Files">

+      <UniqueIdentifier>{3998178a-55e7-4244-bda7-4a91d141b88b}</UniqueIdentifier>

+      <Extensions>h;hpp;hxx;hm;inl</Extensions>

+    </Filter>

+  </ItemGroup>

+  <ItemGroup>

+    <ClCompile Include="xmlparse.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmlrole.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmltok.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmltok_impl.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmltok_ns.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+  </ItemGroup>

+  <ItemGroup>

+    <ClInclude Include="ascii.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="asciitab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="expat.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="expat_external.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="iasciitab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="internal.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="latin1tab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="nametab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="utf8tab.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmlrole.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmltok.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmltok_impl.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+  </ItemGroup>

+</Project>
\ No newline at end of file
diff --git a/win32/deps/expat/release-x64.bat b/win32/deps/expat/release-x64.bat
new file mode 100644
index 00000000..480229d4
--- /dev/null
+++ b/win32/deps/expat/release-x64.bat
@@ -0,0 +1,39 @@
+:: run this from a command prompt

+@echo off

+

+SET PACKAGE_NAME=expat-2.1.0

+

+set EXPAT_SRC=%cd%

+set EXPAT_DEST=%cd%-x64

+echo.Press return when ready to install!

+pause

+

+rmdir /q /s %EXPAT_DEST%

+mkdir %EXPAT_DEST%

+mkdir %EXPAT_DEST%\bin

+mkdir %EXPAT_DEST%\include

+mkdir %EXPAT_DEST%\lib

+copy win32\bin\Release\elements.exe %EXPAT_DEST%\bin

+copy win32\bin\Release\libexpat.dll %EXPAT_DEST%\bin

+copy win32\bin\Release\libexpatw.dll %EXPAT_DEST%\bin

+copy win32\bin\Release\outline.exe %EXPAT_DEST%\bin

+copy win32\bin\Release\xmlwf.exe %EXPAT_DEST%\bin

+copy lib\expat.h %EXPAT_DEST%\include

+copy lib\expat_external.h %EXPAT_DEST%\include

+copy win32\bin\Release\libexpat.exp %EXPAT_DEST%\lib

+copy win32\bin\Release\libexpat.lib %EXPAT_DEST%\lib

+copy win32\bin\Release\libexpatMT.lib %EXPAT_DEST%\lib

+copy win32\bin\Release\libexpatw.exp %EXPAT_DEST%\lib

+copy win32\bin\Release\libexpatw.lib %EXPAT_DEST%\lib

+copy win32\bin\Release\libexpatwMT.lib %EXPAT_DEST%\lib

+copy COPYING %EXPAT_DEST%\LICENSE.EXPAT

+

+cd %EXPAT_DEST%

+set PATH=%PATH%;%ProgramFiles%\7-zip

+del ..\%PACKAGE_NAME%-x64.7z

+7z a ..\%PACKAGE_NAME%-x64.7z *

+cd %EXPAT_SRC%

+rmdir /q /s %EXPAT_DEST%

+

+echo.Finished!

+pause

diff --git a/win32/deps/expat/release-x86.bat b/win32/deps/expat/release-x86.bat
new file mode 100644
index 00000000..9c2fe115
--- /dev/null
+++ b/win32/deps/expat/release-x86.bat
@@ -0,0 +1,39 @@
+:: run this from a command prompt

+@echo off

+

+SET PACKAGE_NAME=expat-2.1.0

+

+set EXPAT_SRC=%cd%

+set EXPAT_DEST=%cd%-x86

+echo.Press return when ready to install!

+pause

+

+rmdir /q /s %EXPAT_DEST%

+mkdir %EXPAT_DEST%

+mkdir %EXPAT_DEST%\bin

+mkdir %EXPAT_DEST%\include

+mkdir %EXPAT_DEST%\lib

+copy win32\bin\Release\elements.exe %EXPAT_DEST%\bin

+copy win32\bin\Release\libexpat.dll %EXPAT_DEST%\bin

+copy win32\bin\Release\libexpatw.dll %EXPAT_DEST%\bin

+copy win32\bin\Release\outline.exe %EXPAT_DEST%\bin

+copy win32\bin\Release\xmlwf.exe %EXPAT_DEST%\bin

+copy lib\expat.h %EXPAT_DEST%\include

+copy lib\expat_external.h %EXPAT_DEST%\include

+copy win32\bin\Release\libexpat.exp %EXPAT_DEST%\lib

+copy win32\bin\Release\libexpat.lib %EXPAT_DEST%\lib

+copy win32\bin\Release\libexpatMT.lib %EXPAT_DEST%\lib

+copy win32\bin\Release\libexpatw.exp %EXPAT_DEST%\lib

+copy win32\bin\Release\libexpatw.lib %EXPAT_DEST%\lib

+copy win32\bin\Release\libexpatwMT.lib %EXPAT_DEST%\lib

+copy COPYING %EXPAT_DEST%\LICENSE.EXPAT

+

+cd %EXPAT_DEST%

+set PATH=%PATH%;%ProgramFiles%\7-zip

+del ..\%PACKAGE_NAME%-x86.7z

+7z a ..\%PACKAGE_NAME%-x86.7z *

+cd %EXPAT_SRC%

+rmdir /q /s %EXPAT_DEST%

+

+echo.Finished!

+pause

diff --git a/win32/deps/expat/xmlwf/xmlwf.vcxproj b/win32/deps/expat/xmlwf/xmlwf.vcxproj
new file mode 100644
index 00000000..f347985e
--- /dev/null
+++ b/win32/deps/expat/xmlwf/xmlwf.vcxproj
@@ -0,0 +1,284 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup Label="ProjectConfigurations">

+    <ProjectConfiguration Include="Debug|Win32">

+      <Configuration>Debug</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Debug|x64">

+      <Configuration>Debug</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|Win32">

+      <Configuration>Release</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Release|x64">

+      <Configuration>Release</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Template|Win32">

+      <Configuration>Template</Configuration>

+      <Platform>Win32</Platform>

+    </ProjectConfiguration>

+    <ProjectConfiguration Include="Template|x64">

+      <Configuration>Template</Configuration>

+      <Platform>x64</Platform>

+    </ProjectConfiguration>

+  </ItemGroup>

+  <PropertyGroup Label="Globals">

+    <SccProjectName />

+    <SccLocalPath />

+    <ProjectGuid>{DBC3B651-04B2-4D35-804C-DD8A367052EF}</ProjectGuid>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">

+    <ConfigurationType>Application</ConfigurationType>

+    <PlatformToolset>v110</PlatformToolset>

+    <UseOfMfc>false</UseOfMfc>

+  </PropertyGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

+  <ImportGroup Label="ExtensionSettings">

+  </ImportGroup>

+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Template|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">

+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />

+    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />

+  </ImportGroup>

+  <PropertyGroup Label="UserMacros" />

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <OutDir>.\..\win32\bin\Release\</OutDir>

+    <IntDir>.\..\win32\tmp\Release-xmlwf\</IntDir>

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <LinkIncremental>false</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <OutDir>.\..\win32\bin\Debug\</OutDir>

+    <IntDir>.\..\win32\tmp\Debug-xmlwf\</IntDir>

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <LinkIncremental>true</LinkIncremental>

+  </PropertyGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

+      <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;COMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release-xmlwf\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release-xmlwf\xmlwf.pch</PrecompiledHeaderOutputFile>

+      <PrecompiledHeader />

+      <ObjectFileName>.\..\win32\tmp\Release-xmlwf\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release-xmlwf\</ProgramDataBaseFileName>

+    </ClCompile>

+    <Midl>

+      <TypeLibraryName>.\..\win32\bin\Release\xmlwf.tlb</TypeLibraryName>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\xmlwf.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <SubSystem>Console</SubSystem>

+      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>

+      <OutputFile>..\win32\bin\Release\xmlwf.exe</OutputFile>

+      <AdditionalLibraryDirectories>..\win32\bin\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

+      <AdditionalDependencies>libexpat.lib;setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <StringPooling>true</StringPooling>

+      <FunctionLevelLinking>true</FunctionLevelLinking>

+      <Optimization>MaxSpeed</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

+      <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;COMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Release-xmlwf\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release-xmlwf\xmlwf.pch</PrecompiledHeaderOutputFile>

+      <PrecompiledHeader>

+      </PrecompiledHeader>

+      <ObjectFileName>.\..\win32\tmp\Release-xmlwf\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Release-xmlwf\</ProgramDataBaseFileName>

+    </ClCompile>

+    <Midl>

+      <TypeLibraryName>.\..\win32\bin\Release\xmlwf.tlb</TypeLibraryName>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Release\xmlwf.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <SubSystem>Console</SubSystem>

+      <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>

+      <OutputFile>..\win32\bin\Release\xmlwf.exe</OutputFile>

+      <AdditionalLibraryDirectories>..\win32\bin\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

+      <AdditionalDependencies>libexpat.lib;setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>

+      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

+      <PreprocessorDefinitions>_DEBUG;WIN32;_CONSOLE;COMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug-xmlwf\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug-xmlwf\xmlwf.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug-xmlwf\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug-xmlwf\</ProgramDataBaseFileName>

+    </ClCompile>

+    <Midl>

+      <TypeLibraryName>.\..\win32\bin\Debug\xmlwf.tlb</TypeLibraryName>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\xmlwf.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <GenerateDebugInformation>true</GenerateDebugInformation>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Debug\xmlwf.exe</OutputFile>

+      <AdditionalLibraryDirectories>..\win32\bin\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

+      <AdditionalDependencies>libexpat.lib;setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

+    <ClCompile>

+      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>

+      <InlineFunctionExpansion>Default</InlineFunctionExpansion>

+      <FunctionLevelLinking>false</FunctionLevelLinking>

+      <Optimization>Disabled</Optimization>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <WarningLevel>Level3</WarningLevel>

+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>

+      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

+      <PreprocessorDefinitions>_DEBUG;WIN32;_CONSOLE;COMPILED_FROM_DSP;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+      <AssemblerListingLocation>.\..\win32\tmp\Debug-xmlwf\</AssemblerListingLocation>

+      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug-xmlwf\xmlwf.pch</PrecompiledHeaderOutputFile>

+      <ObjectFileName>.\..\win32\tmp\Debug-xmlwf\</ObjectFileName>

+      <ProgramDataBaseFileName>.\..\win32\tmp\Debug-xmlwf\</ProgramDataBaseFileName>

+    </ClCompile>

+    <Midl>

+      <TypeLibraryName>.\..\win32\bin\Debug\xmlwf.tlb</TypeLibraryName>

+    </Midl>

+    <ResourceCompile>

+      <Culture>0x0409</Culture>

+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

+    </ResourceCompile>

+    <Bscmake>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <OutputFile>.\..\win32\bin\Debug\xmlwf.bsc</OutputFile>

+    </Bscmake>

+    <Link>

+      <SuppressStartupBanner>true</SuppressStartupBanner>

+      <GenerateDebugInformation>true</GenerateDebugInformation>

+      <SubSystem>Console</SubSystem>

+      <OutputFile>..\win32\bin\Debug\xmlwf.exe</OutputFile>

+      <AdditionalLibraryDirectories>..\win32\bin\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>

+      <AdditionalDependencies>libexpat.lib;setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>

+    </Link>

+  </ItemDefinitionGroup>

+  <ItemGroup>

+    <ClCompile Include="codepage.c" />

+    <ClCompile Include="readfilemap.c">

+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>

+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>

+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>

+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>

+    </ClCompile>

+    <ClCompile Include="unixfilemap.c">

+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>

+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>

+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>

+      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>

+    </ClCompile>

+    <ClCompile Include="win32filemap.c" />

+    <ClCompile Include="xmlfile.c" />

+    <ClCompile Include="xmlwf.c" />

+  </ItemGroup>

+  <ItemGroup>

+    <ClInclude Include="codepage.h" />

+    <ClInclude Include="xmlfile.h" />

+    <ClInclude Include="xmltchar.h" />

+  </ItemGroup>

+  <ItemGroup>

+    <ProjectReference Include="..\lib\expat.vcxproj">

+      <Project>{d1b1ea84-a917-44e2-8cee-170c5a4b3b15}</Project>

+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>

+    </ProjectReference>

+  </ItemGroup>

+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

+  <ImportGroup Label="ExtensionTargets">

+  </ImportGroup>

+</Project>
\ No newline at end of file
diff --git a/win32/deps/expat/xmlwf/xmlwf.vcxproj.filters b/win32/deps/expat/xmlwf/xmlwf.vcxproj.filters
new file mode 100644
index 00000000..4803a816
--- /dev/null
+++ b/win32/deps/expat/xmlwf/xmlwf.vcxproj.filters
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="utf-8"?>

+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

+  <ItemGroup>

+    <Filter Include="Source Files">

+      <UniqueIdentifier>{952d8719-ed6e-4bba-8bf7-da1960470f88}</UniqueIdentifier>

+      <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90</Extensions>

+    </Filter>

+    <Filter Include="Header Files">

+      <UniqueIdentifier>{6d2ec46b-bcd6-41df-b1f5-f715ba93ef1e}</UniqueIdentifier>

+      <Extensions>h;hpp;hxx;hm;inl;fi;fd</Extensions>

+    </Filter>

+    <Filter Include="Resource Files">

+      <UniqueIdentifier>{5cef6b84-4f8f-4a55-82bf-9fa03d1a1617}</UniqueIdentifier>

+      <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe</Extensions>

+    </Filter>

+  </ItemGroup>

+  <ItemGroup>

+    <ClCompile Include="codepage.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="readfilemap.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="unixfilemap.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="win32filemap.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmlfile.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+    <ClCompile Include="xmlwf.c">

+      <Filter>Source Files</Filter>

+    </ClCompile>

+  </ItemGroup>

+  <ItemGroup>

+    <ClInclude Include="codepage.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmlfile.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+    <ClInclude Include="xmltchar.h">

+      <Filter>Header Files</Filter>

+    </ClInclude>

+  </ItemGroup>

+</Project>
\ No newline at end of file