-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEgonsoftHU.Extensions.Bcl.sln
62 lines (62 loc) · 3.36 KB
/
EgonsoftHU.Extensions.Bcl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{EBD79BCA-B5A2-464C-B413-397F69F731E8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
src\app.manifest = src\app.manifest
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documents", "Documents", "{498BDE0B-C1B2-4233-9DEB-56FD73C77231}"
ProjectSection(SolutionItems) = preProject
EXAMPLES_GenericExtensions.md = EXAMPLES_GenericExtensions.md
EXAMPLES_GuidFormats.md = EXAMPLES_GuidFormats.md
EXAMPLES_ParameterInfoExtensions.md = EXAMPLES_ParameterInfoExtensions.md
EXAMPLES_StringExtensions.md = EXAMPLES_StringExtensions.md
EXAMPLES_ThrowExtensions.md = EXAMPLES_ThrowExtensions.md
LICENSE = LICENSE
PACKAGE_README.md = PACKAGE_README.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EgonsoftHU.Extensions.Bcl", "src\EgonsoftHU.Extensions.Bcl\EgonsoftHU.Extensions.Bcl.csproj", "{C03BF7C0-4B1D-4504-9D37-049F4E42210E}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "EgonsoftHU.Extensions.Bcl.Documentation", "docs\EgonsoftHU.Extensions.Bcl.Documentation.shfbproj", "{FDCE6B22-67BC-4AD4-9E0A-98819F557248}"
ProjectSection(ProjectDependencies) = postProject
{C03BF7C0-4B1D-4504-9D37-049F4E42210E} = {C03BF7C0-4B1D-4504-9D37-049F4E42210E}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EgonsoftHU.Extensions.Bcl.UnitTests", "test\EgonsoftHU.Extensions.Bcl.UnitTests\EgonsoftHU.Extensions.Bcl.UnitTests.csproj", "{CF9D1C4F-BF36-42FB-A623-6EFC007C5E2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C03BF7C0-4B1D-4504-9D37-049F4E42210E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C03BF7C0-4B1D-4504-9D37-049F4E42210E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C03BF7C0-4B1D-4504-9D37-049F4E42210E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C03BF7C0-4B1D-4504-9D37-049F4E42210E}.Release|Any CPU.Build.0 = Release|Any CPU
{FDCE6B22-67BC-4AD4-9E0A-98819F557248}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDCE6B22-67BC-4AD4-9E0A-98819F557248}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDCE6B22-67BC-4AD4-9E0A-98819F557248}.Release|Any CPU.Build.0 = Release|Any CPU
{CF9D1C4F-BF36-42FB-A623-6EFC007C5E2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF9D1C4F-BF36-42FB-A623-6EFC007C5E2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF9D1C4F-BF36-42FB-A623-6EFC007C5E2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF9D1C4F-BF36-42FB-A623-6EFC007C5E2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FDCE6B22-67BC-4AD4-9E0A-98819F557248} = {498BDE0B-C1B2-4233-9DEB-56FD73C77231}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC2ADD34-045D-4F97-BA7F-5DD1D7120485}
EndGlobalSection
EndGlobal