From 278e4c95659ed69d9f2e41e6c8f541222ce24a73 Mon Sep 17 00:00:00 2001 From: Maxence Lanone Date: Tue, 7 Feb 2023 14:36:00 +0100 Subject: [PATCH] change position docker file --- LeagueOfLegends.sln | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/LeagueOfLegends.sln b/LeagueOfLegends.sln index 21039bc..4ddf591 100644 --- a/LeagueOfLegends.sln +++ b/LeagueOfLegends.sln @@ -26,8 +26,11 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiLol", "WebApiLol\WebApiLol.csproj", "{DAE3B5A2-8904-43AE-8459-ED64C3366FDF}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{73142960-0D40-4766-973B-37094F4BD879}" + ProjectSection(SolutionItems) = preProject + Dockerfile = Dockerfile + EndProjectSection EndProject -Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "ConsoleTestapi", "Tests\ConsoleTestapi\ConsoleTestapi.csproj", "{D8DA374E-6A54-46A0-962D-ADCFECF58C19}" +Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "ConsoleTestapi", "Tests\ConsoleTestapi\ConsoleTestapi.csproj", "{EA884D64-6425-46FB-BA25-E2EB8FE6BECE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -71,10 +74,10 @@ Global {DAE3B5A2-8904-43AE-8459-ED64C3366FDF}.Debug|Any CPU.Build.0 = Debug|Any CPU {DAE3B5A2-8904-43AE-8459-ED64C3366FDF}.Release|Any CPU.ActiveCfg = Release|Any CPU {DAE3B5A2-8904-43AE-8459-ED64C3366FDF}.Release|Any CPU.Build.0 = Release|Any CPU - {D8DA374E-6A54-46A0-962D-ADCFECF58C19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D8DA374E-6A54-46A0-962D-ADCFECF58C19}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D8DA374E-6A54-46A0-962D-ADCFECF58C19}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D8DA374E-6A54-46A0-962D-ADCFECF58C19}.Release|Any CPU.Build.0 = Release|Any CPU + {EA884D64-6425-46FB-BA25-E2EB8FE6BECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EA884D64-6425-46FB-BA25-E2EB8FE6BECE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EA884D64-6425-46FB-BA25-E2EB8FE6BECE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EA884D64-6425-46FB-BA25-E2EB8FE6BECE}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -87,6 +90,6 @@ Global {B01D7EF2-2D64-409A-A29A-61FB7BB7A9DB} = {2C607793-B163-4731-A4D1-AFE8A7C4C170} {3E16421B-7372-477D-A25E-8249D5203A1E} = {C76D0C23-1FFA-4963-93CD-E12BD643F030} {F4473EB6-6CD7-4A73-89BC-82C247A23412} = {C76D0C23-1FFA-4963-93CD-E12BD643F030} - {D8DA374E-6A54-46A0-962D-ADCFECF58C19} = {C76D0C23-1FFA-4963-93CD-E12BD643F030} + {EA884D64-6425-46FB-BA25-E2EB8FE6BECE} = {C76D0C23-1FFA-4963-93CD-E12BD643F030} EndGlobalSection EndGlobal