-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTipsTrade-HMRC.sln
More file actions
37 lines (37 loc) · 2.05 KB
/
TipsTrade-HMRC.sln
File metadata and controls
37 lines (37 loc) · 2.05 KB
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 17
VisualStudioVersion = 17.14.36301.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TipsTrade-HMRC", "TipsTrade-HMRC\TipsTrade-HMRC.csproj", "{406E1A84-EAA6-41E3-BB4D-BFF40F78238A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{060C9454-3685-4E01-A725-C992A651CA44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication-Client", "Authentication-Client\Authentication-Client.csproj", "{AFEC3046-115E-4465-87F1-F79ED21711FE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{406E1A84-EAA6-41E3-BB4D-BFF40F78238A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{406E1A84-EAA6-41E3-BB4D-BFF40F78238A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{406E1A84-EAA6-41E3-BB4D-BFF40F78238A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{406E1A84-EAA6-41E3-BB4D-BFF40F78238A}.Release|Any CPU.Build.0 = Release|Any CPU
{060C9454-3685-4E01-A725-C992A651CA44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{060C9454-3685-4E01-A725-C992A651CA44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{060C9454-3685-4E01-A725-C992A651CA44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{060C9454-3685-4E01-A725-C992A651CA44}.Release|Any CPU.Build.0 = Release|Any CPU
{AFEC3046-115E-4465-87F1-F79ED21711FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFEC3046-115E-4465-87F1-F79ED21711FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFEC3046-115E-4465-87F1-F79ED21711FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFEC3046-115E-4465-87F1-F79ED21711FE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16D0F138-CF6A-48AD-8AB5-D47EDC9E011A}
EndGlobalSection
EndGlobal