rename: switch slide project to controller slide

This commit is contained in:
Gerard Gascón 2024-06-15 01:49:16 +02:00
parent baf15cdb0f
commit 0c2ff64639
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SwitchSlidePresenter", "SlidePresenter\SwitchSlidePresenter.csproj", "{F9832F2F-C7CA-4725-8F70-0FF3F76C0A5D}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ControllerSlidePresenter", "SlidePresenter\ControllerSlidePresenter.csproj", "{F9832F2F-C7CA-4725-8F70-0FF3F76C0A5D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Win32Api", "Win32Api\Win32Api.csproj", "{16DC83C8-381A-4CA7-9E45-2A9CBC7BF48A}"
EndProject

View file

@ -5,6 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>SwitchSlidePresenter</RootNamespace>
</PropertyGroup>
<ItemGroup>