Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
warrenfalk committed May 1, 2017
1 parent 4154aa8 commit 2c8a9cb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
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.

0 comments on commit 2c8a9cb

Please sign in to comment.