aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-11-20 14:23:34 +0000
committerJon Skeet <jonskeet@google.com>2015-11-21 03:34:58 +0000
commitf7e43c6f80a29530242f64b5a13790aac5679db7 (patch)
treea8a6a6da178f3581d626471c1fff758922f7a898 /csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
parent956a770adc772184e5911f964b866028465d1727 (diff)
downloadprotobuf-f7e43c6f80a29530242f64b5a13790aac5679db7.tar.gz
protobuf-f7e43c6f80a29530242f64b5a13790aac5679db7.tar.bz2
protobuf-f7e43c6f80a29530242f64b5a13790aac5679db7.zip
Added the type registry in advance of implementing Any support.
Biting off just this bit first as I don't need the changes from a previous PR for this part.
Diffstat (limited to 'csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj')
-rw-r--r--csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj b/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
index cd15b968..903454eb 100644
--- a/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
+++ b/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
@@ -99,6 +99,7 @@
<Compile Include="JsonTokenizerTest.cs" />
<Compile Include="Reflection\DescriptorsTest.cs" />
<Compile Include="Reflection\FieldAccessTest.cs" />
+ <Compile Include="Reflection\TypeRegistryTest.cs" />
<Compile Include="SampleEnum.cs" />
<Compile Include="SampleMessages.cs" />
<Compile Include="TestProtos\MapUnittestProto3.cs" />