-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathULID.sln
37 lines (37 loc) · 1.97 KB
/
ULID.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "ULID", "ULID\ULID.fsproj", "{D356A6DE-FB6D-4482-8B34-20AD8F0E9835}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Test", "Test\Test.fsproj", "{2DD48BD0-81EC-47E3-B0A5-82837C94AC51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InCs", "InCs\InCs.csproj", "{568AEB50-0AC7-42B6-B160-3D1B77C43773}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D356A6DE-FB6D-4482-8B34-20AD8F0E9835}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D356A6DE-FB6D-4482-8B34-20AD8F0E9835}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D356A6DE-FB6D-4482-8B34-20AD8F0E9835}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D356A6DE-FB6D-4482-8B34-20AD8F0E9835}.Release|Any CPU.Build.0 = Release|Any CPU
{2DD48BD0-81EC-47E3-B0A5-82837C94AC51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DD48BD0-81EC-47E3-B0A5-82837C94AC51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DD48BD0-81EC-47E3-B0A5-82837C94AC51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DD48BD0-81EC-47E3-B0A5-82837C94AC51}.Release|Any CPU.Build.0 = Release|Any CPU
{568AEB50-0AC7-42B6-B160-3D1B77C43773}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{568AEB50-0AC7-42B6-B160-3D1B77C43773}.Debug|Any CPU.Build.0 = Debug|Any CPU
{568AEB50-0AC7-42B6-B160-3D1B77C43773}.Release|Any CPU.ActiveCfg = Release|Any CPU
{568AEB50-0AC7-42B6-B160-3D1B77C43773}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3124BC1F-8A34-48FD-8665-38551518BD69}
EndGlobalSection
EndGlobal