Skip to content

Commit 68e28d9

Browse files
committed
Updated to 1.2.1: Reworked messsage bus between frontend API and backend analysis services
1 parent 5d194a9 commit 68e28d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+979
-1538
lines changed

CodeProject.SenseAI.sln

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,6 @@ Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Python37.Installer", "Insta
186186
EndProject
187187
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SenseAI.Server.Installer", "Installers\Windows\SenseAI.Server.Installer\SenseAI.Server.Installer.wixproj", "{A1AFA75C-324E-4B79-BE13-5557E495FBBE}"
188188
EndProject
189-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WipInstallers", "WipInstallers", "{888C04E1-6F50-4800-93FE-F128B78AE645}"
190-
EndProject
191-
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "SenseAI.Server.Installer", "Installers\WipInstallers\SenseAI.Server.Installer\SenseAI.Server.Installer.vdproj", "{18603392-CD64-4C1C-B892-381E99995451}"
192-
EndProject
193189
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dev", "Dev", "{00BBF52C-217D-421F-BEAF-918C167D4C20}"
194190
ProjectSection(SolutionItems) = preProject
195191
Installers\Dev\setup_dev_env_linux.sh = Installers\Dev\setup_dev_env_linux.sh
@@ -320,10 +316,6 @@ Global
320316
{A1AFA75C-324E-4B79-BE13-5557E495FBBE}.Release|Any CPU.ActiveCfg = Release|x86
321317
{A1AFA75C-324E-4B79-BE13-5557E495FBBE}.Release|x86.ActiveCfg = Release|x86
322318
{A1AFA75C-324E-4B79-BE13-5557E495FBBE}.Release|x86.Build.0 = Release|x86
323-
{18603392-CD64-4C1C-B892-381E99995451}.Debug|Any CPU.ActiveCfg = Debug
324-
{18603392-CD64-4C1C-B892-381E99995451}.Debug|x86.ActiveCfg = Debug
325-
{18603392-CD64-4C1C-B892-381E99995451}.Release|Any CPU.ActiveCfg = Release
326-
{18603392-CD64-4C1C-B892-381E99995451}.Release|x86.ActiveCfg = Release
327319
{F675BEA0-4A75-4B30-9E70-CBBE8641E9CD}.Debug|Any CPU.ActiveCfg = Debug|x86
328320
{F675BEA0-4A75-4B30-9E70-CBBE8641E9CD}.Debug|Any CPU.Build.0 = Debug|x86
329321
{F675BEA0-4A75-4B30-9E70-CBBE8641E9CD}.Debug|x86.ActiveCfg = Debug|x86
@@ -370,8 +362,6 @@ Global
370362
{D0B74BE9-8195-4907-AEEE-45631E37251F} = {83C828B9-2B1E-4982-B4B7-69D173DFBB27}
371363
{3F34EAEE-8A53-40D1-8CDB-A13AE728FA06} = {83C828B9-2B1E-4982-B4B7-69D173DFBB27}
372364
{A1AFA75C-324E-4B79-BE13-5557E495FBBE} = {83C828B9-2B1E-4982-B4B7-69D173DFBB27}
373-
{888C04E1-6F50-4800-93FE-F128B78AE645} = {D885EE64-C1BD-44D6-84D8-1E46806298D9}
374-
{18603392-CD64-4C1C-B892-381E99995451} = {888C04E1-6F50-4800-93FE-F128B78AE645}
375365
{00BBF52C-217D-421F-BEAF-918C167D4C20} = {D885EE64-C1BD-44D6-84D8-1E46806298D9}
376366
{8A423F72-C92C-4C8E-87D8-02849FD079E2} = {83C828B9-2B1E-4982-B4B7-69D173DFBB27}
377367
{F675BEA0-4A75-4B30-9E70-CBBE8641E9CD} = {83C828B9-2B1E-4982-B4B7-69D173DFBB27}

0 commit comments

Comments
 (0)