diff options
author | Jose <jose@zeroc.com> | 2014-11-05 12:27:41 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-11-05 12:27:41 +0100 |
commit | 4955e90a6f545cf9f324d3de9d32035efe57e5ed (patch) | |
tree | 6e0ef99f8d9d0513e6be4ca1ba3a6591cea7ae5e /cpp/demo/Database/Oracle | |
parent | More fixes for binary distributions (diff) | |
download | ice-4955e90a6f545cf9f324d3de9d32035efe57e5ed.tar.bz2 ice-4955e90a6f545cf9f324d3de9d32035efe57e5ed.tar.xz ice-4955e90a6f545cf9f324d3de9d32035efe57e5ed.zip |
Demo project fixes and minor updates
Diffstat (limited to 'cpp/demo/Database/Oracle')
-rw-r--r-- | cpp/demo/Database/Oracle/occi/client.vcxproj | 2 | ||||
-rw-r--r-- | cpp/demo/Database/Oracle/occi/server.vcxproj | 2 | ||||
-rw-r--r-- | cpp/demo/Database/Oracle/proc/client.vcxproj | 2 | ||||
-rw-r--r-- | cpp/demo/Database/Oracle/proc/client.vcxproj.filters | 1 | ||||
-rw-r--r-- | cpp/demo/Database/Oracle/proc/server.vcxproj | 2 | ||||
-rw-r--r-- | cpp/demo/Database/Oracle/proc/server.vcxproj.filters | 1 |
6 files changed, 10 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"> diff --git a/cpp/demo/Database/Oracle/proc/client.vcxproj b/cpp/demo/Database/Oracle/proc/client.vcxproj index 06da7a3e2a6..a8ad7181bd9 100644 --- a/cpp/demo/Database/Oracle/proc/client.vcxproj +++ b/cpp/demo/Database/Oracle/proc/client.vcxproj @@ -18,10 +18,12 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseOfMfc>false</UseOfMfc> + <PlatformToolset>v110</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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/proc/client.vcxproj.filters b/cpp/demo/Database/Oracle/proc/client.vcxproj.filters index 71c47f5d931..a8a3abec9bc 100644 --- a/cpp/demo/Database/Oracle/proc/client.vcxproj.filters +++ b/cpp/demo/Database/Oracle/proc/client.vcxproj.filters @@ -32,5 +32,6 @@ <Filter>Resource Files</Filter> </None> <None Include="README" /> + <None Include="config.client" /> </ItemGroup> </Project>
\ No newline at end of file diff --git a/cpp/demo/Database/Oracle/proc/server.vcxproj b/cpp/demo/Database/Oracle/proc/server.vcxproj index f1920bcca88..b8b49eefbb3 100644 --- a/cpp/demo/Database/Oracle/proc/server.vcxproj +++ b/cpp/demo/Database/Oracle/proc/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"> diff --git a/cpp/demo/Database/Oracle/proc/server.vcxproj.filters b/cpp/demo/Database/Oracle/proc/server.vcxproj.filters index 06f89b07e8f..cdd6b614190 100644 --- a/cpp/demo/Database/Oracle/proc/server.vcxproj.filters +++ b/cpp/demo/Database/Oracle/proc/server.vcxproj.filters @@ -62,6 +62,7 @@ <Filter>Resource Files</Filter> </None> <None Include="README" /> + <None Include="config.server" /> </ItemGroup> <ItemGroup> <CustomBuild Include="CurrentSqlContext.pc"> |