update runtime

master
xieguigang 8 years ago
parent f97981b69d
commit d37b65ed8f

1
.gitignore vendored

@ -234,3 +234,4 @@ _Pvt_Extensions
# FAKE - F# Make
.fake/
/viz/ts/build

@ -1 +1 @@
Subproject commit fc642c5423514c9723a8ba39c7be5fb4c1cbbc2a
Subproject commit 7916ca212cf18c5186a10e26d7790bd8f4e10240

@ -10,6 +10,8 @@ Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "thinkChart", "thinkChart\th
{8C2DAE18-8B11-4B37-A4EC-0234D7FCCF2A} = {8C2DAE18-8B11-4B37-A4EC-0234D7FCCF2A}
EndProjectSection
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "Linq.ts", "..\TsLinq\Linq.ts\Linq.ts.njsproj", "{E0AEC189-6D05-47E4-9F69-DAFE43AC8398}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -24,6 +26,10 @@ Global
{F3C0F5AB-B554-4EF8-9DF0-482240FE020D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3C0F5AB-B554-4EF8-9DF0-482240FE020D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3C0F5AB-B554-4EF8-9DF0-482240FE020D}.Release|Any CPU.Build.0 = Release|Any CPU
{E0AEC189-6D05-47E4-9F69-DAFE43AC8398}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0AEC189-6D05-47E4-9F69-DAFE43AC8398}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0AEC189-6D05-47E4-9F69-DAFE43AC8398}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0AEC189-6D05-47E4-9F69-DAFE43AC8398}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

@ -14,7 +14,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>f3c0f5ab-b554-4ef8-9df0-482240fe020d</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>server.ts</StartupFile>
<StartupFile>Chart.ts</StartupFile>
<StartWebBrowser>True</StartWebBrowser>
<SearchPath>
</SearchPath>
@ -36,7 +36,7 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<TypeScriptCompile Include="server.ts" />
<TypeScriptCompile Include="Chart.ts" />
<Content Include="tsconfig.json" />
<Content Include="package.json" />
<Content Include="README.md" />

Loading…
Cancel
Save