Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit aa18c49

Browse files
Make sure VS doesn't litter the disk with irrelevant/harmful .js files whenever it sees .ts files
1 parent a456fbe commit aa18c49

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

samples/angular/MusicStore/MusicStore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<AssemblyName>MusicStore</AssemblyName>
77
<OutputType>Exe</OutputType>
88
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion>
9+
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
910
</PropertyGroup>
1011

1112
<ItemGroup>

samples/misc/NodeServicesExamples/NodeServicesExamples.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<OutputType>Exe</OutputType>
88
<PackageId>NodeServicesExamples</PackageId>
99
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion>
10+
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

samples/misc/Webpack/Webpack.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<OutputType>Exe</OutputType>
88
<PackageId>Webpack</PackageId>
99
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion>
10+
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

samples/react/MusicStore/MusicStore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<OutputType>Exe</OutputType>
88
<PackageId>MusicStore</PackageId>
99
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion>
10+
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

samples/react/ReactGrid/ReactGrid.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<OutputType>Exe</OutputType>
88
<PackageId>ReactGrid</PackageId>
99
<RuntimeFrameworkVersion>1.1.0</RuntimeFrameworkVersion>
10+
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

src/Microsoft.AspNetCore.AngularServices/Microsoft.AspNetCore.AngularServices.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
2020
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
2121
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
22+
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
2223
</PropertyGroup>
2324

2425
<ItemGroup>

src/Microsoft.AspNetCore.NodeServices.Sockets/Microsoft.AspNetCore.NodeServices.Sockets.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
2020
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
2121
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
22+
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
2223
</PropertyGroup>
2324

2425
<ItemGroup>

src/Microsoft.AspNetCore.NodeServices/Microsoft.AspNetCore.NodeServices.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
2020
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
2121
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
22+
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
2223
</PropertyGroup>
2324

2425
<ItemGroup>

src/Microsoft.AspNetCore.ReactServices/Microsoft.AspNetCore.ReactServices.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
2020
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
2121
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
22+
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
2223
</PropertyGroup>
2324

2425
<ItemGroup>

src/Microsoft.AspNetCore.SpaServices/Microsoft.AspNetCore.SpaServices.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
2020
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
2121
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
22+
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
2223
</PropertyGroup>
2324

2425
<ItemGroup>

0 commit comments

Comments
 (0)