Skip to content

Commit fa957e0

Browse files
committed
vs2015 update
1 parent 1e61509 commit fa957e0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/build/[Oo]bj
1414

1515
# Others
16+
/.vs
1617
/_other
1718
/node_modules
1819
/test/typescript/*.js

Multiplex.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@
88
<OutputType>Library</OutputType>
99
<OutputPath>build\bin</OutputPath>
1010
<BaseIntermediateOutputPath>build\bin</BaseIntermediateOutputPath>
11-
<TargetFrameworkVersion>v4.5.3</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1212
<DebugType>full</DebugType>
1313
<DebugSymbols>true</DebugSymbols>
14-
<TypeScriptToolsVersion>1.1</TypeScriptToolsVersion>
14+
<TypeScriptToolsVersion>1.5</TypeScriptToolsVersion>
1515
<UseIISExpress>true</UseIISExpress>
1616
<IISExpressSSLPort />
1717
<IISExpressAnonymousAuthentication />
1818
<IISExpressWindowsAuthentication />
1919
<IISExpressUseClassicPipelineMode />
20+
<TargetFrameworkProfile />
21+
<UseGlobalApplicationHostFile />
2022
</PropertyGroup>
2123
<PropertyGroup>
2224
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
@@ -105,6 +107,7 @@
105107
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
106108
<TypeScriptNoImplicitAny>True</TypeScriptNoImplicitAny>
107109
<TypeScriptCompileOnSaveEnabled>False</TypeScriptCompileOnSaveEnabled>
110+
<TypeScriptTarget>ES5</TypeScriptTarget>
108111
</PropertyGroup>
109112
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
110113
<PropertyGroup>

0 commit comments

Comments
 (0)