From b103afda9aec878095d504c3d0f85662fd6e1931 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Thu, 19 Jun 2025 00:33:08 -0400 Subject: [PATCH] fix(config): solution structure --- backend/Hutopy.csproj | 51 ++++++++++---------------- backend/Properties/launchSettings.json | 6 ++- backend/backend.sln | 18 --------- 3 files changed, 24 insertions(+), 51 deletions(-) diff --git a/backend/Hutopy.csproj b/backend/Hutopy.csproj index dc7f253..1635298 100644 --- a/backend/Hutopy.csproj +++ b/backend/Hutopy.csproj @@ -2,47 +2,36 @@ net9.0 - false - enable enable - default + enable de6d03c4-8b1c-49e2-a8ca-c38cd4dc7d85 - - - - - - - - - - - - + + + + + + + + + + + + - - + Version="9.0.3" /> + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - - - - - - - - - - + + + + diff --git a/backend/Properties/launchSettings.json b/backend/Properties/launchSettings.json index 36403c4..f3a4f81 100644 --- a/backend/Properties/launchSettings.json +++ b/backend/Properties/launchSettings.json @@ -1,7 +1,9 @@ -{ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", "profiles": { "Hutopy.Web - DEV": { "commandName": "Project", + "dotnetRunMessages": true, "launchBrowser": false, "applicationUrl": "https://0.0.0.0:5001;http://0.0.0.0:5000", "environmentVariables": { @@ -9,4 +11,4 @@ } } } -} \ No newline at end of file +} diff --git a/backend/backend.sln b/backend/backend.sln index 6ecf54d..c1912dc 100644 --- a/backend/backend.sln +++ b/backend/backend.sln @@ -1,34 +1,16 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31903.59 -MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hutopy", "Hutopy.csproj", "{D790B528-6968-4CCD-A25D-A108A82CBDAC}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU - Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {D790B528-6968-4CCD-A25D-A108A82CBDAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D790B528-6968-4CCD-A25D-A108A82CBDAC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D790B528-6968-4CCD-A25D-A108A82CBDAC}.Debug|x64.ActiveCfg = Debug|Any CPU - {D790B528-6968-4CCD-A25D-A108A82CBDAC}.Debug|x64.Build.0 = Debug|Any CPU - {D790B528-6968-4CCD-A25D-A108A82CBDAC}.Debug|x86.ActiveCfg = Debug|Any CPU - {D790B528-6968-4CCD-A25D-A108A82CBDAC}.Debug|x86.Build.0 = Debug|Any CPU {D790B528-6968-4CCD-A25D-A108A82CBDAC}.Release|Any CPU.ActiveCfg = Release|Any CPU {D790B528-6968-4CCD-A25D-A108A82CBDAC}.Release|Any CPU.Build.0 = Release|Any CPU - {D790B528-6968-4CCD-A25D-A108A82CBDAC}.Release|x64.ActiveCfg = Release|Any CPU - {D790B528-6968-4CCD-A25D-A108A82CBDAC}.Release|x64.Build.0 = Release|Any CPU - {D790B528-6968-4CCD-A25D-A108A82CBDAC}.Release|x86.ActiveCfg = Release|Any CPU - {D790B528-6968-4CCD-A25D-A108A82CBDAC}.Release|x86.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE EndGlobalSection EndGlobal