Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Unified Diff: experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/ProjectItems/NaClFile/NaCl.vstemplate

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/ProjectItems/NaClFile/NaCl.vstemplate
diff --git a/experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/ProjectItems/NaClFile/NaCl.vstemplate b/experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/ProjectItems/NaClFile/NaCl.vstemplate
deleted file mode 100644
index e0989cd2e4179d158bff73820270d5e4b37a1036..0000000000000000000000000000000000000000
--- a/experimental/visual_studio_plugin/src/NaClVsx.Package/Templates/ProjectItems/NaClFile/NaCl.vstemplate
+++ /dev/null
@@ -1,17 +0,0 @@
-<VSTemplate Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Item">
- <TemplateData>
- <DefaultName>file.c</DefaultName>
- <Name>NaClFile</Name>
- <Description>NaCl: A C source file</Description>
- <Icon>NaclIcon.ico</Icon>
- <ProjectType>NaCl</ProjectType>
- <SortOrder>10</SortOrder>
- </TemplateData>
- <TemplateContent>
- <References />
- <ProjectItem SubType="Code"
- TargetFileName="$fileinputname$.c"
- ItemType="Compile"
- ReplaceParameters="true">file.c</ProjectItem>
- </TemplateContent>
-</VSTemplate>

Powered by Google App Engine
This is Rietveld 408576698