diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-06-18 20:49:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-18 20:49:11 -0700 |
commit | ade869ea58a2c43cc6c9981a9e6d97127a19cd92 (patch) | |
tree | 436bf6c28704b400dd23b6c69900598bef61976f /scripts/nuget_build.bat | |
parent | 0027b6ac7907dce79cc2f13230c7ecb46ce14ff6 (diff) | |
parent | b66ca4f3266d4b092bd358b7227d628fc6cb14fe (diff) |
Merge pull request #147 from igagis/master
VS2017 project + NuGet support
Diffstat (limited to 'scripts/nuget_build.bat')
-rw-r--r-- | scripts/nuget_build.bat | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/nuget_build.bat b/scripts/nuget_build.bat deleted file mode 100644 index 588f036..0000000 --- a/scripts/nuget_build.bat +++ /dev/null @@ -1,13 +0,0 @@ -@echo off -cd %~dp0 - -"%VS140COMNTOOLS%\VsMSBuildCmd.bat" && ^ -msbuild pugixml_vs2013_static.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86 /v:minimal /nologo && ^ -msbuild pugixml_vs2013_static.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x86 /v:minimal /nologo && ^ -msbuild pugixml_vs2013_static.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x64 /v:minimal /nologo && ^ -msbuild pugixml_vs2013_static.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x64 /v:minimal /nologo && ^ -msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86 /v:minimal /nologo && ^ -msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x86 /v:minimal /nologo && ^ -msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x64 /v:minimal /nologo && ^ -msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x64 /v:minimal /nologo && ^ -powershell Write-NuGetPackage nuget.autopkg |