diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-21 19:30:51 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-21 19:30:51 +0300 |
| commit | 0a1e93f29fa612818a2eb6a05c2e73201134dbf4 (patch) | |
| tree | e07582b92b7c33b86bf579bb3f88996c40457e5a /Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml | |
| parent | d07def6b162c94a67f4b9d4f72c0606152e30cbb (diff) | |
| download | Tango-0a1e93f29fa612818a2eb6a05c2e73201134dbf4.tar.gz Tango-0a1e93f29fa612818a2eb6a05c2e73201134dbf4.zip | |
Working on PPC.
Diffstat (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml')
| -rw-r--r-- | Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml b/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml index e7e9fa5a6..4af5458d9 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml +++ b/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml @@ -1,4 +1,14 @@ -using System; +//------------------------------------------------------------------------------ +// <auto-generated> +// This code was generated by a tool. +// Tango Observables Generator +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. Do not modify! +// </auto-generated> +//------------------------------------------------------------------------------ + +using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; |
