-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
4154aa8
commit 2c8a9cb
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# MsBuild.ProtocolBuffers | ||
|
||
MSBuild target for automatic compiling of .proto files into .cs files. | ||
|
||
## Compatibility | ||
|
||
Compatible with MSBuild 15.0 (Visual Studio 2017, .NET SDK projects, dotnet build) | ||
|
||
Compatibility with earlier versions (and thus xbuild also) is conceivable but not implemented. Pull requests to add this are welcomed. | ||
|
||
## Usage | ||
|
||
``` | ||
Install-Package MsBuild.ProtocolBuffers | ||
``` | ||
|
||
Then just add .proto files to the project and .proto.cs files will be generated and included alongside them. |