Skip to content

Commit 1415c04

Browse files
committed
Removed node types from the templates
1 parent 0be5a02 commit 1415c04

26 files changed

+0
-21520
lines changed

Nodejs/Product/Nodejs/Nodejs.csproj

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -729,10 +729,6 @@
729729
<SubType>Designer</SubType>
730730
</TypeScriptProject>
731731
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\app.ts" />
732-
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\node.index.d.ts" />
733-
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\node.LICENSE" />
734-
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\node.package.json" />
735-
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\node.README.md" />
736732
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\package.json" />
737733
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\Preview.png" />
738734
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\README.md" />
@@ -742,10 +738,6 @@
742738
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\NodejsWebApp.njsproj">
743739
<SubType>Designer</SubType>
744740
</TypeScriptProject>
745-
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\node.index.d.ts" />
746-
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\node.LICENSE" />
747-
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\node.package.json" />
748-
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\node.README.md" />
749741
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\package.json" />
750742
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\Preview.png" />
751743
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\README.md" />
@@ -758,10 +750,6 @@
758750
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\TypeScriptWebApp.njsproj">
759751
<SubType>Designer</SubType>
760752
</TypeScriptProject>
761-
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\node.index.d.ts" />
762-
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\node.LICENSE" />
763-
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\node.package.json" />
764-
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\node.README.md" />
765753
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\package.json" />
766754
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\Preview.png" />
767755
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\README.md" />
@@ -782,10 +770,6 @@
782770
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\index.ts" />
783771
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\layout.pug" />
784772
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\main.css" />
785-
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\node.index.d.ts" />
786-
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\node.LICENSE" />
787-
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\node.package.json" />
788-
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\node.README.md" />
789773
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\package.json" />
790774
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\Preview.png" />
791775
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\README.md" />
@@ -804,10 +788,6 @@
804788
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\index.ts" />
805789
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\layout.pug" />
806790
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\main.css" />
807-
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\node.index.d.ts" />
808-
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\node.LICENSE" />
809-
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\node.package.json" />
810-
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\node.README.md" />
811791
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\package.json" />
812792
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\Preview.png" />
813793
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\README.md" />

Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/TypeScriptExpressApp.vstemplate

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@
1515
</TemplateData>
1616
<TemplateContent>
1717
<Project File="TypeScriptExpressApp.njsproj" ReplaceParameters="true">
18-
<Folder Name="node_modules">
19-
<Folder Name="%40types">
20-
<Folder Name="node">
21-
<ProjectItem TargetFileName="package.json">node.package.json</ProjectItem>
22-
<ProjectItem TargetFileName="LICENSE">node.LICENSE</ProjectItem>
23-
<ProjectItem TargetFileName="index.d.ts">node.index.d.ts</ProjectItem>
24-
<ProjectItem TargetFileName="README.md">node.README.md</ProjectItem>
25-
</Folder>
26-
</Folder>
27-
</Folder>
2818
<ProjectItem>tsconfig.json</ProjectItem>
2919
<Folder Name="public">
3020
<Folder Name="images"/>

Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/node.LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptAzureExpressApp/node.README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)