This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TSDParser.sln
40 lines (40 loc) · 1.96 KB
/
TSDParser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34004.107
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TSDParser", "src\TSDParser\TSDParser.csproj", "{64E0ADCD-6D12-46F4-85E0-68611E0D9DA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TSDParser.Tests", "tests\TSDParser.Tests\TSDParser.Tests.csproj", "{0B1E1768-52FD-433C-B13A-0750060C7CB1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{56E31F1D-9975-4F49-9C2D-F2E5E590B7D3}"
ProjectSection(SolutionItems) = preProject
.releaserc.json = .releaserc.json
.github\workflows\cicd.yml = .github\workflows\cicd.yml
global.json = global.json
README.md = README.md
.github\renovate.json = .github\renovate.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64E0ADCD-6D12-46F4-85E0-68611E0D9DA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64E0ADCD-6D12-46F4-85E0-68611E0D9DA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64E0ADCD-6D12-46F4-85E0-68611E0D9DA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64E0ADCD-6D12-46F4-85E0-68611E0D9DA5}.Release|Any CPU.Build.0 = Release|Any CPU
{0B1E1768-52FD-433C-B13A-0750060C7CB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B1E1768-52FD-433C-B13A-0750060C7CB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B1E1768-52FD-433C-B13A-0750060C7CB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B1E1768-52FD-433C-B13A-0750060C7CB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F27D0239-ECB3-4D3F-B5D0-6E144866A8EE}
EndGlobalSection
EndGlobal