forked from Taiizor/UUID
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUUID.sln
More file actions
63 lines (63 loc) · 3.64 KB
/
UUID.sln
File metadata and controls
63 lines (63 loc) · 3.64 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33808.371
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3943FC00-5155-481C-ABD2-2F1E094589A0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "demo", "demo", "{04361DC9-3E9F-481A-9489-068DE8688332}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{02D54F9E-8518-40C9-B2CD-2A4F8CA339A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A98F348B-49A9-43CB-924A-9F0A40CA88B2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UUID.Demo", "demo\UUID.Demo\UUID.Demo.csproj", "{BDBE3439-450F-8792-3B14-6E8333921809}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UUID", "src\UUID\UUID.csproj", "{5CC30F3B-431B-496B-91F9-9FD12F079DBA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UUID.Tests", "test\UUID.Tests\UUID.Tests.csproj", "{FC997986-74D3-F9FE-BA5C-376D348DF859}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmark", "benchmark", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UUID.Benchmarks", "benchmark\UUID.Benchmarks\UUID.Benchmarks.csproj", "{709ECC72-B71F-C590-0855-BB31582B4CFC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BDBE3439-450F-8792-3B14-6E8333921809}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDBE3439-450F-8792-3B14-6E8333921809}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDBE3439-450F-8792-3B14-6E8333921809}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDBE3439-450F-8792-3B14-6E8333921809}.Release|Any CPU.Build.0 = Release|Any CPU
{5CC30F3B-431B-496B-91F9-9FD12F079DBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CC30F3B-431B-496B-91F9-9FD12F079DBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CC30F3B-431B-496B-91F9-9FD12F079DBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CC30F3B-431B-496B-91F9-9FD12F079DBA}.Release|Any CPU.Build.0 = Release|Any CPU
{FC997986-74D3-F9FE-BA5C-376D348DF859}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC997986-74D3-F9FE-BA5C-376D348DF859}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC997986-74D3-F9FE-BA5C-376D348DF859}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC997986-74D3-F9FE-BA5C-376D348DF859}.Release|Any CPU.Build.0 = Release|Any CPU
{709ECC72-B71F-C590-0855-BB31582B4CFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{709ECC72-B71F-C590-0855-BB31582B4CFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{709ECC72-B71F-C590-0855-BB31582B4CFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{709ECC72-B71F-C590-0855-BB31582B4CFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BDBE3439-450F-8792-3B14-6E8333921809} = {04361DC9-3E9F-481A-9489-068DE8688332}
{5CC30F3B-431B-496B-91F9-9FD12F079DBA} = {A98F348B-49A9-43CB-924A-9F0A40CA88B2}
{FC997986-74D3-F9FE-BA5C-376D348DF859} = {02D54F9E-8518-40C9-B2CD-2A4F8CA339A3}
{709ECC72-B71F-C590-0855-BB31582B4CFC} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5DA4A105-4BC7-4943-9328-F7274E75FCB3}
EndGlobalSection
EndGlobal