This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
TCC.sln
44 lines (44 loc) · 2.33 KB
/
TCC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32203.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TCC", "TCC\TCC.csproj", "{64E77240-F71E-492A-A725-1E2B0059B946}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TCC.Tests", "TCC.Tests\TCC.Tests.csproj", "{7890B9B9-7965-4295-85AE-332DFE3661E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TCC.Lib", "TCC.Lib\TCC.Lib.csproj", "{0ECB049B-34A2-40EA-8011-6A1FB6767336}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{11A7F905-20F5-489A-BDBA-E3BE9D211FC8}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64E77240-F71E-492A-A725-1E2B0059B946}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64E77240-F71E-492A-A725-1E2B0059B946}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64E77240-F71E-492A-A725-1E2B0059B946}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64E77240-F71E-492A-A725-1E2B0059B946}.Release|Any CPU.Build.0 = Release|Any CPU
{7890B9B9-7965-4295-85AE-332DFE3661E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7890B9B9-7965-4295-85AE-332DFE3661E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7890B9B9-7965-4295-85AE-332DFE3661E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7890B9B9-7965-4295-85AE-332DFE3661E9}.Release|Any CPU.Build.0 = Release|Any CPU
{0ECB049B-34A2-40EA-8011-6A1FB6767336}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ECB049B-34A2-40EA-8011-6A1FB6767336}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ECB049B-34A2-40EA-8011-6A1FB6767336}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ECB049B-34A2-40EA-8011-6A1FB6767336}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {87B34E97-538D-453E-A3D1-D0645542690B}
EndGlobalSection
EndGlobal