Skip to content

Commit

Permalink
Switch project back to VS2012 so it'll work with both VS2012 VS2013
Browse files Browse the repository at this point in the history
  • Loading branch information
cimryan committed Feb 14, 2014
1 parent 7c784cc commit 809df07
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 226 deletions.
14 changes: 6 additions & 8 deletions DecodeText/DecodeText.sln
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DecodeText", "DecodeText\DecodeText.csproj", "{1195FC7C-9738-402B-B605-F307106794FE}"
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DecodeText", "DecodeText\DecodeText.csproj", "{07B4DE06-F14C-4530-967D-90C4ECC2C923}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1195FC7C-9738-402B-B605-F307106794FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1195FC7C-9738-402B-B605-F307106794FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1195FC7C-9738-402B-B605-F307106794FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1195FC7C-9738-402B-B605-F307106794FE}.Release|Any CPU.Build.0 = Release|Any CPU
{07B4DE06-F14C-4530-967D-90C4ECC2C923}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07B4DE06-F14C-4530-967D-90C4ECC2C923}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07B4DE06-F14C-4530-967D-90C4ECC2C923}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07B4DE06-F14C-4530-967D-90C4ECC2C923}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
14 changes: 2 additions & 12 deletions DecodeText/DecodeText/DecodeText.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>4.0</OldToolsVersion>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\Package.ico</ApplicationIcon>
Expand All @@ -22,7 +13,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1195FC7C-9738-402B-B605-F307106794FE}</ProjectGuid>
<ProjectGuid>{07B4DE06-F14C-4530-967D-90C4ECC2C923}</ProjectGuid>
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
Expand Down Expand Up @@ -150,7 +141,6 @@
<ItemGroup>
<VSCTCompile Include="DecodeText.vsct">
<ResourceName>Menus.ctmenu</ResourceName>
<SubType>Designer</SubType>
</VSCTCompile>
</ItemGroup>
<ItemGroup>
Expand Down
22 changes: 11 additions & 11 deletions DecodeText/DecodeText/DecodeText.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
group; your package should define its own command set in order to avoid collisions
with command ids defined by other packages. -->


<!-- In this section you can define new menu groups. A menu group is a container for
other menus or buttons (commands); from a visual point of view you can see the
group as the part of a menu contained between two lines. The parent of a group
Expand All @@ -44,24 +44,24 @@
<Group guid="guidHtmlDecodeCmdSet" id="TopLevelGroup" priority="0xFFF0">
<Parent guid="guidSHLMainMenu" id="IDM_VS_MENU_TOOLS"/>
</Group>

<Group guid="guidHtmlDecodeCmdSet" id="SubMenuGroup" priority="0x0000">
<Parent guid="guidHtmlDecodeCmdSet" id="SubMenu"/>
</Group>

</Groups>

<Menus>
<Menu guid="guidHtmlDecodeCmdSet" id="SubMenu" priority="0x0100" type="Menu">
<Parent guid="guidHtmlDecodeCmdSet" id="TopLevelGroup"/>
<Strings>
<ButtonText>DecodeText</ButtonText>
<CommandName>Decode text</CommandName>

</Strings>
</Menu>
</Menus>

<!--Buttons section. -->
<!--This section defines the elements the user can interact with, like a menu command or a button
or combo box in a toolbar. -->
Expand All @@ -73,7 +73,7 @@
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DynamicVisibility</CommandFlag>
If you do not want an image next to your command, remove the Icon node /> -->

<Button guid="guidHtmlDecodeCmdSet" id="cmdidDecodeHTMLCharacterEntities" priority="0x0000" type="Button">
<Parent guid="guidHtmlDecodeCmdSet" id="SubMenuGroup"/>
<Strings>
Expand All @@ -90,7 +90,7 @@
</Strings>
</Button>

</Buttons>
</Buttons>
</Commands>


Expand All @@ -100,7 +100,7 @@
<Symbols>
<!-- This is the package guid. -->
<GuidSymbol name="guidHtmlDecodePkg" value="{bb4edf50-0d0a-41c8-b4b4-47865cdb2575}" />

<!-- This is the guid used to group the menu commands together -->
<GuidSymbol name="guidHtmlDecodeCmdSet" value="{e5006bed-f878-4b0a-a453-ace1a750fc32}">

Expand All @@ -112,9 +112,9 @@
<IDSymbol name="cmdidDecodeHTMLCharacterEntities" value="0x0105" />
<IDSymbol name="cmdidDecodeURLEscapeSequences" value="0x0110"/>
</GuidSymbol>



<!--<GuidSymbol name="guidImages" value="{990ca988-8d01-4dac-8c2d-d85140c0f961}" >
<IDSymbol name="bmpPic1" value="1" />
<IDSymbol name="bmpPic2" value="2" />
Expand Down
36 changes: 36 additions & 0 deletions DecodeText/DecodeText/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
using System;
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// 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("DecodeText")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Cim Ryan")]
[assembly: AssemblyProduct("DecodeText")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: NeutralResourcesLanguage("en-US")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]



63 changes: 0 additions & 63 deletions DecodeText/DecodeText/Resources.Designer.cs

This file was deleted.

129 changes: 0 additions & 129 deletions DecodeText/DecodeText/Resources.resx

This file was deleted.

Loading

0 comments on commit 809df07

Please sign in to comment.