Skip to content

Commit

Permalink
protogen no longer compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
twcclegg committed Nov 8, 2022
1 parent 7e60d22 commit 18693db
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 147 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ C# port of Google's [libphonenumber library](https://github.com/googlei18n/libph
* port read/write source xml data to binary for better performance and smaller .nupkg size (WIP)
* update / add / port new unit tests and logging from java source

## Building
* This library targets several frameworks. As such to build the solution as is `.NET Portable Library targeting pack` and `.NET Framework 3.5 development tools` must be installed and finally copy the portable files to the dotnet sdk: `xcopy "C:\Program Files (x86)\MSBuild\Microsoft\Portable" "C:\Program Files\dotnet\sdk\$(dotnet --version)\Microsoft\Portable\" /S /E`
* Alternately to avoid these dependencies the PhoneNumbers.csproj can be edited to exclude unneeded frameworks.

## How to unfold automatic generated files
* Install Jetbrains - Resharper for Visual Studio
* File by file, right click and "Cleanup code"
Expand Down
11 changes: 2 additions & 9 deletions csharp/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ PhoneNumbers C# Library
This is a C# port of libphonenumber, originally from:
http://code.google.com/p/libphonenumber/.

Original Java code is Copyright (C) 2009-2020 Google Inc.
Original Java code is Copyright (C) 2009-2022 Google Inc.

lib/
NUnit, Google.ProtoBuffersLite binaries and various conversion
scripts.
update script

PhoneNumbers/
Port of libphonenumber Java library
Expand All @@ -17,12 +16,6 @@ PhoneNumbers.Test/
Port of libphonenumber Java tests in xunit format.


Building
--------

Open csharp/PhoneNumbers.sln VS2019 solution file to get an overview
of the code. "Build All" should put the libraries at the usual places.

Known Issues
------------

Expand Down
56 changes: 0 additions & 56 deletions csharp/lib/cleanprotobuf.py

This file was deleted.

38 changes: 0 additions & 38 deletions csharp/lib/fixcs.py

This file was deleted.

9 changes: 0 additions & 9 deletions csharp/lib/makeprotobuf.bat

This file was deleted.

31 changes: 0 additions & 31 deletions csharp/lib/protobuf-license.txt

This file was deleted.

0 comments on commit 18693db

Please sign in to comment.