-
Notifications
You must be signed in to change notification settings - Fork 23
/
PrettyPrompt.sln
57 lines (57 loc) · 3.49 KB
/
PrettyPrompt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrettyPrompt", "src\PrettyPrompt\PrettyPrompt.csproj", "{1F9726E2-DB89-4FD8-947A-F6CBFE885495}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrettyPrompt.Tests", "tests\PrettyPrompt.Tests\PrettyPrompt.Tests.csproj", "{0B103FCF-C4A9-4426-A592-BA4118D10984}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrettyPrompt.Examples.FruitPrompt", "examples\PrettyPrompt.Examples.FruitPrompt\PrettyPrompt.Examples.FruitPrompt.csproj", "{C94F0EFC-9533-46F2-BD61-65231F939D52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{86467EE1-8295-4F55-9F6F-4B1522E05CCA}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Architecture.md = Architecture.md
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrettyPrompt.Benchmarks", "tests\PrettyPrompt.Benchmarks\PrettyPrompt.Benchmarks.csproj", "{9C8B74CD-CD66-43DE-8B52-EEEEE91642C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrettyPrompt.IntegrationTests", "tests\PrettyPrompt.IntegrationTests\PrettyPrompt.IntegrationTests.csproj", "{6619618C-1E36-4A3B-9154-77B5FF57A702}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F9726E2-DB89-4FD8-947A-F6CBFE885495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F9726E2-DB89-4FD8-947A-F6CBFE885495}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F9726E2-DB89-4FD8-947A-F6CBFE885495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F9726E2-DB89-4FD8-947A-F6CBFE885495}.Release|Any CPU.Build.0 = Release|Any CPU
{0B103FCF-C4A9-4426-A592-BA4118D10984}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B103FCF-C4A9-4426-A592-BA4118D10984}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B103FCF-C4A9-4426-A592-BA4118D10984}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B103FCF-C4A9-4426-A592-BA4118D10984}.Release|Any CPU.Build.0 = Release|Any CPU
{C94F0EFC-9533-46F2-BD61-65231F939D52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C94F0EFC-9533-46F2-BD61-65231F939D52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C94F0EFC-9533-46F2-BD61-65231F939D52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C94F0EFC-9533-46F2-BD61-65231F939D52}.Release|Any CPU.Build.0 = Release|Any CPU
{9C8B74CD-CD66-43DE-8B52-EEEEE91642C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C8B74CD-CD66-43DE-8B52-EEEEE91642C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C8B74CD-CD66-43DE-8B52-EEEEE91642C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C8B74CD-CD66-43DE-8B52-EEEEE91642C1}.Release|Any CPU.Build.0 = Release|Any CPU
{6619618C-1E36-4A3B-9154-77B5FF57A702}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6619618C-1E36-4A3B-9154-77B5FF57A702}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6619618C-1E36-4A3B-9154-77B5FF57A702}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6619618C-1E36-4A3B-9154-77B5FF57A702}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5D451E0-D06E-49AB-A9DC-122AA6EB24BF}
EndGlobalSection
EndGlobal