Consolidate EB Creator Projects
This commit is contained in:
44
EB_Creator_Bebra/My Project/Settings.settings
Normal file
44
EB_Creator_Bebra/My Project/Settings.settings
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="MyConnectionString" Type="(Connection string)" Scope="Application">
|
||||
<DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
||||
<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<ConnectionString>Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</ConnectionString>
|
||||
<ProviderName>System.Data.SqlClient</ProviderName>
|
||||
</SerializableConnectionString></DesignTimeValue>
|
||||
<Value Profile="(Default)">Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</Value>
|
||||
</Setting>
|
||||
<Setting Name="DEBUG" Type="System.Boolean" Scope="Application">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="TIMER_INTERVALL" Type="System.Int32" Scope="Application">
|
||||
<Value Profile="(Default)">3</Value>
|
||||
</Setting>
|
||||
<Setting Name="oSQLThread1" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">select distinct Top 2 DOC_ID,'STANDARD' as Outputfilename from VWCUST_RPTPM_UNION order by DOC_ID</Value>
|
||||
</Setting>
|
||||
<Setting Name="CONCAT_TEMPFolder" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">E:\TEMP\EBTemp</Value>
|
||||
</Setting>
|
||||
<Setting Name="Path2PDFTK" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">E:\Portable\PDFTKCommand\pdftk.exe</Value>
|
||||
</Setting>
|
||||
<Setting Name="Concatted_File_Suffix" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">_CC</Value>
|
||||
</Setting>
|
||||
<Setting Name="Path_ConcattedFile" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">E:\TEMP\ConcattedEB</Value>
|
||||
</Setting>
|
||||
<Setting Name="XDistance" Type="System.Int32" Scope="Application">
|
||||
<Value Profile="(Default)">380</Value>
|
||||
</Setting>
|
||||
<Setting Name="FNDD_GET_WM_FPATH_VARIANT" Type="System.Int32" Scope="Application">
|
||||
<Value Profile="(Default)">1</Value>
|
||||
</Setting>
|
||||
<Setting Name="oSQLThread2" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">select distinct Top 2 DOC_ID,'STANDARD' as Outputfilename from VWCUST_RPTPM_UNION order by DOC_ID DESC</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user