🏡 index : VBASync.git

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("VBA Sync WPF")]
[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)]