Skip to content

Commit

Permalink
fix: change library directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
exendahal committed Feb 10, 2024
1 parent a0bbd43 commit 50c52e7
Show file tree
Hide file tree
Showing 35 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DotnetBleServer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example-server-linux", "example\ble-server-linux.csproj", "{AE3AAA32-DFE6-4CAD-BE3D-0CFBA5C75EC4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetBleServer", "dsrc\otnet_ble_server\dotnetbleserver.csproj", "{0D775919-ECF4-4C71-92ED-D7D70D9BF59F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetBluezServer", "src\dotnet_bluez_server\dotnetbleserver.csproj", "{0D775919-ECF4-4C71-92ED-D7D70D9BF59F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion example/ble-server-linux.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Avalonia" Version="11.0.5" />
<PackageReference Include="Avalonia.Desktop" Version="11.0.5" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.0.5" />
<ProjectReference Include="..\src\dotnet_ble_server\dotnetbleserver.csproj" />
<ProjectReference Include="..\src\dotnet_bluez_server\dotnetbleserver.csproj" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.7" />
<PackageReference Include="Tmds.LibC" Version="0.5.0" />
<PackageReference Include="MessageBox.Avalonia" Version="3.1.5.1" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes

0 comments on commit 50c52e7

Please sign in to comment.