File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 13
13
/build /[Oo ]bj
14
14
15
15
# Others
16
+ /.vs
16
17
/_other
17
18
/node_modules
18
19
/test /typescript /* .js
Original file line number Diff line number Diff line change 8
8
<OutputType >Library</OutputType >
9
9
<OutputPath >build\bin</OutputPath >
10
10
<BaseIntermediateOutputPath >build\bin</BaseIntermediateOutputPath >
11
- <TargetFrameworkVersion >v4.5.3 </TargetFrameworkVersion >
11
+ <TargetFrameworkVersion >v4.5.2 </TargetFrameworkVersion >
12
12
<DebugType >full</DebugType >
13
13
<DebugSymbols >true</DebugSymbols >
14
- <TypeScriptToolsVersion >1.1 </TypeScriptToolsVersion >
14
+ <TypeScriptToolsVersion >1.5 </TypeScriptToolsVersion >
15
15
<UseIISExpress >true</UseIISExpress >
16
16
<IISExpressSSLPort />
17
17
<IISExpressAnonymousAuthentication />
18
18
<IISExpressWindowsAuthentication />
19
19
<IISExpressUseClassicPipelineMode />
20
+ <TargetFrameworkProfile />
21
+ <UseGlobalApplicationHostFile />
20
22
</PropertyGroup >
21
23
<PropertyGroup >
22
24
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >12.0</VisualStudioVersion >
105
107
<PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
106
108
<TypeScriptNoImplicitAny >True</TypeScriptNoImplicitAny >
107
109
<TypeScriptCompileOnSaveEnabled >False</TypeScriptCompileOnSaveEnabled >
110
+ <TypeScriptTarget >ES5</TypeScriptTarget >
108
111
</PropertyGroup >
109
112
<Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition =" Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
110
113
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments