Initial commit
This commit is contained in:
18
PartSource/AssemblyInfo.cs
Normal file
18
PartSource/AssemblyInfo.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using PartSource;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using WebActivatorEx;
|
||||
|
||||
[assembly: PreApplicationStartMethod(typeof (NinjectWebCommon), "Start")]
|
||||
[assembly: ApplicationShutdownMethod(typeof (NinjectWebCommon), "Stop")]
|
||||
[assembly: AssemblyTitle("CanadianTire")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("CanadianTire")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2018")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: Guid("ab430735-adfd-42b5-bce1-55f18897a618")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
Reference in New Issue
Block a user