forked from jpenny1993/TaskExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJPenny.Tasks.sln
37 lines (37 loc) · 2.1 KB
/
JPenny.Tasks.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JPenny.Tasks", "src\JPenny.Tasks\JPenny.Tasks.csproj", "{2C5B3EBB-1EFA-40B1-AD0A-66BE2BD2EB26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JPenny.Tasks.Tests", "tests\JPenny.Tasks.Tests\JPenny.Tasks.Tests.csproj", "{4BA89053-0723-4845-9D06-85EFAA63B243}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JPenny.Tasks.ConsoleApp", "examples\JPenny.Tasks.ConsoleApp\JPenny.Tasks.ConsoleApp.csproj", "{6568B5B4-B05F-4672-9447-2DEAD8D3156C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C5B3EBB-1EFA-40B1-AD0A-66BE2BD2EB26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C5B3EBB-1EFA-40B1-AD0A-66BE2BD2EB26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C5B3EBB-1EFA-40B1-AD0A-66BE2BD2EB26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C5B3EBB-1EFA-40B1-AD0A-66BE2BD2EB26}.Release|Any CPU.Build.0 = Release|Any CPU
{4BA89053-0723-4845-9D06-85EFAA63B243}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4BA89053-0723-4845-9D06-85EFAA63B243}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BA89053-0723-4845-9D06-85EFAA63B243}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BA89053-0723-4845-9D06-85EFAA63B243}.Release|Any CPU.Build.0 = Release|Any CPU
{6568B5B4-B05F-4672-9447-2DEAD8D3156C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6568B5B4-B05F-4672-9447-2DEAD8D3156C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6568B5B4-B05F-4672-9447-2DEAD8D3156C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6568B5B4-B05F-4672-9447-2DEAD8D3156C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {522C7B03-37A6-43C2-818F-20BC761A4682}
EndGlobalSection
EndGlobal