From b112341a643de675a25459b26484ebf61eedffe9 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Wed, 7 Oct 2015 21:46:35 +0300 Subject: VisualStudio 2015 solution added --- scripts/vs2015/libpugixml/ReadMe.txt | 29 +++ scripts/vs2015/libpugixml/libpugixml.vcxproj | 146 +++++++++++++++ .../vs2015/libpugixml/libpugixml.vcxproj.filters | 33 ++++ scripts/vs2015/test/test.vcxproj | 197 +++++++++++++++++++++ scripts/vs2015/test/test.vcxproj.filters | 144 +++++++++++++++ scripts/vs2015/vs2015.sln | 38 ++++ 6 files changed, 587 insertions(+) create mode 100644 scripts/vs2015/libpugixml/ReadMe.txt create mode 100644 scripts/vs2015/libpugixml/libpugixml.vcxproj create mode 100644 scripts/vs2015/libpugixml/libpugixml.vcxproj.filters create mode 100644 scripts/vs2015/test/test.vcxproj create mode 100644 scripts/vs2015/test/test.vcxproj.filters create mode 100644 scripts/vs2015/vs2015.sln diff --git a/scripts/vs2015/libpugixml/ReadMe.txt b/scripts/vs2015/libpugixml/ReadMe.txt new file mode 100644 index 0000000..801fc78 --- /dev/null +++ b/scripts/vs2015/libpugixml/ReadMe.txt @@ -0,0 +1,29 @@ +======================================================================== + STATIC LIBRARY : libpugixml Project Overview +======================================================================== + +AppWizard has created this libpugixml library project for you. + +No source files were created as part of your project. + + +libpugixml.vcxproj + This is the main project file for VC++ projects generated using an Application Wizard. + It contains information about the version of Visual C++ that generated the file, and + information about the platforms, configurations, and project features selected with the + Application Wizard. + +libpugixml.vcxproj.filters + This is the filters file for VC++ projects generated using an Application Wizard. + It contains information about the association between the files in your project + and the filters. This association is used in the IDE to show grouping of files with + similar extensions under a specific node (for e.g. ".cpp" files are associated with the + "Source Files" filter). + +///////////////////////////////////////////////////////////////////////////// +Other notes: + +AppWizard uses "TODO:" comments to indicate parts of the source code you +should add to or customize. + +///////////////////////////////////////////////////////////////////////////// diff --git a/scripts/vs2015/libpugixml/libpugixml.vcxproj b/scripts/vs2015/libpugixml/libpugixml.vcxproj new file mode 100644 index 0000000..b92b1f7 --- /dev/null +++ b/scripts/vs2015/libpugixml/libpugixml.vcxproj @@ -0,0 +1,146 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {07CF01C0-B887-499D-AD9C-799CB6A9FE64} + Win32Proj + libpugixml + 8.1 + + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + StaticLibrary + true + v140 + Unicode + + + StaticLibrary + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + + + + + + + Level3 + Disabled + _DEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/scripts/vs2015/libpugixml/libpugixml.vcxproj.filters b/scripts/vs2015/libpugixml/libpugixml.vcxproj.filters new file mode 100644 index 0000000..8e4201e --- /dev/null +++ b/scripts/vs2015/libpugixml/libpugixml.vcxproj.filters @@ -0,0 +1,33 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + + + + Header Files + + + Header Files + + + + + Source Files + + + \ No newline at end of file diff --git a/scripts/vs2015/test/test.vcxproj b/scripts/vs2015/test/test.vcxproj new file mode 100644 index 0000000..425a5d6 --- /dev/null +++ b/scripts/vs2015/test/test.vcxproj @@ -0,0 +1,197 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {B137E300-AB66-4C9D-A7C9-4EF1BB344375} + Win32Proj + test + 8.1 + + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + Application + true + v140 + Unicode + + + Application + false + v140 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + + + Level3 + Disabled + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + + + Console + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {07cf01c0-b887-499d-ad9c-799cb6a9fe64} + + + + + + + + + + + \ No newline at end of file diff --git a/scripts/vs2015/test/test.vcxproj.filters b/scripts/vs2015/test/test.vcxproj.filters new file mode 100644 index 0000000..ca01335 --- /dev/null +++ b/scripts/vs2015/test/test.vcxproj.filters @@ -0,0 +1,144 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/scripts/vs2015/vs2015.sln b/scripts/vs2015/vs2015.sln new file mode 100644 index 0000000..deaf7f6 --- /dev/null +++ b/scripts/vs2015/vs2015.sln @@ -0,0 +1,38 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.23107.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libpugixml", "libpugixml\libpugixml.vcxproj", "{07CF01C0-B887-499D-AD9C-799CB6A9FE64}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{B137E300-AB66-4C9D-A7C9-4EF1BB344375}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {07CF01C0-B887-499D-AD9C-799CB6A9FE64}.Debug|x64.ActiveCfg = Debug|x64 + {07CF01C0-B887-499D-AD9C-799CB6A9FE64}.Debug|x64.Build.0 = Debug|x64 + {07CF01C0-B887-499D-AD9C-799CB6A9FE64}.Debug|x86.ActiveCfg = Debug|Win32 + {07CF01C0-B887-499D-AD9C-799CB6A9FE64}.Debug|x86.Build.0 = Debug|Win32 + {07CF01C0-B887-499D-AD9C-799CB6A9FE64}.Release|x64.ActiveCfg = Release|x64 + {07CF01C0-B887-499D-AD9C-799CB6A9FE64}.Release|x64.Build.0 = Release|x64 + {07CF01C0-B887-499D-AD9C-799CB6A9FE64}.Release|x86.ActiveCfg = Release|Win32 + {07CF01C0-B887-499D-AD9C-799CB6A9FE64}.Release|x86.Build.0 = Release|Win32 + {B137E300-AB66-4C9D-A7C9-4EF1BB344375}.Debug|x64.ActiveCfg = Debug|x64 + {B137E300-AB66-4C9D-A7C9-4EF1BB344375}.Debug|x64.Build.0 = Debug|x64 + {B137E300-AB66-4C9D-A7C9-4EF1BB344375}.Debug|x86.ActiveCfg = Debug|Win32 + {B137E300-AB66-4C9D-A7C9-4EF1BB344375}.Debug|x86.Build.0 = Debug|Win32 + {B137E300-AB66-4C9D-A7C9-4EF1BB344375}.Release|x64.ActiveCfg = Release|x64 + {B137E300-AB66-4C9D-A7C9-4EF1BB344375}.Release|x64.Build.0 = Release|x64 + {B137E300-AB66-4C9D-A7C9-4EF1BB344375}.Release|x86.ActiveCfg = Release|Win32 + {B137E300-AB66-4C9D-A7C9-4EF1BB344375}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal -- cgit v1.2.3 From 48beabdb3fb7864c87e912c9288750a953453468 Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Wed, 7 Oct 2015 22:03:12 +0300 Subject: nuget package scripts --- scripts/build_nuget_package.bat | 11 +++++++++ scripts/nuget.autopkg | 50 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 scripts/build_nuget_package.bat create mode 100644 scripts/nuget.autopkg diff --git a/scripts/build_nuget_package.bat b/scripts/build_nuget_package.bat new file mode 100644 index 0000000..3715832 --- /dev/null +++ b/scripts/build_nuget_package.bat @@ -0,0 +1,11 @@ +msbuild vs2015/vs2015.sln /target:Clean /property:Configuration=Debug /property:Platform=x86 +msbuild vs2015/vs2015.sln /target:Clean /property:Configuration=Debug /property:Platform=x64 +msbuild vs2015/vs2015.sln /target:Clean /property:Configuration=Release /property:Platform=x86 +msbuild vs2015/vs2015.sln /target:Clean /property:Configuration=Release /property:Platform=x64 + +msbuild vs2015/vs2015.sln /property:Configuration=Debug /property:Platform=x86 +msbuild vs2015/vs2015.sln /property:Configuration=Debug /property:Platform=x64 +msbuild vs2015/vs2015.sln /property:Configuration=Release /property:Platform=x86 +msbuild vs2015/vs2015.sln /property:Configuration=Release /property:Platform=x64 + +powershell Write-NuGetPackage nuget.autopkg diff --git a/scripts/nuget.autopkg b/scripts/nuget.autopkg new file mode 100644 index 0000000..88379f8 --- /dev/null +++ b/scripts/nuget.autopkg @@ -0,0 +1,50 @@ +nuget{ + nuspec{ + id = libpugixml; + version : 1.6.0.1; + title: XML parser library in C++; + authors: {Arseny Kapoulkine}; + owners: {Ivan Gagis}; + licenseUrl: "http://pugixml.org/license.html"; + projectUrl: "http://pugixml.org/"; + iconUrl: "https://github.com/zeux/pugixml/logo.svg"; + requireLicenseAcceptance:false; + summary: XML parser library in C++; + + description: @"XML parser library in C++"; + releaseNotes: "Initial release"; + copyright: Copyright (c) 2006-2015 Arseny Kapoulkine; + tags: { native}; + } + dependencies { + packages : { + }; + } + files { + include: { "..\src\**\*.hpp" }; + + [x86,release] { + lib: vs2015\Release\libpugixml.lib; +// symbols: vs2015\Release\libpugixml.pdb; +// bin: vs2015\Release\libpugixml.dll; + } + + [x86,debug] { + lib: vs2015\Debug\libpugixml.lib; +// symbols: vs2015\Debug\libpugixml.pdb; +// bin: vs2015\Debug\libpugixml.dll; + } + + [x64,release] { + lib: vs2015\x64\Release\libpugixml.lib; +// symbols: vs2015\x64\Release\libpugixml.pdb; +// bin: vs2015\x64\Release\libpugixml.dll; + } + + [x64,debug] { + lib: vs2015\x64\Debug\libpugixml.lib; +// symbols: vs2015\x64\Debug\libpugixml.pdb; +// bin: vs2015\x64\Debug\libpugixml.dll; + } + } +} -- cgit v1.2.3 From 1402820ed0597f7964d75621d6ce228d7e46cd80 Mon Sep 17 00:00:00 2001 From: igagis Date: Wed, 7 Oct 2015 22:06:52 +0300 Subject: Delete ReadMe.txt --- scripts/vs2015/libpugixml/ReadMe.txt | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 scripts/vs2015/libpugixml/ReadMe.txt diff --git a/scripts/vs2015/libpugixml/ReadMe.txt b/scripts/vs2015/libpugixml/ReadMe.txt deleted file mode 100644 index 801fc78..0000000 --- a/scripts/vs2015/libpugixml/ReadMe.txt +++ /dev/null @@ -1,29 +0,0 @@ -======================================================================== - STATIC LIBRARY : libpugixml Project Overview -======================================================================== - -AppWizard has created this libpugixml library project for you. - -No source files were created as part of your project. - - -libpugixml.vcxproj - This is the main project file for VC++ projects generated using an Application Wizard. - It contains information about the version of Visual C++ that generated the file, and - information about the platforms, configurations, and project features selected with the - Application Wizard. - -libpugixml.vcxproj.filters - This is the filters file for VC++ projects generated using an Application Wizard. - It contains information about the association between the files in your project - and the filters. This association is used in the IDE to show grouping of files with - similar extensions under a specific node (for e.g. ".cpp" files are associated with the - "Source Files" filter). - -///////////////////////////////////////////////////////////////////////////// -Other notes: - -AppWizard uses "TODO:" comments to indicate parts of the source code you -should add to or customize. - -///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3 From ea190c8bd2695f6b1df7335b1d48fa10edd717fc Mon Sep 17 00:00:00 2001 From: Ivan Gagis Date: Thu, 8 Oct 2015 13:33:54 +0300 Subject: changed nuget name to pugixml without lib prefix --- scripts/nuget.autopkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/nuget.autopkg b/scripts/nuget.autopkg index 88379f8..c620b57 100644 --- a/scripts/nuget.autopkg +++ b/scripts/nuget.autopkg @@ -1,10 +1,10 @@ nuget{ nuspec{ - id = libpugixml; + id = pugixml; version : 1.6.0.1; title: XML parser library in C++; authors: {Arseny Kapoulkine}; - owners: {Ivan Gagis}; + owners: {Arseny Kapoulkine}; licenseUrl: "http://pugixml.org/license.html"; projectUrl: "http://pugixml.org/"; iconUrl: "https://github.com/zeux/pugixml/logo.svg"; -- cgit v1.2.3