summaryrefslogtreecommitdiff
path: root/cpp/demo/Database/Oracle/occi
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-11-05 12:27:41 +0100
committerJose <jose@zeroc.com>2014-11-05 12:27:41 +0100
commit4955e90a6f545cf9f324d3de9d32035efe57e5ed (patch)
tree6e0ef99f8d9d0513e6be4ca1ba3a6591cea7ae5e /cpp/demo/Database/Oracle/occi
parentMore fixes for binary distributions (diff)
downloadice-4955e90a6f545cf9f324d3de9d32035efe57e5ed.tar.bz2
ice-4955e90a6f545cf9f324d3de9d32035efe57e5ed.tar.xz
ice-4955e90a6f545cf9f324d3de9d32035efe57e5ed.zip
Demo project fixes and minor updates
Diffstat (limited to 'cpp/demo/Database/Oracle/occi')
-rw-r--r--cpp/demo/Database/Oracle/occi/client.vcxproj2
-rw-r--r--cpp/demo/Database/Oracle/occi/server.vcxproj2
2 files changed, 4 insertions, 0 deletions
diff --git a/cpp/demo/Database/Oracle/occi/client.vcxproj b/cpp/demo/Database/Oracle/occi/client.vcxproj
index a3ab08e8a23..6d6f4c9cd8d 100644
--- a/cpp/demo/Database/Oracle/occi/client.vcxproj
+++ b/cpp/demo/Database/Oracle/occi/client.vcxproj
@@ -18,10 +18,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
diff --git a/cpp/demo/Database/Oracle/occi/server.vcxproj b/cpp/demo/Database/Oracle/occi/server.vcxproj
index 75f72952633..85b55ae9aad 100644
--- a/cpp/demo/Database/Oracle/occi/server.vcxproj
+++ b/cpp/demo/Database/Oracle/occi/server.vcxproj
@@ -18,10 +18,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">