jonesd
2017-06-29 b80adaabfdef44051695ff08ca2b612a70300dde
Converted to VS2013
10 files modified
92 ■■■■ changed files
SendEmail/SendEmail.sln 6 ●●●●● patch | view | raw | blame | history
SendEmail/SendEmail/Properties/Resources.Designer.cs 46 ●●●●● patch | view | raw | blame | history
SendEmail/SendEmail/Properties/Settings.Designer.cs 24 ●●●●● patch | view | raw | blame | history
SendEmail/SendEmail/SendEmail.csproj 8 ●●●● patch | view | raw | blame | history
SendEmail/SendEmail/bin/x86/Debug/SendEmail.exe patch | view | raw | blame | history
SendEmail/SendEmail/bin/x86/Debug/SendEmail.pdb patch | view | raw | blame | history
SendEmail/SendEmail/bin/x86/Debug/SendEmail.vshost.exe patch | view | raw | blame | history
SendEmail/SendEmail/obj/x86/Debug/SendEmail.csproj.FileListAbsolute.txt 8 ●●●●● patch | view | raw | blame | history
SendEmail/SendEmail/obj/x86/Debug/SendEmail.exe patch | view | raw | blame | history
SendEmail/SendEmail/obj/x86/Debug/SendEmail.pdb patch | view | raw | blame | history
SendEmail/SendEmail.sln
@@ -1,6 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
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}") = "SendEmail", "SendEmail\SendEmail.csproj", "{4682C05B-2FCE-4AC3-BC79-C86F4140DFBE}"
EndProject
Global
SendEmail/SendEmail/Properties/Resources.Designer.cs
@@ -1,17 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.3603
//     Runtime Version:4.0.30319.36392
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace SendEmail.Properties
{
namespace SendEmail.Properties {
    using System;
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
@@ -19,51 +19,43 @@
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class Resources
    {
    internal class Resources {
        private static global::System.Resources.ResourceManager resourceMan;
        private static global::System.Globalization.CultureInfo resourceCulture;
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Resources()
        {
        internal Resources() {
        }
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager
        {
            get
            {
                if ((resourceMan == null))
                {
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SendEmail.Properties.Resources", typeof(Resources).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture
        {
            get
            {
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set
            {
            set {
                resourceCulture = value;
            }
        }
SendEmail/SendEmail/Properties/Settings.Designer.cs
@@ -1,28 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:2.0.50727.3603
//     Runtime Version:4.0.30319.36392
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace SendEmail.Properties
{
namespace SendEmail.Properties {
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
    {
    [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())));
        public static Settings Default
        {
            get
            {
        public static Settings Default {
            get {
                return defaultInstance;
            }
        }
SendEmail/SendEmail/SendEmail.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -12,6 +12,11 @@
    <AssemblyName>SendEmail</AssemblyName>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <OldToolsVersion>3.5</OldToolsVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
@@ -83,6 +88,7 @@
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
SendEmail/SendEmail/bin/x86/Debug/SendEmail.exe
Binary files differ
SendEmail/SendEmail/bin/x86/Debug/SendEmail.pdb
Binary files differ
SendEmail/SendEmail/bin/x86/Debug/SendEmail.vshost.exe
Binary files differ
SendEmail/SendEmail/obj/x86/Debug/SendEmail.csproj.FileListAbsolute.txt
@@ -6,3 +6,11 @@
C:\TestProjects\SendEmail\SendEmail\obj\x86\Debug\SendEmail.csproj.GenerateResource.Cache
C:\TestProjects\SendEmail\SendEmail\obj\x86\Debug\SendEmail.exe
C:\TestProjects\SendEmail\SendEmail\obj\x86\Debug\SendEmail.pdb
C:\Kevin-git\Utilities\SendEmail\SendEmail\obj\x86\Debug\SendEmail.exe
C:\Kevin-git\Utilities\SendEmail\SendEmail\obj\x86\Debug\SendEmail.pdb
C:\Kevin-git\Utilities\SendEmail\SendEmail\bin\x86\Debug\SendEmail.exe
C:\Kevin-git\Utilities\SendEmail\SendEmail\bin\x86\Debug\SendEmail.pdb
C:\Kevin-git\Utilities\SendEmail\SendEmail\obj\x86\Debug\SendEmail.csprojResolveAssemblyReference.cache
C:\Kevin-git\Utilities\SendEmail\SendEmail\obj\x86\Debug\SendEmail.Form1.resources
C:\Kevin-git\Utilities\SendEmail\SendEmail\obj\x86\Debug\SendEmail.Properties.Resources.resources
C:\Kevin-git\Utilities\SendEmail\SendEmail\obj\x86\Debug\SendEmail.csproj.GenerateResource.Cache
SendEmail/SendEmail/obj/x86/Debug/SendEmail.exe
Binary files differ
SendEmail/SendEmail/obj/x86/Debug/SendEmail.pdb
Binary files differ