aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-07-30 09:29:52 +0100
committerJon Skeet <jonskeet@google.com>2015-07-31 08:14:11 +0100
commit9629797331e6859ce68c5489fc690d3526a3915a (patch)
tree80f252786271fac3526ec7a81a0f8bb0d8a1d36c /csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
parent5bdb1fb31117a1903808dabc991e282463d99009 (diff)
downloadprotobuf-9629797331e6859ce68c5489fc690d3526a3915a.tar.gz
protobuf-9629797331e6859ce68c5489fc690d3526a3915a.tar.bz2
protobuf-9629797331e6859ce68c5489fc690d3526a3915a.zip
Well-known type operations for Timestamp and Duration (but not JSON formatting).
While I've provided operators, I haven't yet provided the method equivalents. It's not clear to me that they're actually a good idea, while we're really targeting C# developers who definitely *can* use the user-defined operators.
Diffstat (limited to 'csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj')
-rw-r--r--csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj2
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 fdae447e..eb6d3960 100644
--- a/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
+++ b/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
@@ -97,6 +97,8 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TestCornerCases.cs" />
<Compile Include="TestProtos\UnittestWellKnownTypes.cs" />
+ <Compile Include="WellKnownTypes\DurationTest.cs" />
+ <Compile Include="WellKnownTypes\TimestampTest.cs" />
<Compile Include="WellKnownTypes\WrappersTest.cs" />
</ItemGroup>
<ItemGroup>