Skip to content

Commit 5e3d2ab

Browse files
MAUI #21
1 parent 37c8075 commit 5e3d2ab

50 files changed

Lines changed: 9 additions & 9 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/CodeBreaker.MAUI.sln

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
4-
VisualStudioVersion = 17.0.31611.283
4+
VisualStudioVersion = 17.7.33927.210
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeBreaker.MAUI", "clients\xaml\CodeBreaker.MAUI\CodeBreaker.MAUI.csproj", "{D05F8B75-7B18-423C-928B-FBB26F9F13A7}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codebreaker.MAUI", "Codebreaker.MAUI\Codebreaker.MAUI.csproj", "{093BAA9E-0535-4B19-A9F1-11E2B65770F0}"
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-
{D05F8B75-7B18-423C-928B-FBB26F9F13A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{D05F8B75-7B18-423C-928B-FBB26F9F13A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{D05F8B75-7B18-423C-928B-FBB26F9F13A7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
17-
{D05F8B75-7B18-423C-928B-FBB26F9F13A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{D05F8B75-7B18-423C-928B-FBB26F9F13A7}.Release|Any CPU.Build.0 = Release|Any CPU
19-
{D05F8B75-7B18-423C-928B-FBB26F9F13A7}.Release|Any CPU.Deploy.0 = Release|Any CPU
14+
{093BAA9E-0535-4B19-A9F1-11E2B65770F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{093BAA9E-0535-4B19-A9F1-11E2B65770F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{093BAA9E-0535-4B19-A9F1-11E2B65770F0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
17+
{093BAA9E-0535-4B19-A9F1-11E2B65770F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{093BAA9E-0535-4B19-A9F1-11E2B65770F0}.Release|Any CPU.Build.0 = Release|Any CPU
19+
{093BAA9E-0535-4B19-A9F1-11E2B65770F0}.Release|Any CPU.Deploy.0 = Release|Any CPU
2020
EndGlobalSection
2121
GlobalSection(SolutionProperties) = preSolution
2222
HideSolutionNode = FALSE
2323
EndGlobalSection
2424
GlobalSection(ExtensibilityGlobals) = postSolution
25-
SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
25+
SolutionGuid = {1567BCD3-13B3-442E-BA30-A5D23CAE4A78}
2626
EndGlobalSection
2727
EndGlobal
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/clients/xaml/CodeBreaker.MAUI/Converters/ColornameToBrushConverter.cs renamed to src/Codebreaker.MAUI/Converters/ColornameToBrushConverter.cs

File renamed without changes.

src/clients/xaml/CodeBreaker.MAUI/Converters/DictionaryToValuesConverter.cs renamed to src/Codebreaker.MAUI/Converters/DictionaryToValuesConverter.cs

File renamed without changes.

src/clients/xaml/CodeBreaker.MAUI/Converters/GameStatusToIsVisibleConverter.cs renamed to src/Codebreaker.MAUI/Converters/GameStatusToIsVisibleConverter.cs

File renamed without changes.

src/clients/xaml/CodeBreaker.MAUI/Converters/PegColorToBrushConverter.cs renamed to src/Codebreaker.MAUI/Converters/PegColorToBrushConverter.cs

File renamed without changes.

0 commit comments

Comments
 (0)