]> granicus.if.org Git - libexpat/commit
Added Visual Studio 2013 solution/project files. Will also work in Visual Studio...
authorKarl Waclawek <karl.waclawek@qlinesolutions.com>
Fri, 17 Jun 2016 16:44:58 +0000 (12:44 -0400)
committerKarl Waclawek <karl.waclawek@qlinesolutions.com>
Fri, 17 Jun 2016 18:34:46 +0000 (14:34 -0400)
commit309ad17f97fe1e59a000d69a6fb1c99c76a6fe6b
tree586eaca1c471f0c886915ea3db4adb7dc7ebd355
parentd62798204094ba1c0b8a0c6585c69c4c17185abd
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).
21 files changed:
.gitignore
expat/examples/elements.vcxproj [new file with mode: 0644]
expat/examples/elements.vcxproj.filters [new file with mode: 0644]
expat/examples/outline.vcxproj [new file with mode: 0644]
expat/examples/outline.vcxproj.filters [new file with mode: 0644]
expat/expat.sln [new file with mode: 0644]
expat/lib/expat.vcxproj [new file with mode: 0644]
expat/lib/expat.vcxproj.filters [new file with mode: 0644]
expat/lib/expat_static.vcxproj [new file with mode: 0644]
expat/lib/expat_static.vcxproj.filters [new file with mode: 0644]
expat/lib/expatw.vcxproj [new file with mode: 0644]
expat/lib/expatw.vcxproj.filters [new file with mode: 0644]
expat/lib/expatw_static.vcxproj [new file with mode: 0644]
expat/lib/expatw_static.vcxproj.filters [new file with mode: 0644]
expat/tests/benchmark/benchmark.sln [new file with mode: 0644]
expat/tests/benchmark/benchmark.vcxproj [new file with mode: 0644]
expat/tests/runtests.sln [new file with mode: 0644]
expat/tests/runtests.vcxproj [new file with mode: 0644]
expat/tests/runtests.vcxproj.filters [new file with mode: 0644]
expat/xmlwf/xmlwf.vcxproj [new file with mode: 0644]
expat/xmlwf/xmlwf.vcxproj.filters [new file with mode: 0644]