-
Notifications
You must be signed in to change notification settings - Fork 3
/
AssemblyInfo.cs
24 lines (21 loc) · 967 Bytes
/
AssemblyInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
using System.Windows;
// 程序信息
//[sr_assembly: AssemblyTitle(nameof(StarsectorToolbox))]
//[sr_assembly: AssemblyDescription(nameof(StarsectorToolbox))]
//[sr_assembly: AssemblyConfiguration("")]
//[sr_assembly: AssemblyCompany("")]
//[sr_assembly: AssemblyProduct(nameof(StarsectorToolbox))]
//[sr_assembly: AssemblyCopyright("Copyright ©2022-2023 HKW")]
//[sr_assembly: AssemblyTrademark("")]
//[sr_assembly: AssemblyCulture("")]
// 版本信息
//[sr_assembly: AssemblyVersion(ST.Version)]
//[sr_assembly: AssemblyFileVersion(ST.Version)]
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]