First pass at the big rename from ProtocolBuffers to Google.Protobuf.

We'll see what I've missed when CI fails...
pull/616/head
Jon Skeet 10 years ago
parent 0f442a7533
commit 59eeebee87
  1. 4
      appveyor.bat
  2. 12
      csharp/.gitignore
  3. 8
      csharp/README.md
  4. 4
      csharp/build_packages.bat
  5. 6
      csharp/buildall.sh
  6. 8
      csharp/generate_protos.sh
  7. 0
      csharp/keys/Google.Protobuf.snk
  8. 4
      csharp/keys/generate_new_key.bat
  9. 4
      csharp/src/AddressBook/AddressBook.csproj
  10. 10
      csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj
  11. 4
      csharp/src/Google.Protobuf.JsonDump/Program.cs
  12. 0
      csharp/src/Google.Protobuf.JsonDump/Properties/AssemblyInfo.cs
  13. 0
      csharp/src/Google.Protobuf.JsonDump/app.config
  14. 0
      csharp/src/Google.Protobuf.Test/ByteStringTest.cs
  15. 0
      csharp/src/Google.Protobuf.Test/CodedInputStreamExtensions.cs
  16. 0
      csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs
  17. 0
      csharp/src/Google.Protobuf.Test/CodedOutputStreamTest.cs
  18. 0
      csharp/src/Google.Protobuf.Test/Collections/MapFieldTest.cs
  19. 0
      csharp/src/Google.Protobuf.Test/Collections/RepeatedFieldTest.cs
  20. 0
      csharp/src/Google.Protobuf.Test/DeprecatedMemberTest.cs
  21. 0
      csharp/src/Google.Protobuf.Test/EqualityTester.cs
  22. 0
      csharp/src/Google.Protobuf.Test/FieldCodecTest.cs
  23. 0
      csharp/src/Google.Protobuf.Test/GeneratedMessageTest.cs
  24. 8
      csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
  25. 0
      csharp/src/Google.Protobuf.Test/IssuesTest.cs
  26. 0
      csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs
  27. 0
      csharp/src/Google.Protobuf.Test/Properties/AppManifest.xml
  28. 4
      csharp/src/Google.Protobuf.Test/Properties/AssemblyInfo.cs
  29. 0
      csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs
  30. 0
      csharp/src/Google.Protobuf.Test/SampleEnum.cs
  31. 0
      csharp/src/Google.Protobuf.Test/SampleMessages.cs
  32. 0
      csharp/src/Google.Protobuf.Test/TestCornerCases.cs
  33. 0
      csharp/src/Google.Protobuf.Test/TestProtos/MapUnittestProto3.cs
  34. 0
      csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportProto3.cs
  35. 0
      csharp/src/Google.Protobuf.Test/TestProtos/UnittestImportPublicProto3.cs
  36. 0
      csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs
  37. 0
      csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs
  38. 0
      csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs
  39. 0
      csharp/src/Google.Protobuf.Test/WellKnownTypes/WrappersTest.cs
  40. 0
      csharp/src/Google.Protobuf.Test/packages.config
  41. 6
      csharp/src/Google.Protobuf.sln
  42. 0
      csharp/src/Google.Protobuf/ByteArray.cs
  43. 0
      csharp/src/Google.Protobuf/ByteString.cs
  44. 0
      csharp/src/Google.Protobuf/CodedInputStream.cs
  45. 0
      csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs
  46. 0
      csharp/src/Google.Protobuf/CodedOutputStream.cs
  47. 0
      csharp/src/Google.Protobuf/Collections/MapField.cs
  48. 0
      csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs
  49. 0
      csharp/src/Google.Protobuf/Collections/RepeatedField.cs
  50. 0
      csharp/src/Google.Protobuf/FieldCodec.cs
  51. 0
      csharp/src/Google.Protobuf/FrameworkPortability.cs
  52. 0
      csharp/src/Google.Protobuf/Freezable.cs
  53. 2
      csharp/src/Google.Protobuf/Google.Protobuf.csproj
  54. 0
      csharp/src/Google.Protobuf/Google.Protobuf.nuspec
  55. 0
      csharp/src/Google.Protobuf/IMessage.cs
  56. 0
      csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs
  57. 0
      csharp/src/Google.Protobuf/JsonFormatter.cs
  58. 0
      csharp/src/Google.Protobuf/LimitedInputStream.cs
  59. 0
      csharp/src/Google.Protobuf/MessageExtensions.cs
  60. 0
      csharp/src/Google.Protobuf/MessageParser.cs
  61. 4
      csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs
  62. 0
      csharp/src/Google.Protobuf/Reflection/DescriptorBase.cs
  63. 0
      csharp/src/Google.Protobuf/Reflection/DescriptorPool.cs
  64. 0
      csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs
  65. 0
      csharp/src/Google.Protobuf/Reflection/DescriptorUtil.cs
  66. 0
      csharp/src/Google.Protobuf/Reflection/DescriptorValidationException.cs
  67. 0
      csharp/src/Google.Protobuf/Reflection/EnumDescriptor.cs
  68. 0
      csharp/src/Google.Protobuf/Reflection/EnumValueDescriptor.cs
  69. 0
      csharp/src/Google.Protobuf/Reflection/FieldAccessorBase.cs
  70. 0
      csharp/src/Google.Protobuf/Reflection/FieldAccessorTable.cs
  71. 0
      csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs
  72. 0
      csharp/src/Google.Protobuf/Reflection/FieldType.cs
  73. 0
      csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs
  74. 0
      csharp/src/Google.Protobuf/Reflection/IDescriptor.cs
  75. 0
      csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs
  76. 0
      csharp/src/Google.Protobuf/Reflection/MapFieldAccessor.cs
  77. 0
      csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs
  78. 0
      csharp/src/Google.Protobuf/Reflection/MethodDescriptor.cs
  79. 0
      csharp/src/Google.Protobuf/Reflection/OneofAccessor.cs
  80. 0
      csharp/src/Google.Protobuf/Reflection/OneofDescriptor.cs
  81. 0
      csharp/src/Google.Protobuf/Reflection/PackageDescriptor.cs
  82. 0
      csharp/src/Google.Protobuf/Reflection/PartialClasses.cs
  83. 0
      csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs
  84. 0
      csharp/src/Google.Protobuf/Reflection/RepeatedFieldAccessor.cs
  85. 0
      csharp/src/Google.Protobuf/Reflection/ServiceDescriptor.cs
  86. 0
      csharp/src/Google.Protobuf/Reflection/SingleFieldAccessor.cs
  87. 0
      csharp/src/Google.Protobuf/ThrowHelper.cs
  88. 0
      csharp/src/Google.Protobuf/WellKnownTypes/Any.cs
  89. 0
      csharp/src/Google.Protobuf/WellKnownTypes/Api.cs
  90. 0
      csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs
  91. 0
      csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs
  92. 0
      csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs
  93. 0
      csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs
  94. 0
      csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs
  95. 0
      csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs
  96. 0
      csharp/src/Google.Protobuf/WellKnownTypes/Type.cs
  97. 0
      csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs
  98. 0
      csharp/src/Google.Protobuf/WireFormat.cs
  99. 7
      csharp/src/ProtocolBuffers.Test/Properties/OutOfBrowserSettings.xml
  100. 3
      csharp/src/packages/repositories.config

