-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAiChef.sln
More file actions
43 lines (43 loc) · 2.52 KB
/
AiChef.sln
File metadata and controls
43 lines (43 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AiChef.Server", "AiChef.Server\AiChef.Server.csproj", "{F229152F-5AEC-4241-A8CE-6EC7EFB87A71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AiChef.Shared", "AiChef.Shared\AiChef.Shared.csproj", "{B60B96D1-BD24-4B3C-9509-0DABE33B9F37}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AiChef.Client", "AiChef.Client\AiChef.Client.csproj", "{B5445F9A-A685-4DD1-83AA-047967452C19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AiChef.Tests", "AiChef.Tests\AiChef.Tests.csproj", "{2FC59676-1C7C-4194-8EC1-AA08B47D98E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F229152F-5AEC-4241-A8CE-6EC7EFB87A71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F229152F-5AEC-4241-A8CE-6EC7EFB87A71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F229152F-5AEC-4241-A8CE-6EC7EFB87A71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F229152F-5AEC-4241-A8CE-6EC7EFB87A71}.Release|Any CPU.Build.0 = Release|Any CPU
{B60B96D1-BD24-4B3C-9509-0DABE33B9F37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B60B96D1-BD24-4B3C-9509-0DABE33B9F37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B60B96D1-BD24-4B3C-9509-0DABE33B9F37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B60B96D1-BD24-4B3C-9509-0DABE33B9F37}.Release|Any CPU.Build.0 = Release|Any CPU
{B5445F9A-A685-4DD1-83AA-047967452C19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5445F9A-A685-4DD1-83AA-047967452C19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5445F9A-A685-4DD1-83AA-047967452C19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5445F9A-A685-4DD1-83AA-047967452C19}.Release|Any CPU.Build.0 = Release|Any CPU
{2FC59676-1C7C-4194-8EC1-AA08B47D98E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FC59676-1C7C-4194-8EC1-AA08B47D98E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FC59676-1C7C-4194-8EC1-AA08B47D98E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FC59676-1C7C-4194-8EC1-AA08B47D98E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42DB16E6-4C11-431B-A13D-D24CBAC9136C}
EndGlobalSection
EndGlobal