Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Fix skill template (#1240)
Browse files Browse the repository at this point in the history
* fix vsix asset type

* more changes

* skill template fixes
  • Loading branch information
darrenj authored May 3, 2019
1 parent fb0f7f5 commit 624080b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 135 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SkillVSIX")]
[assembly: AssemblyTitle("SkillTemplate")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SkillVSIX")]
[assembly: AssemblyProduct("SkillTemplate")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
5 changes: 2 additions & 3 deletions templates/Skill-Template/csharp/VSIX/SkillVSIX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<ProjectGuid>{637772FB-1049-4636-80FB-95048F068664}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SkillVSIX</RootNamespace>
<AssemblyName>SkillVSIX</AssemblyName>
<RootNamespace>SkillTemplate</RootNamespace>
<AssemblyName>SkillTemplate</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
Expand Down Expand Up @@ -57,7 +57,6 @@
</ItemGroup>
<ItemGroup>
<Content Include="index.html" />
<Content Include="stylesheet.css" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-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="SkillVSIX.67ddefd0-b403-4d2c-a73c-9c3eab1c3b28" Version="1.0" Language="en-US" Publisher="Microsoft" />
<Identity Id="SkillTemplate.67ddefd0-b403-4d2c-a73c-9c3eab1c3b28" Version="1.0" Language="en-US" Publisher="Microsoft" />
<DisplayName>Skill Template</DisplayName>
<Description xml:space="preserve">Project template for an advanced conversational skill using the Bot Builder SDK V4.</Description>
</Metadata>
Expand Down
129 changes: 0 additions & 129 deletions templates/Skill-Template/csharp/VSIX/stylesheet.css

This file was deleted.

0 comments on commit 624080b

Please sign in to comment.