-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBit0.Package.sln
81 lines (81 loc) · 4.37 KB
/
Bit0.Package.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31606.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bit0.Package.Core", "src\Bit0.Package.Core\Bit0.Package.Core.csproj", "{6B9770F3-C4D5-49FB-AB96-1BC17A738E16}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sources", "Sources", "{1463E9FE-9D06-4624-9078-00C575B412E5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F8045412-4E8F-47A7-9C66-F539DF8660B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PackageTests", "tests\PackageTests\PackageTests.csproj", "{DC201430-8251-44AB-B259-74935213EB61}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{B8D3A25C-3EF3-42D5-A3C0-5D1E0B7EDCFF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{DFD3E426-79F5-40D6-B156-BDAB5FC2FB54}"
ProjectSection(SolutionItems) = preProject
.github\workflows\package.yml = .github\workflows\package.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8461D3FA-8344-4F55-95D0-CD90CAD0E216}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitmodules = .gitmodules
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
Common.props = Common.props
LICENSE.txt = LICENSE.txt
README.md = README.md
Solution.props = Solution.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B9770F3-C4D5-49FB-AB96-1BC17A738E16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B9770F3-C4D5-49FB-AB96-1BC17A738E16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B9770F3-C4D5-49FB-AB96-1BC17A738E16}.Debug|x64.ActiveCfg = Debug|Any CPU
{6B9770F3-C4D5-49FB-AB96-1BC17A738E16}.Debug|x64.Build.0 = Debug|Any CPU
{6B9770F3-C4D5-49FB-AB96-1BC17A738E16}.Debug|x86.ActiveCfg = Debug|Any CPU
{6B9770F3-C4D5-49FB-AB96-1BC17A738E16}.Debug|x86.Build.0 = Debug|Any CPU
{6B9770F3-C4D5-49FB-AB96-1BC17A738E16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B9770F3-C4D5-49FB-AB96-1BC17A738E16}.Release|Any CPU.Build.0 = Release|Any CPU
{6B9770F3-C4D5-49FB-AB96-1BC17A738E16}.Release|x64.ActiveCfg = Release|Any CPU
{6B9770F3-C4D5-49FB-AB96-1BC17A738E16}.Release|x64.Build.0 = Release|Any CPU
{6B9770F3-C4D5-49FB-AB96-1BC17A738E16}.Release|x86.ActiveCfg = Release|Any CPU
{6B9770F3-C4D5-49FB-AB96-1BC17A738E16}.Release|x86.Build.0 = Release|Any CPU
{DC201430-8251-44AB-B259-74935213EB61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC201430-8251-44AB-B259-74935213EB61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC201430-8251-44AB-B259-74935213EB61}.Debug|x64.ActiveCfg = Debug|Any CPU
{DC201430-8251-44AB-B259-74935213EB61}.Debug|x64.Build.0 = Debug|Any CPU
{DC201430-8251-44AB-B259-74935213EB61}.Debug|x86.ActiveCfg = Debug|Any CPU
{DC201430-8251-44AB-B259-74935213EB61}.Debug|x86.Build.0 = Debug|Any CPU
{DC201430-8251-44AB-B259-74935213EB61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC201430-8251-44AB-B259-74935213EB61}.Release|Any CPU.Build.0 = Release|Any CPU
{DC201430-8251-44AB-B259-74935213EB61}.Release|x64.ActiveCfg = Release|Any CPU
{DC201430-8251-44AB-B259-74935213EB61}.Release|x64.Build.0 = Release|Any CPU
{DC201430-8251-44AB-B259-74935213EB61}.Release|x86.ActiveCfg = Release|Any CPU
{DC201430-8251-44AB-B259-74935213EB61}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6B9770F3-C4D5-49FB-AB96-1BC17A738E16} = {1463E9FE-9D06-4624-9078-00C575B412E5}
{DC201430-8251-44AB-B259-74935213EB61} = {F8045412-4E8F-47A7-9C66-F539DF8660B5}
{B8D3A25C-3EF3-42D5-A3C0-5D1E0B7EDCFF} = {8461D3FA-8344-4F55-95D0-CD90CAD0E216}
{DFD3E426-79F5-40D6-B156-BDAB5FC2FB54} = {B8D3A25C-3EF3-42D5-A3C0-5D1E0B7EDCFF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {99E23DCD-C782-4D09-8D92-6CAE7D6BA6FF}
EndGlobalSection
EndGlobal