Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 8f8129a

Browse files
committed
Storage Client Library - 4.3.0
1 parent 7ff9677 commit 8f8129a

File tree

6 files changed

+15
-2
lines changed

6 files changed

+15
-2
lines changed

Lib/WindowsPhone/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@
4444
"d333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307" +
4545
"e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c3" +
4646
"08055da9")]
47+
[assembly: InternalsVisibleTo(
48+
"Microsoft.WindowsAzure.StoragePhone81.Test, PublicKey=" +
49+
"0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67" +
50+
"871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0b" +
51+
"d333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307" +
52+
"e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c3" +
53+
"08055da9")]
4754
#else
4855
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Storage.Test")]
4956
[assembly: InternalsVisibleTo("Microsoft.WindowsAzure.StoragePhone81.Test")]
160 Bytes
Binary file not shown.

Test/FaultInjection/AzureStorageMangler/AzureStorageMangler.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2828
</PropertyGroup>
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30-
<DebugType>pdbonly</DebugType>
30+
<SignAssembly>true</SignAssembly>
31+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
32+
<DelaySign>true</DelaySign>
33+
<DebugType>pdbonly</DebugType>
3134
<Optimize>true</Optimize>
3235
<OutputPath>bin\Release\</OutputPath>
3336
<DefineConstants>TRACE</DefineConstants>

Test/FaultInjection/HttpMangler/HttpMangler.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
<NoWarn>1685</NoWarn>
2929
</PropertyGroup>
3030
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31-
<DebugType>pdbonly</DebugType>
31+
<SignAssembly>true</SignAssembly>
32+
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
33+
<DelaySign>true</DelaySign>
34+
<DebugType>pdbonly</DebugType>
3235
<Optimize>true</Optimize>
3336
<OutputPath>bin\Release\</OutputPath>
3437
<ErrorReport>prompt</ErrorReport>
160 Bytes
Binary file not shown.
160 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)