-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dolly.sln
66 lines (66 loc) · 3.55 KB
/
Dolly.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
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}") = "Dolly", "Dolly\Dolly.csproj", "{214FEBA3-1B03-4D6B-AA91-4E241B86D1A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dolly.Exmaple", "Dolly.Exmaple\Dolly.Exmaple.csproj", "{989876B1-7FB4-45F7-8018-D82439AFC138}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{87321807-D37E-403F-BC23-1744EED3B6D0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dolly.Tests", "Dolly.Tests\Dolly.Tests.csproj", "{26CB6926-674A-4991-97F8-A8A157D0A7A9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{68A679B2-5041-4F63-9A85-161BF308A462}"
ProjectSection(SolutionItems) = preProject
.github\FUNDING.yml = .github\FUNDING.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{85F4C354-2655-47CC-9401-7E444239EEAB}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish.yml = .github\workflows\publish.yml
.github\workflows\test.yml = .github\workflows\test.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dolly.Benchmarks", "Dolly.Benchmarks\Dolly.Benchmarks.csproj", "{5A016E27-B2E3-46F5-B95E-6BFBCDBE5E57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{214FEBA3-1B03-4D6B-AA91-4E241B86D1A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{214FEBA3-1B03-4D6B-AA91-4E241B86D1A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{214FEBA3-1B03-4D6B-AA91-4E241B86D1A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{214FEBA3-1B03-4D6B-AA91-4E241B86D1A7}.Release|Any CPU.Build.0 = Release|Any CPU
{989876B1-7FB4-45F7-8018-D82439AFC138}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{989876B1-7FB4-45F7-8018-D82439AFC138}.Debug|Any CPU.Build.0 = Debug|Any CPU
{989876B1-7FB4-45F7-8018-D82439AFC138}.Release|Any CPU.ActiveCfg = Release|Any CPU
{989876B1-7FB4-45F7-8018-D82439AFC138}.Release|Any CPU.Build.0 = Release|Any CPU
{26CB6926-674A-4991-97F8-A8A157D0A7A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26CB6926-674A-4991-97F8-A8A157D0A7A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26CB6926-674A-4991-97F8-A8A157D0A7A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26CB6926-674A-4991-97F8-A8A157D0A7A9}.Release|Any CPU.Build.0 = Release|Any CPU
{5A016E27-B2E3-46F5-B95E-6BFBCDBE5E57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A016E27-B2E3-46F5-B95E-6BFBCDBE5E57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A016E27-B2E3-46F5-B95E-6BFBCDBE5E57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A016E27-B2E3-46F5-B95E-6BFBCDBE5E57}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{68A679B2-5041-4F63-9A85-161BF308A462} = {87321807-D37E-403F-BC23-1744EED3B6D0}
{85F4C354-2655-47CC-9401-7E444239EEAB} = {68A679B2-5041-4F63-9A85-161BF308A462}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AFD17C3A-509A-43B0-A036-1D0060F3636B}
EndGlobalSection
EndGlobal