-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCheckout.sln
53 lines (53 loc) · 2.91 KB
/
Checkout.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Grains", "src\Grains\Grains.csproj", "{96659254-EC6A-4087-BFBF-1DF13650695B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrainTests", "src\GrainTests\GrainTests.csproj", "{0485F59A-C487-4B81-870D-63D88788E405}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Interfaces", "src\Interfaces\Interfaces.csproj", "{A3363555-C5D5-42F3-9003-3EA28622AA56}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{7D8D9434-32A3-48B1-8771-8F35FF974C29}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvaTax", "src\AvaTax\AvaTax.csproj", "{2B21DB16-75DA-4AA9-86A8-F08FDE8CB459}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{41DAFA7F-FB5D-4E6B-9F37-B86B0E37DACB}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96659254-EC6A-4087-BFBF-1DF13650695B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96659254-EC6A-4087-BFBF-1DF13650695B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96659254-EC6A-4087-BFBF-1DF13650695B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96659254-EC6A-4087-BFBF-1DF13650695B}.Release|Any CPU.Build.0 = Release|Any CPU
{0485F59A-C487-4B81-870D-63D88788E405}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0485F59A-C487-4B81-870D-63D88788E405}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0485F59A-C487-4B81-870D-63D88788E405}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0485F59A-C487-4B81-870D-63D88788E405}.Release|Any CPU.Build.0 = Release|Any CPU
{A3363555-C5D5-42F3-9003-3EA28622AA56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3363555-C5D5-42F3-9003-3EA28622AA56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3363555-C5D5-42F3-9003-3EA28622AA56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3363555-C5D5-42F3-9003-3EA28622AA56}.Release|Any CPU.Build.0 = Release|Any CPU
{2B21DB16-75DA-4AA9-86A8-F08FDE8CB459}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B21DB16-75DA-4AA9-86A8-F08FDE8CB459}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B21DB16-75DA-4AA9-86A8-F08FDE8CB459}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B21DB16-75DA-4AA9-86A8-F08FDE8CB459}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal