diff options
author | Jose <jose@zeroc.com> | 2017-04-10 13:12:21 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-04-10 13:12:21 +0200 |
commit | dededb23b72b4f35a06ca801a64dc850efc0033f (patch) | |
tree | c06c234e02f85538ade37105d542e925a5040854 /cpp | |
parent | Fix (ICE-7762) - Change dispatch bool return value (diff) | |
download | ice-dededb23b72b4f35a06ca801a64dc850efc0033f.tar.bz2 ice-dededb23b72b4f35a06ca801a64dc850efc0033f.tar.xz ice-dededb23b72b4f35a06ca801a64dc850efc0033f.zip |
Fix (ICE-7771) - UWP build fails, missing targets file
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/msbuild/ice.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/msbuild/ice.proj b/cpp/msbuild/ice.proj index b4b5e56ea67..1929030648e 100644 --- a/cpp/msbuild/ice.proj +++ b/cpp/msbuild/ice.proj @@ -318,7 +318,7 @@ <Copy SourceFiles="zeroc.ice.uwp.$(DefaultPlatformToolset).x86.nuspec" DestinationFolder="zeroc.ice.uwp.$(DefaultPlatformToolset).x86" /> <Copy SourceFiles="zeroc.ice.uwp.$(DefaultPlatformToolset).targets" - DestinationFiles="zeroc.ice.uwp.x86\build\native\zeroc.ice.uwp.$(DefaultPlatformToolset).x86.targets" /> + DestinationFiles="zeroc.ice.uwp.$(DefaultPlatformToolset).x86\build\native\zeroc.ice.uwp.$(DefaultPlatformToolset).x86.targets" /> <Exec Command="$(NugetExe) pack -NoPackageAnalysis -NonInteractive" WorkingDirectory="zeroc.ice.uwp.$(DefaultPlatformToolset).x86"/> |