mirror of
https://github.com/ckaczor/WixBalExtensionExt.git
synced 2026-01-19 01:35:38 -05:00
Initial commit
This commit is contained in:
13
inc/WixDistribution.cs
Normal file
13
inc/WixDistribution.cs
Normal 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")]
|
||||
Reference in New Issue
Block a user