-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAix.UidGenerator.sln
39 lines (39 loc) · 2.08 KB
/
Aix.UidGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A836159F-A307-467B-A1FB-E0B0A821C7C7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{56A5F3A5-4CCC-4FE1-9010-38270E3C17DD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aix.UidGenerator", "src\Aix.UidGenerator\Aix.UidGenerator.csproj", "{E7F18F09-1975-4E53-8D13-BFE6BBEF1B21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aix.UidGeneratorSample", "examples\Aix.UidGeneratorSample\Aix.UidGeneratorSample.csproj", "{2938621D-2F3D-4CA3-9543-C4C031B1EA79}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7F18F09-1975-4E53-8D13-BFE6BBEF1B21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7F18F09-1975-4E53-8D13-BFE6BBEF1B21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7F18F09-1975-4E53-8D13-BFE6BBEF1B21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7F18F09-1975-4E53-8D13-BFE6BBEF1B21}.Release|Any CPU.Build.0 = Release|Any CPU
{2938621D-2F3D-4CA3-9543-C4C031B1EA79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2938621D-2F3D-4CA3-9543-C4C031B1EA79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2938621D-2F3D-4CA3-9543-C4C031B1EA79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2938621D-2F3D-4CA3-9543-C4C031B1EA79}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E7F18F09-1975-4E53-8D13-BFE6BBEF1B21} = {A836159F-A307-467B-A1FB-E0B0A821C7C7}
{2938621D-2F3D-4CA3-9543-C4C031B1EA79} = {56A5F3A5-4CCC-4FE1-9010-38270E3C17DD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7CB9678C-60A6-4012-981E-AC51016D75ED}
EndGlobalSection
EndGlobal