aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers.Test
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2008-08-14 20:35:34 +0100
committerJon Skeet <skeet@pobox.com>2008-08-14 20:35:34 +0100
commit5407a4329d578d8858cbcb3097b29a438fb03e43 (patch)
tree4595aeea1dcaf18d87c11bb6856085845f36398e /csharp/ProtocolBuffers.Test
parent38d453d3186eaf33afbc0474485f901d12a2a5c4 (diff)
downloadprotobuf-5407a4329d578d8858cbcb3097b29a438fb03e43.tar.gz
protobuf-5407a4329d578d8858cbcb3097b29a438fb03e43.tar.bz2
protobuf-5407a4329d578d8858cbcb3097b29a438fb03e43.zip
Signed the test assembly, and added InternalsVisibleTo. Some public members now internal again.
Diffstat (limited to 'csharp/ProtocolBuffers.Test')
-rw-r--r--csharp/ProtocolBuffers.Test/Properties/ProtocolBuffers.Test.snkbin0 -> 596 bytes
-rw-r--r--csharp/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj5
2 files changed, 5 insertions, 0 deletions
diff --git a/csharp/ProtocolBuffers.Test/Properties/ProtocolBuffers.Test.snk b/csharp/ProtocolBuffers.Test/Properties/ProtocolBuffers.Test.snk
new file mode 100644
index 00000000..20046fb2
--- /dev/null
+++ b/csharp/ProtocolBuffers.Test/Properties/ProtocolBuffers.Test.snk
Binary files differ
diff --git a/csharp/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj b/csharp/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
index 5ecd08d2..015451fc 100644
--- a/csharp/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
+++ b/csharp/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
@@ -12,6 +12,8 @@
<AssemblyName>Google.ProtocolBuffers.Test</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>Properties\ProtocolBuffers.Test.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -75,6 +77,9 @@
<Name>ProtocolBuffers</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <None Include="Properties\ProtocolBuffers.Test.snk" />
+ </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.