-
Notifications
You must be signed in to change notification settings - Fork 0
/
ANZx-FXCalculator.sln
66 lines (66 loc) · 4.22 KB
/
ANZx-FXCalculator.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
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FXCalculator.Application", "FXCalculator.Application\FXCalculator.Application.csproj", "{9EEC15DD-28F3-4BE7-90EA-B7FC8CF3C74F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{94519293-76E6-435D-9B15-43B39569746B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FXCalculator.Application.Tests", "Tests\FXCalculator.Application.Tests\FXCalculator.Application.Tests.csproj", "{B0CDAB45-75FA-4E4C-B799-17CC74B69F2E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FXCalculator.Data", "FXCalculator.Data\FXCalculator.Data.csproj", "{4492B640-22D8-4841-95CE-2AA6B971A6B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FXCalculator.Common", "FXCalculator.Common\FXCalculator.Common.csproj", "{31325240-6219-4F32-A6FA-DD3998420A65}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{63CB169D-1CA4-4A6A-A2D9-C81CA27BF89D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FXCalculator.Console", "FXCalculator.Console\FXCalculator.Console.csproj", "{1489F576-1602-49B8-B882-338749E548F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FXCalculator.Console.Tests", "Tests\FXCalculator.Console.Tests\FXCalculator.Console.Tests.csproj", "{11B61735-70F9-4BB8-95BA-5A233728A4EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9EEC15DD-28F3-4BE7-90EA-B7FC8CF3C74F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EEC15DD-28F3-4BE7-90EA-B7FC8CF3C74F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EEC15DD-28F3-4BE7-90EA-B7FC8CF3C74F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EEC15DD-28F3-4BE7-90EA-B7FC8CF3C74F}.Release|Any CPU.Build.0 = Release|Any CPU
{B0CDAB45-75FA-4E4C-B799-17CC74B69F2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0CDAB45-75FA-4E4C-B799-17CC74B69F2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0CDAB45-75FA-4E4C-B799-17CC74B69F2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0CDAB45-75FA-4E4C-B799-17CC74B69F2E}.Release|Any CPU.Build.0 = Release|Any CPU
{4492B640-22D8-4841-95CE-2AA6B971A6B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4492B640-22D8-4841-95CE-2AA6B971A6B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4492B640-22D8-4841-95CE-2AA6B971A6B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4492B640-22D8-4841-95CE-2AA6B971A6B1}.Release|Any CPU.Build.0 = Release|Any CPU
{31325240-6219-4F32-A6FA-DD3998420A65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31325240-6219-4F32-A6FA-DD3998420A65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31325240-6219-4F32-A6FA-DD3998420A65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31325240-6219-4F32-A6FA-DD3998420A65}.Release|Any CPU.Build.0 = Release|Any CPU
{1489F576-1602-49B8-B882-338749E548F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1489F576-1602-49B8-B882-338749E548F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1489F576-1602-49B8-B882-338749E548F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1489F576-1602-49B8-B882-338749E548F2}.Release|Any CPU.Build.0 = Release|Any CPU
{11B61735-70F9-4BB8-95BA-5A233728A4EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11B61735-70F9-4BB8-95BA-5A233728A4EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11B61735-70F9-4BB8-95BA-5A233728A4EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11B61735-70F9-4BB8-95BA-5A233728A4EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B0CDAB45-75FA-4E4C-B799-17CC74B69F2E} = {94519293-76E6-435D-9B15-43B39569746B}
{11B61735-70F9-4BB8-95BA-5A233728A4EA} = {94519293-76E6-435D-9B15-43B39569746B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6EF3B47-55DE-4194-BABF-34C7153730E1}
EndGlobalSection
EndGlobal