Skip to content

Commit

Permalink
KpMqtt: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
greenfoxx committed Jan 22, 2020
1 parent 3bb0e61 commit e7b2fcc
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 159 deletions.
3 changes: 1 addition & 2 deletions Drivers/KpMqtt/KpMqtt/KpMqtt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectGuid>{DCE0A39F-172B-4EBC-965A-8B858F80B165}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>KpMqtt</RootNamespace>
<RootNamespace>Scada.Comm.Devices</RootNamespace>
<AssemblyName>KpMqtt</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -65,7 +65,6 @@
<Compile Include="StriderMqtt\PublishPackets.cs" />
<Compile Include="StriderMqtt\SubscriptionPackets.cs" />
<Compile Include="StriderMqtt\Transport.cs" />
<Compile Include="MqttPubTopic.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
Expand Down
Loading

0 comments on commit e7b2fcc

Please sign in to comment.