This repository was archived by the owner on Feb 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTypeScriptGenerator.sln
More file actions
29 lines (29 loc) · 1.43 KB
/
TypeScriptGenerator.sln
File metadata and controls
29 lines (29 loc) · 1.43 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypeScriptGenerator", "TypeScriptGenerator\TypeScriptGenerator.csproj", "{1B1335B3-30C9-45D5-820B-653683F6F5CC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Readme", "Readme", "{511EC7C0-8CCB-4991-BBA1-3DE71A0710AD}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18B39166-7401-492B-97F3-AD077BCDD4C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18B39166-7401-492B-97F3-AD077BCDD4C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18B39166-7401-492B-97F3-AD077BCDD4C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18B39166-7401-492B-97F3-AD077BCDD4C2}.Release|Any CPU.Build.0 = Release|Any CPU
{1B1335B3-30C9-45D5-820B-653683F6F5CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B1335B3-30C9-45D5-820B-653683F6F5CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B1335B3-30C9-45D5-820B-653683F6F5CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B1335B3-30C9-45D5-820B-653683F6F5CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal