-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTaskomatic.sln
52 lines (52 loc) · 2.74 KB
/
Taskomatic.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Taskomatic.Gui", "Taskomatic.Gui\Taskomatic.Gui.csproj", "{869B83C8-984E-469F-AACF-7EAF5DB97D43}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{67D2633B-0C51-49ED-AA4D-0875A6D4BFE4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
License.md = License.md
Readme.md = Readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Taskomatic.Core", "Taskomatic.Core\Taskomatic.Core.csproj", "{3415E384-9F0D-49F6-8742-E79A91C1B7BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Taskomatic.Tests", "Taskomatic.Tests\Taskomatic.Tests.csproj", "{C3FCFE44-ED76-456C-8E14-E3EC816CFEB8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{E6B61FC1-EBCA-4A0C-844E-C2F9031F7393}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{87CB7D42-020B-4E0C-A5A7-6A5C10068F6B}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{869B83C8-984E-469F-AACF-7EAF5DB97D43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{869B83C8-984E-469F-AACF-7EAF5DB97D43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{869B83C8-984E-469F-AACF-7EAF5DB97D43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{869B83C8-984E-469F-AACF-7EAF5DB97D43}.Release|Any CPU.Build.0 = Release|Any CPU
{3415E384-9F0D-49F6-8742-E79A91C1B7BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3415E384-9F0D-49F6-8742-E79A91C1B7BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3415E384-9F0D-49F6-8742-E79A91C1B7BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3415E384-9F0D-49F6-8742-E79A91C1B7BB}.Release|Any CPU.Build.0 = Release|Any CPU
{C3FCFE44-ED76-456C-8E14-E3EC816CFEB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3FCFE44-ED76-456C-8E14-E3EC816CFEB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3FCFE44-ED76-456C-8E14-E3EC816CFEB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3FCFE44-ED76-456C-8E14-E3EC816CFEB8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{87CB7D42-020B-4E0C-A5A7-6A5C10068F6B} = {E6B61FC1-EBCA-4A0C-844E-C2F9031F7393}
EndGlobalSection
EndGlobal