Zooflow: Onboarding, check for ECM and IDB Database connections, Service Connection

This commit is contained in:
Jonathan Jenne
2021-11-03 11:59:29 +01:00
parent 7064978ecb
commit 85ddf68794
9 changed files with 555 additions and 63 deletions

View File

@@ -198,6 +198,12 @@
<Compile Include="DSIDB_Stammdaten.vb">
<DependentUpon>DSIDB_Stammdaten.xsd</DependentUpon>
</Compile>
<Compile Include="frmServiceConfig.Designer.vb">
<DependentUpon>frmServiceConfig.vb</DependentUpon>
</Compile>
<Compile Include="frmServiceConfig.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmTest.Designer.vb">
<DependentUpon>frmTest.vb</DependentUpon>
</Compile>
@@ -356,6 +362,9 @@
<EmbeddedResource Include="Administration\frmAdmin_SourceSQL.resx">
<DependentUpon>frmAdmin_SourceSQL.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmServiceConfig.resx">
<DependentUpon>frmServiceConfig.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmTest.resx">
<DependentUpon>frmTest.vb</DependentUpon>
</EmbeddedResource>
@@ -880,6 +889,9 @@
<ItemGroup>
<None Include="Resources\bo_appearance1.svg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\actions_check6.svg" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.