Skip to content

Commit

Permalink
change template and package name
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Mar 18, 2021
1 parent 0830a5a commit b4328e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Emscripten.ProjectPackage/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Emscripten.ProjectType.80c9bedd-1988-42d3-a4c8-d6be759abab6" Version="0.3.3" Language="en-US" Publisher="KamenokoSoft" />
<DisplayName>Emscripten.ProjectType</DisplayName>
<Description xml:space="preserve">Emscripten Visual Studio Support</Description>
<DisplayName>Emscripten Build Support</DisplayName>
<Description xml:space="preserve">This extension will provide project template for emscripten and property pages for compilation with emcc.</Description>
</Metadata>
<Installation AllUsers="true">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 17.0)" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<VSTemplate Version="3.0.0" Type="Project" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" xmlns:sdk="http://schemas.microsoft.com/developer/vstemplate-sdkextension/2010">
<TemplateData>
<Name>Emscripten.ProjectTemplate</Name>
<Description>Visual Studio Extension for developing with emscripten</Description>
<Name>Plain Emscripten Project</Name>
<Description>Hello world with emscripten</Description>
<Icon>Emscripten.ProjectTemplate.ico</Icon>
<ProjectType>VC</ProjectType>
<SortOrder>1000</SortOrder>
Expand Down

0 comments on commit b4328e1

Please sign in to comment.