Skip to content

Commit d7d9e5e

Browse files
author
mpostol
committed
Initialize the repository #2
- Added common resources and t4 definitions
1 parent 86dadc8 commit d7d9e5e

35 files changed

Lines changed: 871 additions & 216 deletions

CommServer.ProtocolHub.sln

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ VisualStudioVersion = 15.0.28307.960
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2174EF99-7D4B-45EE-87F7-D5912F3DFB5D}"
66
EndProject
7-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "T4Definitions", "..\PR39-CommonResources\T4Definitions\T4Definitions.csproj", "{D506423B-BA21-49E6-8C3B-88A771CA444E}"
8-
EndProject
97
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtocolHub.MonitorInterface", "ProtocolHub.MonitorInterface\ProtocolHub.MonitorInterface.csproj", "{CE7BA276-5ACF-44FE-B24A-F91F6A0B0436}"
108
EndProject
119
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtocolHub.Communication", "ProtocolHub.Communication\ProtocolHub.Communication.csproj", "{E1351D09-7241-44C3-A292-8D46E322A61D}"
@@ -20,15 +18,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtocolHub.ConfiguartionEd
2018
EndProject
2119
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProtocolHub.Scripts", "ProtocolHub.Scripts\ProtocolHub.Scripts.csproj", "{9980473B-E30A-4DD9-91FC-15126D050E68}"
2220
EndProject
21+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "T4Definitions", "T4Definitions\T4Definitions.csproj", "{D506423B-BA21-49E6-8C3B-88A771CA444E}"
22+
EndProject
2323
Global
2424
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2525
Debug|Any CPU = Debug|Any CPU
2626
Release|Any CPU = Release|Any CPU
2727
EndGlobalSection
2828
GlobalSection(ProjectConfigurationPlatforms) = postSolution
29-
{D506423B-BA21-49E6-8C3B-88A771CA444E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30-
{D506423B-BA21-49E6-8C3B-88A771CA444E}.Release|Any CPU.ActiveCfg = Release|Any CPU
31-
{D506423B-BA21-49E6-8C3B-88A771CA444E}.Release|Any CPU.Build.0 = Release|Any CPU
3229
{CE7BA276-5ACF-44FE-B24A-F91F6A0B0436}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3330
{CE7BA276-5ACF-44FE-B24A-F91F6A0B0436}.Debug|Any CPU.Build.0 = Debug|Any CPU
3431
{CE7BA276-5ACF-44FE-B24A-F91F6A0B0436}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -57,6 +54,10 @@ Global
5754
{9980473B-E30A-4DD9-91FC-15126D050E68}.Debug|Any CPU.Build.0 = Debug|Any CPU
5855
{9980473B-E30A-4DD9-91FC-15126D050E68}.Release|Any CPU.ActiveCfg = Release|Any CPU
5956
{9980473B-E30A-4DD9-91FC-15126D050E68}.Release|Any CPU.Build.0 = Release|Any CPU
57+
{D506423B-BA21-49E6-8C3B-88A771CA444E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
58+
{D506423B-BA21-49E6-8C3B-88A771CA444E}.Debug|Any CPU.Build.0 = Debug|Any CPU
59+
{D506423B-BA21-49E6-8C3B-88A771CA444E}.Release|Any CPU.ActiveCfg = Release|Any CPU
60+
{D506423B-BA21-49E6-8C3B-88A771CA444E}.Release|Any CPU.Build.0 = Release|Any CPU
6061
EndGlobalSection
6162
GlobalSection(SolutionProperties) = preSolution
6263
HideSolutionNode = FALSE

ProtocolHub.Communication/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
1-
//_______________________________________________________________
2-
// Title : Assembly info for: CAS.CommServer.ProtocolHub.Communication
3-
// System : Microsoft VisualStudio 2015 / C#
4-
// $LastChangedDate$
5-
// $Rev$
6-
// $LastChangedBy$
7-
// $URL$
8-
// $Id$
1+
//___________________________________________________________________________________
92
//
10-
// Copyright (c) 2017 CAS LODZ POLAND
11-
// +48 (42) 686 25 47
12-
// techsupp@cas.eu
13-
// www.cas.eu
14-
//_______________________________________________________________
3+
// Copyright (C) 2019, Mariusz Postol LODZ POLAND.
4+
//
5+
//___________________________________________________________________________________
156

167
using System.Reflection;
178
using System.Resources;

ProtocolHub.Communication/Properties/AssemblyInfo.tt

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
<#@ template debug="false" hostspecific="false" language="C#" #>
22
<#@ output extension=".cs" #>
3-
//_______________________________________________________________
4-
// Title : Assembly info for: <#=m_AssemblyTitle#>
5-
// System : Microsoft VisualStudio 2015 / C#
6-
// $LastChangedDate: $
7-
// $Rev: $
8-
// $LastChangedBy: $
9-
// $URL: $
10-
// $Id: $
3+
//___________________________________________________________________________________
114
//
12-
// <#=AssemblyCopyright#>
13-
// <#=Phone#>
14-
// <#=Email#>
15-
// <#=Url#>
16-
//_______________________________________________________________
5+
// Copyright (C) 2019, Mariusz Postol LODZ POLAND.
6+
//
7+
//___________________________________________________________________________________
178

189
using System.Reflection;
1910
using System.Resources;
@@ -49,7 +40,7 @@ using System.Runtime.InteropServices;
4940
"8149d016bbc6a364beda14fc1119698d8c8d9923805b40122bf594f08cc29f41cb0a31e5e141e3" +
5041
"f2421b9d", AllInternalsVisible = true)]
5142

