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

Switch to unified view

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