SendEmail/.vs/SendEmail/v16/.suoBinary files differ
SendEmail/SendEmail/Form1.Designer.cs
@@ -139,7 +139,7 @@ this.textBoxServer.Name = "textBoxServer"; this.textBoxServer.Size = new System.Drawing.Size(159, 20); this.textBoxServer.TabIndex = 10; this.textBoxServer.Text = "NORVM08.Transcore.com"; this.textBoxServer.Text = "HBGVMEXCH16.tcore.com"; // // labelPort // SendEmail/SendEmail/Form1.resx
@@ -112,9 +112,9 @@ <value>2.0</value> </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> </root> SendEmail/SendEmail/Properties/Resources.Designer.cs
@@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.36392 // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ // 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", "4.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { SendEmail/SendEmail/Properties/Settings.Designer.cs
@@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.36392 // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); SendEmail/SendEmail/SendEmail.csproj
@@ -10,13 +10,14 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>SendEmail</RootNamespace> <AssemblyName>SendEmail</AssemblyName> <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <FileUpgradeFlags> </FileUpgradeFlags> <UpgradeBackupLocation> </UpgradeBackupLocation> <OldToolsVersion>3.5</OldToolsVersion> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -26,6 +27,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> @@ -34,6 +36,7 @@ <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> <DebugSymbols>true</DebugSymbols> @@ -42,6 +45,7 @@ <DebugType>full</DebugType> <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <OutputPath>bin\x86\Release\</OutputPath> @@ -50,6 +54,7 @@ <DebugType>pdbonly</DebugType> <PlatformTarget>x86</PlatformTarget> <ErrorReport>prompt</ErrorReport> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> <Reference Include="System" /> @@ -90,6 +95,7 @@ <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> </Compile> <None Include="app.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> SendEmail/SendEmail/app.config
New file @@ -0,0 +1,3 @@ <?xml version="1.0" encoding="utf-8"?> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration> SendEmail/SendEmail/bin/x86/Debug/SendEmail.exeBinary files differ
SendEmail/SendEmail/bin/x86/Debug/SendEmail.exe.config
New file @@ -0,0 +1,3 @@ <?xml version="1.0" encoding="utf-8"?> <configuration> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration> SendEmail/SendEmail/bin/x86/Debug/SendEmail.pdbBinary files differ
SendEmail/SendEmail/obj/x86/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
New file @@ -0,0 +1,4 @@ // <autogenerated /> using System; using System.Reflection; [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] SendEmail/SendEmail/obj/x86/Debug/DesignTimeResolveAssemblyReferences.cacheBinary files differ
SendEmail/SendEmail/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cacheBinary files differ
SendEmail/SendEmail/obj/x86/Debug/SendEmail.Form1.resourcesBinary files differ
SendEmail/SendEmail/obj/x86/Debug/SendEmail.Properties.Resources.resourcesBinary files differ
SendEmail/SendEmail/obj/x86/Debug/SendEmail.csproj.AssemblyReference.cacheBinary files differ
SendEmail/SendEmail/obj/x86/Debug/SendEmail.csproj.CoreCompileInputs.cache
New file @@ -0,0 +1 @@ bc24dac8a09eb27eb1668ffa3f28bc807050755f SendEmail/SendEmail/obj/x86/Debug/SendEmail.csproj.FileListAbsolute.txt
@@ -14,3 +14,13 @@ 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 C:\Utilities\SendEmail\SendEmail\bin\x86\Debug\SendEmail.exe.config C:\Utilities\SendEmail\SendEmail\bin\x86\Debug\SendEmail.exe C:\Utilities\SendEmail\SendEmail\bin\x86\Debug\SendEmail.pdb C:\Utilities\SendEmail\SendEmail\obj\x86\Debug\SendEmail.csproj.AssemblyReference.cache C:\Utilities\SendEmail\SendEmail\obj\x86\Debug\SendEmail.Form1.resources C:\Utilities\SendEmail\SendEmail\obj\x86\Debug\SendEmail.Properties.Resources.resources C:\Utilities\SendEmail\SendEmail\obj\x86\Debug\SendEmail.csproj.GenerateResource.cache C:\Utilities\SendEmail\SendEmail\obj\x86\Debug\SendEmail.csproj.CoreCompileInputs.cache C:\Utilities\SendEmail\SendEmail\obj\x86\Debug\SendEmail.exe C:\Utilities\SendEmail\SendEmail\obj\x86\Debug\SendEmail.pdb SendEmail/SendEmail/obj/x86/Debug/SendEmail.csproj.GenerateResource.CacheBinary files differ
SendEmail/SendEmail/obj/x86/Debug/SendEmail.exeBinary files differ
SendEmail/SendEmail/obj/x86/Debug/SendEmail.pdbBinary files differ
SendEmail/SendEmail/obj/x86/Debug/TempPE/Properties.Resources.Designer.cs.dllBinary files differ