Diff of /Implementation/APUnitTestFramework/Properties/AssemblyInfo.cs [000000] .. [5a4bff]  Maximize  Restore

Switch to side-by-side view

--- a
+++ b/Implementation/APUnitTestFramework/Properties/AssemblyInfo.cs
@@ -0,0 +1,17 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using _3S.CoDeSys.Core.Components;
+using System.Diagnostics;
+
+[assembly: AssemblyTitle("APUnitTestFramework")]
+[assembly: AssemblyDescription("A framework for easy unit testing within the Automation Platform")]
+[assembly: AssemblyCompany("3S-Smart Software Solutions GmbH")]
+[assembly: AssemblyProduct("CODESYS")]
+[assembly: AssemblyCopyright("Copyright © 1994-2016 by 3S-Smart Software Solutions GmbH. All rights reserved.")]
+[assembly: AssemblyVersion("1.0.0.3")]
+[assembly: PlugInGuid("{DFAA33F9-68D4-4BFB-B9AF-2EAD069DD7CA}")]
+[assembly: PlugInKey("QhMKQfL2DqbK3tUXx8eQN3oJUwHsBYC3WKYi0lg5Fcx0eMRbmGOwzYG9HTauTBMh", "APFull")]
+#if !REAL_DEBUG
+[assembly: Debuggable(DebuggableAttribute.DebuggingModes.None)]
+[assembly: SuppressIldasm()]
+#endif