@ -20,8 +20,8 @@ goto :EOF
echo Building C#
cd csharp\src
nuget restore
msbuild ProtocolBuffers.sln /p:Platform="Any CPU" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" || goto error
nunit-console ProtocolBuffers.Test\bin\%configuration%\Google.Protobuf.Test.dll || goto error
msbuild Google.Protobuf.sln /p:Platform="Any CPU" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" || goto error
nunit-console Google.Protobuf.Test\bin\%configuration%\Google.Protobuf.Test.dll || goto error
goto :EOF
:error

12
csharp/.gitignore vendored

@ -3,12 +3,12 @@
#
src/AddressBook/bin
src/AddressBook/obj
src/ProtocolBuffers/bin/
src/ProtocolBuffers/obj/
src/ProtocolBuffers.Test/bin/
src/ProtocolBuffers.Test/obj/
src/ProtoDump/bin/
src/ProtoDump/obj/
src/Google.Protobuf/bin/
src/Google.Protobuf/obj/
src/Google.Protobuf.Test/bin/
src/Google.Protobuf.Test/obj/
src/Google.Protobuf.JsonDump/bin/
src/Google.Protobuf.JsonDump/obj/
mono/bin
mono/tmp
mono/protoc

@ -18,14 +18,14 @@ well as cloning, however.
Usage
=====
The easiest way to use C# protocol buffers in your project is to use the [Google.ProtocolBuffers NuGet package](http://www.nuget.org/packages/Google.ProtocolBuffers/). This package is the legacy package for C# protocol buffers, but it will work fine with C# code generated by `protoc` if you use proto2 syntax (The API of the runtime library haven't changed so far).
We will definitely release a new NuGet package for the runtime library in the future. The new runtime library WILL contain significant semantic, backwardly-incompatible changes in proto handling (mostly because we will be adding proto3 support and we will be using that oportunity to make some design changes). So keep in mind that you will need to regenerate your proto files and switch to a new NuGet package once the new version of runtime library becomes available.
Use `protoc` with the `--csharp_out` option to generate C# files in the specified directory.
Include these in your C# project, and add a reference to the `Google.Protobuf` project. Currently
there is no NuGet package for this, but we will be building one as soon as the API is stable.
Building
========
Open the `src/ProtocolBuffers.sln` solution in Visual Studio. Click "Build solution" to build the solution. You should be able to run the NUnit test from Test Explorer (you might need to install NUnit Visual Studio add-in).
Open the `src/Google.Protobuf.sln` solution in Visual Studio. Click "Build solution" to build the solution. You should be able to run the NUnit test from Test Explorer (you might need to install NUnit Visual Studio add-in).
Supported Visual Studio versions are VS2013 (update 4) and VS2015. On Linux, you can also use Monodevelop 5.9 (older versions might work fine).

