diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-16 16:17:28 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-16 16:17:28 +0200 |
| commit | 4be586d903da2b0dbba23f4978e14ad7d51edcbf (patch) | |
| tree | 1149098a8fba457a46435474093eb4829242b146 /Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs | |
| parent | e50cbadc53a3ed5ace454264016331b6e8b3b9aa (diff) | |
| download | Tango-4be586d903da2b0dbba23f4978e14ad7d51edcbf.tar.gz Tango-4be586d903da2b0dbba23f4978e14ad7d51edcbf.zip | |
Added PMR support for code composer.
Diffstat (limited to 'Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs b/Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs index 244ee3857..feef53b9a 100644 --- a/Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs +++ b/Software/Visual_Studio/Tango.Protobuf/CompilerFileResult.cs @@ -22,7 +22,7 @@ namespace Tango.Protobuf /// <summary> /// Gets the result name. /// </summary> - public String Name { get; private set; } + public String Name { get; internal set; } /// <summary> /// Gets the result source path. |
