-
Notifications
You must be signed in to change notification settings - Fork 2
/
LCON.njsproj
137 lines (137 loc) · 6.56 KB
/
LCON.njsproj
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<Name>LCON</Name>
<RootNamespace>LCON</RootNamespace>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>62d70a64-f32a-40c5-87be-5e0756fb6067</ProjectGuid>
<ProjectHome>
</ProjectHome>
<StartupFile>lcon-test.js</StartupFile>
<StartWebBrowser>False</StartWebBrowser>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ProjectTypeGuids>{3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}</ProjectTypeGuids>
<ProjectView>ShowAllFiles</ProjectView>
<TypeScriptSourceMap>true</TypeScriptSourceMap>
<TypeScriptModuleKind>CommonJS</TypeScriptModuleKind>
<EnableTypeScript>true</EnableTypeScript>
<StartWebBrowser>false</StartWebBrowser>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Content Include=".gitignore" />
<Content Include=".npmignore" />
<Content Include="test\expected\escapes.json" />
<Content Include="test\expected\facebook-api-example.json" />
<Content Include="test\expected\fstab-schema.json" />
<Content Include="test\expected\glossary.json" />
<Content Include="test\expected\inline-block-strings.json" />
<Content Include="test\expected\just-a-block-string.json" />
<Content Include="test\expected\just-a-boolean.json" />
<Content Include="test\expected\just-a-null.json" />
<Content Include="test\expected\just-a-number.json" />
<Content Include="test\expected\just-a-string.json" />
<Content Include="test\expected\nested-lists.json" />
<Content Include="test\expected\simple-map-json-style.json" />
<Content Include="test\expected\simple-map-lcon-style.json" />
<Content Include="test\expected\simple-map-yaml-style.json" />
<Content Include="test\expected\top-level-array.json" />
<Content Include="test\expected\top-level-bulleted-array.json" />
<Content Include="test\expected\unicode-escapes.json" />
<Content Include="test\src\escapes.lcon" />
<Content Include="test\src\facebook-api-example.lcon" />
<Content Include="test\src\fstab-schema.lcon" />
<Content Include="test\src\glossary.lcon" />
<Content Include="test\src\inline-block-strings.lcon" />
<Content Include="test\src\just-a-block-string.lcon" />
<Content Include="test\src\just-a-boolean.lcon" />
<Content Include="test\src\just-a-null.lcon" />
<Content Include="test\src\just-a-number.lcon" />
<Content Include="test\src\just-a-string.lcon" />
<Content Include="test\src\nested-lists.lcon" />
<Content Include="test\src\simple-map-json-style.lcon" />
<Content Include="test\src\simple-map-lcon-style.lcon" />
<Content Include="test\src\simple-map-yaml-style.lcon" />
<Content Include="test\src\top-level-array.lcon" />
<Content Include="test\src\top-level-bulleted-array.lcon" />
<Content Include="test\src\unicode-escapes.lcon" />
<TypeScriptCompile Include="lcon-test.ts" />
<TypeScriptCompile Include="lcon.d.ts" />
<TypeScriptCompile Include="lcon.ts" />
<TypeScriptCompile Include="bin\lcon.bin.ts" />
<Content Include="CHANGELOG.md" />
<Content Include="extras\lcon.vim" />
<Content Include="LICENSE" />
<Content Include="package.json" />
<Content Include="README.md" />
<TypeScriptCompile Include="lcon-parser.ts" />
<TypeScriptCompile Include="ordered-json.ts" />
<TypeScriptCompile Include="typings\chalk.d.ts" />
<TypeScriptCompile Include="typings\node.d.ts" />
<TypeScriptCompile Include="lcon-lexer.ts" />
<TypeScriptCompile Include="typings\nomnom.d.ts" />
<TypeScriptCompile Include="typings\underscore.d.ts" />
</ItemGroup>
<ItemGroup>
<Folder Include="bin\" />
<Folder Include="extras\" />
<Folder Include="test\" />
<Folder Include="test\expected\" />
<Folder Include="test\src\" />
<Folder Include="typings\" />
</ItemGroup>
<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:48022/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>True</UseCustomServer>
<CustomServerUrl>http://localhost:1337</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
<WebProjectProperties>
<StartPageUrl>
</StartPageUrl>
<StartAction>CurrentPage</StartAction>
<AspNetDebugging>True</AspNetDebugging>
<SilverlightDebugging>False</SilverlightDebugging>
<NativeDebugging>False</NativeDebugging>
<SQLDebugging>False</SQLDebugging>
<ExternalProgram>
</ExternalProgram>
<StartExternalURL>
</StartExternalURL>
<StartCmdLineArguments>
</StartCmdLineArguments>
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>False</EnableENC>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>