Rename Google.Protobuf.Test.CodeGen to Google.Protobuf.Test.TestProtos

This commit is contained in:
Sydney Acksman 2019-11-05 16:44:10 -06:00
parent 7e4be173ad
commit 8da87c6202
17 changed files with 6 additions and 1 deletions

View File

@ -14,6 +14,11 @@
<IsPackable>False</IsPackable>
</PropertyGroup>
<!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" />
</ItemGroup>

View File

@ -10,7 +10,7 @@
<ItemGroup>
<ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" />
<ProjectReference Include="..\Google.Protobuf.Test.CodeGen\Google.Protobuf.Test.CodeGen.csproj"/>
<ProjectReference Include="..\Google.Protobuf.Test.TestProtos\Google.Protobuf.Test.TestProtos.csproj"/>
</ItemGroup>
<ItemGroup>