-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
PkgdefLanguage.sln
38 lines (38 loc) · 1.88 KB
/
PkgdefLanguage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32017.224
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PkgdefLanguage", "src\PkgdefLanguage.csproj", "{C740DDE1-7C89-42D2-AE82-DD4ADCCE4E81}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{364CDDAA-3796-4BA2-AF0D-F028616434C0}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yaml = .github\workflows\build.yaml
README.md = README.md
vs-publish.json = vs-publish.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PkgdefLanguage.Test", "Test\PkgdefLanguage.Test.csproj", "{BDFB7490-777A-4FE2-9FFE-DB91F5C507A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C740DDE1-7C89-42D2-AE82-DD4ADCCE4E81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C740DDE1-7C89-42D2-AE82-DD4ADCCE4E81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C740DDE1-7C89-42D2-AE82-DD4ADCCE4E81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C740DDE1-7C89-42D2-AE82-DD4ADCCE4E81}.Release|Any CPU.Build.0 = Release|Any CPU
{BDFB7490-777A-4FE2-9FFE-DB91F5C507A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDFB7490-777A-4FE2-9FFE-DB91F5C507A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDFB7490-777A-4FE2-9FFE-DB91F5C507A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDFB7490-777A-4FE2-9FFE-DB91F5C507A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BF52EFC-58E3-45FE-9A64-C9975CADA1D7}
EndGlobalSection
EndGlobal