This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +15
-2
lines changed Expand file tree Collapse file tree 6 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments