浏览代码

Add IncludeSource in csproj as per review comments

Jon Skeet 8 年之前
父节点
当前提交
0b07d7eb9e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      csharp/src/Google.Protobuf/Google.Protobuf.csproj

+ 1 - 0
csharp/src/Google.Protobuf/Google.Protobuf.csproj

@@ -18,6 +18,7 @@
     <RepositoryType>git</RepositoryType>
     <RepositoryType>git</RepositoryType>
     <RepositoryUrl>https://github.com/nodatime/nodatime.git</RepositoryUrl>
     <RepositoryUrl>https://github.com/nodatime/nodatime.git</RepositoryUrl>
     <IncludeSymbols>true</IncludeSymbols>
     <IncludeSymbols>true</IncludeSymbols>
+    <IncludeSource>true</IncludeSource>
   </PropertyGroup>
   </PropertyGroup>
 
 
   <!-- 
   <!--