[5a4bff]: / Implementation / APUnitTestFramework / Properties / AssemblyInfo.cs  Maximize  Restore  History

Download this file

18 lines (16 with data), 815 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
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