๏ปฟusing System.Reflection;using System.Runtime.CompilerServices;using System.Runtime.InteropServices;[assembly: AssemblyTitle("VBA Sync Tool")][assembly: AssemblyDescription("Cross-platform tool to synchronize an Office VBA file with a version-controlled folder")][assembly: AssemblyProduct("VBA Sync Tool")][assembly: AssemblyCopyright("Copyright ยฉ 2017 Chelsea Hughes")][assembly: AssemblyVersion("2.2.0")][assembly: InternalsVisibleTo("VBASync.Tests")][assembly: ComVisible(false)]