Skip to content

Commit 482ecba

Browse files
committed
changed naming and also other os compatiblity
1 parent 36a29ea commit 482ecba

File tree

9 files changed

+442
-228
lines changed

9 files changed

+442
-228
lines changed

KeyLighting.NET.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.13.35931.197
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeyLighting", "keyboard\KeyLighting.csproj", "{16007BED-4912-9286-9C4D-EA56847C7C46}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeyLighting", "KeyLighting\KeyLighting.csproj", "{4D8AFFA5-F2AC-F524-3D04-2AB2E28D604C}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{16007BED-4912-9286-9C4D-EA56847C7C46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{16007BED-4912-9286-9C4D-EA56847C7C46}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{16007BED-4912-9286-9C4D-EA56847C7C46}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{16007BED-4912-9286-9C4D-EA56847C7C46}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{4D8AFFA5-F2AC-F524-3D04-2AB2E28D604C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{4D8AFFA5-F2AC-F524-3D04-2AB2E28D604C}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{4D8AFFA5-F2AC-F524-3D04-2AB2E28D604C}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{4D8AFFA5-F2AC-F524-3D04-2AB2E28D604C}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE
File renamed without changes.

keyboard/KeyLighting.csproj renamed to KeyLighting/KeyLighting.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0-windows</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<UseWindowsForms>true</UseWindowsForms>
8+
<UseWindowsForms>false</UseWindowsForms>
99
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
1010
<ApplicationIcon>icon.ico</ApplicationIcon>
1111
</PropertyGroup>
File renamed without changes.

0 commit comments

Comments
 (0)