-
Notifications
You must be signed in to change notification settings - Fork 0
/
HFM.Client.sln
45 lines (45 loc) · 2.4 KB
/
HFM.Client.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HFM.Client", "HFM.Client\HFM.Client.csproj", "{777C0169-49C5-4726-A137-496C7094C60B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HFM.Client.Tests", "HFM.Client.Tests\HFM.Client.Tests.csproj", "{165BFF0A-3094-4953-8033-4624F29BDC7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HFM.Client.Tool", "HFM.Client.Tool\HFM.Client.Tool.csproj", "{6166E2AF-F49B-4FEA-8528-9E806766052B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{30663E36-AC11-4865-8A95-DA81672B8BD6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{777C0169-49C5-4726-A137-496C7094C60B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{777C0169-49C5-4726-A137-496C7094C60B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{777C0169-49C5-4726-A137-496C7094C60B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{777C0169-49C5-4726-A137-496C7094C60B}.Release|Any CPU.Build.0 = Release|Any CPU
{165BFF0A-3094-4953-8033-4624F29BDC7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{165BFF0A-3094-4953-8033-4624F29BDC7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{165BFF0A-3094-4953-8033-4624F29BDC7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{165BFF0A-3094-4953-8033-4624F29BDC7A}.Release|Any CPU.Build.0 = Release|Any CPU
{6166E2AF-F49B-4FEA-8528-9E806766052B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6166E2AF-F49B-4FEA-8528-9E806766052B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6166E2AF-F49B-4FEA-8528-9E806766052B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6166E2AF-F49B-4FEA-8528-9E806766052B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F85A834-8906-403B-A9FC-F2CD5DD627AB}
EndGlobalSection
EndGlobal