15 lines
595 B
C#
15 lines
595 B
C#
using System.Diagnostics;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.Versioning;
|
|
|
|
[assembly: AssemblyCompany("GatheringPaths")]
|
|
[assembly: AssemblyConfiguration("Release")]
|
|
[assembly: AssemblyFileVersion("6.14.0.0")]
|
|
[assembly: AssemblyInformationalVersion("6.14+47775848820b6b7dabd835e0661a48b7791f01c8")]
|
|
[assembly: AssemblyProduct("GatheringPaths")]
|
|
[assembly: AssemblyTitle("GatheringPaths")]
|
|
[assembly: TargetPlatform("Windows7.0")]
|
|
[assembly: SupportedOSPlatform("Windows7.0")]
|
|
[assembly: AssemblyVersion("6.14.0.0")]
|
|
[module: RefSafetyRules(11)]
|