OSDN Git Service

b47e0ee43c35b361a1c924c35a99123721eb4f16
[fooeditengine/FooEditEngine.git] / WPF / FooEditEngine / Properties / AssemblyInfo.cs
1 using System.Reflection;
2 using System.Resources;
3 using System.Runtime.CompilerServices;
4 using System.Runtime.InteropServices;
5 using System.Windows;
6
7 // アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
8 // アセンブリに関連付けられている情報を変更するには、
9 // これらの属性値を変更してください。
10 [assembly: AssemblyTitle("FooEditEngine")]
11 [assembly: AssemblyDescription("")]
12 [assembly: AssemblyConfiguration("")]
13 [assembly: AssemblyCompany("")]
14 [assembly: AssemblyProduct("FooEditEngine")]
15 [assembly: AssemblyCopyright("Copyright ©  2012")]
16 [assembly: AssemblyTrademark("")]
17 [assembly: AssemblyCulture("")]
18
19 // ComVisible を false に設定すると、その型はこのアセンブリ内で COM コンポーネントから
20 // 参照不可能になります。COM からこのアセンブリ内の型にアクセスする場合は、
21 // その型の ComVisible 属性を true に設定してください。
22 [assembly: ComVisible(false)]
23
24 //ローカライズ可能なアプリケーションのビルドを開始するには、
25 //.csproj ファイルの <UICulture>CultureYouAreCodingWith</UICulture> を
26 //<PropertyGroup> 内部で設定します。たとえば、
27 //ソース ファイルで英語を使用している場合、<UICulture> を en-US に設定します。次に、
28 //下の NeutralResourceLanguage 属性のコメントを解除します。下の行の "en-US" を
29 //プロジェクト ファイルの UICulture 設定と一致するよう更新します。
30
31 //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
32
33
34 [assembly: ThemeInfo(
35     ResourceDictionaryLocation.None, //テーマ固有のリソース ディクショナリが置かれている場所
36     //(リソースがページ、
37     // またはアプリケーション リソース ディクショナリに見つからない場合に使用されます)
38     ResourceDictionaryLocation.SourceAssembly //汎用リソース ディクショナリが置かれている場所
39     //(リソースがページ、
40     // アプリケーション、またはいずれのテーマ固有のリソース ディクショナリにも見つからない場合に使用されます)
41 )]
42
43
44 // アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
45 //
46 //      Major Version
47 //      Minor Version 
48 //      Build Number
49 //      Revision
50 //
51 // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を 
52 // 既定値にすることができます:
53 // [assembly: AssemblyVersion("1.0.*")]
54 [assembly: AssemblyVersion("1.203.13.1")]
55 [assembly: AssemblyFileVersion("1.203.13.1")]
56
57 #if DEBUG
58 [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("UnitTest")]
59 #endif
60