diff options
author | Jon Skeet <jonskeet@google.com> | 2015-07-28 09:01:13 +0100 |
---|---|---|
committer | Jon Skeet <jonskeet@google.com> | 2015-07-28 09:01:13 +0100 |
commit | 9ccc83990dd38765354172c879612fc3b8796553 (patch) | |
tree | ed8e65be0108f5c091da1c8d3f599c272e00943b /csharp | |
parent | 0802d56fcde72346554240f932ad11a789e16fbe (diff) |
Humbug - previous commit didn't include project file changes :(
Diffstat (limited to 'csharp')
-rw-r--r-- | csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj | 2 |
1 files changed, 2 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 2522901e..fdae447e 100644 --- a/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj +++ b/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj @@ -75,6 +75,8 @@ <Compile Include="CodedInputStreamExtensions.cs" />
<Compile Include="CodedInputStreamTest.cs" />
<Compile Include="CodedOutputStreamTest.cs" />
+ <Compile Include="Compatibility\PropertyInfoExtensionsTest.cs" />
+ <Compile Include="Compatibility\TypeExtensionsTest.cs" />
<Compile Include="EqualityTester.cs" />
<Compile Include="FieldCodecTest.cs" />
<Compile Include="GeneratedMessageTest.cs" />
|