File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
src/Xamarin.Android.Build.Tasks/Tasks Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,23 @@ public class GenerateResourceDesignerIntermediateClass : AndroidTask
1515 private const string ResourceDesigner = $ "{ FixLegacyResourceDesignerStep . DesignerAssemblyNamespace } .Resource";
1616 private const string ResourceDesignerConstants = $ "{ FixLegacyResourceDesignerStep . DesignerAssemblyNamespace } .ResourceConstant";
1717
18- private const string CSharpTemplate = @"// This is an Auto Generated file DO NOT EDIT
18+ private const string CSharpTemplate = @"//------------------------------------------------------------------------------
19+ // <auto-generated>
20+ // This code was generated by a tool. DO NOT EDIT
21+ // </auto-generated>
22+ //------------------------------------------------------------------------------
1923using System;
2024
2125namespace %NAMESPACE% {
2226 public partial class Resource : %BASECLASS% {
2327 }
2428}
2529" ;
26- private const string FSharpTemplate = @"// This is an Auto Generated file DO NOT EDIT
30+ private const string FSharpTemplate = @"//------------------------------------------------------------------------------
31+ // <auto-generated>
32+ // This code was generated by a tool. DO NOT EDIT
33+ // </auto-generated>
34+ //------------------------------------------------------------------------------
2735namespace %NAMESPACE%
2836
2937type Resource = %BASECLASS%
You can’t perform that action at this time.
0 commit comments