Initial commit

This commit is contained in:
2014-11-12 19:36:56 -05:00
commit 58324fbbcc
91 changed files with 7909 additions and 0 deletions

13
inc/WixDistribution.cs Normal file
View File

@@ -0,0 +1,13 @@
using System.Reflection;
using System.Resources;
[assembly: AssemblyCompany("Outercurve Foundation")]
[assembly: AssemblyCopyright("Copyright © Outercurve Foundation. All rights reserved.")]
[assembly: AssemblyTrademark("")]
#if DEBUG
[assembly: AssemblyConfiguration("DEBUG")]
#else
[assembly: AssemblyConfiguration("")]
#endif
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyProduct("Windows Installer XML")]