Endgültige Änderungen für Schritt „Upgrade Base\Base.vbproj“ speichern

This commit is contained in:
Developer01
2025-12-29 13:34:41 +01:00
parent 4827ee1ce4
commit df84046d78

View File

@@ -37,6 +37,10 @@
<PackageReference Include="CoreWCF.WebHttp" Version="1.8.0" />
<PackageReference Include="CoreWCF.NetTcp" Version="1.8.0" />
</ItemGroup>
<ItemGroup>
<Import Include="System.Data" />
<Import Include="DigitalData.Modules.Logging" />
</ItemGroup>
<ItemGroup>
<Compile Update="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
@@ -63,4 +67,7 @@
<ItemGroup>
<Content Include="README.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Logging\Logging.vbproj" />
</ItemGroup>
</Project>