From 2c8a9cbf0cdacfa02ab5142efbd86aa285951f5b Mon Sep 17 00:00:00 2001 From: Warren Falk Date: Mon, 1 May 2017 09:49:53 -0400 Subject: [PATCH] Add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..89122e8 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file