From 0a1e93f29fa612818a2eb6a05c2e73201134dbf4 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 21 Jun 2018 19:30:51 +0300 Subject: Working on PPC. --- .../Templates/ObservablesContextCodeFile.cshtml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesContextCodeFile.cshtml') 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; +//------------------------------------------------------------------------------ +// +// 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! +// +//------------------------------------------------------------------------------ + +using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; -- cgit v1.3.1