Push mit allen Modules
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
<PropertyGroup>
|
||||
<RootNamespace>DigitalData.Modules.Windows</RootNamespace>
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
<OutputType>Library</OutputType>
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<AssemblyName>DigitalData.Modules.Windows</AssemblyName>
|
||||
<Company>Digital Data GmbH</Company>
|
||||
<Company>Digital Data GmbH, Heuchelheim</Company>
|
||||
<AssemblyTitle>Provides windows methods for DD Products</AssemblyTitle>
|
||||
<AssemblyVersion>2.0.0</AssemblyVersion>
|
||||
<FileVersion>2.0.0</FileVersion>
|
||||
@@ -14,14 +15,15 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="DigitalData.Modules.Base">
|
||||
<HintPath>..\Base\bin\Debug\net8.0-windows\DigitalData.Modules.Base.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="DigitalData.Modules.Logging">
|
||||
<HintPath>..\Logging_.NET8\bin\Debug\net8.0-windows\DigitalData.Modules.Logging.dll</HintPath>
|
||||
</Reference>
|
||||
<PackageReference Include="Microsoft.Office.Interop.Outlook" Version="15.0.4797.1004" />
|
||||
<PackageReference Include="NLog" Version="6.0.4" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Base\Base.vbproj" />
|
||||
<ProjectReference Include="..\Logging_.NET8\Logging_.NET8.vbproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="MyProject\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -8,11 +8,10 @@
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"DigitalData.Modules.Windows/1.0.0": {
|
||||
"dependencies": {
|
||||
"DigitalData.Modules.Base": "1.0.0",
|
||||
"DigitalData.Modules.Logging": "1.0.0",
|
||||
"Microsoft.Office.Interop.Outlook": "15.0.4797.1004",
|
||||
"DigitalData.Modules.Base.Reference": "1.3.9.0",
|
||||
"DigitalData.Modules.Logging.Reference": "2.0.0.0"
|
||||
"NLog": "6.0.4",
|
||||
"DigitalData.Modules.Base": "1.3.9.0",
|
||||
"DigitalData.Modules.Logging": "2.0.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"DigitalData.Modules.Windows.dll": {}
|
||||
@@ -34,72 +33,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Configuration.ConfigurationManager/9.0.9": {
|
||||
"dependencies": {
|
||||
"System.Diagnostics.EventLog": "9.0.9",
|
||||
"System.Security.Cryptography.ProtectedData": "9.0.9"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/System.Configuration.ConfigurationManager.dll": {
|
||||
"assemblyVersion": "9.0.0.0",
|
||||
"fileVersion": "9.0.925.41916"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Diagnostics.EventLog/9.0.9": {
|
||||
"runtime": {
|
||||
"lib/net8.0/System.Diagnostics.EventLog.dll": {
|
||||
"assemblyVersion": "9.0.0.0",
|
||||
"fileVersion": "9.0.925.41916"
|
||||
}
|
||||
},
|
||||
"runtimeTargets": {
|
||||
"runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "9.0.0.0",
|
||||
"fileVersion": "0.0.0.0"
|
||||
},
|
||||
"runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": {
|
||||
"rid": "win",
|
||||
"assetType": "runtime",
|
||||
"assemblyVersion": "9.0.0.0",
|
||||
"fileVersion": "9.0.925.41916"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Security.Cryptography.ProtectedData/9.0.9": {
|
||||
"runtime": {
|
||||
"lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
|
||||
"assemblyVersion": "9.0.0.0",
|
||||
"fileVersion": "9.0.925.41916"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DigitalData.Modules.Base/1.0.0": {
|
||||
"dependencies": {
|
||||
"DigitalData.Modules.Logging": "1.0.0",
|
||||
"NLog": "6.0.4",
|
||||
"System.Configuration.ConfigurationManager": "9.0.9"
|
||||
},
|
||||
"runtime": {
|
||||
"DigitalData.Modules.Base.dll": {
|
||||
"fileVersion": "0.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DigitalData.Modules.Logging/1.0.0": {
|
||||
"dependencies": {
|
||||
"NLog": "6.0.4",
|
||||
"System.Configuration.ConfigurationManager": "9.0.9"
|
||||
},
|
||||
"runtime": {
|
||||
"DigitalData.Modules.Logging.dll": {
|
||||
"fileVersion": "0.0.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DigitalData.Modules.Base.Reference/1.3.9.0": {
|
||||
"DigitalData.Modules.Base/1.3.9.0": {
|
||||
"runtime": {
|
||||
"DigitalData.Modules.Base.dll": {
|
||||
"assemblyVersion": "1.3.9.0",
|
||||
@@ -107,7 +41,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"DigitalData.Modules.Logging.Reference/2.0.0.0": {
|
||||
"DigitalData.Modules.Logging/2.0.0.0": {
|
||||
"runtime": {
|
||||
"DigitalData.Modules.Logging.dll": {
|
||||
"assemblyVersion": "2.0.0.0",
|
||||
@@ -137,43 +71,12 @@
|
||||
"path": "nlog/6.0.4",
|
||||
"hashPath": "nlog.6.0.4.nupkg.sha512"
|
||||
},
|
||||
"System.Configuration.ConfigurationManager/9.0.9": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Q1LknxnRmmsUXt/ElBp739Gexppy0HeDYxvExpJq09jAYhpTHRRRkZIwfNKfM4BGRlFzRDVdnerZawxoE8naMg==",
|
||||
"path": "system.configuration.configurationmanager/9.0.9",
|
||||
"hashPath": "system.configuration.configurationmanager.9.0.9.nupkg.sha512"
|
||||
},
|
||||
"System.Diagnostics.EventLog/9.0.9": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-wpsUfnyv8E5K4WQaok6weewvAbQhcLwXFcHBm5U0gdEaBs85N//ssuYvRPFWwz2rO/9/DFP3A1sGMzUFBj8y3w==",
|
||||
"path": "system.diagnostics.eventlog/9.0.9",
|
||||
"hashPath": "system.diagnostics.eventlog.9.0.9.nupkg.sha512"
|
||||
},
|
||||
"System.Security.Cryptography.ProtectedData/9.0.9": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-XN37933FTzEkqGJoOTunvnvzAv/4VO/9wQ0QwsGcrR5KyQpYT0z4Ssm+f+fpY9bea6srypFp3JjNPHHC26xzLw==",
|
||||
"path": "system.security.cryptography.protecteddata/9.0.9",
|
||||
"hashPath": "system.security.cryptography.protecteddata.9.0.9.nupkg.sha512"
|
||||
},
|
||||
"DigitalData.Modules.Base/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"DigitalData.Modules.Logging/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"DigitalData.Modules.Base.Reference/1.3.9.0": {
|
||||
"DigitalData.Modules.Base/1.3.9.0": {
|
||||
"type": "reference",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"DigitalData.Modules.Logging.Reference/2.0.0.0": {
|
||||
"DigitalData.Modules.Logging/2.0.0.0": {
|
||||
"type": "reference",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user