diff --git a/.vscode/launch.json b/.vscode/launch.json index b5ecf7d1de..9dcc8bee09 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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 @@ -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 diff --git a/TNO.sln b/TNO.sln index d631707f06..bb64127c5f 100644 --- a/TNO.sln +++ b/TNO.sln @@ -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 @@ -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} @@ -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