Skip to content

Commit

Permalink
Fixed several project issues
Browse files Browse the repository at this point in the history
- updated .net versions in launch file
- updated .sln
  • Loading branch information
laidaoyu committed Nov 26, 2024
1 parent f684614 commit b50a3d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"request": "launch",
"preLaunchTask": "build-contentmigration",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/services/net/contentmigration/bin/Debug/net9.0/TNO.Services.ContentMigration.dll",
"program": "${workspaceFolder}/services/net/contentmigration/bin/Debug/net8.0/TNO.Services.ContentMigration.dll",
"args": [],
"cwd": "${workspaceFolder}/services/net/contentmigration",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
Expand Down Expand Up @@ -114,7 +114,7 @@
"request": "launch",
"preLaunchTask": "build-nlp",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/services/net/nlp/bin/Debug/net9.0/TNO.Services.NLP.dll",
"program": "${workspaceFolder}/services/net/nlp/bin/Debug/net8.0/TNO.Services.NLP.dll",
"args": [],
"cwd": "${workspaceFolder}/services/net/nlp",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
Expand Down
14 changes: 14 additions & 0 deletions TNO.sln
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TNO.Services.ExtractQuotes"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TNO.Services.FileUpload", "services\net\fileupload\TNO.Services.FileUpload.csproj", "{E7444ADF-0137-439B-8E20-917CF2FAFA45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TNO.Services.FFmpeg", "services\net\ffmpeg\TNO.Services.FFmpeg.csproj", "{2D455400-0E86-476E-8C42-532D32C10107}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TNO.Services.EventHandler", "services\net\event-handler\TNO.Services.EventHandler.csproj", "{6F1F9B85-B155-4A5A-BB36-10F734F96A12}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -214,6 +218,14 @@ Global
{E7444ADF-0137-439B-8E20-917CF2FAFA45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7444ADF-0137-439B-8E20-917CF2FAFA45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7444ADF-0137-439B-8E20-917CF2FAFA45}.Release|Any CPU.Build.0 = Release|Any CPU
{2D455400-0E86-476E-8C42-532D32C10107}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D455400-0E86-476E-8C42-532D32C10107}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D455400-0E86-476E-8C42-532D32C10107}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D455400-0E86-476E-8C42-532D32C10107}.Release|Any CPU.Build.0 = Release|Any CPU
{6F1F9B85-B155-4A5A-BB36-10F734F96A12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F1F9B85-B155-4A5A-BB36-10F734F96A12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F1F9B85-B155-4A5A-BB36-10F734F96A12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F1F9B85-B155-4A5A-BB36-10F734F96A12}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{16EA028B-B4C8-416D-BE54-D73D75483668} = {F627B24A-217D-4BF1-BC77-E1A92DBCD07F}
Expand Down Expand Up @@ -251,5 +263,7 @@ Global
{B559B641-F1F0-41D6-9938-A23EC06542A2} = {448D6DE6-6887-48EC-A202-18C7EB428ACD}
{9BC92B16-7AF9-4B45-BA18-C6A98E2AD87E} = {448D6DE6-6887-48EC-A202-18C7EB428ACD}
{E7444ADF-0137-439B-8E20-917CF2FAFA45} = {448D6DE6-6887-48EC-A202-18C7EB428ACD}
{2D455400-0E86-476E-8C42-532D32C10107} = {448D6DE6-6887-48EC-A202-18C7EB428ACD}
{6F1F9B85-B155-4A5A-BB36-10F734F96A12} = {448D6DE6-6887-48EC-A202-18C7EB428ACD}
EndGlobalSection
EndGlobal

0 comments on commit b50a3d9

Please sign in to comment.