diff options
author | Jose <jose@zeroc.com> | 2017-03-24 12:33:33 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-03-24 12:33:33 +0100 |
commit | cdd283db257b308dd2a07171f5d2eb5e9672bc3e (patch) | |
tree | c4791dc0c68cae3fd5e417f723d5546c8c554758 /cpp/src | |
parent | ICE-7680: replace Thread by Runnable (diff) | |
download | ice-cdd283db257b308dd2a07171f5d2eb5e9672bc3e.tar.bz2 ice-cdd283db257b308dd2a07171f5d2eb5e9672bc3e.tar.xz ice-cdd283db257b308dd2a07171f5d2eb5e9672bc3e.zip |
Fix (ICE-7498) - Port more test to UWP
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj | 1 | ||||
-rw-r--r-- | cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj.filters | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj b/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj index 4334eeb201e..03bb56f0fb3 100644 --- a/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj +++ b/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj @@ -156,6 +156,7 @@ <ClCompile Include="..\..\..\IceUtil\ConsoleUtil.cpp" /> <ClCompile Include="..\..\..\IceUtil\StringUtil.cpp" /> <ClCompile Include="..\..\StreamSocket.cpp" /> + <ClCompile Include="..\..\StringConverterPlugin.cpp" /> <ClCompile Include="..\..\Thread.cpp" /> <ClCompile Include="..\..\..\IceUtil\ThreadException.cpp" /> <ClCompile Include="..\..\..\IceUtil\Time.cpp" /> diff --git a/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj.filters b/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj.filters index 84cf9cc5098..3dd63a4eee3 100644 --- a/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj.filters +++ b/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj.filters @@ -1102,7 +1102,8 @@ <ClCompile Include="..\..\TcpEndpointI.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\..\WindowsStringConverter.cpp"> + <ClCompile Include="..\..\..\IceUtil\ConsoleUtil.cpp" /> + <ClCompile Include="..\..\StringConverterPlugin.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> |