-
Notifications
You must be signed in to change notification settings - Fork 43
/
Plaid.sln
54 lines (54 loc) · 2.73 KB
/
Plaid.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plaid", "src\Plaid\Plaid.csproj", "{D9080ED3-10BA-4CCF-A6A6-203B7E92459B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".misc", ".misc", "{5B75FA3C-948A-452C-B57A-74423429A422}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
commands.json = commands.json
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D79CDC6A-E826-4BF5-AB5B-E8A842658BD3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plaid.MSTest", "tests\Plaid.MSTest\Plaid.MSTest.csproj", "{6099B593-99AD-44E2-99F1-F4E875268412}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plaid.Link", "tests\Plaid.Link\Plaid.Link.csproj", "{ADD945BF-5485-4462-9BD4-D6328DCBD7F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{E24A7381-04EF-4807-B660-EC12698B2B31}"
ProjectSection(SolutionItems) = preProject
build.ps1 = build.ps1
build\manifest.json = build\manifest.json
build\tasks.psake.ps1 = build\tasks.psake.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9080ED3-10BA-4CCF-A6A6-203B7E92459B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9080ED3-10BA-4CCF-A6A6-203B7E92459B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9080ED3-10BA-4CCF-A6A6-203B7E92459B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9080ED3-10BA-4CCF-A6A6-203B7E92459B}.Release|Any CPU.Build.0 = Release|Any CPU
{6099B593-99AD-44E2-99F1-F4E875268412}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6099B593-99AD-44E2-99F1-F4E875268412}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6099B593-99AD-44E2-99F1-F4E875268412}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6099B593-99AD-44E2-99F1-F4E875268412}.Release|Any CPU.Build.0 = Release|Any CPU
{ADD945BF-5485-4462-9BD4-D6328DCBD7F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADD945BF-5485-4462-9BD4-D6328DCBD7F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADD945BF-5485-4462-9BD4-D6328DCBD7F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADD945BF-5485-4462-9BD4-D6328DCBD7F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68A7DB6B-02B6-443C-B34F-F74DE59FE7D6}
EndGlobalSection
EndGlobal