-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUUIDv7.sln
41 lines (40 loc) · 2.17 KB
/
UUIDv7.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "UUIDv7", "UUIDv7\UUIDv7.fsproj", "{56E53B01-B630-4643-B210-D2FDF008F82F}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "UUIDv7.Tests", "UUIDv7.Tests\UUIDv7.Tests.fsproj", "{3671DE56-B48B-414B-8B86-9B37F85DE01F}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "UUIDv7.Benchmarks", "UUIDv7.Benchmarks\UUIDv7.Benchmarks.fsproj", "{1202DB42-43FA-4BD2-B8BB-FC96FF9FCDBC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Config", "Config", "{C77E7FD0-E977-4FD6-8C28-6DBF9BFF70BF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56E53B01-B630-4643-B210-D2FDF008F82F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56E53B01-B630-4643-B210-D2FDF008F82F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56E53B01-B630-4643-B210-D2FDF008F82F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56E53B01-B630-4643-B210-D2FDF008F82F}.Release|Any CPU.Build.0 = Release|Any CPU
{3671DE56-B48B-414B-8B86-9B37F85DE01F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3671DE56-B48B-414B-8B86-9B37F85DE01F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3671DE56-B48B-414B-8B86-9B37F85DE01F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3671DE56-B48B-414B-8B86-9B37F85DE01F}.Release|Any CPU.Build.0 = Release|Any CPU
{1202DB42-43FA-4BD2-B8BB-FC96FF9FCDBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1202DB42-43FA-4BD2-B8BB-FC96FF9FCDBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1202DB42-43FA-4BD2-B8BB-FC96FF9FCDBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1202DB42-43FA-4BD2-B8BB-FC96FF9FCDBC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal