Skip to content

Commit

Permalink
Removed node types from the templates
Browse files Browse the repository at this point in the history
  • Loading branch information
billti committed Sep 18, 2017
1 parent 0be5a02 commit 1415c04
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 21,520 deletions.
20 changes: 0 additions & 20 deletions Nodejs/Product/Nodejs/Nodejs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -729,10 +729,6 @@
<SubType>Designer</SubType>
</TypeScriptProject>
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\app.ts" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\node.index.d.ts" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\node.LICENSE" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\node.package.json" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\node.README.md" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\package.json" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\Preview.png" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptConsoleApp\README.md" />
Expand All @@ -742,10 +738,6 @@
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\NodejsWebApp.njsproj">
<SubType>Designer</SubType>
</TypeScriptProject>
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\node.index.d.ts" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\node.LICENSE" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\node.package.json" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\node.README.md" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\package.json" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\Preview.png" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptWebApp\README.md" />
Expand All @@ -758,10 +750,6 @@
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\TypeScriptWebApp.njsproj">
<SubType>Designer</SubType>
</TypeScriptProject>
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\node.index.d.ts" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\node.LICENSE" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\node.package.json" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\node.README.md" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\package.json" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\Preview.png" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureWebApp\README.md" />
Expand All @@ -782,10 +770,6 @@
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\index.ts" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\layout.pug" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\main.css" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\node.index.d.ts" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\node.LICENSE" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\node.package.json" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\node.README.md" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\package.json" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\Preview.png" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\README.md" />
Expand All @@ -804,10 +788,6 @@
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\index.ts" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\layout.pug" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\main.css" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\node.index.d.ts" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\node.LICENSE" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\node.package.json" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\node.README.md" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\package.json" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\Preview.png" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptAzureExpressApp\README.md" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@
</TemplateData>
<TemplateContent>
<Project File="TypeScriptExpressApp.njsproj" ReplaceParameters="true">
<Folder Name="node_modules">
<Folder Name="%40types">
<Folder Name="node">
<ProjectItem TargetFileName="package.json">node.package.json</ProjectItem>
<ProjectItem TargetFileName="LICENSE">node.LICENSE</ProjectItem>
<ProjectItem TargetFileName="index.d.ts">node.index.d.ts</ProjectItem>
<ProjectItem TargetFileName="README.md">node.README.md</ProjectItem>
</Folder>
</Folder>
</Folder>
<ProjectItem>tsconfig.json</ProjectItem>
<Folder Name="public">
<Folder Name="images"/>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1415c04

Please sign in to comment.