Skip to content

Commit

Permalink
Add solution configuration file tplink-powerline.slnx
Browse files Browse the repository at this point in the history
This commit introduces a new solution configuration file for the project. It organizes several projects including console client, API, unit tests, and a service for handling data rates. This setup enhances project manageability and structure.
  • Loading branch information
ivandrofly committed Nov 19, 2024
1 parent 4345753 commit e8431f5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tplink-powerline.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Solution>
<Folder Name="/Solution Items/">
<File Path="readme.txt" />
<File Path="Directory.Packages.props" />
<File Path="Directory.Build.props" />
</Folder>
<Project Path="Client.Console\Client.Console.csproj" Type="Classic C#" />
<Project Path="TpLink.Api\TpLink.Api.csproj" />
<Project Path="TpLink.UnitTest\TpLink.UnitTest.csproj" />
<Project Path="TpLinkDataRate\TpLink.Service.csproj" />
</Solution>

0 comments on commit e8431f5

Please sign in to comment.