-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTjsParser.sln
More file actions
30 lines (30 loc) · 1.84 KB
/
Copy pathTjsParser.sln
File metadata and controls
30 lines (30 loc) · 1.84 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TjsParser", "src\TjsParser\TjsParser.csproj", "{F18A7DE8-36C3-47AA-A5EB-FBFB0759E179}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TjsParser.Cli", "src\TjsParser.Cli\TjsParser.Cli.csproj", "{91654964-E574-48C1-99BB-7A2D291EB1A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TjsParser.Tests", "tests\TjsParser.Tests\TjsParser.Tests.csproj", "{6A0C0D85-4244-41B0-9990-7DFE8EF465FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F18A7DE8-36C3-47AA-A5EB-FBFB0759E179}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F18A7DE8-36C3-47AA-A5EB-FBFB0759E179}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F18A7DE8-36C3-47AA-A5EB-FBFB0759E179}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F18A7DE8-36C3-47AA-A5EB-FBFB0759E179}.Release|Any CPU.Build.0 = Release|Any CPU
{91654964-E574-48C1-99BB-7A2D291EB1A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91654964-E574-48C1-99BB-7A2D291EB1A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91654964-E574-48C1-99BB-7A2D291EB1A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91654964-E574-48C1-99BB-7A2D291EB1A9}.Release|Any CPU.Build.0 = Release|Any CPU
{6A0C0D85-4244-41B0-9990-7DFE8EF465FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A0C0D85-4244-41B0-9990-7DFE8EF465FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A0C0D85-4244-41B0-9990-7DFE8EF465FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A0C0D85-4244-41B0-9990-7DFE8EF465FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal