Skip to content

Commit

Permalink
#12 cont. messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Abcd4321 committed Mar 29, 2021
1 parent fdbb621 commit 80b836c
Show file tree
Hide file tree
Showing 55 changed files with 1,726 additions and 627 deletions.
2 changes: 1 addition & 1 deletion src/Tc.Prober/src/Tc.Prober/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[assembly:InternalsVisibleTo("Tc.ProberTest")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyInformationalVersion("0.1.0-init-dev.1+190.Branch.init-dev.Sha.a59a15b64284456475e5bfe971dc1dd1f84cec2b")]
[assembly: AssemblyInformationalVersion("0.1.0-init-dev.1+206.Branch.init-dev.Sha.fdbb6213fd992094cfe3816d54b8e4e1cce2ef10")]
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]

[assembly: AssemblyInformationalVersion("0.1.0-init-dev.1+190.Branch.init-dev.Sha.a59a15b64284456475e5bfe971dc1dd1f84cec2b")]
[assembly: AssemblyInformationalVersion("0.1.0-init-dev.1+206.Branch.init-dev.Sha.fdbb6213fd992094cfe3816d54b8e4e1cce2ef10")]
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Company>Vortex.Library</Company>
<Released>false</Released>
<Title>PlcTcProberTests</Title>
<ProjectVersion>0.1.0.190</ProjectVersion>
<ProjectVersion>0.1.0.206</ProjectVersion>
<DefaultNamespace>PlcTcProberTests</DefaultNamespace>
<Placeholder>PlcTcProberTests</Placeholder>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Company>Vortex.Library</Company>
<Released>false</Released>
<Title>PlcTcProberTests</Title>
<ProjectVersion>0.1.0.190</ProjectVersion>
<ProjectVersion>0.1.0.206</ProjectVersion>
<DefaultNamespace>PlcTcProberTests</DefaultNamespace>
<Placeholder>PlcTcProberTests</Placeholder>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyInformationalVersion("0.1.0-init-dev.1+190.Branch.init-dev.Sha.a59a15b64284456475e5bfe971dc1dd1f84cec2b")]
[assembly: AssemblyInformationalVersion("0.1.0-init-dev.1+206.Branch.init-dev.Sha.fdbb6213fd992094cfe3816d54b8e4e1cce2ef10")]

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Company>Vortex.Library</Company>
<Released>false</Released>
<Title>PlcAppExamples</Title>
<ProjectVersion>0.1.0.190</ProjectVersion>
<ProjectVersion>0.1.0.206</ProjectVersion>
<DefaultNamespace>PlcAppExamples</DefaultNamespace>
<Placeholder>PlcAppExamples</Placeholder>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Company>Vortex.Library</Company>
<Released>false</Released>
<Title>PlcAppExamples</Title>
<ProjectVersion>0.1.0.190</ProjectVersion>
<ProjectVersion>0.1.0.206</ProjectVersion>
<DefaultNamespace>PlcAppExamples</DefaultNamespace>
<Placeholder>PlcAppExamples</Placeholder>
</PropertyGroup>
Expand Down Expand Up @@ -67,13 +67,17 @@
<SubType>Code</SubType>
<LinkAlways>true</LinkAlways>
</Compile>
<Compile Include="POUs\Task\Woltz_Object.TcPOU">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="DUTs" />
<Folder Include="GVLs" />
<Folder Include="POUs\Context" />
<Folder Include="POUs\Context\CorleoneKids" />
<Folder Include="POUs\Context\Leaves" />
<Folder Include="POUs\Task" />
<Folder Include="POUs\Sequencer" />
<Folder Include="VISUs" />
<Folder Include="POUs" />
Expand Down
19 changes: 19 additions & 0 deletions src/TcoCore/src/TcoCore.Wpf/Inxton.TcoCore.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,23 @@
<ProjectReference Include="..\..\..\..\..\vortex.framework.presentation\src\wpf\Vortex.Presentation.Wpf\Vortex.Presentation.Wpf.csproj" />
<ProjectReference Include="..\TcoCoreConnector\Inxton.TcoCoreConnector.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Properties\Localization.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Localization.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Localization.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Localization.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Page Update="TcoMessage\TcoDiagnosticsView.xaml">
<XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
[assembly:Vortex.Presentation.Wpf.RenderableAssembly()]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyInformationalVersion("0.1.0-init-dev.1+190.Branch.init-dev.Sha.a59a15b64284456475e5bfe971dc1dd1f84cec2b")]
[assembly: AssemblyInformationalVersion("0.1.0-init-dev.1+206.Branch.init-dev.Sha.fdbb6213fd992094cfe3816d54b8e4e1cce2ef10")]


234 changes: 234 additions & 0 deletions src/TcoCore/src/TcoCore.Wpf/Properties/Localization.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80b836c

Please sign in to comment.