-
Notifications
You must be signed in to change notification settings - Fork 1
/
TsToOdata.sln
37 lines (37 loc) · 2.06 KB
/
TsToOdata.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "ts2odata", "ts2odata\ts2odata.njsproj", "{9E474D00-855A-47FF-B33F-D434CCCACF94}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "babel-plugin-ts2odata", "babel-plugin-ts2odata\babel-plugin-ts2odata.njsproj", "{A6134BA3-1692-415D-AFD5-F423E0F2718C}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "ts2odata-babel", "ts2odata-babel\ts2odata-babel.njsproj", "{228C96C7-809B-4DAB-8720-04BBD344676B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E474D00-855A-47FF-B33F-D434CCCACF94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E474D00-855A-47FF-B33F-D434CCCACF94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E474D00-855A-47FF-B33F-D434CCCACF94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E474D00-855A-47FF-B33F-D434CCCACF94}.Release|Any CPU.Build.0 = Release|Any CPU
{A6134BA3-1692-415D-AFD5-F423E0F2718C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6134BA3-1692-415D-AFD5-F423E0F2718C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6134BA3-1692-415D-AFD5-F423E0F2718C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6134BA3-1692-415D-AFD5-F423E0F2718C}.Release|Any CPU.Build.0 = Release|Any CPU
{228C96C7-809B-4DAB-8720-04BBD344676B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{228C96C7-809B-4DAB-8720-04BBD344676B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{228C96C7-809B-4DAB-8720-04BBD344676B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{228C96C7-809B-4DAB-8720-04BBD344676B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C9A4C8B3-CDA1-4C43-B77D-75ED5CDFFBA5}
EndGlobalSection
EndGlobal