diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-27 16:29:29 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-27 16:29:29 +0000 |
commit | e67c11cc3bafbccb95e9568dae8a0c55385bcae4 (patch) | |
tree | 73ebe00f64165dbc6ea21ffd9a5076d8791c1f19 | |
parent | 27b81252bf10e5281eb900c106c5efe53b4eb4de (diff) |
Tox - compilation fix for MSVS 2010
git-svn-id: http://svn.miranda-ng.org/main/trunk@13198 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/Tox/Tox.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/Tox.vcxproj b/protocols/Tox/Tox.vcxproj index f39af3778a..2d961822e0 100644 --- a/protocols/Tox/Tox.vcxproj +++ b/protocols/Tox/Tox.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
|