Skip to content

Commit

Permalink
Move file templates up a level
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Jul 29, 2016
1 parent 27748fd commit de9b6a2
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions Nodejs/Product/Nodejs/Nodejs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -965,11 +965,11 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="FileTemplates\NewItem\EmptyTs.ts">
<Content Include="FileTemplates\EmptyTs.ts">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="FileTemplates\NewItem\EmptyHtml.html">
<Content Include="FileTemplates\EmptyHtml.html">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -1391,11 +1391,11 @@
<ResourceName>1000</ResourceName>
<SubType>Designer</SubType>
</VSCTCompile>
<Content Include="FileTemplates\NewItem\EmptyJs.js">
<Content Include="FileTemplates\EmptyJs.js">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="FileTemplates\NewItem\TextFile.txt">
<Content Include="FileTemplates\TextFile.txt">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -1431,7 +1431,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<SubType>Designer</SubType>
</Content>
<Content Include="FileTemplates\NewItem\NewItems.vsdir">
<Content Include="FileTemplates\NewItems.vsdir">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -1488,27 +1488,27 @@
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\package.json" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\README.md" />
<TypeScriptProject Include="ProjectTemplates\TypeScriptExpressApp\style.styl" />
<Content Include="FileTemplates\NewItem\EmptyJade.jade">
<Content Include="FileTemplates\EmptyJade.jade">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="FileTemplates\NewItem\EmptyJson.json">
<Content Include="FileTemplates\EmptyJson.json">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="FileTemplates\NewItem\EmptyStyl.styl">
<Content Include="FileTemplates\EmptyStyl.styl">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="FileTemplates\NewItem\EmptyXml.xml">
<Content Include="FileTemplates\EmptyXml.xml">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="FileTemplates\NewItem\EmptyCss.css">
<Content Include="FileTemplates\EmptyCss.css">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="FileTemplates\NewItem\EmptyLess.less">
<Content Include="FileTemplates\EmptyLess.less">
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
22 changes: 11 additions & 11 deletions Nodejs/Setup/NodejsTools/NodejsToolsFiles.proj
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
<File Include="NodeJS_200x.png" />

<!-- Templates -->
<File Include="FileTemplates\NewItem\NewItems.vsdir;
FileTemplates\NewItem\TextFile.txt;
FileTemplates\NewItem\EmptyJs.js;
FileTemplates\NewItem\EmptyXml.xml;
FileTemplates\NewItem\EmptyTs.ts;
FileTemplates\NewItem\EmptyStyl.styl;
FileTemplates\NewItem\EmptyLess.less;
FileTemplates\NewItem\EmptyJson.json;
FileTemplates\NewItem\EmptyJade.jade;
FileTemplates\NewItem\EmptyCss.css;
FileTemplates\NewItem\EmptyHtml.html">
<File Include="FileTemplates\NewItems.vsdir;
FileTemplates\TextFile.txt;
FileTemplates\EmptyJs.js;
FileTemplates\EmptyXml.xml;
FileTemplates\EmptyTs.ts;
FileTemplates\EmptyStyl.styl;
FileTemplates\EmptyLess.less;
FileTemplates\EmptyJson.json;
FileTemplates\EmptyJade.jade;
FileTemplates\EmptyCss.css;
FileTemplates\EmptyHtml.html">

<InstallDirectory>FileTemplatesNewItem</InstallDirectory>
</File>
Expand Down

0 comments on commit de9b6a2

Please sign in to comment.