merge administration

This commit is contained in:
Jonathan Jenne
2021-02-16 13:35:53 +01:00
parent 5b14c02146
commit 04044b2ccd
16 changed files with 2908 additions and 57 deletions

View File

@@ -117,6 +117,12 @@
<Compile Include="Administration\frmAdmin_Base.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Administration\frmAdmin_CWProfile.Designer.vb">
<DependentUpon>frmAdmin_CWProfile.vb</DependentUpon>
</Compile>
<Compile Include="Administration\frmAdmin_CWProfile.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Administration\frmAdmin_IDBAttribute.Designer.vb">
<DependentUpon>frmAdmin_IDBAttribute.vb</DependentUpon>
</Compile>
@@ -136,6 +142,14 @@
<Compile Include="ClipboardWatcher\Watcher.vb" />
<Compile Include="ClassCommandlineArgs.vb" />
<Compile Include="ClassDataASorDB.vb" />
<Compile Include="DBCW_Stammdaten.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>DBCW_Stammdaten.xsd</DependentUpon>
</Compile>
<Compile Include="DBCW_Stammdaten.vb">
<DependentUpon>DBCW_Stammdaten.xsd</DependentUpon>
</Compile>
<Compile Include="DSIDB_Stammdaten.vb">
<DependentUpon>DSIDB_Stammdaten.xsd</DependentUpon>
</Compile>
@@ -268,6 +282,9 @@
<Compile Include="Queries\ClassQueries.vb" />
<Compile Include="Search\SearchFilter.vb" />
<Compile Include="Search\State.vb" />
<EmbeddedResource Include="Administration\frmAdmin_CWProfile.resx">
<DependentUpon>frmAdmin_CWProfile.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Administration\frmAdmin_IDBAttribute.resx">
<DependentUpon>frmAdmin_IDBAttribute.vb</DependentUpon>
</EmbeddedResource>
@@ -318,6 +335,17 @@
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
</EmbeddedResource>
<None Include="App.config" />
<None Include="DBCW_Stammdaten.xsc">
<DependentUpon>DBCW_Stammdaten.xsd</DependentUpon>
</None>
<None Include="DBCW_Stammdaten.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>DBCW_Stammdaten.Designer.vb</LastGenOutput>
</None>
<None Include="DBCW_Stammdaten.xss">
<DependentUpon>DBCW_Stammdaten.xsd</DependentUpon>
</None>
<None Include="MyDataset.xsc">
<DependentUpon>MyDataset.xsd</DependentUpon>
</None>
@@ -534,6 +562,9 @@
<ItemGroup>
<None Include="Resources\highimportance.svg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\updatedataextract.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.