Skip to content

Commit

Permalink
Switch to VS2017
Browse files Browse the repository at this point in the history
  • Loading branch information
zosrothko committed Mar 14, 2018
1 parent 3317bda commit e7b7444
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 53 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ task nuget(type: Exec) {
args "-Version", nugetVersion
args "-Symbols"
args "-NonInteractive"
args "Pocoproject.Poco.vs140.nuspec"
args "Pocoproject.Poco.vs150.nuspec"

inputs.files(pocos.inputs.files)
inputs.files(new File(workingDir, "Pocoproject.Poco.vs150.nuspec"))
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ ReportGeneratorHome=C:/ProgramFiles/ReportGenerator
test=-print
LD_LIBRARY_PATH=
cpus=

52 changes: 0 additions & 52 deletions packaging/Windows/NuGet/Pocoproject.Poco.vs140.nuspec

This file was deleted.

2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ if (os.windows) {
include ':NetSSL_Win:testsuite'
}
include ':SQL:testsuite'
/*
if (os.windows) {
include ':SQL:ODBC:testsuite'
include ':SQL:SQLite:testsuite'
Expand All @@ -50,6 +51,7 @@ if (os.windows) {
}
//include ':MongoDB:testsuite'
include ':Redis:testsuite'
*/
include ':CppParser:testsuite'
include ':Zip:testsuite'

Expand Down

0 comments on commit e7b7444

Please sign in to comment.