-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluentChatCommands.sln
58 lines (58 loc) · 3.51 KB
/
FluentChatCommands.sln
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.32912.340
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{94187881-C1DD-4690-89BC-63DD50C9FFB7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test Suite", "Test Suite", "{C8C19749-1DB7-435A-BCA2-45281E1ABFE3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{50E9F95B-E4F8-404E-A35F-B8EC9688E4EA}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentChatCommands", "src\FluentChatCommands\FluentChatCommands.csproj", "{6DE98F20-1D9A-4890-A686-A306E610D7FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentChatCommands.Tests.Integration", "tests\FluentChatCommands.Tests.Integration\FluentChatCommands.Tests.Integration.csproj", "{5643401B-0296-457F-9421-A798C931CC5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentChatCommands.Tests.Unit", "tests\FluentChatCommands.Tests.Unit\FluentChatCommands.Tests.Unit.csproj", "{61F1945F-11F4-4B60-B8AF-5D667A78FECE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Unit Test|Any CPU = Unit Test|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DE98F20-1D9A-4890-A686-A306E610D7FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DE98F20-1D9A-4890-A686-A306E610D7FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DE98F20-1D9A-4890-A686-A306E610D7FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DE98F20-1D9A-4890-A686-A306E610D7FF}.Release|Any CPU.Build.0 = Release|Any CPU
{6DE98F20-1D9A-4890-A686-A306E610D7FF}.Unit Test|Any CPU.ActiveCfg = Unit Test|Any CPU
{6DE98F20-1D9A-4890-A686-A306E610D7FF}.Unit Test|Any CPU.Build.0 = Unit Test|Any CPU
{5643401B-0296-457F-9421-A798C931CC5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5643401B-0296-457F-9421-A798C931CC5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5643401B-0296-457F-9421-A798C931CC5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5643401B-0296-457F-9421-A798C931CC5F}.Release|Any CPU.Build.0 = Release|Any CPU
{5643401B-0296-457F-9421-A798C931CC5F}.Unit Test|Any CPU.ActiveCfg = Debug|Any CPU
{5643401B-0296-457F-9421-A798C931CC5F}.Unit Test|Any CPU.Build.0 = Debug|Any CPU
{61F1945F-11F4-4B60-B8AF-5D667A78FECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61F1945F-11F4-4B60-B8AF-5D667A78FECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61F1945F-11F4-4B60-B8AF-5D667A78FECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61F1945F-11F4-4B60-B8AF-5D667A78FECE}.Release|Any CPU.Build.0 = Release|Any CPU
{61F1945F-11F4-4B60-B8AF-5D667A78FECE}.Unit Test|Any CPU.ActiveCfg = Unit Test|Any CPU
{61F1945F-11F4-4B60-B8AF-5D667A78FECE}.Unit Test|Any CPU.Build.0 = Unit Test|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6DE98F20-1D9A-4890-A686-A306E610D7FF} = {94187881-C1DD-4690-89BC-63DD50C9FFB7}
{5643401B-0296-457F-9421-A798C931CC5F} = {C8C19749-1DB7-435A-BCA2-45281E1ABFE3}
{61F1945F-11F4-4B60-B8AF-5D667A78FECE} = {C8C19749-1DB7-435A-BCA2-45281E1ABFE3}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E92CAE8E-09EF-40C4-BCA1-EBC8A081A88C}
EndGlobalSection
EndGlobal