-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeaPie.sln
51 lines (51 loc) · 2.83 KB
/
TeaPie.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35201.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{63A091C4-97A0-43FB-A9A8-13E6EBD7EEF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeaPie.Tests", "tests\TeaPie.Tests\TeaPie.Tests.csproj", "{97641C94-0412-4FF5-BC84-412780D74626}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{824E0482-DE6F-4395-80FC-FAA43519A50E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{09884886-D285-461E-8860-58E850AB0F31}"
ProjectSection(SolutionItems) = preProject
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeaPie", "src\TeaPie\TeaPie.csproj", "{82DA30BE-9CB4-40C6-85E7-E699D17520F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeaPie.DotnetTool", "src\TeaPie.DotnetTool\TeaPie.DotnetTool.csproj", "{43BFE99C-6FC8-4F4A-BE08-B1C62A21ED43}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97641C94-0412-4FF5-BC84-412780D74626}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97641C94-0412-4FF5-BC84-412780D74626}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97641C94-0412-4FF5-BC84-412780D74626}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97641C94-0412-4FF5-BC84-412780D74626}.Release|Any CPU.Build.0 = Release|Any CPU
{82DA30BE-9CB4-40C6-85E7-E699D17520F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82DA30BE-9CB4-40C6-85E7-E699D17520F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82DA30BE-9CB4-40C6-85E7-E699D17520F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82DA30BE-9CB4-40C6-85E7-E699D17520F5}.Release|Any CPU.Build.0 = Release|Any CPU
{43BFE99C-6FC8-4F4A-BE08-B1C62A21ED43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43BFE99C-6FC8-4F4A-BE08-B1C62A21ED43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43BFE99C-6FC8-4F4A-BE08-B1C62A21ED43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43BFE99C-6FC8-4F4A-BE08-B1C62A21ED43}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{97641C94-0412-4FF5-BC84-412780D74626} = {63A091C4-97A0-43FB-A9A8-13E6EBD7EEF7}
{82DA30BE-9CB4-40C6-85E7-E699D17520F5} = {824E0482-DE6F-4395-80FC-FAA43519A50E}
{43BFE99C-6FC8-4F4A-BE08-B1C62A21ED43} = {824E0482-DE6F-4395-80FC-FAA43519A50E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42475642-51A5-4873-97AE-A47204E3EA14}
EndGlobalSection
EndGlobal