ソースを参照

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

Sydney Acksman 5 年 前
コミット
8da87c6202

+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/ForeignMessagePartial.cs → csharp/src/Google.Protobuf.Test.TestProtos/ForeignMessagePartial.cs


+ 5 - 0
csharp/src/Google.Protobuf.Test.CodeGen/Google.Protobuf.Test.CodeGen.csproj → csharp/src/Google.Protobuf.Test.TestProtos/Google.Protobuf.Test.TestProtos.csproj

@@ -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>

+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/MapUnittestProto3.cs → csharp/src/Google.Protobuf.Test.TestProtos/MapUnittestProto3.cs


+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/OldExtensions1.cs → csharp/src/Google.Protobuf.Test.TestProtos/OldExtensions1.cs


+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/OldExtensions2.cs → csharp/src/Google.Protobuf.Test.TestProtos/OldExtensions2.cs


+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/TestMessagesProto2.cs → csharp/src/Google.Protobuf.Test.TestProtos/TestMessagesProto2.cs


+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/TestMessagesProto3.cs → csharp/src/Google.Protobuf.Test.TestProtos/TestMessagesProto3.cs


+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/Unittest.cs → csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs


+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/UnittestCustomOptionsProto3.cs → csharp/src/Google.Protobuf.Test.TestProtos/UnittestCustomOptionsProto3.cs


+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/UnittestImport.cs → csharp/src/Google.Protobuf.Test.TestProtos/UnittestImport.cs


+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/UnittestImportProto3.cs → csharp/src/Google.Protobuf.Test.TestProtos/UnittestImportProto3.cs


+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/UnittestImportPublic.cs → csharp/src/Google.Protobuf.Test.TestProtos/UnittestImportPublic.cs


+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/UnittestImportPublicProto3.cs → csharp/src/Google.Protobuf.Test.TestProtos/UnittestImportPublicProto3.cs


+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/UnittestIssues.cs → csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssues.cs


+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/UnittestProto3.cs → csharp/src/Google.Protobuf.Test.TestProtos/UnittestProto3.cs


+ 0 - 0
csharp/src/Google.Protobuf.Test.CodeGen/UnittestWellKnownTypes.cs → csharp/src/Google.Protobuf.Test.TestProtos/UnittestWellKnownTypes.cs


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

@@ -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>