aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf/Google.Protobuf.csproj
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2017-05-24 06:41:03 +0100
committerGravatar Jon Skeet <skeet@pobox.com>2017-05-24 09:07:33 +0100
commit0b07d7eb9e15d897bfd3f3d569e0a66b2bb48d18 (patch)
treee15f84c1b4b6de04f9eefc8b74812989d78f62b8 /csharp/src/Google.Protobuf/Google.Protobuf.csproj
parentf26e8c2ae0a490399f7e77d96193f2851b185b56 (diff)
Add IncludeSource in csproj as per review comments
Diffstat (limited to 'csharp/src/Google.Protobuf/Google.Protobuf.csproj')
-rw-r--r--csharp/src/Google.Protobuf/Google.Protobuf.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
index cf30e4a8..4eebd99e 100644
--- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj
+++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
@@ -18,6 +18,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/nodatime/nodatime.git</RepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
+ <IncludeSource>true</IncludeSource>
</PropertyGroup>
<!--