-
Notifications
You must be signed in to change notification settings - Fork 0
/
TSK.sln
46 lines (46 loc) · 2.11 KB
/
TSK.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TSK", "TSK\TSK.csproj", "{EA9154AF-E625-44C4-85CD-BF6F93C11646}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TSK.Tests", "TSK.Tests\TSK.Tests.csproj", "{638E21AF-442E-400A-9E4D-97E87C8826B9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A43D0BB9-33C5-4A70-92BC-712D3EB1DD08}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.gitlab-ci.yml = .gitlab-ci.yml
.gitlab\issue_templates\Bug.md = .gitlab\issue_templates\Bug.md
CHANGELOG.md = CHANGELOG.md
codecov.yml = codecov.yml
.gitlab\issue_templates\Feature.md = .gitlab\issue_templates\Feature.md
LICENSE = LICENSE
NOTICE = NOTICE
README.md = README.md
TSK.sln.DotSettings = TSK.sln.DotSettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA9154AF-E625-44C4-85CD-BF6F93C11646}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA9154AF-E625-44C4-85CD-BF6F93C11646}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA9154AF-E625-44C4-85CD-BF6F93C11646}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA9154AF-E625-44C4-85CD-BF6F93C11646}.Release|Any CPU.Build.0 = Release|Any CPU
{638E21AF-442E-400A-9E4D-97E87C8826B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{638E21AF-442E-400A-9E4D-97E87C8826B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{638E21AF-442E-400A-9E4D-97E87C8826B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{638E21AF-442E-400A-9E4D-97E87C8826B9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D882B1CA-D795-437F-B214-A33976C6F078}
EndGlobalSection
EndGlobal