diff options
author | Jose <jose@zeroc.com> | 2017-06-26 13:18:16 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-06-26 13:18:16 +0200 |
commit | 3d148aaa114d7611ce25cd94ba3810f600786cfd (patch) | |
tree | 934aee94a9ad398a371bb5c092a0a1fc98250a7e /cpp/src/IcePatch2 | |
parent | Attempted fix for occasional timeout overrides test failure (ICE-8141) (diff) | |
download | ice-3d148aaa114d7611ce25cd94ba3810f600786cfd.tar.bz2 ice-3d148aaa114d7611ce25cd94ba3810f600786cfd.tar.xz ice-3d148aaa114d7611ce25cd94ba3810f600786cfd.zip |
Fixed (ICE-8155) - Ice.dll .NET assembly not signed
Diffstat (limited to 'cpp/src/IcePatch2')
3 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IcePatch2/msbuild/icepatch2calc/icepatch2calc.vcxproj b/cpp/src/IcePatch2/msbuild/icepatch2calc/icepatch2calc.vcxproj index 2385ffb25f6..feb497ee082 100644 --- a/cpp/src/IcePatch2/msbuild/icepatch2calc/icepatch2calc.vcxproj +++ b/cpp/src/IcePatch2/msbuild/icepatch2calc/icepatch2calc.vcxproj @@ -70,5 +70,5 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> - <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\config\ice.sign.targets" /> + <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\msbuild\ice.sign.targets" /> </Project>
\ No newline at end of file diff --git a/cpp/src/IcePatch2/msbuild/icepatch2client/icepatch2client.vcxproj b/cpp/src/IcePatch2/msbuild/icepatch2client/icepatch2client.vcxproj index c535c0b6abe..4dfc75def82 100644 --- a/cpp/src/IcePatch2/msbuild/icepatch2client/icepatch2client.vcxproj +++ b/cpp/src/IcePatch2/msbuild/icepatch2client/icepatch2client.vcxproj @@ -70,5 +70,5 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> - <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\config\ice.sign.targets" /> + <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\msbuild\ice.sign.targets" /> </Project>
\ No newline at end of file diff --git a/cpp/src/IcePatch2/msbuild/icepatch2server/icepatch2server.vcxproj b/cpp/src/IcePatch2/msbuild/icepatch2server/icepatch2server.vcxproj index 0cd0d9052ab..4928da444f4 100644 --- a/cpp/src/IcePatch2/msbuild/icepatch2server/icepatch2server.vcxproj +++ b/cpp/src/IcePatch2/msbuild/icepatch2server/icepatch2server.vcxproj @@ -74,5 +74,5 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> - <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\..\config\ice.sign.targets" /> + <Import Project="$(MSBuildThisFileDirectory)..\..\..\..\msbuild\ice.sign.targets" /> </Project>
\ No newline at end of file |