@ -3,8 +3,8 @@
@rem Adjust the location of nuget.exe
set NUGET=C:\nuget\nuget.exe
@rem Build src/ProtocolBuffers.sln solution in Release configuration first.
%NUGET% pack src\ProtocolBuffers\Google.Protobuf.nuspec -Symbols || goto :error
@rem Build src/Google.Protobuf.sln solution in Release configuration first.
%NUGET% pack src\Google.Protobuf\Google.Protobuf.nuspec -Symbols || goto :error
goto :EOF

@ -6,13 +6,13 @@ NUNIT_CONSOLE=nunit-console
# The rest you can leave intact
CONFIG=Release
KEYFILE=../keys/Google.ProtocolBuffers.snk # TODO(jtattermusch): signing!
KEYFILE=../keys/Google.Google.Protobuf.snk # TODO(jtattermusch): signing!
SRC=$(dirname $0)/src
set -ex
echo Building the solution.
xbuild /p:Configuration=$CONFIG $SRC/ProtocolBuffers.sln
xbuild /p:Configuration=$CONFIG $SRC/Google.Protobuf.sln
echo Running tests.
$NUNIT_CONSOLE $SRC/ProtocolBuffers.Test/bin/$CONFIG/Google.Protobuf.Test.dll
$NUNIT_CONSOLE $SRC/Google.Protobuf.Test/bin/$CONFIG/Google.Protobuf.Test.dll

@ -38,11 +38,11 @@ fi
# Descriptor proto
# TODO(jonskeet): Remove fixup
cp src/google/protobuf/descriptor.proto src/google/protobuf/descriptor_proto_file.proto
$PROTOC -Isrc --csharp_out=csharp/src/ProtocolBuffers/Reflection \
$PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf/Reflection \
src/google/protobuf/descriptor_proto_file.proto
rm src/google/protobuf/descriptor_proto_file.proto
$PROTOC -Isrc --csharp_out=csharp/src/ProtocolBuffers/WellKnownTypes \
$PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf/WellKnownTypes \
src/google/protobuf/any.proto \
src/google/protobuf/api.proto \
src/google/protobuf/duration.proto \
@ -54,7 +54,7 @@ $PROTOC -Isrc --csharp_out=csharp/src/ProtocolBuffers/WellKnownTypes \
src/google/protobuf/type.proto \
src/google/protobuf/wrappers.proto
$PROTOC -Isrc --csharp_out=csharp/src/ProtocolBuffers.Test/TestProtos \
$PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf.Test/TestProtos \
src/google/protobuf/map_unittest_proto3.proto \
src/google/protobuf/unittest_proto3.proto \
src/google/protobuf/unittest_import_proto3.proto \
@ -62,7 +62,7 @@ $PROTOC -Isrc --csharp_out=csharp/src/ProtocolBuffers.Test/TestProtos \
src/google/protobuf/unittest_well_known_types.proto
$PROTOC -Icsharp/protos/extest --csharp_out=csharp/src/ProtocolBuffers.Test/TestProtos \
$PROTOC -Icsharp/protos/extest --csharp_out=csharp/src/Google.Protobuf.Test/TestProtos \
csharp/protos/extest/unittest_issues.proto
# AddressBook sample protos

@ -3,11 +3,11 @@ IF EXIST "C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\sn.exe" GOTO FOUND
goto USEPATH
:FOUND
"C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\sn.exe" -k %~dp0\Google.ProtocolBuffers.snk
"C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\sn.exe" -k %~dp0\Google.Protobuf.snk
GOTO EXIT
:USEPATH
sn.exe -k %~dp0\Google.ProtocolBuffers.snk
sn.exe -k %~dp0\Google.Protobuf.snk
GOTO EXIT
:EXIT

