Skip to content

Commit

Permalink
Upgrade Windows.Form #95
Browse files Browse the repository at this point in the history
- removed all references in the program code
  • Loading branch information
mpostol committed May 13, 2020
1 parent 636fae9 commit 39ca38d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 37 deletions.
4 changes: 2 additions & 2 deletions ModelDesigner.DesignStudio/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<remove name="Default" />
</listeners>
</source>
<source name="CAS.Windows.Forms" switchValue="All,ActivityTracing" switchType="System.Diagnostics.SourceSwitch">
<source name="UAOOI.Windows.Forms" switchValue="All,ActivityTracing" switchType="System.Diagnostics.SourceSwitch">
<listeners>
<add name="LogFile" />
<add name="DebugOutput" />
Expand Down Expand Up @@ -216,7 +216,7 @@
<add name="LogFile" type="CAS.Lib.CodeProtect.EnvironmentAccess.AdvancedDelimitedListTraceListener,CAS.CodeProtect" initializeData="|ApplicationDataPath|\log\CAS.OPC.UA.ASMD.log" traceOutputOptions="DateTime">
<filter type="System.Diagnostics.EventTypeFilter" initializeData="All" />
</add>
<add name="OutputWindowListener" type="CAS.Lib.ControlLibrary.TextBoxBaseTraceListener,CAS.Windows.Forms">
<add name="OutputWindowListener" type="UAOOI.Windows.Forms.TextBoxBaseTraceListener,UAOOI.Windows.Forms">
<filter type="System.Diagnostics.EventTypeFilter" initializeData="All" />
</add>
</sharedListeners>
Expand Down
25 changes: 4 additions & 21 deletions ModelDesigner.ModelsContainer.UnitTests/app.config
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="CAS.CommServer.DAClientConfiguration" publicKeyToken="8832ff1a67ea61a3" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.1.6.25005" newVersion="5.1.6.25005"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="CAS.Windows.Forms" publicKeyToken="8832ff1a67ea61a3" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.1.2.24319" newVersion="6.1.2.24319"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="CAS.CommServer.DAServerConfiguration" publicKeyToken="8832ff1a67ea61a3" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.1.6.25005" newVersion="5.1.6.25005"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="CAS.RealTime" publicKeyToken="8832ff1a67ea61a3" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.0.6.23644" newVersion="5.0.6.23644"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
</configuration>
14 changes: 0 additions & 14 deletions SolutionMetadataTemplate.t4
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,6 @@ string CASLicensesPreRelease = "";
string CASMAMLHelpTopicsContentVersion = "1.0.3";
string CASMAMLHelpTopicsContentPreRelease = "";

//CAS.RealTime
string CASRealTimeName = "CAS.RealTime";
string CASRealTimeTitle = "CAS.RealTime" + "-RealTime library";
string CASRealTimeTrademark = "CAS.RealTime" + "-CAS Framework";
string CASRealTimeVersion = "5.0.6";
string CASRealTimePreRelease = "";

//CAS.Windows.Forms
string CASWindowsFormsName = "CAS.Windows.Forms";
string CASWindowsFormsTitle = "CAS Windows Forms Controls Library";
string CASWindowsFormsTrademark = "CAS Framework";
string CASWindowsFormsVersion = "6.1.2";
string CASWindowsFormsPreRelease = "";

//CommServer
string AssemblyProduct = "Object Oriented Internet";
string AssemblyTrademark = "CommServer";
Expand Down

0 comments on commit 39ca38d

Please sign in to comment.