Initial commit

This commit is contained in:
2021-04-20 07:59:36 +02:00
commit fb0247c874
21969 changed files with 11640044 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
Imports System.Reflection
Imports System.Runtime.InteropServices
' Allgemeine Informationen über eine Assembly werden über die folgende
' Attributgruppe gesteuert. Ändern Sie diese Attributwerte, um Informationen,
' die mit einer Assembly verknüpft sind, zu bearbeiten.
' Die Werte der Assemblyattribute überprüfen
<Assembly: AssemblyTitle("")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("")>
<Assembly: AssemblyCopyright("")>
<Assembly: AssemblyTrademark("")>
<Assembly: CLSCompliant(True)>
'Die folgende GUID ist für die ID der Typbibliothek, wenn dieses Projekt in COM angezeigt wird
<Assembly: Guid("2B061CD1-1095-40D4-B66D-F1089D7DFEF3")>
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
'
' Haupversion
' Nebenversion
' Buildnummer
' Revisionsnummer
'
' Sie können alle Werte angeben oder auf die standardmäßigen Build- und Revisionsnummern
' zurückgreifen, indem Sie '*' wie unten angezeigt verwenden:
<Assembly: AssemblyVersion("1.0.*")>

View File

@@ -0,0 +1,137 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9EA7AA49-DB0E-4962-BE9F-B03847A249C2}</ProjectGuid>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>EDKB08_GSF_Tester</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Exe</OutputType>
<OptionCompare>Binary</OptionCompare>
<OptionExplicit>On</OptionExplicit>
<OptionStrict>Off</OptionStrict>
<RootNamespace>EDKB08_GSF_Tester</RootNamespace>
<StartupObject>EDKB08_GSF_Tester.ModMain</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<MyType>Console</MyType>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationVersion>2.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\</OutputPath>
<DocumentationFile>EDKB08_GSF_Tester.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>
</DefineConstants>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<OutputPath>bin\</OutputPath>
<DocumentationFile>EDKB08_GSF_Tester.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>
</DefineConstants>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningLevel>1</WarningLevel>
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<Reference Include="System">
<Name>System</Name>
</Reference>
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Diagnostics" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.vb">
<SubType>Code</SubType>
</Compile>
<Compile Include="ModMain.vb">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EDKB08_GSF\EDKB08_GSF.vbproj">
<Project>{190A0F46-BF30-4589-8003-361256BCA6F1}</Project>
<Name>EDKB08_GSF</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="My Project\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,10 @@
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_PROJECTS" = "0"
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
}

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- VSdocman config file for current project/solution.-->
<activeProfile>default</activeProfile>
<appSettings>
</appSettings>
</configuration>

View File

