소스 검색

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>
     <RepositoryUrl>https://github.com/nodatime/nodatime.git</RepositoryUrl>
     <IncludeSymbols>true</IncludeSymbols>
+    <IncludeSource>true</IncludeSource>
   </PropertyGroup>
 
   <!--