-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTaskFlow.sln
62 lines (62 loc) · 4.19 KB
/
TaskFlow.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskFlow", "TaskFlow\TaskFlow.csproj", "{7B846A17-1146-4BF1-9E01-81AAFB097A02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskFlow.Tests", "TaskFlow.Tests\TaskFlow.Tests.csproj", "{2CD0B616-38CC-456D-9C7E-A992C6FEB63F}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TaskFlow.Annotations", "TaskFlow.Annotations\TaskFlow.Annotations.shproj", "{B9A7FA49-0771-408D-82CF-42EA7EBE0F31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskFlow.Extensions.Microsoft.DependencyInjection", "TaskFlow.Extensions.Microsoft.DependencyInjection\TaskFlow.Extensions.Microsoft.DependencyInjection.csproj", "{38B4A885-E50E-4339-91F6-B07976DCE941}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskFlow.Extensions.Microsoft.DependencyInjection.Tests", "TaskFlow.Extensions.Microsoft.DependencyInjection.Tests\TaskFlow.Extensions.Microsoft.DependencyInjection.Tests.csproj", "{7B2D44B2-52A7-4029-BE51-B0781949F766}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TaskFlow.Extensions.Time", "TaskFlow.Extensions.Time\TaskFlow.Extensions.Time.csproj", "{DD1D5309-B058-4563-8BB3-96B93AB7731F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{92762303-0A4A-484E-A984-001AEE05A94F}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7B846A17-1146-4BF1-9E01-81AAFB097A02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B846A17-1146-4BF1-9E01-81AAFB097A02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B846A17-1146-4BF1-9E01-81AAFB097A02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B846A17-1146-4BF1-9E01-81AAFB097A02}.Release|Any CPU.Build.0 = Release|Any CPU
{2CD0B616-38CC-456D-9C7E-A992C6FEB63F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CD0B616-38CC-456D-9C7E-A992C6FEB63F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CD0B616-38CC-456D-9C7E-A992C6FEB63F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CD0B616-38CC-456D-9C7E-A992C6FEB63F}.Release|Any CPU.Build.0 = Release|Any CPU
{38B4A885-E50E-4339-91F6-B07976DCE941}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38B4A885-E50E-4339-91F6-B07976DCE941}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38B4A885-E50E-4339-91F6-B07976DCE941}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38B4A885-E50E-4339-91F6-B07976DCE941}.Release|Any CPU.Build.0 = Release|Any CPU
{7B2D44B2-52A7-4029-BE51-B0781949F766}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B2D44B2-52A7-4029-BE51-B0781949F766}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B2D44B2-52A7-4029-BE51-B0781949F766}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B2D44B2-52A7-4029-BE51-B0781949F766}.Release|Any CPU.Build.0 = Release|Any CPU
{DD1D5309-B058-4563-8BB3-96B93AB7731F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD1D5309-B058-4563-8BB3-96B93AB7731F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD1D5309-B058-4563-8BB3-96B93AB7731F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD1D5309-B058-4563-8BB3-96B93AB7731F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9CE264A-0BED-43B2-BD56-DBCB5C842691}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
TaskFlow.Annotations\TaskFlow.Annotations.projitems*{38b4a885-e50e-4339-91f6-b07976dce941}*SharedItemsImports = 5
TaskFlow.Annotations\TaskFlow.Annotations.projitems*{7b846a17-1146-4bf1-9e01-81aafb097a02}*SharedItemsImports = 5
TaskFlow.Annotations\TaskFlow.Annotations.projitems*{b9a7fa49-0771-408d-82cf-42ea7ebe0f31}*SharedItemsImports = 13
TaskFlow.Annotations\TaskFlow.Annotations.projitems*{dd1d5309-b058-4563-8bb3-96b93ab7731f}*SharedItemsImports = 5
EndGlobalSection
EndGlobal