diff options
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"/> |