-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathofx.sln
58 lines (58 loc) · 3.43 KB
/
ofx.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
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29409.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{52EC7D92-4F1F-45CD-A25C-ABFC7E46759A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{313ABF6C-A107-4046-A2E0-455E5B681E57}"
ProjectSection(SolutionItems) = preProject
_stylecop\StyleCop.ruleset = _stylecop\StyleCop.ruleset
test.runsettings = test.runsettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{94A1D6B3-9112-4D1B-AA64-1AC6088E8E23}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mocoding.Ofx", "src\Mocoding.Ofx\Mocoding.Ofx.csproj", "{F2FB00D8-476F-41D8-9BBD-E706D3066C95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mocoding.Ofx.Tests", "test\Mocoding.Ofx.Tests\Mocoding.Ofx.Tests.csproj", "{DB558166-A4A7-4E32-8285-75D4CC1593AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mocoding.Ofx.Client", "src\Mocoding.Ofx.Client\Mocoding.Ofx.Client.csproj", "{5D2B5B2B-3551-4E47-8BE8-88C516282F7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mocoding.Ofx.Client.Discover", "src\Mocoding.Ofx.Client.Discover\Mocoding.Ofx.Client.Discover.csproj", "{ED991F3D-2F6E-496F-972A-F64B4284381C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2FB00D8-476F-41D8-9BBD-E706D3066C95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2FB00D8-476F-41D8-9BBD-E706D3066C95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2FB00D8-476F-41D8-9BBD-E706D3066C95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2FB00D8-476F-41D8-9BBD-E706D3066C95}.Release|Any CPU.Build.0 = Release|Any CPU
{DB558166-A4A7-4E32-8285-75D4CC1593AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB558166-A4A7-4E32-8285-75D4CC1593AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB558166-A4A7-4E32-8285-75D4CC1593AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D2B5B2B-3551-4E47-8BE8-88C516282F7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D2B5B2B-3551-4E47-8BE8-88C516282F7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D2B5B2B-3551-4E47-8BE8-88C516282F7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D2B5B2B-3551-4E47-8BE8-88C516282F7B}.Release|Any CPU.Build.0 = Release|Any CPU
{ED991F3D-2F6E-496F-972A-F64B4284381C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED991F3D-2F6E-496F-972A-F64B4284381C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED991F3D-2F6E-496F-972A-F64B4284381C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED991F3D-2F6E-496F-972A-F64B4284381C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F2FB00D8-476F-41D8-9BBD-E706D3066C95} = {52EC7D92-4F1F-45CD-A25C-ABFC7E46759A}
{DB558166-A4A7-4E32-8285-75D4CC1593AC} = {94A1D6B3-9112-4D1B-AA64-1AC6088E8E23}
{5D2B5B2B-3551-4E47-8BE8-88C516282F7B} = {52EC7D92-4F1F-45CD-A25C-ABFC7E46759A}
{ED991F3D-2F6E-496F-972A-F64B4284381C} = {52EC7D92-4F1F-45CD-A25C-ABFC7E46759A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C40D6E6A-BEDD-4CB9-9E43-EB415BE6B7BD}
EndGlobalSection
EndGlobal