forked from RobThree/NUlid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNUlid.sln
43 lines (43 loc) · 2.27 KB
/
NUlid.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F46F8BF5-399B-4D9C-8E72-F3EB821E8084}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NUlid", "NUlid\NUlid.csproj", "{14221C1D-0BCD-4D37-B7FC-051CA5624993}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NUlid.Tests", "NUlid.Tests\NUlid.Tests.csproj", "{D015C9AA-287B-4115-A87F-8050D5A47C94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NUlid.Performance", "NUlid.Performance\NUlid.Performance.csproj", "{505C3072-03AB-4161-8070-AA5118A9EC84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14221C1D-0BCD-4D37-B7FC-051CA5624993}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14221C1D-0BCD-4D37-B7FC-051CA5624993}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14221C1D-0BCD-4D37-B7FC-051CA5624993}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14221C1D-0BCD-4D37-B7FC-051CA5624993}.Release|Any CPU.Build.0 = Release|Any CPU
{D015C9AA-287B-4115-A87F-8050D5A47C94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D015C9AA-287B-4115-A87F-8050D5A47C94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D015C9AA-287B-4115-A87F-8050D5A47C94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D015C9AA-287B-4115-A87F-8050D5A47C94}.Release|Any CPU.Build.0 = Release|Any CPU
{505C3072-03AB-4161-8070-AA5118A9EC84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{505C3072-03AB-4161-8070-AA5118A9EC84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{505C3072-03AB-4161-8070-AA5118A9EC84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{505C3072-03AB-4161-8070-AA5118A9EC84}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96FD652F-0AA0-46EA-9929-9E0DB1CD38D1}
EndGlobalSection
EndGlobal