-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodojohn.sln
37 lines (37 loc) · 2.06 KB
/
todojohn.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31613.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "todojohn.Common", "todojohn.Common\todojohn.Common.csproj", "{7E25260F-5E4A-4CFC-A4F5-F560123005F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "todojohn.Functions", "todojohn.Functions\todojohn.Functions.csproj", "{A1CE97B1-21D1-474D-8D12-D82E7C34CF04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "todojohn.Test", "todojohn.Test\todojohn.Test.csproj", "{976FF88E-FDE0-4AAE-BE20-7B00CC839016}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E25260F-5E4A-4CFC-A4F5-F560123005F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E25260F-5E4A-4CFC-A4F5-F560123005F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E25260F-5E4A-4CFC-A4F5-F560123005F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E25260F-5E4A-4CFC-A4F5-F560123005F4}.Release|Any CPU.Build.0 = Release|Any CPU
{A1CE97B1-21D1-474D-8D12-D82E7C34CF04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1CE97B1-21D1-474D-8D12-D82E7C34CF04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1CE97B1-21D1-474D-8D12-D82E7C34CF04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1CE97B1-21D1-474D-8D12-D82E7C34CF04}.Release|Any CPU.Build.0 = Release|Any CPU
{976FF88E-FDE0-4AAE-BE20-7B00CC839016}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{976FF88E-FDE0-4AAE-BE20-7B00CC839016}.Debug|Any CPU.Build.0 = Debug|Any CPU
{976FF88E-FDE0-4AAE-BE20-7B00CC839016}.Release|Any CPU.ActiveCfg = Release|Any CPU
{976FF88E-FDE0-4AAE-BE20-7B00CC839016}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4068AF0F-EFF2-4D40-881C-E92AB97A99E7}
EndGlobalSection
EndGlobal