markus / Solution Items / SolutionInfo.cs @ 56c218a8
이력 | 보기 | 이력해설 | 다운로드 (639 Bytes)
1 |
using System; |
---|---|
2 |
using System.Reflection; |
3 |
using System.Runtime.InteropServices; |
4 | |
5 |
[assembly: AssemblyCompany("Hibernating Rhinos")] |
6 |
[assembly: AssemblyCopyright("Hibernating Rhinos & Ayende Rahien 2004 - 2016")] |
7 |
[assembly: AssemblyProduct("Rhino Licensing")] |
8 | |
9 |
[assembly: AssemblyFileVersion("1.3.0.0")] |
10 |
[assembly: AssemblyInformationalVersion("1.3.0.0")] |
11 |
[assembly: AssemblyVersion("1.3.0.0")] |
12 | |
13 | |
14 | |
15 |
[assembly: CLSCompliant(false)] |
16 |
[assembly: ComVisible(false)] |
17 | |
18 | |
19 | |
20 |
[assembly: AssemblyTrademark("")] |
21 |
[assembly: AssemblyCulture("")] |
22 | |
23 |
#if DEBUG |
24 |
[assembly: AssemblyConfiguration("Debug")] |
25 |
#else |
26 |
[assembly: AssemblyConfiguration("Release")] |
27 |
#endif |