-
Notifications
You must be signed in to change notification settings - Fork 3
/
BlackFox.ColoredPrintf.sln
44 lines (44 loc) · 2.46 KB
/
BlackFox.ColoredPrintf.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 15.0.26403.7
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BlackFox.ColoredPrintf", "src\BlackFox.ColoredPrintf\BlackFox.ColoredPrintf.fsproj", "{860E1CC6-A7F8-4BC2-9A6C-EBE93360ECE1}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BlackFox.ColoredPrintf.Tests", "src\BlackFox.ColoredPrintf.Tests\BlackFox.ColoredPrintf.Tests.fsproj", "{56DBF142-7CE9-450D-9109-BA245CBA575B}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TestApp", "src\TestApp\TestApp.fsproj", "{9F6E61B2-3A20-4A52-927E-B5E11D1B9D42}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D4A1AD7D-5530-4FBE-AC0D-119D9AB6A1F7}"
ProjectSection(SolutionItems) = preProject
build\AppVeyorEx.fsx = build\AppVeyorEx.fsx
build\build.fsx = build\build.fsx
build\CmdLine.fs = build\CmdLine.fs
paket.dependencies = paket.dependencies
Readme.md = Readme.md
Release Notes.md = Release Notes.md
build\TaskDefinitionHelper.fsx = build\TaskDefinitionHelper.fsx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{860E1CC6-A7F8-4BC2-9A6C-EBE93360ECE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{860E1CC6-A7F8-4BC2-9A6C-EBE93360ECE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{860E1CC6-A7F8-4BC2-9A6C-EBE93360ECE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{860E1CC6-A7F8-4BC2-9A6C-EBE93360ECE1}.Release|Any CPU.Build.0 = Release|Any CPU
{56DBF142-7CE9-450D-9109-BA245CBA575B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56DBF142-7CE9-450D-9109-BA245CBA575B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56DBF142-7CE9-450D-9109-BA245CBA575B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56DBF142-7CE9-450D-9109-BA245CBA575B}.Release|Any CPU.Build.0 = Release|Any CPU
{9F6E61B2-3A20-4A52-927E-B5E11D1B9D42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F6E61B2-3A20-4A52-927E-B5E11D1B9D42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F6E61B2-3A20-4A52-927E-B5E11D1B9D42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F6E61B2-3A20-4A52-927E-B5E11D1B9D42}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal