diff options
author | Jose <jose@zeroc.com> | 2016-11-29 22:15:08 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-11-29 22:15:08 +0100 |
commit | 770105aec369075d3a99e112e98cbe46e3ae51dd (patch) | |
tree | 455f307dc659a8760437ee61dc2f36a9da7bccee /cpp/config/ice.cpp.props | |
parent | Provide the process to getLibSubDir/getBinSubDir (diff) | |
download | ice-770105aec369075d3a99e112e98cbe46e3ae51dd.tar.bz2 ice-770105aec369075d3a99e112e98cbe46e3ae51dd.tar.xz ice-770105aec369075d3a99e112e98cbe46e3ae51dd.zip |
Windows C++ projects fixes related to Nuget Packages
Diffstat (limited to 'cpp/config/ice.cpp.props')
-rw-r--r-- | cpp/config/ice.cpp.props | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/config/ice.cpp.props b/cpp/config/ice.cpp.props index 7e5f5970a1e..bbd4730e1bf 100644 --- a/cpp/config/ice.cpp.props +++ b/cpp/config/ice.cpp.props @@ -35,6 +35,5 @@ <Path>$(IceBinPath);$(Path)</Path> <LibraryPath>$(IceLibraryPath);$(LibraryPath)</LibraryPath> <IncludePath>$(IceIncludePath);$(IncludePath)</IncludePath> - </PropertyGroup> </Project> |