|
|
|
@ -18,15 +18,16 @@ |
|
|
|
|
|
|
|
|
|
|
|
#region Using directives
|
|
|
|
#region Using directives
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using System; |
|
|
|
|
|
|
|
using System.Reflection; |
|
|
|
|
|
|
|
using System.Runtime.InteropServices; |
|
|
|
|
|
|
|
using System.Windows; |
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
|
// associated with an assembly.
|
|
|
|
// associated with an assembly.
|
|
|
|
using System.Reflection; |
|
|
|
|
|
|
|
using System.Resources; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[assembly: AssemblyTitle("Profiler.AddIn")] |
|
|
|
[assembly: AssemblyTitle("Profiler.AddIn")] |
|
|
|
[assembly: AssemblyDescription("")] |
|
|
|
[assembly: AssemblyDescription("")] |
|
|
|
[assembly: AssemblyConfiguration("")] |
|
|
|
[assembly: AssemblyConfiguration("")] |
|
|
|
@ -50,6 +51,3 @@ using System.Resources; |
|
|
|
// You can specify all the values or you can use the default the Revision and
|
|
|
|
// You can specify all the values or you can use the default the Revision and
|
|
|
|
// Build Numbers by using the '*' as shown below:
|
|
|
|
// Build Numbers by using the '*' as shown below:
|
|
|
|
[assembly: AssemblyVersion("1.0.*")] |
|
|
|
[assembly: AssemblyVersion("1.0.*")] |
|
|
|
[assembly: NeutralResourcesLanguage("af")] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[assembly: AssemblyFlags(AssemblyNameFlags.EnableJITcompileOptimizer)] |
|
|
|
|
|
|
|
|