This repository has been archived by the owner on Dec 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSemVer.FromAssembly.sln
41 lines (40 loc) · 2.24 KB
/
SemVer.FromAssembly.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 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{30F916DC-ADA7-4D00-B00E-581F2E3DD40B}"
ProjectSection(SolutionItems) = preProject
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "SemVer.FromAssembly", "SemVer.FromAssembly\SemVer.FromAssembly.fsproj", "{BCC02843-21C2-4A9D-8DA8-BFE70F183B4F}"
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "SampleProject", "SampleProject\SampleProject.fsproj", "{9A22A5C7-577C-4EB3-8D4D-E911B8852ED0}"
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "Tests", "Tests\Tests.fsproj", "{897EAD44-8F5E-4762-96B4-1D37DC2E0FAF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A4472262-20E5-472F-A827-82E880737673}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCC02843-21C2-4A9D-8DA8-BFE70F183B4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCC02843-21C2-4A9D-8DA8-BFE70F183B4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCC02843-21C2-4A9D-8DA8-BFE70F183B4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCC02843-21C2-4A9D-8DA8-BFE70F183B4F}.Release|Any CPU.Build.0 = Release|Any CPU
{9A22A5C7-577C-4EB3-8D4D-E911B8852ED0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A22A5C7-577C-4EB3-8D4D-E911B8852ED0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A22A5C7-577C-4EB3-8D4D-E911B8852ED0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A22A5C7-577C-4EB3-8D4D-E911B8852ED0}.Release|Any CPU.Build.0 = Release|Any CPU
{897EAD44-8F5E-4762-96B4-1D37DC2E0FAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{897EAD44-8F5E-4762-96B4-1D37DC2E0FAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{897EAD44-8F5E-4762-96B4-1D37DC2E0FAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{897EAD44-8F5E-4762-96B4-1D37DC2E0FAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal