diff options
author | Austin Henriksen <austin@zeroc.com> | 2021-02-03 17:09:42 -0500 |
---|---|---|
committer | Austin Henriksen <austin@zeroc.com> | 2021-02-03 17:09:42 -0500 |
commit | a4674232b4ba95f09eeb03a87bbe72a04a51059d (patch) | |
tree | c5d1adc13fd19dc7de24716c85c5557573638dbf /cpp/src | |
parent | Cleaned up project files. (diff) | |
download | ice-a4674232b4ba95f09eeb03a87bbe72a04a51059d.tar.bz2 ice-a4674232b4ba95f09eeb03a87bbe72a04a51059d.tar.xz ice-a4674232b4ba95f09eeb03a87bbe72a04a51059d.zip |
Fixed IceDB project name to include ++11 suffix for library.
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceDB/msbuild/icedb.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceDB/msbuild/icedb.vcxproj b/cpp/src/IceDB/msbuild/icedb.vcxproj index 308c93a9ce7..0bc68a1bfe1 100644 --- a/cpp/src/IceDB/msbuild/icedb.vcxproj +++ b/cpp/src/IceDB/msbuild/icedb.vcxproj @@ -21,6 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{E8ACC848-F7DA-4B29-B52F-81D66E7D397E}</ProjectGuid> <RootNamespace>IceDB</RootNamespace> + <ProjectName>icedb++11</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |