From 48714bde6a80565a44499eccc58e1ac667e52435 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 30 Mar 2020 05:02:29 +0300 Subject: Implemented protobuf C compiler minified! --- Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs') diff --git a/Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs b/Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs index 096caaa21..fe0744b94 100644 --- a/Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs +++ b/Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs @@ -34,7 +34,7 @@ namespace Tango.Protobuf /// /// Gets the file content. /// - public String Content { get; private set; } + public String Content { get; internal set; } /// /// Gets or sets the relative file path. -- cgit v1.3.1