52-
<#@ include file = "..\..\..\PR39-CommonResources\T4Definitions\CAS.OPC.t4" #>
43+
<#@ include file = "..\..\T4Definitions\CAS.OPC.t4" #>
5344
<#+
5445
string m_AssemblyTitle = "CAS.CommServer.ProtocolHub.Communication";
5546
#>

ProtocolHub.Communication/ProtocolHub.Communication.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
</files>
4141
</package>
4242

43-
<#@ include file = "..\..\PR39-CommonResources\T4Definitions\CAS.OPC.t4" #>
43+
<#@ include file = "..\T4Definitions\CAS.OPC.t4" #>
4444

4545
<#+ string m_AssemblyTitle = "CAS.CommServer.ProtocolHub.Communication"; #>

ProtocolHub.CommunicationUnitTests/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
1-
//_______________________________________________________________
2-
// Title : Assembly info for: CAS.CommServer.ProtocolHub.CommunicationUnitTests
3-
// System : Microsoft VisualStudio 2015 / C#
4-
// $LastChangedDate$
5-
// $Rev$
6-
// $LastChangedBy$
7-
// $URL$
8-
// $Id$
1+
//___________________________________________________________________________________
92
//
10-
// Copyright (c) 2017 CAS LODZ POLAND
11-
// +48 (42) 686 25 47
12-
// techsupp@cas.eu
13-
// www.cas.eu
14-
//_______________________________________________________________
15-
3+
// Copyright (C) 2019, Mariusz Postol LODZ POLAND.
4+
//
5+
//___________________________________________________________________________________
166
using System.Reflection;
177
using System.Resources;
188
using System.Runtime.InteropServices;
Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
<#@ template debug="false" hostspecific="false" language="C#" #>
22
<#@ output extension=".cs" #>
3-
//_______________________________________________________________
4-
// Title : Assembly info for: <#=m_AssemblyTitle#>
5-
// System : Microsoft VisualStudio 2015 / C#
6-
// $LastChangedDate: $
7-
// $Rev: $
8-
// $LastChangedBy: $
9-
// $URL: $
10-
// $Id: $
3+
//___________________________________________________________________________________
114
//
12-
// <#=AssemblyCopyright#>
13-
// <#=Phone#>
14-
// <#=Email#>
15-
// <#=Url#>
16-
//_______________________________________________________________
17-
5+
// Copyright (C) 2019, Mariusz Postol LODZ POLAND.
6+
//
7+
//___________________________________________________________________________________
188
using System.Reflection;
199
using System.Resources;
2010
using System.Runtime.InteropServices;
@@ -32,7 +22,7 @@ using System.Runtime.InteropServices;
3222
[assembly: AssemblyVersion("<#= CASCommServerProtocolHubVersion #>.*")]
3323
[assembly: AssemblyFileVersion("<#= CASCommServerProtocolHubVersion #>")]
3424

