init
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="DatabaseMigrator.Properties" GeneratedClassName="Settings">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="LocalDbDataPROInstance" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">(localdb)\DataPROInstance</Value>
|
||||
</Setting>
|
||||
<Setting Name="StopDataProInstance" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">stop DataPROInstance</Value>
|
||||
</Setting>
|
||||
<Setting Name="Warning" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Warning</Value>
|
||||
</Setting>
|
||||
<Setting Name="DeleteDataProInstance" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">delete DataPROInstance</Value>
|
||||
</Setting>
|
||||
<Setting Name="CreateDataProInstance" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">create DataPROInstance</Value>
|
||||
</Setting>
|
||||
<Setting Name="StartDataProInstance" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">start DataPROInstance</Value>
|
||||
</Setting>
|
||||
<Setting Name="LocalDbFolder" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">db</Value>
|
||||
</Setting>
|
||||
<Setting Name="DataPRO" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">DataPRO</Value>
|
||||
</Setting>
|
||||
<Setting Name="ISO" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">ISO</Value>
|
||||
</Setting>
|
||||
<Setting Name="Mdf" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">.mdf</Value>
|
||||
</Setting>
|
||||
<Setting Name="LogLdf" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">_log.ldf</Value>
|
||||
</Setting>
|
||||
<Setting Name="SqlServerLocalDbNotInstalled" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">SQL Server LocalDb is not installed.</Value>
|
||||
</Setting>
|
||||
<Setting Name="SqlLocalDBExe" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">SqlLocalDB.exe</Value>
|
||||
</Setting>
|
||||
<Setting Name="ScriptsFolder" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">SQL Server Scripts</Value>
|
||||
</Setting>
|
||||
<Setting Name="AttachDBsbat" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">AttachDBs.bat</Value>
|
||||
</Setting>
|
||||
<Setting Name="RegistrySoftwareMicrosoftMicrosoftSQLServerLocalDBInstalledVersions" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">SOFTWARE\\Microsoft\\Microsoft SQL Server Local DB\\Installed Versions</Value>
|
||||
</Setting>
|
||||
<Setting Name="InstanceAPIPath" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">InstanceAPIPath</Value>
|
||||
</Setting>
|
||||
<Setting Name="SqlUserInstanceDll" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">SqlUserInstance.dll</Value>
|
||||
</Setting>
|
||||
<Setting Name="LocalDB" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">LocalDB</Value>
|
||||
</Setting>
|
||||
<Setting Name="Tools" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Tools</Value>
|
||||
</Setting>
|
||||
<Setting Name="Db" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">.db</Value>
|
||||
</Setting>
|
||||
<Setting Name="SameVersionDatabase" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Database is already version {0} - no migration needed.</Value>
|
||||
</Setting>
|
||||
<Setting Name="ActionRequired" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Action required</Value>
|
||||
</Setting>
|
||||
<Setting Name="CurrentVersionGreater" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">The current database version ({0}) is greater than what is requested. Downward migration is not available.</Value>
|
||||
</Setting>
|
||||
<Setting Name="DatabaseMigrationFailed" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Database migration has failed.{0}Previous version of DataPRO must be used. Please contact DTS Support.</Value>
|
||||
</Setting>
|
||||
<Setting Name="DatabaseMigrationSucceeded" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Database has been migrated from version {0} to {1}.</Value>
|
||||
</Setting>
|
||||
<Setting Name="WarningAllowStreamingModesWasNotMigrated" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Warning: The AllowStreaming config setting was not migrated and has been set to False.{0}{0}An "Allow streaming modes" checkbox is now in the "Test setup settings" step of the "System Settings" tab.</Value>
|
||||
</Setting>
|
||||
<Setting Name="CreatingBackupDb" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Creating a backup database...</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user