-
Notifications
You must be signed in to change notification settings - Fork 18
/
AltCover.Recorder.sln
80 lines (80 loc) · 4.48 KB
/
AltCover.Recorder.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "AltCover.Recorder", "AltCover.Recorder\AltCover.Recorder.fsproj", "{85B49E3C-F5B0-40F5-8DB5-1464BEC10E3A}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "AltCover.Recorder.Tests", "AltCover.Recorder.Tests\AltCover.Recorder.Tests.fsproj", "{7F197884-A015-4D01-9543-AF0837A4BE33}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "AltCover.Recorder2.Tests", "AltCover.Recorder2.Tests\AltCover.Recorder2.Tests.fsproj", "{25BF9131-91CD-41CA-87F7-041E40426B5C}"
ProjectSection(ProjectDependencies) = postProject
{85B49E3C-F5B0-40F5-8DB5-1464BEC10E3A} = {85B49E3C-F5B0-40F5-8DB5-1464BEC10E3A}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Items", "Build Items", "{97367D43-64EF-48E1-B6B4-D951C783E6E1}"
ProjectSection(SolutionItems) = preProject
Build\actions.fsx = Build\actions.fsx
Build\AddStrongName.fsx = Build\AddStrongName.fsx
Build\AltCover.nuspec = Build\AltCover.nuspec
nupkg\build\AltCover.props = nupkg\build\AltCover.props
nupkg\build\AltCover.targets = nupkg\build\AltCover.targets
Build\Apply-Xslt.ps1 = Build\Apply-Xslt.ps1
Build\common-rules.xml = Build\common-rules.xml
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
.config\dotnet-tools.json = .config\dotnet-tools.json
Build\get-token.fsx = Build\get-token.fsx
global.json = global.json
Build\Infrastructure.snk = Build\Infrastructure.snk
Build\merge-coverage.ps1 = Build\merge-coverage.ps1
Build\msbuildtest.proj = Build\msbuildtest.proj
OutputBuildProps.props = OutputBuildProps.props
OutputBuildTargets.props = OutputBuildTargets.props
Build\pester.ps1 = Build\pester.ps1
Build\Pester.Tests.ps1 = Build\Pester.Tests.ps1
Build\powershell.ps1 = Build\powershell.ps1
Build\Recorder.snk = Build\Recorder.snk
ReleaseNotes.md = ReleaseNotes.md
Build\SelfTest.snk = Build\SelfTest.snk
Build\setup.fs = Build\setup.fs
Build\targets.fs = Build\targets.fs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample25", "D:\Github\altcover\Samples\Sample25\Sample25.csproj", "{16FCCC18-F3EE-4783-B548-50B011D03B5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AltCover.Async", "D:\Github\altcover\AltCover.Async\AltCover.Async.csproj", "{882812A5-4DA4-4B6D-8054-EC14979EE4A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{85B49E3C-F5B0-40F5-8DB5-1464BEC10E3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85B49E3C-F5B0-40F5-8DB5-1464BEC10E3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85B49E3C-F5B0-40F5-8DB5-1464BEC10E3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85B49E3C-F5B0-40F5-8DB5-1464BEC10E3A}.Release|Any CPU.Build.0 = Release|Any CPU
{7F197884-A015-4D01-9543-AF0837A4BE33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F197884-A015-4D01-9543-AF0837A4BE33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F197884-A015-4D01-9543-AF0837A4BE33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25BF9131-91CD-41CA-87F7-041E40426B5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25BF9131-91CD-41CA-87F7-041E40426B5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25BF9131-91CD-41CA-87F7-041E40426B5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16FCCC18-F3EE-4783-B548-50B011D03B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16FCCC18-F3EE-4783-B548-50B011D03B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16FCCC18-F3EE-4783-B548-50B011D03B5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16FCCC18-F3EE-4783-B548-50B011D03B5F}.Release|Any CPU.Build.0 = Release|Any CPU
{882812A5-4DA4-4B6D-8054-EC14979EE4A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{882812A5-4DA4-4B6D-8054-EC14979EE4A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{882812A5-4DA4-4B6D-8054-EC14979EE4A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{882812A5-4DA4-4B6D-8054-EC14979EE4A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF99FAEB-C9E7-4E43-AEDF-6DD866C6722C}
EndGlobalSection
EndGlobal