From 07bc467d031cbaa47331a7fec52b6bc02ab38f95 Mon Sep 17 00:00:00 2001 From: Arnavion Date: Thu, 25 Apr 2013 21:03:03 -0700 Subject: win32: Moved PlatformToolset configuration to individual project files. It should be set before setting other properties or importing other props. This fixes the broken GUI Platform Toolset indicator, as well as VS compilation itself if another version such as 2010 was also installed. --- plugins/checksum/checksum.vcxproj | 3 +++ plugins/dns/dns.vcxproj | 3 +++ plugins/doat/doat.vcxproj | 3 +++ plugins/exec/exec.vcxproj | 3 +++ plugins/fishlim/fishlim.vcxproj | 3 +++ plugins/hextray/hextray.vcxproj | 3 +++ plugins/mpcinfo/mpcinfo.vcxproj | 3 +++ plugins/perl/perl.vcxproj | 3 +++ plugins/python/python.vcxproj | 3 +++ plugins/sysinfo/sysinfo.vcxproj | 3 +++ plugins/upd/upd.vcxproj | 3 +++ plugins/winamp/winamp.vcxproj | 3 +++ 12 files changed, 36 insertions(+) (limited to 'plugins') diff --git a/plugins/checksum/checksum.vcxproj b/plugins/checksum/checksum.vcxproj index 43f8f511..4090675c 100644 --- a/plugins/checksum/checksum.vcxproj +++ b/plugins/checksum/checksum.vcxproj @@ -1,5 +1,8 @@  + + v110 + Release diff --git a/plugins/dns/dns.vcxproj b/plugins/dns/dns.vcxproj index 5efbebfe..39e47f67 100644 --- a/plugins/dns/dns.vcxproj +++ b/plugins/dns/dns.vcxproj @@ -1,5 +1,8 @@  + + v110 + Release diff --git a/plugins/doat/doat.vcxproj b/plugins/doat/doat.vcxproj index 93bcdf7d..bb44030d 100644 --- a/plugins/doat/doat.vcxproj +++ b/plugins/doat/doat.vcxproj @@ -1,5 +1,8 @@  + + v110 + Release diff --git a/plugins/exec/exec.vcxproj b/plugins/exec/exec.vcxproj index 048a33b5..f1710119 100644 --- a/plugins/exec/exec.vcxproj +++ b/plugins/exec/exec.vcxproj @@ -1,5 +1,8 @@  + + v110 + Release diff --git a/plugins/fishlim/fishlim.vcxproj b/plugins/fishlim/fishlim.vcxproj index 82c9abf2..3743057c 100644 --- a/plugins/fishlim/fishlim.vcxproj +++ b/plugins/fishlim/fishlim.vcxproj @@ -1,5 +1,8 @@  + + v110 + Release diff --git a/plugins/hextray/hextray.vcxproj b/plugins/hextray/hextray.vcxproj index 77cc6ad9..9cac1368 100644 --- a/plugins/hextray/hextray.vcxproj +++ b/plugins/hextray/hextray.vcxproj @@ -1,5 +1,8 @@  + + v110 + Release diff --git a/plugins/mpcinfo/mpcinfo.vcxproj b/plugins/mpcinfo/mpcinfo.vcxproj index 7d9a8c57..a63962a9 100644 --- a/plugins/mpcinfo/mpcinfo.vcxproj +++ b/plugins/mpcinfo/mpcinfo.vcxproj @@ -1,5 +1,8 @@  + + v110 + Release diff --git a/plugins/perl/perl.vcxproj b/plugins/perl/perl.vcxproj index 220aa0eb..af173966 100644 --- a/plugins/perl/perl.vcxproj +++ b/plugins/perl/perl.vcxproj @@ -1,5 +1,8 @@  + + v110 + Release diff --git a/plugins/python/python.vcxproj b/plugins/python/python.vcxproj index 308c22db..6d95d056 100644 --- a/plugins/python/python.vcxproj +++ b/plugins/python/python.vcxproj @@ -1,5 +1,8 @@  + + v110 + Release diff --git a/plugins/sysinfo/sysinfo.vcxproj b/plugins/sysinfo/sysinfo.vcxproj index 515515ff..0446e723 100644 --- a/plugins/sysinfo/sysinfo.vcxproj +++ b/plugins/sysinfo/sysinfo.vcxproj @@ -1,5 +1,8 @@  + + v110 + Release diff --git a/plugins/upd/upd.vcxproj b/plugins/upd/upd.vcxproj index 355f95c0..1b3009dc 100644 --- a/plugins/upd/upd.vcxproj +++ b/plugins/upd/upd.vcxproj @@ -1,5 +1,8 @@  + + v110 + Release diff --git a/plugins/winamp/winamp.vcxproj b/plugins/winamp/winamp.vcxproj index e13f8056..667ec598 100644 --- a/plugins/winamp/winamp.vcxproj +++ b/plugins/winamp/winamp.vcxproj @@ -1,5 +1,8 @@  + + v110 + Release -- cgit 1.4.1