From 6961ba214b537aaaa88bbdb67ac367f3a38b65d7 Mon Sep 17 00:00:00 2001 From: lodufour1 Date: Sat, 18 Mar 2023 11:46:27 +0100 Subject: [PATCH] Update App --- Sources/LeagueOfLegends.sln | 16 +++++++++++++++- Sources/LolApp/LolApp.csproj | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Sources/LeagueOfLegends.sln b/Sources/LeagueOfLegends.sln index b73957c..79394bd 100644 --- a/Sources/LeagueOfLegends.sln +++ b/Sources/LeagueOfLegends.sln @@ -33,7 +33,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFManager", "EFManager\EFMa EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestManagerEF", "Tests\TestManagerEF\TestManagerEF.csproj", "{ECD6BA04-7338-4AFA-AC4B-D5C60C440D4D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAPI", "TestAPI\TestAPI.csproj", "{F7B6A3D6-6C70-49DC-9D1D-4B70071EEF25}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestAPI", "TestAPI\TestAPI.csproj", "{F7B6A3D6-6C70-49DC-9D1D-4B70071EEF25}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViewModels", "ViewModels\ViewModels.csproj", "{2B2B0F81-6E77-4088-B735-948428E60FFE}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LolApp", "LolApp\LolApp.csproj", "{0C898A04-092A-49AA-BE65-8AE818A2AF50}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -93,6 +97,16 @@ Global {F7B6A3D6-6C70-49DC-9D1D-4B70071EEF25}.Debug|Any CPU.Build.0 = Debug|Any CPU {F7B6A3D6-6C70-49DC-9D1D-4B70071EEF25}.Release|Any CPU.ActiveCfg = Release|Any CPU {F7B6A3D6-6C70-49DC-9D1D-4B70071EEF25}.Release|Any CPU.Build.0 = Release|Any CPU + {2B2B0F81-6E77-4088-B735-948428E60FFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2B2B0F81-6E77-4088-B735-948428E60FFE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2B2B0F81-6E77-4088-B735-948428E60FFE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2B2B0F81-6E77-4088-B735-948428E60FFE}.Release|Any CPU.Build.0 = Release|Any CPU + {0C898A04-092A-49AA-BE65-8AE818A2AF50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0C898A04-092A-49AA-BE65-8AE818A2AF50}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0C898A04-092A-49AA-BE65-8AE818A2AF50}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {0C898A04-092A-49AA-BE65-8AE818A2AF50}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0C898A04-092A-49AA-BE65-8AE818A2AF50}.Release|Any CPU.Build.0 = Release|Any CPU + {0C898A04-092A-49AA-BE65-8AE818A2AF50}.Release|Any CPU.Deploy.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Sources/LolApp/LolApp.csproj b/Sources/LolApp/LolApp.csproj index e1a06ae..d137935 100644 --- a/Sources/LolApp/LolApp.csproj +++ b/Sources/LolApp/LolApp.csproj @@ -84,7 +84,7 @@ - +