-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFake.Extensions.Release.sln
48 lines (48 loc) · 2.54 KB
/
Fake.Extensions.Release.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
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7246FAC5-EF00-4626-96E0-A16702407630}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.cmd = build.cmd
build.fsx = build.fsx
build.sh = build.sh
playground.fsx = playground.fsx
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.Extensions.Release", "src\Fake.Extensions.Release\Fake.Extensions.Release.fsproj", "{CF48B01D-E98C-47B8-8FD9-403C4BE77D27}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Fake.Extensions.Release.Tests", "tests\Fake.Extensions.Release.Tests\Fake.Extensions.Release.Tests.fsproj", "{2A5D96F8-9387-4130-BBFD-01298DE956E0}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "build", "build\build.fsproj", "{6A11913A-3BF2-462B-862D-F2312668DCB1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF48B01D-E98C-47B8-8FD9-403C4BE77D27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF48B01D-E98C-47B8-8FD9-403C4BE77D27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF48B01D-E98C-47B8-8FD9-403C4BE77D27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF48B01D-E98C-47B8-8FD9-403C4BE77D27}.Release|Any CPU.Build.0 = Release|Any CPU
{2A5D96F8-9387-4130-BBFD-01298DE956E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A5D96F8-9387-4130-BBFD-01298DE956E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A5D96F8-9387-4130-BBFD-01298DE956E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A5D96F8-9387-4130-BBFD-01298DE956E0}.Release|Any CPU.Build.0 = Release|Any CPU
{6A11913A-3BF2-462B-862D-F2312668DCB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A11913A-3BF2-462B-862D-F2312668DCB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A11913A-3BF2-462B-862D-F2312668DCB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A11913A-3BF2-462B-862D-F2312668DCB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5CA2432C-2647-4B1B-9901-3A1FC11659E4}
EndGlobalSection
EndGlobal