Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with min
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

62 lines
3.8 KiB

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "backend", "backend\backend.csproj", "{CA427ACE-098F-4883-8A91-02F766FC2D46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "frontend", "frontend\frontend.csproj", "{1CC48AD0-4845-4DBC-8308-F7D333E85436}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "worker", "worker\worker.csproj", "{D96428FD-1ADB-436F-B61B-04C632FBCD34}"
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(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA427ACE-098F-4883-8A91-02F766FC2D46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA427ACE-098F-4883-8A91-02F766FC2D46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA427ACE-098F-4883-8A91-02F766FC2D46}.Debug|x64.ActiveCfg = Debug|Any CPU
{CA427ACE-098F-4883-8A91-02F766FC2D46}.Debug|x64.Build.0 = Debug|Any CPU
{CA427ACE-098F-4883-8A91-02F766FC2D46}.Debug|x86.ActiveCfg = Debug|Any CPU
{CA427ACE-098F-4883-8A91-02F766FC2D46}.Debug|x86.Build.0 = Debug|Any CPU
{CA427ACE-098F-4883-8A91-02F766FC2D46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA427ACE-098F-4883-8A91-02F766FC2D46}.Release|Any CPU.Build.0 = Release|Any CPU
{CA427ACE-098F-4883-8A91-02F766FC2D46}.Release|x64.ActiveCfg = Release|Any CPU
{CA427ACE-098F-4883-8A91-02F766FC2D46}.Release|x64.Build.0 = Release|Any CPU
{CA427ACE-098F-4883-8A91-02F766FC2D46}.Release|x86.ActiveCfg = Release|Any CPU
{CA427ACE-098F-4883-8A91-02F766FC2D46}.Release|x86.Build.0 = Release|Any CPU
{1CC48AD0-4845-4DBC-8308-F7D333E85436}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CC48AD0-4845-4DBC-8308-F7D333E85436}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CC48AD0-4845-4DBC-8308-F7D333E85436}.Debug|x64.ActiveCfg = Debug|Any CPU
{1CC48AD0-4845-4DBC-8308-F7D333E85436}.Debug|x64.Build.0 = Debug|Any CPU
{1CC48AD0-4845-4DBC-8308-F7D333E85436}.Debug|x86.ActiveCfg = Debug|Any CPU
{1CC48AD0-4845-4DBC-8308-F7D333E85436}.Debug|x86.Build.0 = Debug|Any CPU
{1CC48AD0-4845-4DBC-8308-F7D333E85436}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CC48AD0-4845-4DBC-8308-F7D333E85436}.Release|Any CPU.Build.0 = Release|Any CPU
{1CC48AD0-4845-4DBC-8308-F7D333E85436}.Release|x64.ActiveCfg = Release|Any CPU
{1CC48AD0-4845-4DBC-8308-F7D333E85436}.Release|x64.Build.0 = Release|Any CPU
{1CC48AD0-4845-4DBC-8308-F7D333E85436}.Release|x86.ActiveCfg = Release|Any CPU
{1CC48AD0-4845-4DBC-8308-F7D333E85436}.Release|x86.Build.0 = Release|Any CPU
{D96428FD-1ADB-436F-B61B-04C632FBCD34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D96428FD-1ADB-436F-B61B-04C632FBCD34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D96428FD-1ADB-436F-B61B-04C632FBCD34}.Debug|x64.ActiveCfg = Debug|Any CPU
{D96428FD-1ADB-436F-B61B-04C632FBCD34}.Debug|x64.Build.0 = Debug|Any CPU
{D96428FD-1ADB-436F-B61B-04C632FBCD34}.Debug|x86.ActiveCfg = Debug|Any CPU
{D96428FD-1ADB-436F-B61B-04C632FBCD34}.Debug|x86.Build.0 = Debug|Any CPU
{D96428FD-1ADB-436F-B61B-04C632FBCD34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D96428FD-1ADB-436F-B61B-04C632FBCD34}.Release|Any CPU.Build.0 = Release|Any CPU
{D96428FD-1ADB-436F-B61B-04C632FBCD34}.Release|x64.ActiveCfg = Release|Any CPU
{D96428FD-1ADB-436F-B61B-04C632FBCD34}.Release|x64.Build.0 = Release|Any CPU
{D96428FD-1ADB-436F-B61B-04C632FBCD34}.Release|x86.ActiveCfg = Release|Any CPU
{D96428FD-1ADB-436F-B61B-04C632FBCD34}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal