HamBook – Diff between revs 1 and 12
?pathlinks?
Rev 1 | Rev 12 | |||
---|---|---|---|---|
Line 1... | Line 1... | |||
1 | using System; |
1 | using System; |
|
- | 2 | using System.Drawing; |
||
2 | using System.IO; |
3 | using System.IO; |
|
3 | using System.Reflection; |
4 | using System.Reflection; |
|
4 | using System.Runtime.InteropServices; |
5 | using System.Runtime.InteropServices; |
|
Line 5... | Line 6... | |||
5 | |
6 | |
|
Line 18... | Line 19... | |||
18 | |
19 | |
|
Line 19... | Line 20... | |||
19 | public static string ConfigurationXsd = "Configuration.xsd"; |
20 | public static string ConfigurationXsd = "Configuration.xsd"; |
|
Line -... | Line 21... | |||
- | 21 | |
||
- | 22 | public static string ConfigurationNamespace = "urn:hambook-configuration-schema"; |
||
- | 23 | |
||
- | 24 | public static readonly string ManifestModuleName = Assembly.GetEntryAssembly().ManifestModule.FullyQualifiedName; |
||
20 | |
25 | |
|
Line 21... | Line 26... | |||
21 | public static string ConfigurationNamespace = "urn:hambook-configuration-schema"; |
26 | public static readonly Icon AssemblyIcon = Icon.ExtractAssociatedIcon(ManifestModuleName); |
|
Line 22... | Line 27... | |||
22 | |
27 | |