diff options
author | Arnavion <arnavion@gmail.com> | 2013-04-25 21:03:03 -0700 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2013-04-25 21:03:03 -0700 |
commit | 07bc467d031cbaa47331a7fec52b6bc02ab38f95 (patch) | |
tree | a17087c925fb7f0422b2df5b537c8e42ade24a93 /win32/hexchat.props | |
parent | a39f8ea71f3c34b60949421e3385e7ed980411b8 (diff) |
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.
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index eb121ed5..ad59ec1c 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -2,10 +2,6 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ImportGroup Label="PropertySheets" /> - <PropertyGroup Label="Configuration"> - <PlatformToolset>v110</PlatformToolset> - </PropertyGroup> - <PropertyGroup Label="UserMacros"> <!-- SPECIFY YOUR DEPENDENCY DIRECTORIES HERE --> |