diff --git a/Development/Powerpoint Deck Language/DeckLanguageAddIn/DeckLanguageAddIn.csproj b/Development/Powerpoint Deck Language/DeckLanguageAddIn/DeckLanguageAddIn.csproj index d9e3ecd..3e05998 100644 --- a/Development/Powerpoint Deck Language/DeckLanguageAddIn/DeckLanguageAddIn.csproj +++ b/Development/Powerpoint Deck Language/DeckLanguageAddIn/DeckLanguageAddIn.csproj @@ -1,5 +1,5 @@  - + + {BAA0C2D2-18E2-41B9-852F-F413020CAA33};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} Debug @@ -30,11 +31,21 @@ Client VSTO40 False + SAK + SAK + SAK + SAK + + + + + 4.0 + true true publish\ en - 1.0.0.1 + 1.0.0.3 true true 7 @@ -45,10 +56,6 @@ Deck Language AddIn Sets the language on all slides to the selected language. 3 - SAK - SAK - SAK - SAK @@ -64,7 +71,12 @@ False .NET Framework 3.5 SP1 - false + true + + + False + Microsoft Office 2007 Primary Interop Assemblies + true False @@ -150,13 +162,29 @@ DeckLanguageAddIn_TemporaryKey.pfx - 86F91C513196C8A8C660B7AE189048BC3D93A26B + A4C5361D85F14C5DF6CA3839CC4D7CA2EBEB435C + + True + + + True + + + True + + + + True + + + True + @@ -169,28 +197,12 @@ - - - True - - - False - true - - - False - true - - - False - - + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + false + - + - + - + diff --git a/Development/Powerpoint Deck Language/DeckLanguageAddIn/DeckLanguageAddIn_TemporaryKey.pfx b/Development/Powerpoint Deck Language/DeckLanguageAddIn/DeckLanguageAddIn_TemporaryKey.pfx index 1b6dd3d..e642a10 100644 Binary files a/Development/Powerpoint Deck Language/DeckLanguageAddIn/DeckLanguageAddIn_TemporaryKey.pfx and b/Development/Powerpoint Deck Language/DeckLanguageAddIn/DeckLanguageAddIn_TemporaryKey.pfx differ diff --git a/Development/Powerpoint Deck Language/DeckLanguageAddIn/Properties/AssemblyInfo.cs b/Development/Powerpoint Deck Language/DeckLanguageAddIn/Properties/AssemblyInfo.cs index 653e943..e4df54e 100644 --- a/Development/Powerpoint Deck Language/DeckLanguageAddIn/Properties/AssemblyInfo.cs +++ b/Development/Powerpoint Deck Language/DeckLanguageAddIn/Properties/AssemblyInfo.cs @@ -11,7 +11,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("mAdcOW deZign")] [assembly: AssemblyProduct("Deck Language AddIn")] -[assembly: AssemblyCopyright("Copyright © mAdcOW deZign 2010")] +[assembly: AssemblyCopyright("Copyright © mAdcOW deZign 2014")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -33,5 +33,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.1")] -[assembly: AssemblyFileVersion("1.0.0.1")] +[assembly: AssemblyVersion("1.0.0.2")] +[assembly: AssemblyFileVersion("1.0.0.2")] diff --git a/Development/Powerpoint Deck Language/DeckLanguageAddIn/Properties/Resources.Designer.cs b/Development/Powerpoint Deck Language/DeckLanguageAddIn/Properties/Resources.Designer.cs index 65e649b..5b0b8bb 100644 --- a/Development/Powerpoint Deck Language/DeckLanguageAddIn/Properties/Resources.Designer.cs +++ b/Development/Powerpoint Deck Language/DeckLanguageAddIn/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.1 +// Runtime Version:4.0.30319.34011 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/Development/Powerpoint Deck Language/DeckLanguageAddIn/Properties/Settings.Designer.cs b/Development/Powerpoint Deck Language/DeckLanguageAddIn/Properties/Settings.Designer.cs index 8d7ca7e..b9d7edf 100644 --- a/Development/Powerpoint Deck Language/DeckLanguageAddIn/Properties/Settings.Designer.cs +++ b/Development/Powerpoint Deck Language/DeckLanguageAddIn/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.1 +// Runtime Version:4.0.30319.34011 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace DeckLanguageAddIn.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Development/Powerpoint Deck Language/DeckLanguageAddIn/ThisAddIn.Designer.cs b/Development/Powerpoint Deck Language/DeckLanguageAddIn/ThisAddIn.Designer.cs index 07a2a75..778646e 100644 --- a/Development/Powerpoint Deck Language/DeckLanguageAddIn/ThisAddIn.Designer.cs +++ b/Development/Powerpoint Deck Language/DeckLanguageAddIn/ThisAddIn.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.1 +// Runtime Version:4.0.30319.34011 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,10 +19,10 @@ public sealed partial class ThisAddIn : Microsoft.Office.Tools.AddInBase { internal Microsoft.Office.Tools.CustomTaskPaneCollection CustomTaskPanes; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] private global::System.Object missing = global::System.Type.Missing; - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] internal Microsoft.Office.Interop.PowerPoint.Application Application; /// @@ -35,7 +35,7 @@ public ThisAddIn(global::Microsoft.Office.Tools.Factory factory, global::System. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] protected override void Initialize() { base.Initialize(); @@ -50,7 +50,7 @@ protected override void Initialize() { /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] protected override void FinishInitialization() { this.InternalStartup(); @@ -59,7 +59,7 @@ protected override void FinishInitialization() { /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] protected override void InitializeDataBindings() { this.BeginInitialization(); @@ -69,7 +69,7 @@ protected override void InitializeDataBindings() { /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] private void InitializeCachedData() { if ((this.DataHost == null)) { @@ -82,14 +82,14 @@ private void InitializeCachedData() { /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] private void InitializeData() { } /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] private void BindToData() { } @@ -117,7 +117,7 @@ private bool IsCached(string MemberName) { /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] private void BeginInitialization() { this.BeginInit(); @@ -126,7 +126,7 @@ private void BeginInitialization() { /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] private void EndInitialization() { this.CustomTaskPanes.EndInit(); @@ -135,7 +135,7 @@ private void EndInitialization() { /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] private void InitializeControls() { this.CustomTaskPanes = Globals.Factory.CreateCustomTaskPaneCollection(null, null, "CustomTaskPanes", "CustomTaskPanes", this); @@ -143,7 +143,7 @@ private void InitializeControls() { /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] private void InitializeComponents() { } @@ -157,7 +157,7 @@ private bool NeedsFill(string MemberName) { /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Never)] protected override void OnShutdown() { this.CustomTaskPanes.Dispose(); @@ -167,7 +167,7 @@ protected override void OnShutdown() { /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] internal sealed partial class Globals { /// @@ -220,7 +220,7 @@ internal static ThisRibbonCollection Ribbons { /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Tools.Office.ProgrammingModel.dll", "12.0.0.0")] internal sealed partial class ThisRibbonCollection : Microsoft.Office.Tools.Ribbon.RibbonCollectionBase { /// diff --git a/Development/Powerpoint Deck Language/DeckLanguageAddIn/ThisAddIn.Designer.xml b/Development/Powerpoint Deck Language/DeckLanguageAddIn/ThisAddIn.Designer.xml index c171d08..430967b 100644 --- a/Development/Powerpoint Deck Language/DeckLanguageAddIn/ThisAddIn.Designer.xml +++ b/Development/Powerpoint Deck Language/DeckLanguageAddIn/ThisAddIn.Designer.xml @@ -1,4 +1,4 @@ - - - - \ No newline at end of file + + + + diff --git a/Development/Powerpoint Deck Language/Powerpoint Deck Language.sln b/Development/Powerpoint Deck Language/Powerpoint Deck Language.sln index b72e27f..2c8b3b3 100644 --- a/Development/Powerpoint Deck Language/Powerpoint Deck Language.sln +++ b/Development/Powerpoint Deck Language/Powerpoint Deck Language.sln @@ -1,22 +1,19 @@  -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.30110.0 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeckLanguageAddIn", "DeckLanguageAddIn\DeckLanguageAddIn.csproj", "{85458C85-350B-4A4C-B9F0-B07ADFE89EFB}" EndProject -Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "DeckLanguageSetup", "DeckLanguageSetup\DeckLanguageSetup.vdproj", "{64B23951-6C8B-470E-9D3F-C12D3F573260}" -EndProject Global GlobalSection(TeamFoundationVersionControl) = preSolution - SccNumberOfProjects = 3 + SccNumberOfProjects = 2 SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs03 SccLocalPath0 = . SccProjectUniqueName1 = DeckLanguageAddIn\\DeckLanguageAddIn.csproj SccProjectName1 = DeckLanguageAddIn SccLocalPath1 = DeckLanguageAddIn - SccProjectUniqueName2 = DeckLanguageSetup\\DeckLanguageSetup.vdproj - SccProjectName2 = DeckLanguageSetup - SccLocalPath2 = DeckLanguageSetup EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -27,8 +24,6 @@ Global {85458C85-350B-4A4C-B9F0-B07ADFE89EFB}.Debug|Any CPU.Build.0 = Debug|Any CPU {85458C85-350B-4A4C-B9F0-B07ADFE89EFB}.Release|Any CPU.ActiveCfg = Release|Any CPU {85458C85-350B-4A4C-B9F0-B07ADFE89EFB}.Release|Any CPU.Build.0 = Release|Any CPU - {64B23951-6C8B-470E-9D3F-C12D3F573260}.Debug|Any CPU.ActiveCfg = Debug - {64B23951-6C8B-470E-9D3F-C12D3F573260}.Release|Any CPU.ActiveCfg = Release EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE