Skip to content

Commit 0ae4584

Browse files
committed
Global assembly info added
1 parent 82a496b commit 0ae4584

30 files changed

Lines changed: 96 additions & 377 deletions

File tree

Source/GlobalAssemblyInfo.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System.Reflection;
2+
3+
[assembly: AssemblyConfiguration("")]
4+
[assembly: AssemblyCompany("")]
5+
[assembly: AssemblyCopyright("Copyright © 2016-2020 BornToBeRoot")]
6+
[assembly: AssemblyTrademark("")]
7+
[assembly: AssemblyCulture("")]
8+
9+
[assembly: AssemblyVersion("2020.4.0.0")]
10+
[assembly: AssemblyFileVersion("2020.4.0.0")]

Source/NETworkManager.Controls/NETworkManager.Controls.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
<Reference Include="WindowsBase" />
4646
</ItemGroup>
4747
<ItemGroup>
48+
<Compile Include="..\GlobalAssemblyInfo.cs">
49+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
50+
</Compile>
4851
<Compile Include="MultiSelectDataGrid.cs" />
4952
<Compile Include="MultiSelectScrollingDataGrid.cs" />
5053
<Compile Include="ObservableSetCollection.cs" />
Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,10 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
84
[assembly: AssemblyTitle("NETworkManager.Controls")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
5+
[assembly: AssemblyDescription("Library contains NETworkManager controls.")]
126
[assembly: AssemblyProduct("NETworkManager.Controls")]
13-
[assembly: AssemblyCopyright("Copyright © 2020")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
167

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
208
[assembly: ComVisible(false)]
219

22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
2310
[assembly: Guid("95ea884c-e498-4a47-a316-dc890bf7f0d2")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]

Source/NETworkManager.Converters/NETworkManager.Converters.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
<Reference Include="WindowsBase" />
4747
</ItemGroup>
4848
<ItemGroup>
49+
<Compile Include="..\GlobalAssemblyInfo.cs">
50+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
51+
</Compile>
4952
<Compile Include="AccentToBrushConverter.cs" />
5053
<Compile Include="IsDefaultProfilesLocationToBooleanConverter.cs" />
5154
<Compile Include="IsDefaultSettingsLocationToBooleanConverter.cs" />
Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,10 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
84
[assembly: AssemblyTitle("NETworkManager.Converters")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
5+
[assembly: AssemblyDescription("Library contains NETworkManager converters.")]
126
[assembly: AssemblyProduct("NETworkManager.Converters")]
13-
[assembly: AssemblyCopyright("Copyright © 2020")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
167

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
208
[assembly: ComVisible(false)]
219

22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
2310
[assembly: Guid("bd4ddc21-7b64-41b2-bac7-8173e0fe84be")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]

Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
<Reference Include="System.Xml" />
4343
</ItemGroup>
4444
<ItemGroup>
45+
<Compile Include="..\GlobalAssemblyInfo.cs">
46+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
47+
</Compile>
4548
<Compile Include="BaseInfo.cs" />
4649
<Compile Include="DocumentationIdentifier.cs" />
4750
<Compile Include="DocumentationInfo.cs" />
Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,10 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
84
[assembly: AssemblyTitle("NETworkManager.Documentation")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
5+
[assembly: AssemblyDescription("Library contains NETworkManager documentation.")]
126
[assembly: AssemblyProduct("NETworkManager.Documentation")]
13-
[assembly: AssemblyCopyright("Copyright © 2020")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
167

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
208
[assembly: ComVisible(false)]
219

22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("95ce4ad5-14c0-4486-9c11-5d6a5ec48176")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
10+
[assembly: Guid("95ce4ad5-14c0-4486-9c11-5d6a5ec48176")]

Source/NETworkManager.Localization/NETworkManager.Localization.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
<Reference Include="WindowsBase" />
4646
</ItemGroup>
4747
<ItemGroup>
48+
<Compile Include="..\GlobalAssemblyInfo.cs">
49+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
50+
</Compile>
4851
<Compile Include="Translators\AccentTranslator.cs" />
4952
<Compile Include="Translators\PuTTYLogModeTranslator.cs" />
5053
<Compile Include="Translators\SettingsViewGroupTranslator.cs" />
Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,10 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

5-
// General Information about an assembly is controlled through the following
6-
// set of attributes. Change these attribute values to modify the information
7-
// associated with an assembly.
84
[assembly: AssemblyTitle("NETworkManager.Localization")]
9-
[assembly: AssemblyDescription("")]
10-
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
5+
[assembly: AssemblyDescription("Library contains NETworkManager documentation.")]
126
[assembly: AssemblyProduct("NETworkManager.Localization")]
13-
[assembly: AssemblyCopyright("Copyright © 2020")]
14-
[assembly: AssemblyTrademark("")]
15-
[assembly: AssemblyCulture("")]
167

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
19-
// COM, set the ComVisible attribute to true on that type.
208
[assembly: ComVisible(false)]
219

22-
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("ff225c2e-aa67-4b10-939a-6c046cef8697")]
24-
25-
// Version information for an assembly consists of the following four values:
26-
//
27-
// Major Version
28-
// Minor Version
29-
// Build Number
30-
// Revision
31-
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
33-
// by using the '*' as shown below:
34-
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
10+
[assembly: Guid("ff225c2e-aa67-4b10-939a-6c046cef8697")]

Source/NETworkManager.Models/NETworkManager.Models.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
<Reference Include="WindowsBase" />
4747
</ItemGroup>
4848
<ItemGroup>
49+
<Compile Include="..\GlobalAssemblyInfo.cs">
50+
<Link>Properties\GlobalAssemblyInfo.cs</Link>
51+
</Compile>
4952
<Compile Include="ApplicationManager.cs" />
5053
<Compile Include="ApplicationName.cs" />
5154
<Compile Include="ApplicationInfo.cs" />

0 commit comments

Comments
 (0)