markus / ConvertService / ServiceBase / Markus.Mvvm.ToolKit / Properties / AssemblyInfo.cs @ b92f142f
이력 | 보기 | 이력해설 | 다운로드 (2.05 KB)
1 |
using System.Reflection; |
---|---|
2 |
using System.Runtime.CompilerServices; |
3 |
using System.Runtime.InteropServices; |
4 |
using System.Windows; |
5 |
|
6 |
// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해 |
7 |
// 제어됩니다. 어셈블리와 관련된 정보를 수정하려면 |
8 |
// 이러한 특성 값을 변경하세요. |
9 |
[assembly: AssemblyTitle("Markus.Mvvm.ToolKit")] |
10 |
[assembly: AssemblyDescription("")] |
11 |
[assembly: AssemblyConfiguration("")] |
12 |
[assembly: AssemblyCompany("")] |
13 |
[assembly: AssemblyProduct("Markus.Mvvm.ToolKit")] |
14 |
[assembly: AssemblyCopyright("Copyright © 2019")] |
15 |
[assembly: AssemblyTrademark("")] |
16 |
[assembly: AssemblyCulture("")] |
17 |
|
18 |
// ComVisible을 false로 설정하면 이 어셈블리의 형식이 COM 구성 요소에 |
19 |
// 표시되지 않습니다. COM에서 이 어셈블리의 형식에 액세스하려면 |
20 |
// 해당 형식에 대해 ComVisible 특성을 true로 설정하세요. |
21 |
[assembly: ComVisible(false)] |
22 |
|
23 |
[assembly: ThemeInfo( |
24 |
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located |
25 |
//(used if a resource is not found in the page, |
26 |
// or application resource dictionaries) |
27 |
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located |
28 |
//(used if a resource is not found in the page, |
29 |
// app, or any theme specific resource dictionaries) |
30 |
)] |
31 |
|
32 |
// 이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다. |
33 |
[assembly: Guid("9efe95d6-9985-422a-a76f-285c8cf73617")] |
34 |
|
35 |
// 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다. |
36 |
// |
37 |
// 주 버전 |
38 |
// 부 버전 |
39 |
// 빌드 번호 |
40 |
// 수정 버전 |
41 |
// |
42 |
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를 |
43 |
// 기본값으로 할 수 있습니다. |
44 |
// [assembly: AssemblyVersion("1.0.*")] |
45 |
[assembly: AssemblyVersion("1.0.0.0")] |
46 |
[assembly: AssemblyFileVersion("1.0.0.0")] |