-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
TGIT.sln
33 lines (33 loc) · 1.43 KB
/
TGIT.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6D6C80BD-B63E-4F6D-A9D3-89AE15DA2D7C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
publish-manifest.json = publish-manifest.json
README.md = README.md
.github\workflows\workflow.yml = .github\workflows\workflow.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TGit", "TGit\TGit.csproj", "{22376990-61FD-4AF5-856C-004CEA4E77EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22376990-61FD-4AF5-856C-004CEA4E77EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22376990-61FD-4AF5-856C-004CEA4E77EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22376990-61FD-4AF5-856C-004CEA4E77EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22376990-61FD-4AF5-856C-004CEA4E77EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0284DF37-BFF0-4FB8-904C-854A2396923F}
EndGlobalSection
EndGlobal