- little changes
0d996dbd
Dimitar Tsenev
committed
6 changed files
Settings.sqlite
/BExplorer/BetterExplorer/Settings.sqlite
/BExplorer/BetterExplorer/Settings.sqlite
Resources.Designer.cs
/DBUpdater/Properties/Resources.Designer.cs-1+2
/DBUpdater/Properties/Resources.Designer.cs
Add comment 9 //------------------------------------------------------------------------------
Add comment 10
Add comment 11 namespace DBUpdater.Properties {
Add comment 12 Plus   using System;
Add comment 12 13
Add comment 13 14
Add comment 14 15 /// <summary>
Add comment 37 38 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
Add comment 38 39 internal static global::System.Resources.ResourceManager ResourceManager {
Add comment 39 40 get {
Add comment 40 Minus   if ((resourceMan == null)) {
Add comment 41 Plus   if (object.ReferenceEquals(resourceMan, null)) {
Add comment 41 42 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DBUpdater.Properties.Resources", typeof(Resources).Assembly);
Add comment 42 43 resourceMan = temp;
Add comment 43 44 }
Settings.Designer.cs
/DBUpdater/Properties/Settings.Designer.cs-1+1
/DBUpdater/Properties/Settings.Designer.cs
Add comment 12
Add comment 13
Add comment 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
Add comment 15 Minus   [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
Add comment 15 Plus   [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
Add comment 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
Add comment 17
Add comment 18 private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
App.config
/DBUpdater/App.config-9+9
utf-8 -> Windows-1252
/DBUpdater/App.config
Add comment 1 <?xml version="1.0" encoding="utf-8"?>
Add comment 2 <configuration>
Add comment 3 <configSections>
Add comment 4 Minus   <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
Add comment 4 Plus   <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
Add comment 5 <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
Add comment 6 </configSections>
Add comment 7 <startup>
Add comment 8 Minus   <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
Add comment 8 Plus   <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
Add comment 9 </startup>
Add comment 10 <entityFramework>
Add comment 11 Minus   <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
Add comment 11 Plus   <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"/>
Add comment 12 <providers>
Add comment 13 Minus   <provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
Add comment 14 Minus   <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
Add comment 13 Plus   <provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6"/>
Add comment 14 Plus   <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
Add comment 15 </providers>
Add comment 16 </entityFramework>
Add comment 17 <system.data>
Add comment 18 <DbProviderFactories>
Add comment 19 Minus   <remove invariant="System.Data.SQLite.EF6" />
Add comment 20 Minus   <add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
Add comment 21 Minus   <remove invariant="System.Data.SQLite" />
Add comment 22 Minus   <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
Add comment 19 Plus   <remove invariant="System.Data.SQLite.EF6"/>
Add comment 20 Plus   <add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6"/>
Add comment 21 Plus   <remove invariant="System.Data.SQLite"/>
Add comment 22 Plus   <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite"/>
Add comment 23 </DbProviderFactories>
Add comment 24 </system.data>
Add comment 25 </configuration>
DBUpdater.csproj
/DBUpdater/DBUpdater.csproj-1+3
/DBUpdater/DBUpdater.csproj
Add comment 9 <AppDesignerFolder>Properties</AppDesignerFolder>
Add comment 10 <RootNamespace>DBUpdater</RootNamespace>
Add comment 11 <AssemblyName>DBUpdater</AssemblyName>
Add comment 12 Minus   <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
Add comment 12 Plus   <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
Add comment 13 <FileAlignment>512</FileAlignment>
Add comment 14 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Add comment 15 <NuGetPackageImportStamp>
Add comment 16 </NuGetPackageImportStamp>
Add comment 17 Plus   <TargetFrameworkProfile />
Add comment 17 18 </PropertyGroup>
Add comment 18 19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Add comment 19 20 <PlatformTarget>AnyCPU</PlatformTarget>
Add comment 79 80 <Compile Include="Properties\Resources.Designer.cs">
Add comment 80 81 <AutoGen>True</AutoGen>
Add comment 81 82 <DependentUpon>Resources.resx</DependentUpon>
Add comment 83 Plus   <DesignTime>True</DesignTime>
Add comment 82 84 </Compile>
Add comment 83 85 <None Include="packages.config" />
Add comment 84 86 <None Include="Properties\Settings.settings">
Program.cs
/DBUpdater/Program.cs-1+1
/DBUpdater/Program.cs
Add comment 10 /// The main entry point for the application.
Add comment 11 /// </summary>
Add comment 12 [STAThread]
Add comment 13 Minus   static void Main() {
Add comment 13 Plus   static void Main(string[] args) {
Add comment 14
Add comment 15 }
Add comment 16 }