| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,8 @@ VisualStudioVersion = 16.0.28803.202 | |||
| 5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1 | |
| 6 | 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiJson.Common_461", "ApiJson.Common_461.csproj", "{DC07586E-7241-4BB5-9200-CE57A81C5E27}" | |
| 7 | 7 | EndProject | |
| 8 | + Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "APIJSON.NET.Test", "..\APIJSON.NET.Test\APIJSON.NET.Test.csproj", "{3F99B6A8-3A58-4714-A0FF-186BE2874A68}" | ||
| 9 | + EndProject | ||
| 8 | 10 | Global | |
| 9 | 11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | |
| 10 | 12 | Debug|Any CPU = Debug|Any CPU | |
@@ -15,6 +17,10 @@ Global | |||
| 15 | 17 | {DC07586E-7241-4BB5-9200-CE57A81C5E27}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
| 16 | 18 | {DC07586E-7241-4BB5-9200-CE57A81C5E27}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
| 17 | 19 | {DC07586E-7241-4BB5-9200-CE57A81C5E27}.Release|Any CPU.Build.0 = Release|Any CPU | |
| 20 | + {3F99B6A8-3A58-4714-A0FF-186BE2874A68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
| 21 | + {3F99B6A8-3A58-4714-A0FF-186BE2874A68}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
| 22 | + {3F99B6A8-3A58-4714-A0FF-186BE2874A68}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
| 23 | + {3F99B6A8-3A58-4714-A0FF-186BE2874A68}.Release|Any CPU.Build.0 = Release|Any CPU | ||
| 18 | 24 | EndGlobalSection | |
| 19 | 25 | GlobalSection(SolutionProperties) = preSolution | |
| 20 | 26 | HideSolutionNode = FALSE | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,36 @@ | |||
| 1 | + using System.Reflection; | ||
| 2 | + using System.Runtime.CompilerServices; | ||
| 3 | + using System.Runtime.InteropServices; | ||
| 4 | + | ||
| 5 | + // 有关程序集的一般信息由以下 | ||
| 6 | + // 控制。更改这些特性值可修改 | ||
| 7 | + // 与程序集关联的信息。 | ||
| 8 | + [assembly: AssemblyTitle("ApiJson.Common")] | ||
| 9 | + [assembly: AssemblyDescription("单表查询的返回节点指定为Infos")] | ||
| 10 | + [assembly: AssemblyConfiguration("")] | ||
| 11 | + [assembly: AssemblyCompany("")] | ||
| 12 | + [assembly: AssemblyProduct("ApiJson.Common")] | ||
| 13 | + [assembly: AssemblyCopyright("Copyright © 2019")] | ||
| 14 | + [assembly: AssemblyTrademark("")] | ||
| 15 | + [assembly: AssemblyCulture("")] | ||
| 16 | + | ||
| 17 | + // 将 ComVisible 设置为 false 会使此程序集中的类型 | ||
| 18 | + //对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型 | ||
| 19 | + //请将此类型的 ComVisible 特性设置为 true。 | ||
| 20 | + [assembly: ComVisible(false)] | ||
| 21 | + | ||
| 22 | + // 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID | ||
| 23 | + [assembly: Guid("dc07586e-7241-4bb5-9200-ce57a81c5e27")] | ||
| 24 | + | ||
| 25 | + // 程序集的版本信息由下列四个值组成: | ||
| 26 | + // | ||
| 27 | + // 主版本 | ||
| 28 | + // 次版本 | ||
| 29 | + // 生成号 | ||
| 30 | + // 修订号 | ||
| 31 | + // | ||
| 32 | + //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 | ||
| 33 | + //通过使用 "*",如下所示: | ||
| 34 | + // [assembly: AssemblyVersion("1.0.*")] | ||
| 35 | + [assembly: AssemblyVersion("0.0.4.0")] | ||
| 36 | + [assembly: AssemblyFileVersion("0.0.4.0")] | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments