Skip to content

Commit

Permalink
GH-266 - Update TextDisplayMenu project name to include Displays. pre…
Browse files Browse the repository at this point in the history
…fix namespace
  • Loading branch information
jorgedevs committed Mar 26, 2022
1 parent ff434ad commit 12d6786
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<EmbeddedResource Include="menu.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Driver\TextDisplayMenu.csproj" />
<ProjectReference Include="..\..\Driver\Displays.TextDisplayMenu.csproj" />
<ProjectReference Include="..\..\..\..\..\..\Meadow.Core\Source\Meadow.F7\Meadow.F7.csproj" />
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Peripherals\Displays.Ssd130x\Driver\Displays.Ssd130x.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<EmbeddedResource Include="menu.json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Driver\TextDisplayMenu.csproj" />
<ProjectReference Include="..\..\Driver\Displays.TextDisplayMenu.csproj" />
<ProjectReference Include="..\..\..\..\..\..\Meadow.Core\Source\Meadow.F7\Meadow.F7.csproj" />
<ProjectReference Include="..\..\..\..\Meadow.Foundation.Peripherals\Displays.Ssd130x\Driver\Displays.Ssd130x.csproj" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Source/Meadow.Foundation.sln
Original file line number Diff line number Diff line change
Expand Up @@ -752,13 +752,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{0BB4
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Graphics.MicroGraphics", "Meadow.Foundation.Libraries_and_Frameworks\Graphics.MicroGraphics\Driver\Graphics.MicroGraphics.csproj", "{13E39D67-ED46-4B2A-B66E-5B2415B5278C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TextDisplayMenu", "TextDisplayMenu", "{A363CC05-9B58-4231-9FB6-188F0FEF6AF0}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Displays.TextDisplayMenu", "Displays.TextDisplayMenu", "{A363CC05-9B58-4231-9FB6-188F0FEF6AF0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Driver", "Driver", "{B90A7629-57D3-49FC-B6EA-BB5F2E7F93C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{E9BE2E5E-D4A3-484A-BBE8-DC6715B1E2C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextDisplayMenu", "Meadow.Foundation.Libraries_and_Frameworks\Displays.TextDisplayMenu\Driver\TextDisplayMenu.csproj", "{C962A8DB-8D12-4B36-B22B-9B938565ABF7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Displays.TextDisplayMenu", "Meadow.Foundation.Libraries_and_Frameworks\Displays.TextDisplayMenu\Driver\Displays.TextDisplayMenu.csproj", "{C962A8DB-8D12-4B36-B22B-9B938565ABF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextDisplayMenu_GameMenu_Sample", "Meadow.Foundation.Libraries_and_Frameworks\Displays.TextDisplayMenu\Samples\TextDisplayMenu_GameMenu_Sample\TextDisplayMenu_GameMenu_Sample.csproj", "{F52EFDBF-3467-4068-8BE1-E94643ADE23B}"
EndProject
Expand Down

0 comments on commit 12d6786

Please sign in to comment.