@ -53,9 +53,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
<ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj">
<Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
<Name>ProtocolBuffers</Name>
<Name>Google.Protobuf</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<EnvironmentFlavor>CLIENTPROFILE</EnvironmentFlavor>
@ -10,8 +10,8 @@
<ProjectGuid>{D7282E99-2DC3-405B-946F-177DB2FD2AE2}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Google.Protobuf.ProtoDump</RootNamespace>
<AssemblyName>ProtoDump</AssemblyName>
<RootNamespace>Google.Protobuf.JsonDump</RootNamespace>
<AssemblyName>Google.Protobuf.JsonDump</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
@ -48,9 +48,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
<ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj">
<Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
<Name>ProtocolBuffers</Name>
<Name>Google.Protobuf</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>

@ -36,7 +36,7 @@ using System.IO;
namespace Google.Protobuf.ProtoDump
{
/// <summary>
/// Small utility to load a binary message and dump it in text form
/// Small utility to load a binary message and dump it in JSON format.
/// </summary>
internal class Program
{
@ -44,7 +44,7 @@ namespace Google.Protobuf.ProtoDump
{
if (args.Length != 2)
{
Console.Error.WriteLine("Usage: ProtoDump <descriptor type name> <input data>");
Console.Error.WriteLine("Usage: Google.Protobuf.JsonDump <descriptor type name> <input data>");
Console.Error.WriteLine("The descriptor type name is the fully-qualified message name,");
Console.Error.WriteLine("including assembly e.g. ProjectNamespace.Message,Company.Project");
return 1;

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@ -13,7 +13,7 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\keys\Google.Protobuf.snk</AssemblyOriginatorKeyFile>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
@ -97,9 +97,9 @@
<Compile Include="WellKnownTypes\WrappersTest.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ProtocolBuffers\ProtocolBuffers.csproj">
<ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj">
<Project>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</Project>
<Name>ProtocolBuffers</Name>
<Name>Google.Protobuf</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>

@ -7,11 +7,11 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ProtocolBuffers.Test")]
[assembly: AssemblyTitle("Google.Protobuf.Test")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ProtocolBuffers.Test")]
[assembly: AssemblyProduct("Google.Protobuf.Test")]
[assembly: AssemblyCopyright("Copyright <EFBFBD> 2008")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

@ -2,13 +2,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtocolBuffers", "ProtocolBuffers\ProtocolBuffers.csproj", "{6908BDCE-D925-43F3-94AC-A531E6DF2591}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Protobuf", "Google.Protobuf\Google.Protobuf.csproj", "{6908BDCE-D925-43F3-94AC-A531E6DF2591}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtocolBuffers.Test", "ProtocolBuffers.Test\ProtocolBuffers.Test.csproj", "{DD01ED24-3750-4567-9A23-1DB676A15610}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Protobuf.Test", "Google.Protobuf.Test\Google.Protobuf.Test.csproj", "{DD01ED24-3750-4567-9A23-1DB676A15610}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddressBook", "AddressBook\AddressBook.csproj", "{A31F5FB2-4FF3-432A-B35B-5CD203606311}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtoDump", "ProtoDump\ProtoDump.csproj", "{D7282E99-2DC3-405B-946F-177DB2FD2AE2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Google.Protobuf.JsonDump", "Google.Protobuf.JsonDump\Google.Protobuf.JsonDump.csproj", "{D7282E99-2DC3-405B-946F-177DB2FD2AE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

@ -15,7 +15,7 @@
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\keys\Google.Protobuf.snk</AssemblyOriginatorKeyFile>
<OldToolsVersion>3.5</OldToolsVersion>
<MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
</PropertyGroup>

@ -37,11 +37,11 @@ using System.Runtime.CompilerServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("ProtocolBuffers")]
[assembly: AssemblyTitle("Google.Protobuf")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("ProtocolBuffers")]
[assembly: AssemblyProduct("Google.Protobuf")]
[assembly: AssemblyCopyright("Copyright © 2008")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

@ -1,7 +0,0 @@
<OutOfBrowserSettings ShortName="ProtocolBuffers.Test" EnableGPUAcceleration="False" ShowInstallMenuItem="False">
<OutOfBrowserSettings.Blurb>ProtocolBuffers.Test</OutOfBrowserSettings.Blurb>
<OutOfBrowserSettings.WindowSettings>
<WindowSettings Title="ProtocolBuffers.Test" />
</OutOfBrowserSettings.WindowSettings>
<OutOfBrowserSettings.Icons />
</OutOfBrowserSettings>

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\ProtocolBuffers.Test\packages.config" />
<repository path="..\ProtocolBuffersLite.Test\packages.config" />
<repository path="..\Google.Protobuf.Test\packages.config" />
</repositories>
Loading…
Cancel
Save