d5e0dcfab3
Pushing towards a full release of this library with complete CUID functionality
38 lines
1.9 KiB
Plaintext
38 lines
1.9 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 16
|
|
VisualStudioVersion = 16.0.29123.88
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FunctionalCuid", "FunctionalCuid\FunctionalCuid.fsproj", "{9F049644-0C15-42B2-ABEA-5C0320C1912C}"
|
|
EndProject
|
|
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "FunctionalCuid.Tests", "FunctionalCuid.Tests\FunctionalCuid.Tests.fsproj", "{8757631C-2329-484F-BA2F-2ECF12135E18}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5E45DBE7-484A-4489-BAF4-FD48EB49ADF0}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
paket.dependencies = paket.dependencies
|
|
README.md = README.md
|
|
EndProjectSection
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{9F049644-0C15-42B2-ABEA-5C0320C1912C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{9F049644-0C15-42B2-ABEA-5C0320C1912C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{9F049644-0C15-42B2-ABEA-5C0320C1912C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{9F049644-0C15-42B2-ABEA-5C0320C1912C}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{8757631C-2329-484F-BA2F-2ECF12135E18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{8757631C-2329-484F-BA2F-2ECF12135E18}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{8757631C-2329-484F-BA2F-2ECF12135E18}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{8757631C-2329-484F-BA2F-2ECF12135E18}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {BA72E07F-F06D-48E0-BC4E-179EA9911226}
|
|
EndGlobalSection
|
|
EndGlobal
|