-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTaskDsl.sln
More file actions
32 lines (32 loc) · 1.66 KB
/
Copy pathTaskDsl.sln
File metadata and controls
32 lines (32 loc) · 1.66 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskDsl", "src\TaskDsl\TaskDsl.csproj", "{FE15CE66-4C70-4FD6-8797-D50C71E8A6B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskDsl.Tests", "tests\TaskDsl.Tests\TaskDsl.Tests.csproj", "{E2C1B058-22D2-44CF-BA4B-4F4762AD3BC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3ED64225-04ED-4245-B6A6-8DBB09118E97}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
LICENSE = LICENSE
README.md = README.md
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE15CE66-4C70-4FD6-8797-D50C71E8A6B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE15CE66-4C70-4FD6-8797-D50C71E8A6B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE15CE66-4C70-4FD6-8797-D50C71E8A6B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE15CE66-4C70-4FD6-8797-D50C71E8A6B0}.Release|Any CPU.Build.0 = Release|Any CPU
{E2C1B058-22D2-44CF-BA4B-4F4762AD3BC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2C1B058-22D2-44CF-BA4B-4F4762AD3BC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2C1B058-22D2-44CF-BA4B-4F4762AD3BC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2C1B058-22D2-44CF-BA4B-4F4762AD3BC0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal