-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTKiK-C-to-Python.sln
More file actions
36 lines (36 loc) · 1.8 KB
/
TKiK-C-to-Python.sln
File metadata and controls
36 lines (36 loc) · 1.8 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
31
32
33
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Website", "Website\Website.csproj", "{88E94E9C-049F-4969-BC6A-BD761FDEB9DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Output", "Output", "{7093743C-7C96-4960-88C6-8158CB984E8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CGrammar", "Output\CGrammar\CGrammar.csproj", "{8C913399-64B7-47BA-BC4E-3D9097291E0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88E94E9C-049F-4969-BC6A-BD761FDEB9DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88E94E9C-049F-4969-BC6A-BD761FDEB9DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88E94E9C-049F-4969-BC6A-BD761FDEB9DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88E94E9C-049F-4969-BC6A-BD761FDEB9DF}.Release|Any CPU.Build.0 = Release|Any CPU
{8C913399-64B7-47BA-BC4E-3D9097291E0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C913399-64B7-47BA-BC4E-3D9097291E0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C913399-64B7-47BA-BC4E-3D9097291E0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C913399-64B7-47BA-BC4E-3D9097291E0B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8C913399-64B7-47BA-BC4E-3D9097291E0B} = {7093743C-7C96-4960-88C6-8158CB984E8D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DAF0597-3164-40B7-8607-C48AD415916A}
EndGlobalSection
EndGlobal