-
Notifications
You must be signed in to change notification settings - Fork 4
/
Bonfida.Client.sln
52 lines (52 loc) · 2.7 KB
/
Bonfida.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
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bonfidanet.Client", "Bonfidanet.Client\Bonfidanet.Client.csproj", "{155A6DD0-6109-4248-BAA3-39806987DB6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bonfidanet.Examples", "Bonfidanet.Examples\Bonfidanet.Examples.csproj", "{445A41F0-F9DE-4E6B-9301-902927983AFE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bonfidanet.Client.Test", "Bonfidanet.Client.Test\Bonfidanet.Client.Test.csproj", "{882C168E-455C-458A-91CB-F4785A3B73C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CB379720-F5AE-482F-B576-C60685E64AAC}"
ProjectSection(SolutionItems) = preProject
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
CHANGELOG.md = CHANGELOG.md
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
LICENSE = LICENSE
.github\workflows\publish.yml = .github\workflows\publish.yml
PULL_REQUEST_TEMPLATE.md = PULL_REQUEST_TEMPLATE.md
README.md = README.md
RELEASE-NOTES.txt = RELEASE-NOTES.txt
SharedBuildProperties.props = SharedBuildProperties.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{155A6DD0-6109-4248-BAA3-39806987DB6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{155A6DD0-6109-4248-BAA3-39806987DB6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{155A6DD0-6109-4248-BAA3-39806987DB6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{155A6DD0-6109-4248-BAA3-39806987DB6B}.Release|Any CPU.Build.0 = Release|Any CPU
{445A41F0-F9DE-4E6B-9301-902927983AFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{445A41F0-F9DE-4E6B-9301-902927983AFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{445A41F0-F9DE-4E6B-9301-902927983AFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{445A41F0-F9DE-4E6B-9301-902927983AFE}.Release|Any CPU.Build.0 = Release|Any CPU
{882C168E-455C-458A-91CB-F4785A3B73C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{882C168E-455C-458A-91CB-F4785A3B73C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{882C168E-455C-458A-91CB-F4785A3B73C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{882C168E-455C-458A-91CB-F4785A3B73C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46BDA31A-526E-40BB-B5C1-B25C56505A73}
EndGlobalSection
EndGlobal