@@ -0,0 +1,24 @@
Module ModMain
Dim WithEvents obj As New EDKB08_GSF.Common()
Sub Main()
obj.Sub_Init("E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\bin\gsf\", "xml")
obj.Start_Checking()
obj.Sub_End()
End Sub
Sub StartVerarbeitung(ByVal StartVerz As String) Handles obj.StartVerarbeitung
MsgBox("Verarbeitung kann gestartet werden. " + StartVerz)
obj.Set_DokStatus("20051121-0000000001", False)
End Sub
Sub LogIng(ByVal LogEintrag As String, ByVal iTyp As Integer) Handles obj.LogToBMS
'MsgBox("Log Eintrag :" + LogEintrag)
End Sub
End Module

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
EDKB08_GSF
</name>
</assembly>
<members>
</members>
</doc>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
EDKB08_GSF_Tester
</name>
</assembly>
<members>
</members>
</doc>

View File

@@ -0,0 +1,5 @@
SCC = This is a Source Code Control file
[EDKB08_GSF_Tester.vbproj]
SCC_Aux_Path = "\\SERVER01\DATEN\SourceSave\EDOKA4.0"
SCC_Project_Name = "$/EDKB08_GSF/EDKB08_GSF_Tester", DJBAAAAA

View File

@@ -0,0 +1 @@
c1f4d7af08fe65a836d5496a7f669647f50649ca

View File

@@ -0,0 +1 @@
2e6a0b18d15500e7280ec46e3b7dad241f900f9e

View File

@@ -0,0 +1,10 @@
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\bin\EDKB08_GSF_Tester.exe
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\bin\EDKB08_GSF_Tester.pdb
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\bin\EDKB08_GSF_Tester.xml
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\bin\EDKB08_GSF.dll
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\bin\EDKB08_GSF.pdb
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\bin\EDKB08_GSF.xml
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\obj\Debug\EDKB08_GSF_Tester.vbprojResolveAssemblyReference.cache
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\obj\Debug\EDKB08_GSF_Tester.exe
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\obj\Debug\EDKB08_GSF_Tester.xml
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\obj\Debug\EDKB08_GSF_Tester.pdb

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
EDKB08_GSF_Tester
</name>
</assembly>
<members>
</members>
</doc>

View File

@@ -0,0 +1 @@
c1f4d7af08fe65a836d5496a7f669647f50649ca

View File

@@ -0,0 +1,24 @@
D:\EDOKA\EDKB08_Runtime_Prod_20151216\source\EDKB08\EDKB08\bin\EDKB08.exe.config
D:\EDOKA\EDKB08_Runtime_Prod_20151216\source\EDKB08\EDKB08\bin\EDKB08.exe
D:\EDOKA\EDKB08_Runtime_Prod_20151216\source\EDKB08\EDKB08\bin\EDKB08.xml
D:\EDOKA\EDKB08_Runtime_Prod_20151216\source\EDKB08\EDKB08\bin\EDKB08_GSF.dll
D:\EDOKA\EDKB08_Runtime_Prod_20151216\source\EDKB08\EDKB08\bin\EDKB08_GSF.pdb
D:\EDOKA\EDKB08_Runtime_Prod_20151216\source\EDKB08\EDKB08\bin\EDKB08_GSF.xml
D:\EDOKA\EDKB08_Runtime_Prod_20151216\source\EDKB08\EDKB08\obj\Release\EDKB08.vbprojResolveAssemblyReference.cache
D:\EDOKA\EDKB08_Runtime_Prod_20151216\source\EDKB08\EDKB08\obj\Release\EDKB08.ProjectInstaller.resources
D:\EDOKA\EDKB08_Runtime_Prod_20151216\source\EDKB08\EDKB08\obj\Release\EDKB08.Service1.resources
D:\EDOKA\EDKB08_Runtime_Prod_20151216\source\EDKB08\EDKB08\obj\Release\EDKB08.vbproj.GenerateResource.Cache
D:\EDOKA\EDKB08_Runtime_Prod_20151216\source\EDKB08\EDKB08\obj\Release\EDKB08.exe
D:\EDOKA\EDKB08_Runtime_Prod_20151216\source\EDKB08\EDKB08\obj\Release\EDKB08.xml
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\bin\EDKB08.exe.config
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\obj\Release\EDKB08.exe
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\obj\Release\EDKB08.xml
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\bin\EDKB08.exe
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\bin\EDKB08.xml
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\bin\EDKB08_GSF.dll
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\bin\EDKB08_GSF.pdb
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\bin\EDKB08_GSF.xml
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\obj\Release\EDKB08.vbprojResolveAssemblyReference.cache
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\obj\Release\EDKB08.ProjectInstaller.resources
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\obj\Release\EDKB08.Service1.resources
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08\obj\Release\EDKB08.vbproj.GenerateResource.Cache

View File

@@ -0,0 +1,8 @@
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\bin\EDKB08_GSF_Tester.exe
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\bin\EDKB08_GSF_Tester.xml
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\bin\EDKB08_GSF.dll
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\bin\EDKB08_GSF.pdb
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\bin\EDKB08_GSF.xml
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\obj\Release\EDKB08_GSF_Tester.vbprojResolveAssemblyReference.cache
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\obj\Release\EDKB08_GSF_Tester.exe
E:\Software-Projekte\EDOKA\batch\EDKB08\EDKB08_GSF_Tester\obj\Release\EDKB08_GSF_Tester.xml

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
EDKB08_GSF_Tester
</name>
</assembly>
<members>
</members>
</doc>

Binary file not shown.