35-
<#@ include file = "..\..\..\PR39-CommonResources\T4Definitions\CAS.OPC.t4" #>
25+
<#@ include file = "..\..\T4Definitions\CAS.OPC.t4" #>
3626
<#+
3727
string m_AssemblyTitle = "CAS.CommServer.ProtocolHub.CommunicationUnitTests";
3828
#>

ProtocolHub.ConfiguartionEditor/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1-
//_______________________________________________________________
2-
// Title : Assembly info for: CAS.CommServer.ProtocolHub.ConfigurationEditor
3-
// System : Microsoft VisualStudio 2015 / C#
4-
// $LastChangedDate$
5-
// $Rev$
6-
// $LastChangedBy$
7-
// $URL$
8-
// $Id$
1+
//___________________________________________________________________________________
92
//
10-
// Copyright (c) 2017 CAS LODZ POLAND
11-
// +48 (42) 686 25 47
12-
// techsupp@cas.eu
13-
// www.cas.eu
14-
//_______________________________________________________________
3+
// Copyright (C) 2019, Mariusz Postol LODZ POLAND.
4+
//
5+
//___________________________________________________________________________________
156

167
using System.Reflection;
17-
using System.Resources;
188
using System.Runtime.InteropServices;
199

2010
[assembly: AssemblyTitle("CAS.CommServer.ProtocolHub.ConfigurationEditor")]

ProtocolHub.ConfiguartionEditor/Properties/AssemblyInfo.tt

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
<#@ template debug="false" hostspecific="false" language="C#" #>
22
<#@ output extension=".cs" #>
3-
//_______________________________________________________________
4-
// Title : Assembly info for: <#=m_AssemblyTitle#>
5-
// System : Microsoft VisualStudio 2015 / C#
6-
// $LastChangedDate: $
7-
// $Rev: $
8-
// $LastChangedBy: $
9-
// $URL: $
10-
// $Id: $
3+
//___________________________________________________________________________________
114
//
12-
// <#=AssemblyCopyright#>
13-
// <#=Phone#>
14-
// <#=Email#>
15-
// <#=Url#>
16-
//_______________________________________________________________
5+
// Copyright (C) 2019, Mariusz Postol LODZ POLAND.
6+
//
7+
//___________________________________________________________________________________
178

189
using System.Reflection;
19-
using System.Resources;
2010
using System.Runtime.InteropServices;
2111

2212
[assembly: AssemblyTitle("<#=m_AssemblyTitle#>")]
@@ -42,7 +32,7 @@ using System.Runtime.InteropServices;
4232
)
4333
]
4434

45-
<#@ include file = "..\..\..\PR39-CommonResources\T4Definitions\CAS.OPC.t4" #>
35+
<#@ include file = "..\..\T4Definitions\CAS.OPC.t4" #>
4636
<#+
4737
string m_AssemblyTitle = "CAS.CommServer.ProtocolHub.ConfigurationEditor";
4838
#>

ProtocolHub.ConfiguartionEditor/ProtocolHub.ConfiguartionEditor.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
</files>
4747
</package>
4848

49-
<#@ include file = "..\..\PR39-CommonResources\T4Definitions\CAS.OPC.t4" #>
49+
<#@ include file = "..\T4Definitions\CAS.OPC.t4" #>
5050

5151
<#+ string m_AssemblyTitle = "CAS.CommServer.ProtocolHub.ConfigurationEditor"; #>

ProtocolHub.GraphGUI/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
1-
//_______________________________________________________________
2-
// Title : Assembly info for: CAS.CommServer.ProtocolHub.GraphGUI
3-
// System : Microsoft VisualStudio 2015 / C#
4-
// $LastChangedDate$
5-
// $Rev$
6-
// $LastChangedBy$
7-
// $URL$
8-
// $Id$
1+
//___________________________________________________________________________________
92
//
10-
// Copyright (c) 2017 CAS LODZ POLAND
11-
// +48 (42) 686 25 47
12-
// techsupp@cas.eu
13-
// www.cas.eu
14-
//_______________________________________________________________
15-
3+
// Copyright (C) 2019, Mariusz Postol LODZ POLAND.
4+
//
5+
//___________________________________________________________________________________
166
using System.Reflection;
177
using System.Resources;
188
using System.Runtime.InteropServices;

0 commit comments

Comments
 (0)