# ProtoGen **Repository Path**: newzai/ProtoGen ## Basic Information - **Project Name**: ProtoGen - **Description**: 解析protobuf的消息文件。 根据解析的内容生成C#类对象和xaml界面文件 并且生成C#类对象和protobuf C# 消息之间的转换接口。。 - **Primary Language**: Scala - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2013-09-26 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: utils **Tags**: None ## README 解析Proto文件并根据解析后的内容自动生成对于的C#类,和WPF用户控件代码。 作为BNFParser的一个辅助工具