Skip to content

Commit

Permalink
Renamed assembly to EmacsEmulation and added support for VS2012
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Clareburt committed Dec 23, 2017
1 parent b789267 commit c12cff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EmacsEmulation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.VisualStudio.Editor.EmacsEmulation</RootNamespace>
<AssemblyName>Microsoft.VisualStudio.Editor.EmacsEmulation</AssemblyName>
<AssemblyName>EmacsEmulation</AssemblyName>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
Expand Down
2 changes: 1 addition & 1 deletion source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Tags>emacs</Tags>
</Metadata>
<Installation InstalledByMsi="false" AllUsers="false">
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[12.0,]" />
<InstallationTarget Id="Microsoft.VisualStudio.IntegratedShell" Version="[11.0,]" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,]" />
Expand Down

0 comments on commit c12cff5

Please sign in to comment.