From: Karl Waclawek Date: Fri, 17 Jun 2016 16:44:58 +0000 (-0400) Subject: Added Visual Studio 2013 solution/project files. Will also work in Visual Studio... X-Git-Tag: R_2_2_0~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=309ad17f97fe1e59a000d69a6fb1c99c76a6fe6b;p=libexpat Added Visual Studio 2013 solution/project files. Will also work in Visual Studio 2015 if VS 2013 is installed. Otherwise, open a "Visual Studio 2015 Developer Command Prompt" and execute "devenv.exe /upgrade expat.sln" in the expat directory to upgrade the main solution and project files (Tests have their own solutions). --- diff --git a/.gitignore b/.gitignore index 40caffa8..3ff5a1f7 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,12 @@ _$* *.ln core # CVS default ignores end +expat/win32/bin/ +expat/win32/tmp/ +expat/.vs/ +expat/**/*.vcxproj.user +expat/**/*.suo +expat/**/*.sdf +expat/**/*.VC.db +expat/tests/**/Debug/ +expat/tests/**/Release/ diff --git a/expat/examples/elements.vcxproj b/expat/examples/elements.vcxproj new file mode 100644 index 00000000..747e8d9b --- /dev/null +++ b/expat/examples/elements.vcxproj @@ -0,0 +1,139 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + {35262250-C85F-463A-9F6D-670088BFA17E} + + + + Application + v120 + false + MultiByte + + + Application + v120 + false + MultiByte + + + + + + + + + + + + + + + .\..\win32\bin\Release\ + .\..\win32\tmp\Release-elements\ + false + + + .\..\win32\bin\Debug\ + .\..\win32\tmp\Debug-elements\ + true + + + + MultiThreaded + Default + true + true + MaxSpeed + true + Level3 + false + ..\lib;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions) + .\..\win32\tmp\Release-elements\ + .\..\win32\tmp\Release-elements\elements.pch + .\..\win32\tmp\Release-elements\ + .\..\win32\tmp\Release-elements\ + + + .\..\win32\bin\Release\elements.tlb + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Release\elements.bsc + + + true + Console + ..\win32\bin\Release\elements.exe + ..\win32\bin\Release;%(AdditionalLibraryDirectories) + libexpatMT.lib;%(AdditionalDependencies) + + + + + MultiThreadedDebug + Default + true + Disabled + true + Level3 + EditAndContinue + ..\lib;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions) + .\..\win32\tmp\Debug-elements\ + true + .\..\win32\tmp\Debug-elements\elements.pch + .\..\win32\tmp\Debug-elements\ + .\..\win32\tmp\Debug-elements\ + EnableFastChecks + + + .\..\win32\bin\Debug\elements.tlb + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Debug\elements.bsc + + + true + true + Console + ..\win32\bin\Debug\elements.exe + ..\win32\bin\Debug;%(AdditionalLibraryDirectories) + libexpatMT.lib;%(AdditionalDependencies) + + + + + + + + {58a821bc-e4af-4df4-9a54-2baa22b92615} + false + + + + + + \ No newline at end of file diff --git a/expat/examples/elements.vcxproj.filters b/expat/examples/elements.vcxproj.filters new file mode 100644 index 00000000..ab374c18 --- /dev/null +++ b/expat/examples/elements.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {95d10a62-f554-4b10-a08b-cc74ba9fe102} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {21ef9308-545b-4d8d-8bde-012f925efa3a} + h;hpp;hxx;hm;inl + + + {ddac4f51-12d6-4e8f-817c-12c85eb1ffd2} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + \ No newline at end of file diff --git a/expat/examples/outline.vcxproj b/expat/examples/outline.vcxproj new file mode 100644 index 00000000..3468b48f --- /dev/null +++ b/expat/examples/outline.vcxproj @@ -0,0 +1,150 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + + + {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25} + + + + Application + v120 + + + Application + v120 + false + MultiByte + + + Application + v120 + false + MultiByte + + + + + + + + + + + + + + + + + + .\..\win32\bin\Debug\ + .\..\win32\tmp\Debug-outline\ + true + + + .\..\win32\bin\Release\ + .\..\win32\tmp\Release-outline\ + false + + + + MultiThreadedDebug + Default + true + Disabled + true + Level3 + true + EditAndContinue + ..\lib;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + .\..\win32\tmp\Debug-outline\ + .\..\win32\tmp\Debug-outline\outline.pch + .\..\win32\tmp\Debug-outline\ + .\..\win32\tmp\Debug-outline\ + EnableFastChecks + + + .\..\win32\bin\Debug\outline.tlb + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Debug\outline.bsc + + + true + true + Console + ..\win32\bin\Debug\outline.exe + ..\win32\bin\Debug;%(AdditionalLibraryDirectories) + libexpat.lib;%(AdditionalDependencies) + + + + + MultiThreaded + Default + true + true + MaxSpeed + true + Level3 + false + ..\lib;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + .\..\win32\tmp\Release-outline\ + .\..\win32\tmp\Release-outline\outline.pch + .\..\win32\tmp\Release-outline\ + .\..\win32\tmp\Release-outline\ + + + .\..\win32\bin\Release\outline.tlb + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Release\outline.bsc + + + true + Console + ..\win32\bin\Release\outline.exe + ..\win32\bin\Release;%(AdditionalLibraryDirectories) + libexpat.lib;%(AdditionalDependencies) + + + + + + + + {45a5074d-66e8-44a4-a03f-018027b528d6} + false + + + + + + \ No newline at end of file diff --git a/expat/examples/outline.vcxproj.filters b/expat/examples/outline.vcxproj.filters new file mode 100644 index 00000000..0c23f352 --- /dev/null +++ b/expat/examples/outline.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {48092a1f-486d-4bd8-a9ea-d087423ab371} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {d9494f7e-987c-467b-a3e0-ea577aea229d} + h;hpp;hxx;hm;inl + + + {7e3cfca9-158f-4e78-be6c-02d599fd9254} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + \ No newline at end of file diff --git a/expat/expat.sln b/expat/expat.sln new file mode 100644 index 00000000..d1c4efc2 --- /dev/null +++ b/expat/expat.sln @@ -0,0 +1,73 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.40629.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "elements", "examples\elements.vcxproj", "{35262250-C85F-463A-9F6D-670088BFA17E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expat", "lib\expat.vcxproj", "{45A5074D-66E8-44A4-A03F-018027B528D6}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expat_static", "lib\expat_static.vcxproj", "{58A821BC-E4AF-4DF4-9A54-2BAA22B92615}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expatw", "lib\expatw.vcxproj", "{C04F1C11-7079-48AD-A90B-6F59B7A55BEF}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "expatw_static", "lib\expatw_static.vcxproj", "{9220B0F2-C895-4CB2-91D1-1C16C4ECB759}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "outline", "examples\outline.vcxproj", "{DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmlwf", "xmlwf\xmlwf.vcxproj", "{E3C5991F-5238-4168-A179-275D1AC98D7E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + Template|Win32 = Template|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {35262250-C85F-463A-9F6D-670088BFA17E}.Debug|Win32.ActiveCfg = Debug|Win32 + {35262250-C85F-463A-9F6D-670088BFA17E}.Debug|Win32.Build.0 = Debug|Win32 + {35262250-C85F-463A-9F6D-670088BFA17E}.Release|Win32.ActiveCfg = Release|Win32 + {35262250-C85F-463A-9F6D-670088BFA17E}.Release|Win32.Build.0 = Release|Win32 + {35262250-C85F-463A-9F6D-670088BFA17E}.Template|Win32.ActiveCfg = Release|Win32 + {35262250-C85F-463A-9F6D-670088BFA17E}.Template|Win32.Build.0 = Release|Win32 + {45A5074D-66E8-44A4-A03F-018027B528D6}.Debug|Win32.ActiveCfg = Debug|Win32 + {45A5074D-66E8-44A4-A03F-018027B528D6}.Debug|Win32.Build.0 = Debug|Win32 + {45A5074D-66E8-44A4-A03F-018027B528D6}.Release|Win32.ActiveCfg = Release|Win32 + {45A5074D-66E8-44A4-A03F-018027B528D6}.Release|Win32.Build.0 = Release|Win32 + {45A5074D-66E8-44A4-A03F-018027B528D6}.Template|Win32.ActiveCfg = Template|Win32 + {45A5074D-66E8-44A4-A03F-018027B528D6}.Template|Win32.Build.0 = Template|Win32 + {58A821BC-E4AF-4DF4-9A54-2BAA22B92615}.Debug|Win32.ActiveCfg = Debug|Win32 + {58A821BC-E4AF-4DF4-9A54-2BAA22B92615}.Debug|Win32.Build.0 = Debug|Win32 + {58A821BC-E4AF-4DF4-9A54-2BAA22B92615}.Release|Win32.ActiveCfg = Release|Win32 + {58A821BC-E4AF-4DF4-9A54-2BAA22B92615}.Release|Win32.Build.0 = Release|Win32 + {58A821BC-E4AF-4DF4-9A54-2BAA22B92615}.Template|Win32.ActiveCfg = Template|Win32 + {58A821BC-E4AF-4DF4-9A54-2BAA22B92615}.Template|Win32.Build.0 = Template|Win32 + {C04F1C11-7079-48AD-A90B-6F59B7A55BEF}.Debug|Win32.ActiveCfg = Debug|Win32 + {C04F1C11-7079-48AD-A90B-6F59B7A55BEF}.Debug|Win32.Build.0 = Debug|Win32 + {C04F1C11-7079-48AD-A90B-6F59B7A55BEF}.Release|Win32.ActiveCfg = Release|Win32 + {C04F1C11-7079-48AD-A90B-6F59B7A55BEF}.Release|Win32.Build.0 = Release|Win32 + {C04F1C11-7079-48AD-A90B-6F59B7A55BEF}.Template|Win32.ActiveCfg = Template|Win32 + {C04F1C11-7079-48AD-A90B-6F59B7A55BEF}.Template|Win32.Build.0 = Template|Win32 + {9220B0F2-C895-4CB2-91D1-1C16C4ECB759}.Debug|Win32.ActiveCfg = Debug|Win32 + {9220B0F2-C895-4CB2-91D1-1C16C4ECB759}.Debug|Win32.Build.0 = Debug|Win32 + {9220B0F2-C895-4CB2-91D1-1C16C4ECB759}.Release|Win32.ActiveCfg = Release|Win32 + {9220B0F2-C895-4CB2-91D1-1C16C4ECB759}.Release|Win32.Build.0 = Release|Win32 + {9220B0F2-C895-4CB2-91D1-1C16C4ECB759}.Template|Win32.ActiveCfg = Template|Win32 + {9220B0F2-C895-4CB2-91D1-1C16C4ECB759}.Template|Win32.Build.0 = Template|Win32 + {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}.Debug|Win32.ActiveCfg = Debug|Win32 + {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}.Debug|Win32.Build.0 = Debug|Win32 + {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}.Release|Win32.ActiveCfg = Release|Win32 + {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}.Release|Win32.Build.0 = Release|Win32 + {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}.Template|Win32.ActiveCfg = Template|Win32 + {DE74E6FD-E107-4326-B1B0-A0CFEEB64F25}.Template|Win32.Build.0 = Template|Win32 + {E3C5991F-5238-4168-A179-275D1AC98D7E}.Debug|Win32.ActiveCfg = Debug|Win32 + {E3C5991F-5238-4168-A179-275D1AC98D7E}.Debug|Win32.Build.0 = Debug|Win32 + {E3C5991F-5238-4168-A179-275D1AC98D7E}.Release|Win32.ActiveCfg = Release|Win32 + {E3C5991F-5238-4168-A179-275D1AC98D7E}.Release|Win32.Build.0 = Release|Win32 + {E3C5991F-5238-4168-A179-275D1AC98D7E}.Template|Win32.ActiveCfg = Template|Win32 + {E3C5991F-5238-4168-A179-275D1AC98D7E}.Template|Win32.Build.0 = Template|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/expat/lib/expat.vcxproj b/expat/lib/expat.vcxproj new file mode 100644 index 00000000..500f5750 --- /dev/null +++ b/expat/lib/expat.vcxproj @@ -0,0 +1,176 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + + + {45A5074D-66E8-44A4-A03F-018027B528D6} + + + + Application + v120 + + + DynamicLibrary + v120 + false + MultiByte + + + DynamicLibrary + v120 + false + MultiByte + + + + + + + + + + + + + + + + + + .\..\win32\bin\Debug\ + .\..\win32\tmp\Debug\ + true + + + .\..\win32\bin\Release\ + .\..\win32\tmp\Release\ + false + + + + MultiThreadedDebug + Default + true + Disabled + true + Level3 + EditAndContinue + _DEBUG;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + .\..\win32\tmp\Debug\ + true + .\..\win32\tmp\Debug\expat.pch + .\..\win32\tmp\Debug\ + .\..\win32\tmp\Debug\ + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\..\win32\bin\Debug\expat.tlb + true + Win32 + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Debug\expat.bsc + + + true + true + true + Console + ..\win32\bin\Debug\libexpat.dll + .\..\win32\bin\Debug\libexpat.lib + .\libexpat.def + + + + + MultiThreaded + Default + true + true + MaxSpeed + true + Level3 + NDEBUG;WIN32;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + .\..\win32\tmp\Release\ + .\..\win32\tmp\Release\expat.pch + + .\..\win32\tmp\Release\ + .\..\win32\tmp\Release\ + + + true + NDEBUG;%(PreprocessorDefinitions) + .\..\win32\bin\Release\expat.tlb + true + Win32 + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Release\expat.bsc + + + true + true + Console + ..\win32\bin\Release\libexpat.dll + .\..\win32\bin\Release\libexpat.lib + .\libexpat.def + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/expat/lib/expat.vcxproj.filters b/expat/lib/expat.vcxproj.filters new file mode 100644 index 00000000..9e6233fb --- /dev/null +++ b/expat/lib/expat.vcxproj.filters @@ -0,0 +1,77 @@ + + + + + {f01bb743-0ef8-4601-bc44-378fc0abe768} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {c22177dc-5748-4bb1-816e-df311093bf72} + h;hpp;hxx;hm;inl + + + {41146e15-3129-4e5e-bb0f-6b78bb4701b9} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + \ No newline at end of file diff --git a/expat/lib/expat_static.vcxproj b/expat/lib/expat_static.vcxproj new file mode 100644 index 00000000..12aa24d0 --- /dev/null +++ b/expat/lib/expat_static.vcxproj @@ -0,0 +1,146 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + + + {58A821BC-E4AF-4DF4-9A54-2BAA22B92615} + + + + Application + v120 + + + StaticLibrary + v120 + false + MultiByte + + + StaticLibrary + v120 + false + MultiByte + + + + + + + + + + + + + + + + + + .\..\win32\bin\Release\ + .\..\win32\tmp\Release_static\ + false + + + .\..\win32\bin\Debug\ + .\..\win32\tmp\Debug_static\ + true + + + + MultiThreaded + Default + true + true + MaxSpeed + true + Level3 + WIN32;_WINDOWS;NDEBUG;_LIB;%(PreprocessorDefinitions) + .\..\win32\tmp\Release_static\ + .\..\win32\tmp\Release_static\expat_static.pch + .\..\win32\tmp\Release_static\ + .\..\win32\tmp\Release_static\ + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Release\expat_static.bsc + + + true + ..\win32\bin\Release\libexpatMT.lib + + + + + MultiThreadedDebug + Default + true + Disabled + true + Level3 + EditAndContinue + WIN32;_DEBUG;_WINDOWS;_LIB;%(PreprocessorDefinitions) + .\..\win32\tmp\Debug_static\ + true + .\..\win32\tmp\Debug_static\expat_static.pch + .\..\win32\tmp\Debug_static\ + .\..\win32\tmp\Debug_static\ + EnableFastChecks + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Debug\expat_static.bsc + + + true + ..\win32\bin\Debug\libexpatMT.lib + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/expat/lib/expat_static.vcxproj.filters b/expat/lib/expat_static.vcxproj.filters new file mode 100644 index 00000000..27930e6a --- /dev/null +++ b/expat/lib/expat_static.vcxproj.filters @@ -0,0 +1,68 @@ + + + + + {ef375f25-3490-4376-8deb-a8a8bebc0194} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {f1cd6f85-7111-4c1b-abad-37c79851ca34} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/expat/lib/expatw.vcxproj b/expat/lib/expatw.vcxproj new file mode 100644 index 00000000..f7e1bd72 --- /dev/null +++ b/expat/lib/expatw.vcxproj @@ -0,0 +1,176 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + + + {C04F1C11-7079-48AD-A90B-6F59B7A55BEF} + + + + Application + v120 + + + DynamicLibrary + v120 + false + MultiByte + + + DynamicLibrary + v120 + false + MultiByte + + + + + + + + + + + + + + + + + + .\..\win32\bin\Release\ + .\..\win32\tmp\Release-w\ + false + + + .\..\win32\bin\Debug\ + .\..\win32\tmp\Debug-w\ + true + + + + MultiThreaded + Default + true + true + MaxSpeed + true + Level3 + NDEBUG;WIN32;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) + .\..\win32\tmp\Release-w\ + .\..\win32\tmp\Release-w\expatw.pch + + .\..\win32\tmp\Release-w\ + .\..\win32\tmp\Release-w\ + + + true + NDEBUG;%(PreprocessorDefinitions) + .\..\win32\bin\Release\expatw.tlb + true + Win32 + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Release\expatw.bsc + + + true + true + Console + ..\win32\bin\Release\libexpatw.dll + .\..\win32\bin\Release\libexpatw.lib + .\libexpatw.def + + + + + MultiThreadedDebug + Default + true + Disabled + true + Level3 + EditAndContinue + _DEBUG;WIN32;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) + .\..\win32\tmp\Debug-w\ + true + .\..\win32\tmp\Debug-w\expatw.pch + .\..\win32\tmp\Debug-w\ + .\..\win32\tmp\Debug-w\ + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\..\win32\bin\Debug\expatw.tlb + true + Win32 + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Debug\expatw.bsc + + + true + true + true + Console + ..\win32\bin\Debug\libexpatw.dll + .\..\win32\bin\Debug\libexpatw.lib + .\libexpatw.def + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/expat/lib/expatw.vcxproj.filters b/expat/lib/expatw.vcxproj.filters new file mode 100644 index 00000000..91473af2 --- /dev/null +++ b/expat/lib/expatw.vcxproj.filters @@ -0,0 +1,77 @@ + + + + + {fea8fd20-7d6d-4664-a821-1ab5a29dadbd} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {0ceb9aa0-672d-4a6b-bff9-345c51aab04c} + h;hpp;hxx;hm;inl + + + {d62ff6fc-7f74-443d-a048-31ef02a6f99f} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + \ No newline at end of file diff --git a/expat/lib/expatw_static.vcxproj b/expat/lib/expatw_static.vcxproj new file mode 100644 index 00000000..6f96a9af --- /dev/null +++ b/expat/lib/expatw_static.vcxproj @@ -0,0 +1,146 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + + + {9220B0F2-C895-4CB2-91D1-1C16C4ECB759} + + + + Application + v120 + + + StaticLibrary + v120 + false + MultiByte + + + StaticLibrary + v120 + false + MultiByte + + + + + + + + + + + + + + + + + + .\..\win32\bin\Debug\ + .\..\win32\tmp\Debug-w_static\ + true + + + .\..\win32\bin\Release\ + .\..\win32\tmp\Release-w_static\ + false + + + + MultiThreadedDebug + Default + true + Disabled + true + Level3 + EditAndContinue + WIN32;_DEBUG;_WINDOWS;_LIB;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) + .\..\win32\tmp\Debug-w_static\ + true + .\..\win32\tmp\Debug-w_static\expatw_static.pch + .\..\win32\tmp\Debug-w_static\ + .\..\win32\tmp\Debug-w_static\ + EnableFastChecks + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Debug\expatw_static.bsc + + + true + ..\win32\bin\Debug\libexpatwMT.lib + + + + + MultiThreaded + Default + true + true + MaxSpeed + true + Level3 + WIN32;_WINDOWS;NDEBUG;_LIB;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions) + .\..\win32\tmp\Release-w_static\ + .\..\win32\tmp\Release-w_static\expatw_static.pch + .\..\win32\tmp\Release-w_static\ + .\..\win32\tmp\Release-w_static\ + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Release\expatw_static.bsc + + + true + ..\win32\bin\Release\libexpatwMT.lib + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/expat/lib/expatw_static.vcxproj.filters b/expat/lib/expatw_static.vcxproj.filters new file mode 100644 index 00000000..64934534 --- /dev/null +++ b/expat/lib/expatw_static.vcxproj.filters @@ -0,0 +1,68 @@ + + + + + {c0226397-04be-42b5-ba75-257ac91ef7fa} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {3d74dc56-3aec-4ee9-b700-7203f44e015d} + h;hpp;hxx;hm;inl + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/expat/tests/benchmark/benchmark.sln b/expat/tests/benchmark/benchmark.sln new file mode 100644 index 00000000..bc790bc0 --- /dev/null +++ b/expat/tests/benchmark/benchmark.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.40629.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "benchmark", "benchmark.vcxproj", "{FF89BA66-62C4-49EC-9189-1E7B603A1FD6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + Template|Win32 = Template|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FF89BA66-62C4-49EC-9189-1E7B603A1FD6}.Debug|Win32.ActiveCfg = Debug|Win32 + {FF89BA66-62C4-49EC-9189-1E7B603A1FD6}.Debug|Win32.Build.0 = Debug|Win32 + {FF89BA66-62C4-49EC-9189-1E7B603A1FD6}.Release|Win32.ActiveCfg = Release|Win32 + {FF89BA66-62C4-49EC-9189-1E7B603A1FD6}.Release|Win32.Build.0 = Release|Win32 + {FF89BA66-62C4-49EC-9189-1E7B603A1FD6}.Template|Win32.ActiveCfg = Template|Win32 + {FF89BA66-62C4-49EC-9189-1E7B603A1FD6}.Template|Win32.Build.0 = Template|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/expat/tests/benchmark/benchmark.vcxproj b/expat/tests/benchmark/benchmark.vcxproj new file mode 100644 index 00000000..0419b550 --- /dev/null +++ b/expat/tests/benchmark/benchmark.vcxproj @@ -0,0 +1,143 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + + + {FF89BA66-62C4-49EC-9189-1E7B603A1FD6} + + + + Application + v120 + + + Application + v120 + false + MultiByte + + + Application + v120 + false + MultiByte + + + + + + + + + + + + + + + + + + .\Release\ + .\Release\ + false + + + .\Debug\ + .\Debug\ + true + + + + MultiThreaded + Default + true + true + MaxSpeed + true + Level3 + ..\..\lib;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + .\Release\ + .\Release\benchmark.pch + .\Release\ + .\Release\ + + + .\Release\benchmark.tlb + + + 0x1009 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\benchmark.bsc + + + true + Console + .\Release\benchmark.exe + ..\..\win32\bin\Release;%(AdditionalLibraryDirectories) + libexpat.lib;%(AdditionalDependencies) + + + + + MultiThreadedDebug + Default + true + Disabled + true + Level3 + true + EditAndContinue + ..\..\lib;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + .\Debug\ + .\Debug\benchmark.pch + .\Debug\ + .\Debug\ + EnableFastChecks + + + .\Debug\benchmark.tlb + + + 0x1009 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\Debug\benchmark.bsc + + + true + true + Console + .\Debug\benchmark.exe + ..\..\win32\bin\Debug;%(AdditionalLibraryDirectories) + libexpat.lib;%(AdditionalDependencies) + + + + + + + + + \ No newline at end of file diff --git a/expat/tests/runtests.sln b/expat/tests/runtests.sln new file mode 100644 index 00000000..6e07293f --- /dev/null +++ b/expat/tests/runtests.sln @@ -0,0 +1,24 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.40629.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "runtests", "runtests.vcxproj", "{63D6D820-B526-4A5F-9605-9B8551FAC591}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + Template|Win32 = Template|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {63D6D820-B526-4A5F-9605-9B8551FAC591}.Debug|Win32.ActiveCfg = Debug|Win32 + {63D6D820-B526-4A5F-9605-9B8551FAC591}.Debug|Win32.Build.0 = Debug|Win32 + {63D6D820-B526-4A5F-9605-9B8551FAC591}.Release|Win32.ActiveCfg = Release|Win32 + {63D6D820-B526-4A5F-9605-9B8551FAC591}.Release|Win32.Build.0 = Release|Win32 + {63D6D820-B526-4A5F-9605-9B8551FAC591}.Template|Win32.ActiveCfg = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/expat/tests/runtests.vcxproj b/expat/tests/runtests.vcxproj new file mode 100644 index 00000000..fc30805b --- /dev/null +++ b/expat/tests/runtests.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + {63D6D820-B526-4A5F-9605-9B8551FAC591} + + + + Application + v120 + false + MultiByte + + + Application + v120 + false + MultiByte + + + + + + + + + + + + + + + .\Release\ + .\Release\ + false + + + .\Debug\ + .\Debug\ + true + + + + MultiThreaded + Default + true + true + MaxSpeed + true + Level3 + ..\lib;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions) + .\Release\ + .\Release\runtests.pch + .\Release\ + .\Release\ + + + .\Release\runtests.tlb + + + 0x1009 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\runtests.bsc + + + true + Console + .\Release\runtests.exe + ..\win32\bin\Release;%(AdditionalLibraryDirectories) + libexpatMT.lib;libexpat.exp;%(AdditionalDependencies) + + + + + MultiThreadedDebug + Default + true + Disabled + true + Level3 + true + EditAndContinue + ..\lib;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions) + .\Debug\ + .\Debug\runtests.pch + .\Debug\ + .\Debug\ + EnableFastChecks + + + .\Debug\runtests.tlb + + + 0x1009 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\Debug\runtests.bsc + + + true + true + Console + .\Debug\runtests.exe + ..\win32\bin\Debug;%(AdditionalLibraryDirectories) + libexpatMT.lib;libexpat.exp;%(AdditionalDependencies) + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/expat/tests/runtests.vcxproj.filters b/expat/tests/runtests.vcxproj.filters new file mode 100644 index 00000000..95ebe9cd --- /dev/null +++ b/expat/tests/runtests.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {a3e83144-e1b8-4d37-853a-793ce2b17b31} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {6a1287d5-359d-4ecb-a1a8-79aec14ad46d} + h;hpp;hxx;hm;inl + + + {75f72e18-16a8-453e-84bc-fe9301b8d5b2} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/expat/xmlwf/xmlwf.vcxproj b/expat/xmlwf/xmlwf.vcxproj new file mode 100644 index 00000000..a0493e98 --- /dev/null +++ b/expat/xmlwf/xmlwf.vcxproj @@ -0,0 +1,163 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + + + {E3C5991F-5238-4168-A179-275D1AC98D7E} + + + + Application + v120 + + + Application + v120 + false + + + Application + v120 + false + + + + + + + + + + + + + + + + + + .\..\win32\bin\Release\ + .\..\win32\tmp\Release-xmlwf\ + false + + + .\..\win32\bin\Debug\ + .\..\win32\tmp\Debug-xmlwf\ + true + + + + MultiThreaded + Default + true + true + MaxSpeed + true + Level3 + ..\lib;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions) + .\..\win32\tmp\Release-xmlwf\ + .\..\win32\tmp\Release-xmlwf\xmlwf.pch + + .\..\win32\tmp\Release-xmlwf\ + .\..\win32\tmp\Release-xmlwf\ + + + .\..\win32\bin\Release\xmlwf.tlb + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Release\xmlwf.bsc + + + true + Console + false + ..\win32\bin\Release\xmlwf.exe + ..\win32\bin\Release;%(AdditionalLibraryDirectories) + libexpat.lib;setargv.obj;%(AdditionalDependencies) + + + + + MultiThreadedDebug + Default + true + Disabled + true + Level3 + EditAndContinue + ..\lib;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions) + .\..\win32\tmp\Debug-xmlwf\ + .\..\win32\tmp\Debug-xmlwf\xmlwf.pch + .\..\win32\tmp\Debug-xmlwf\ + .\..\win32\tmp\Debug-xmlwf\ + + + .\..\win32\bin\Debug\xmlwf.tlb + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\..\win32\bin\Debug\xmlwf.bsc + + + true + true + Console + ..\win32\bin\Debug\xmlwf.exe + ..\win32\bin\Debug;%(AdditionalLibraryDirectories) + libexpat.lib;setargv.obj;%(AdditionalDependencies) + + + + + + true + true + + + true + true + + + + + + + + + + + + + {45a5074d-66e8-44a4-a03f-018027b528d6} + false + + + + + + \ No newline at end of file diff --git a/expat/xmlwf/xmlwf.vcxproj.filters b/expat/xmlwf/xmlwf.vcxproj.filters new file mode 100644 index 00000000..890b9efb --- /dev/null +++ b/expat/xmlwf/xmlwf.vcxproj.filters @@ -0,0 +1,48 @@ + + + + + {843deb01-ec59-4070-9fb7-4de851940fbd} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90 + + + {41225059-d26f-42fd-9d1b-fda760b7e45d} + h;hpp;hxx;hm;inl;fi;fd + + + {a722469e-558e-4d77-b8ea-88c9f136e29a} + ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file