Blazor: Test Mail-Versenden mit LambertzSecureMail
This commit is contained in:
parent
85eb41b0e6
commit
cbf2cf8188
Binary file not shown.
31
.vs/Entwicklung_BLAZOR/v17/DocumentLayout.backup.json
Normal file
31
.vs/Entwicklung_BLAZOR/v17/DocumentLayout.backup.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"Version": 1,
|
||||||
|
"WorkspaceRootPath": "D:\\Entwicklung_BLAZOR\\",
|
||||||
|
"Documents": [],
|
||||||
|
"DocumentGroupContainers": [
|
||||||
|
{
|
||||||
|
"Orientation": 0,
|
||||||
|
"VerticalTabListWidth": 256,
|
||||||
|
"DocumentGroups": [
|
||||||
|
{
|
||||||
|
"DockedWidth": 200,
|
||||||
|
"SelectedChildIndex": -1,
|
||||||
|
"Children": [
|
||||||
|
{
|
||||||
|
"$type": "Bookmark",
|
||||||
|
"Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "Bookmark",
|
||||||
|
"Name": "ST:130:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "Bookmark",
|
||||||
|
"Name": "ST:130:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -2,6 +2,6 @@
|
|||||||
"ExpandedNodes": [
|
"ExpandedNodes": [
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
"SelectedNode": "\\D:\\Entwicklung_BLAZOR",
|
"SelectedNode": "\\LambertzSocketKommunikation.sln",
|
||||||
"PreviewInSolutionExplorer": false
|
"PreviewInSolutionExplorer": false
|
||||||
}
|
}
|
||||||
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("LambertzEssentials")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("LambertzEssentials")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.1")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.1")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+85eb41b0e609950ea6d25e8d097ac6ff9e86ba75")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("LambertzEssentials")]
|
[assembly: System.Reflection.AssemblyProductAttribute("LambertzEssentials")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("LambertzEssentials")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("LambertzEssentials")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.1")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.1")]
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1252a6cc0f1e12e6acf8b4ad6847d649ba6431413925361d9cbdd152a0b6e357
|
178958d6f22a8bf6979544397d10bee893932d9ce7b72ffebcfeb8f9fedfc5ab
|
||||||
|
|||||||
@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
|
|||||||
build_property.EnforceExtendedAnalyzerRules =
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
build_property.RootNamespace = De.Lambertz.Essentials
|
build_property.RootNamespace = De.Lambertz.Essentials
|
||||||
build_property.ProjectDir = D:\Entwicklung.Blazor\InterneDLLs\LambertzEssentials\
|
build_property.ProjectDir = D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\
|
||||||
build_property.EnableComHosting =
|
build_property.EnableComHosting =
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||||
|
|||||||
Binary file not shown.
@ -23,3 +23,16 @@ D:\Entwicklung.Blazor\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\LambertzEs
|
|||||||
D:\Entwicklung.Blazor\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\refint\LambertzEssentials.dll
|
D:\Entwicklung.Blazor\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\refint\LambertzEssentials.dll
|
||||||
D:\Entwicklung.Blazor\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\LambertzEssentials.pdb
|
D:\Entwicklung.Blazor\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\LambertzEssentials.pdb
|
||||||
D:\Entwicklung.Blazor\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\ref\LambertzEssentials.dll
|
D:\Entwicklung.Blazor\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\ref\LambertzEssentials.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\bin\Debug\net8.0\LambertzEssentials.deps.json
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\bin\Debug\net8.0\LambertzEssentials.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\bin\Debug\net8.0\LambertzEssentials.pdb
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\LambertzEssentials.csproj.AssemblyReference.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\LambertzEssentials.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\LambertzEssentials.AssemblyInfoInputs.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\LambertzEssentials.AssemblyInfo.cs
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\LambertzEssentials.csproj.CoreCompileInputs.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\LambertzEssentials.sourcelink.json
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\LambertzEssentials.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\refint\LambertzEssentials.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\LambertzEssentials.pdb
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzEssentials\obj\Debug\net8.0\ref\LambertzEssentials.dll
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{"documents":{"D:\\Entwicklung_BLAZOR\\*":"https://dev.azure.com/HenryLambertz/Entwicklung_BLAZOR/_apis/git/repositories/Entwicklung_BLAZOR/items?api-version=1.0&versionType=commit&version=85eb41b0e609950ea6d25e8d097ac6ff9e86ba75&path=/*"}}
|
||||||
Binary file not shown.
Binary file not shown.
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"format": 1,
|
"format": 1,
|
||||||
"restore": {
|
"restore": {
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj": {}
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj": {}
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj": {
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
"projectUniqueName": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
||||||
"projectName": "LambertzEssentials",
|
"projectName": "LambertzEssentials",
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
||||||
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
||||||
"outputPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\obj\\",
|
"outputPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
||||||
|
|||||||
@ -2083,11 +2083,11 @@
|
|||||||
"project": {
|
"project": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
"projectUniqueName": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
||||||
"projectName": "LambertzEssentials",
|
"projectName": "LambertzEssentials",
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
||||||
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
||||||
"outputPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\obj\\",
|
"outputPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "ZFDz7jZV4dY=",
|
"dgSpecHash": "s0g7y6HpE7k=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
"projectFilePath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
||||||
"expectedPackageFiles": [
|
"expectedPackageFiles": [
|
||||||
"C:\\Users\\vosselr\\.nuget\\packages\\azure.core\\1.44.1\\azure.core.1.44.1.nupkg.sha512",
|
"C:\\Users\\vosselr\\.nuget\\packages\\azure.core\\1.44.1\\azure.core.1.44.1.nupkg.sha512",
|
||||||
"C:\\Users\\vosselr\\.nuget\\packages\\azure.identity\\1.13.2\\azure.identity.1.13.2.nupkg.sha512",
|
"C:\\Users\\vosselr\\.nuget\\packages\\azure.identity\\1.13.2\\azure.identity.1.13.2.nupkg.sha512",
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("LambertzLogger")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("LambertzLogger")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("8.0.0.3")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("8.0.0.3")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+85eb41b0e609950ea6d25e8d097ac6ff9e86ba75")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("LambertzLogger")]
|
[assembly: System.Reflection.AssemblyProductAttribute("LambertzLogger")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("LambertzLogger")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("LambertzLogger")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("8.0.0.3")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("8.0.0.3")]
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
3b5aefd758e57c181a9a16a80d95d64e15c8ec594797b63e031a3b44d7b8af16
|
084f77a06750180f1873ecc3a5e365d9a8777ef6b3e5da89e978e9a5a9a9a4f4
|
||||||
|
|||||||
@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
|
|||||||
build_property.EnforceExtendedAnalyzerRules =
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
build_property.RootNamespace = LambertzLogger
|
build_property.RootNamespace = LambertzLogger
|
||||||
build_property.ProjectDir = D:\Entwicklung.Blazor\InterneDLLs\LambertzLogger\LambertzLogger\
|
build_property.ProjectDir = D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\
|
||||||
build_property.EnableComHosting =
|
build_property.EnableComHosting =
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||||
|
|||||||
Binary file not shown.
@ -23,3 +23,16 @@ D:\Entwicklung.Blazor\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0
|
|||||||
D:\Entwicklung.Blazor\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\refint\LambertzLogger.dll
|
D:\Entwicklung.Blazor\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\refint\LambertzLogger.dll
|
||||||
D:\Entwicklung.Blazor\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\LambertzLogger.pdb
|
D:\Entwicklung.Blazor\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\LambertzLogger.pdb
|
||||||
D:\Entwicklung.Blazor\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\ref\LambertzLogger.dll
|
D:\Entwicklung.Blazor\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\ref\LambertzLogger.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\bin\Debug\net8.0\LambertzLogger.deps.json
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\bin\Debug\net8.0\LambertzLogger.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\bin\Debug\net8.0\LambertzLogger.pdb
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\LambertzLogger.csproj.AssemblyReference.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\LambertzLogger.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\LambertzLogger.AssemblyInfoInputs.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\LambertzLogger.AssemblyInfo.cs
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\LambertzLogger.csproj.CoreCompileInputs.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\LambertzLogger.sourcelink.json
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\LambertzLogger.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\refint\LambertzLogger.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\LambertzLogger.pdb
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzLogger\LambertzLogger\obj\Debug\net8.0\ref\LambertzLogger.dll
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{"documents":{"D:\\Entwicklung_BLAZOR\\*":"https://dev.azure.com/HenryLambertz/Entwicklung_BLAZOR/_apis/git/repositories/Entwicklung_BLAZOR/items?api-version=1.0&versionType=commit&version=85eb41b0e609950ea6d25e8d097ac6ff9e86ba75&path=/*"}}
|
||||||
Binary file not shown.
Binary file not shown.
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"format": 1,
|
"format": 1,
|
||||||
"restore": {
|
"restore": {
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj": {}
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj": {}
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj": {
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
"projectUniqueName": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
||||||
"projectName": "LambertzLogger",
|
"projectName": "LambertzLogger",
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
||||||
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
||||||
"outputPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\obj\\",
|
"outputPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
||||||
|
|||||||
@ -1671,11 +1671,11 @@
|
|||||||
"project": {
|
"project": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
"projectUniqueName": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
||||||
"projectName": "LambertzLogger",
|
"projectName": "LambertzLogger",
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
||||||
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
||||||
"outputPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\obj\\",
|
"outputPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "H7cSrfSprMo=",
|
"dgSpecHash": "wCJqkPG00fU=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
"projectFilePath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
||||||
"expectedPackageFiles": [
|
"expectedPackageFiles": [
|
||||||
"C:\\Users\\vosselr\\.nuget\\packages\\azure.core\\1.38.0\\azure.core.1.38.0.nupkg.sha512",
|
"C:\\Users\\vosselr\\.nuget\\packages\\azure.core\\1.38.0\\azure.core.1.38.0.nupkg.sha512",
|
||||||
"C:\\Users\\vosselr\\.nuget\\packages\\azure.identity\\1.11.4\\azure.identity.1.11.4.nupkg.sha512",
|
"C:\\Users\\vosselr\\.nuget\\packages\\azure.identity\\1.11.4\\azure.identity.1.11.4.nupkg.sha512",
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("LambertzSecureMail.Net")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("LambertzSecureMail.Net")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("8.0.0.1")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("8.0.0.1")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+85eb41b0e609950ea6d25e8d097ac6ff9e86ba75")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("LambertzSecureMail.Net")]
|
[assembly: System.Reflection.AssemblyProductAttribute("LambertzSecureMail.Net")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("LambertzSecureMail.Net")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("LambertzSecureMail.Net")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("8.0.0.1")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("8.0.0.1")]
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
ca2b93800021d74ec71eff93b6d7c8f656e9caf849f2266fc5305f99b03f348a
|
c118719466b6cc8eb595d18378c0ce8762aa0938f8ab5b6b1951176d64e8a507
|
||||||
|
|||||||
@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
|
|||||||
build_property.EnforceExtendedAnalyzerRules =
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
build_property.RootNamespace = De.Lambertz.Mail.Net
|
build_property.RootNamespace = De.Lambertz.Mail.Net
|
||||||
build_property.ProjectDir = D:\Entwicklung.Blazor\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\
|
build_property.ProjectDir = D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\
|
||||||
build_property.EnableComHosting =
|
build_property.EnableComHosting =
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
|||||||
70445425f731ae95159afd68d4ba5c0005b3d361c4b831b4b88400d5f1c5a4cc
|
eaac8679bc222b4aa2051a3a3ec3b0f067ac87b8f8bcf4ad8b14c87b1a438b58
|
||||||
|
|||||||
@ -43,3 +43,26 @@ D:\Entwicklung.Blazor\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\
|
|||||||
D:\Entwicklung.Blazor\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\bin\Debug\net8.0\en\LambertzSocketKommunikation.resources.dll
|
D:\Entwicklung.Blazor\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\bin\Debug\net8.0\en\LambertzSocketKommunikation.resources.dll
|
||||||
D:\Entwicklung.Blazor\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\Lambertz.3F57D5D2.Up2Date
|
D:\Entwicklung.Blazor\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\Lambertz.3F57D5D2.Up2Date
|
||||||
D:\Entwicklung.Blazor\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\ref\LambertzSecureMail.Net.dll
|
D:\Entwicklung.Blazor\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\ref\LambertzSecureMail.Net.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\bin\Debug\net8.0\LambertzSecureMail.Net.deps.json
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\bin\Debug\net8.0\LambertzSecureMail.Net.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\bin\Debug\net8.0\LambertzSecureMail.Net.pdb
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\bin\Debug\net8.0\LambertzEssentials.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\bin\Debug\net8.0\LambertzLogger.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\bin\Debug\net8.0\LambertzSocketKommunikation.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\bin\Debug\net8.0\LambertzEssentials.pdb
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\bin\Debug\net8.0\LambertzLogger.pdb
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\bin\Debug\net8.0\LambertzSocketKommunikation.pdb
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\bin\Debug\net8.0\en\LambertzSocketKommunikation.resources.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\LambertzSecureMail.Net.csproj.AssemblyReference.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\De.Lambertz.Mail.Net.Properties.Resources.resources
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\LambertzSecureMail.Net.csproj.GenerateResource.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\LambertzSecureMail.Net.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\LambertzSecureMail.Net.AssemblyInfoInputs.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\LambertzSecureMail.Net.AssemblyInfo.cs
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\LambertzSecureMail.Net.csproj.CoreCompileInputs.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\LambertzSecureMail.Net.sourcelink.json
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\Lambertz.3F57D5D2.Up2Date
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\LambertzSecureMail.Net.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\refint\LambertzSecureMail.Net.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\LambertzSecureMail.Net.pdb
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMail.Net\obj\Debug\net8.0\ref\LambertzSecureMail.Net.dll
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{"documents":{"D:\\Entwicklung_BLAZOR\\*":"https://dev.azure.com/HenryLambertz/Entwicklung_BLAZOR/_apis/git/repositories/Entwicklung_BLAZOR/items?api-version=1.0&versionType=commit&version=85eb41b0e609950ea6d25e8d097ac6ff9e86ba75&path=/*"}}
|
||||||
Binary file not shown.
Binary file not shown.
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"format": 1,
|
"format": 1,
|
||||||
"restore": {
|
"restore": {
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj": {}
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj": {}
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj": {
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
"projectUniqueName": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
||||||
"projectName": "LambertzEssentials",
|
"projectName": "LambertzEssentials",
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj",
|
||||||
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
||||||
"outputPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\obj\\",
|
"outputPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
||||||
@ -117,14 +117,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj": {
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
"projectUniqueName": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
||||||
"projectName": "LambertzLogger",
|
"projectName": "LambertzLogger",
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj",
|
||||||
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
||||||
"outputPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\obj\\",
|
"outputPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
||||||
@ -202,14 +202,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj": {
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj",
|
"projectUniqueName": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj",
|
||||||
"projectName": "LambertzSecureMail.Net",
|
"projectName": "LambertzSecureMail.Net",
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj",
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj",
|
||||||
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
||||||
"outputPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\obj\\",
|
"outputPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
||||||
@ -240,14 +240,14 @@
|
|||||||
"net8.0": {
|
"net8.0": {
|
||||||
"targetAlias": "net8.0",
|
"targetAlias": "net8.0",
|
||||||
"projectReferences": {
|
"projectReferences": {
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj": {
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj": {
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj"
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj"
|
||||||
},
|
},
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj": {
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj": {
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj"
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj"
|
||||||
},
|
},
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj": {
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj": {
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj"
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -293,14 +293,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj": {
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj",
|
"projectUniqueName": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj",
|
||||||
"projectName": "LambertzSocketKommunikation",
|
"projectName": "LambertzSocketKommunikation",
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj",
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj",
|
||||||
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
||||||
"outputPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\obj\\",
|
"outputPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
||||||
|
|||||||
@ -2321,11 +2321,11 @@
|
|||||||
"project": {
|
"project": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"restore": {
|
"restore": {
|
||||||
"projectUniqueName": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj",
|
"projectUniqueName": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj",
|
||||||
"projectName": "LambertzSecureMail.Net",
|
"projectName": "LambertzSecureMail.Net",
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj",
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj",
|
||||||
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
"packagesPath": "C:\\Users\\vosselr\\.nuget\\packages\\",
|
||||||
"outputPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\obj\\",
|
"outputPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\obj\\",
|
||||||
"projectStyle": "PackageReference",
|
"projectStyle": "PackageReference",
|
||||||
"fallbackFolders": [
|
"fallbackFolders": [
|
||||||
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
"C:\\Program Files\\DevExpress 22.2\\Components\\Offline Packages",
|
||||||
@ -2356,14 +2356,14 @@
|
|||||||
"net8.0": {
|
"net8.0": {
|
||||||
"targetAlias": "net8.0",
|
"targetAlias": "net8.0",
|
||||||
"projectReferences": {
|
"projectReferences": {
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj": {
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj": {
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj"
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzEssentials\\LambertzEssentials.csproj"
|
||||||
},
|
},
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj": {
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj": {
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj"
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzLogger\\LambertzLogger\\LambertzLogger.csproj"
|
||||||
},
|
},
|
||||||
"D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj": {
|
"D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj": {
|
||||||
"projectPath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj"
|
"projectPath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSocketKommunikation\\LambertzSocketKommunikation\\LambertzSocketKommunikation.csproj"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "5QlOlQ+bozM=",
|
"dgSpecHash": "zCJwD+WYiQE=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "D:\\Entwicklung.Blazor\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj",
|
"projectFilePath": "D:\\Entwicklung_BLAZOR\\InterneDLLs\\LambertzSecureMail.Net\\LambertzSecureMail.Net\\LambertzSecureMail.Net.csproj",
|
||||||
"expectedPackageFiles": [
|
"expectedPackageFiles": [
|
||||||
"C:\\Users\\vosselr\\.nuget\\packages\\azure.core\\1.44.1\\azure.core.1.44.1.nupkg.sha512",
|
"C:\\Users\\vosselr\\.nuget\\packages\\azure.core\\1.44.1\\azure.core.1.44.1.nupkg.sha512",
|
||||||
"C:\\Users\\vosselr\\.nuget\\packages\\azure.identity\\1.13.2\\azure.identity.1.13.2.nupkg.sha512",
|
"C:\\Users\\vosselr\\.nuget\\packages\\azure.identity\\1.13.2\\azure.identity.1.13.2.nupkg.sha512",
|
||||||
|
|||||||
@ -14,7 +14,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("LambertzSecureMailTest.Net")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("LambertzSecureMailTest.Net")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+eb5bf47eff43fc6e822ccd31b6065666211ce0a8")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+85eb41b0e609950ea6d25e8d097ac6ff9e86ba75")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("LambertzSecureMailTest.Net")]
|
[assembly: System.Reflection.AssemblyProductAttribute("LambertzSecureMailTest.Net")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("LambertzSecureMailTest.Net")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("LambertzSecureMailTest.Net")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
6bce859eacc126da30db39b14f91677e8d953a74c36c208b157c24998427eee0
|
8afd1bac33af185e030a1d34b3e051a7502a5dcd06dfa6961865b62662ba4a5e
|
||||||
|
|||||||
@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
|
|||||||
build_property.EnforceExtendedAnalyzerRules =
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
build_property.RootNamespace = LambertzSecureMailTest.Net
|
build_property.RootNamespace = LambertzSecureMailTest.Net
|
||||||
build_property.ProjectDir = D:\Entwicklung.Net\InterneDlls\LambertzSecureMail.Net\LambertzSecureMailTest.Net\
|
build_property.ProjectDir = D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSecureMail.Net\LambertzSecureMailTest.Net\
|
||||||
build_property.EnableComHosting =
|
build_property.EnableComHosting =
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("LambertzSocketKommunikation")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("LambertzSocketKommunikation")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+85eb41b0e609950ea6d25e8d097ac6ff9e86ba75")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("LambertzSocketKommunikation")]
|
[assembly: System.Reflection.AssemblyProductAttribute("LambertzSocketKommunikation")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("LambertzSocketKommunikation")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("LambertzSocketKommunikation")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
a80a836803d2e6b29a8d00ec8f87d77e047e91dcea93863a147ca2ee40b7be97
|
0ac080867cfbf7308c98c7f641247b4c89846602bb2389064ef43338f39065f9
|
||||||
|
|||||||
@ -8,7 +8,7 @@ build_property.PlatformNeutralAssembly =
|
|||||||
build_property.EnforceExtendedAnalyzerRules =
|
build_property.EnforceExtendedAnalyzerRules =
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||||
build_property.RootNamespace = De.Lambertz.Socket
|
build_property.RootNamespace = De.Lambertz.Socket
|
||||||
build_property.ProjectDir = D:\Entwicklung.Blazor\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\
|
build_property.ProjectDir = D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\
|
||||||
build_property.EnableComHosting =
|
build_property.EnableComHosting =
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||||
|
|||||||
Binary file not shown.
@ -39,3 +39,22 @@ D:\Entwicklung.Blazor\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKomm
|
|||||||
D:\Entwicklung.Blazor\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\refint\LambertzSocketKommunikation.dll
|
D:\Entwicklung.Blazor\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\refint\LambertzSocketKommunikation.dll
|
||||||
D:\Entwicklung.Blazor\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\LambertzSocketKommunikation.pdb
|
D:\Entwicklung.Blazor\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\LambertzSocketKommunikation.pdb
|
||||||
D:\Entwicklung.Blazor\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\ref\LambertzSocketKommunikation.dll
|
D:\Entwicklung.Blazor\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\ref\LambertzSocketKommunikation.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\bin\Debug\net8.0\LambertzSocketKommunikation.deps.json
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\bin\Debug\net8.0\LambertzSocketKommunikation.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\bin\Debug\net8.0\LambertzSocketKommunikation.pdb
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\bin\Debug\net8.0\en\LambertzSocketKommunikation.resources.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\LambertzSocketKommunikation.csproj.AssemblyReference.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\De.Lambertz.Socket.FrmLogin.resources
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\De.Lambertz.Socket.Properties.Resources.resources
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\De.Lambertz.Socket.FrmLogin.en.resources
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\LambertzSocketKommunikation.csproj.GenerateResource.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\LambertzSocketKommunikation.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\LambertzSocketKommunikation.AssemblyInfoInputs.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\LambertzSocketKommunikation.AssemblyInfo.cs
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\LambertzSocketKommunikation.csproj.CoreCompileInputs.cache
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\LambertzSocketKommunikation.sourcelink.json
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\en\LambertzSocketKommunikation.resources.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\LambertzSocketKommunikation.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\refint\LambertzSocketKommunikation.dll
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\LambertzSocketKommunikation.pdb
|
||||||
|
D:\Entwicklung_BLAZOR\InterneDLLs\LambertzSocketKommunikation\LambertzSocketKommunikation\obj\Debug\net8.0\ref\LambertzSocketKommunikation.dll
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{"documents":{"D:\\Entwicklung_BLAZOR\\*":"https://dev.azure.com/HenryLambertz/Entwicklung_BLAZOR/_apis/git/repositories/Entwicklung_BLAZOR/items?api-version=1.0&versionType=commit&version=85eb41b0e609950ea6d25e8d097ac6ff9e86ba75&path=/*"}}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,10 +1,18 @@
|
|||||||
{
|
{
|
||||||
"Version": 1,
|
"Version": 1,
|
||||||
"WorkspaceRootPath": "D:\\Entwicklung.Blazor\\Test\\Vossel\\FirstTest\\",
|
"WorkspaceRootPath": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\",
|
||||||
"Documents": [
|
"Documents": [
|
||||||
{
|
{
|
||||||
"AbsoluteMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|d:\\entwicklung.blazor\\test\\vossel\\firsttest\\firsttest\\firsttest\\components\\pages\\mail.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}",
|
"AbsoluteMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|d:\\entwicklung_blazor\\test\\vossel\\firsttest\\firsttest\\firsttest\\components\\pages\\mail.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}",
|
||||||
"RelativeMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|solutionrelative:firsttest\\firsttest\\components\\pages\\mail.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}"
|
"RelativeMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|solutionrelative:firsttest\\firsttest\\components\\pages\\mail.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|d:\\entwicklung_blazor\\test\\vossel\\firsttest\\firsttest\\firsttest\\components\\pages\\weather.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}",
|
||||||
|
"RelativeMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|solutionrelative:firsttest\\firsttest\\components\\pages\\weather.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|d:\\entwicklung_blazor\\test\\vossel\\firsttest\\firsttest\\firsttest\\models\\mailvalues.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
|
"RelativeMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|solutionrelative:firsttest\\firsttest\\models\\mailvalues.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"DocumentGroupContainers": [
|
"DocumentGroupContainers": [
|
||||||
@ -14,7 +22,7 @@
|
|||||||
"DocumentGroups": [
|
"DocumentGroups": [
|
||||||
{
|
{
|
||||||
"DockedWidth": 200,
|
"DockedWidth": 200,
|
||||||
"SelectedChildIndex": 3,
|
"SelectedChildIndex": 6,
|
||||||
"Children": [
|
"Children": [
|
||||||
{
|
{
|
||||||
"$type": "Bookmark",
|
"$type": "Bookmark",
|
||||||
@ -28,15 +36,45 @@
|
|||||||
"$type": "Bookmark",
|
"$type": "Bookmark",
|
||||||
"Name": "ST:130:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
|
"Name": "ST:130:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"$type": "Bookmark",
|
||||||
|
"Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 1,
|
||||||
|
"Title": "Weather.razor",
|
||||||
|
"DocumentMoniker": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Components\\Pages\\Weather.razor",
|
||||||
|
"RelativeDocumentMoniker": "FirstTest\\FirstTest\\Components\\Pages\\Weather.razor",
|
||||||
|
"ToolTip": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Components\\Pages\\Weather.razor",
|
||||||
|
"RelativeToolTip": "FirstTest\\FirstTest\\Components\\Pages\\Weather.razor",
|
||||||
|
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAA==",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|",
|
||||||
|
"WhenOpened": "2025-08-25T08:29:19.363Z",
|
||||||
|
"EditorCaption": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 2,
|
||||||
|
"Title": "MailValues.cs",
|
||||||
|
"DocumentMoniker": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Models\\MailValues.cs",
|
||||||
|
"RelativeDocumentMoniker": "FirstTest\\FirstTest\\Models\\MailValues.cs",
|
||||||
|
"ToolTip": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Models\\MailValues.cs",
|
||||||
|
"RelativeToolTip": "FirstTest\\FirstTest\\Models\\MailValues.cs",
|
||||||
|
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAQAAAAdAAAAAAAAAA==",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
|
"WhenOpened": "2025-08-25T08:24:51.028Z",
|
||||||
|
"EditorCaption": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 0,
|
"DocumentIndex": 0,
|
||||||
"Title": "Mail.razor",
|
"Title": "Mail.razor",
|
||||||
"DocumentMoniker": "D:\\Entwicklung.Blazor\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
"DocumentMoniker": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
||||||
"RelativeDocumentMoniker": "FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
"RelativeDocumentMoniker": "FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
||||||
"ToolTip": "D:\\Entwicklung.Blazor\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
"ToolTip": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
||||||
"RelativeToolTip": "FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
"RelativeToolTip": "FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
||||||
"ViewState": "AgIAABkAAAAAAAAAAAAAACAAAAAcAAAAAAAAAA==",
|
"ViewState": "AgIAAAwAAAAAAAAAAAAAAB0AAAALAAAAAAAAAA==",
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|",
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|",
|
||||||
"WhenOpened": "2025-08-22T15:22:11.972Z",
|
"WhenOpened": "2025-08-22T15:22:11.972Z",
|
||||||
"EditorCaption": ""
|
"EditorCaption": ""
|
||||||
|
|||||||
@ -1,10 +1,18 @@
|
|||||||
{
|
{
|
||||||
"Version": 1,
|
"Version": 1,
|
||||||
"WorkspaceRootPath": "D:\\Entwicklung.Blazor\\Test\\Vossel\\FirstTest\\",
|
"WorkspaceRootPath": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\",
|
||||||
"Documents": [
|
"Documents": [
|
||||||
{
|
{
|
||||||
"AbsoluteMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|d:\\entwicklung.blazor\\test\\vossel\\firsttest\\firsttest\\firsttest\\components\\pages\\mail.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}",
|
"AbsoluteMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|d:\\entwicklung_blazor\\test\\vossel\\firsttest\\firsttest\\firsttest\\components\\pages\\mail.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}",
|
||||||
"RelativeMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|solutionrelative:firsttest\\firsttest\\components\\pages\\mail.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}"
|
"RelativeMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|solutionrelative:firsttest\\firsttest\\components\\pages\\mail.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|d:\\entwicklung_blazor\\test\\vossel\\firsttest\\firsttest\\firsttest\\components\\pages\\weather.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}",
|
||||||
|
"RelativeMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|solutionrelative:firsttest\\firsttest\\components\\pages\\weather.razor||{40D31677-CBC0-4297-A9EF-89D907823A98}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AbsoluteMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|d:\\entwicklung_blazor\\test\\vossel\\firsttest\\firsttest\\firsttest\\models\\mailvalues.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
|
||||||
|
"RelativeMoniker": "D:0:0:{002F6526-5D4C-4663-8540-995DCA40560D}|FirstTest\\FirstTest\\FirstTest.csproj|solutionrelative:firsttest\\firsttest\\models\\mailvalues.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"DocumentGroupContainers": [
|
"DocumentGroupContainers": [
|
||||||
@ -14,7 +22,7 @@
|
|||||||
"DocumentGroups": [
|
"DocumentGroups": [
|
||||||
{
|
{
|
||||||
"DockedWidth": 200,
|
"DockedWidth": 200,
|
||||||
"SelectedChildIndex": 3,
|
"SelectedChildIndex": 5,
|
||||||
"Children": [
|
"Children": [
|
||||||
{
|
{
|
||||||
"$type": "Bookmark",
|
"$type": "Bookmark",
|
||||||
@ -28,15 +36,39 @@
|
|||||||
"$type": "Bookmark",
|
"$type": "Bookmark",
|
||||||
"Name": "ST:130:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
|
"Name": "ST:130:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 1,
|
||||||
|
"Title": "Weather.razor",
|
||||||
|
"DocumentMoniker": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Components\\Pages\\Weather.razor",
|
||||||
|
"RelativeDocumentMoniker": "FirstTest\\FirstTest\\Components\\Pages\\Weather.razor",
|
||||||
|
"ToolTip": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Components\\Pages\\Weather.razor",
|
||||||
|
"RelativeToolTip": "FirstTest\\FirstTest\\Components\\Pages\\Weather.razor",
|
||||||
|
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAA==",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|",
|
||||||
|
"WhenOpened": "2025-08-25T08:29:19.363Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"$type": "Document",
|
||||||
|
"DocumentIndex": 2,
|
||||||
|
"Title": "MailValues.cs",
|
||||||
|
"DocumentMoniker": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Models\\MailValues.cs",
|
||||||
|
"RelativeDocumentMoniker": "FirstTest\\FirstTest\\Models\\MailValues.cs",
|
||||||
|
"ToolTip": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Models\\MailValues.cs",
|
||||||
|
"RelativeToolTip": "FirstTest\\FirstTest\\Models\\MailValues.cs",
|
||||||
|
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAQAAAAdAAAAAAAAAA==",
|
||||||
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
|
||||||
|
"WhenOpened": "2025-08-25T08:24:51.028Z"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"$type": "Document",
|
"$type": "Document",
|
||||||
"DocumentIndex": 0,
|
"DocumentIndex": 0,
|
||||||
"Title": "Mail.razor",
|
"Title": "Mail.razor",
|
||||||
"DocumentMoniker": "D:\\Entwicklung.Blazor\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
"DocumentMoniker": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
||||||
"RelativeDocumentMoniker": "FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
"RelativeDocumentMoniker": "FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
||||||
"ToolTip": "D:\\Entwicklung.Blazor\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
"ToolTip": "D:\\Entwicklung_BLAZOR\\Test\\Vossel\\FirstTest\\FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
||||||
"RelativeToolTip": "FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
"RelativeToolTip": "FirstTest\\FirstTest\\Components\\Pages\\Mail.razor",
|
||||||
"ViewState": "AgIAABkAAAAAAAAAAAAAACIAAAAfAAAAAAAAAA==",
|
"ViewState": "AgIAAAwAAAAAAAAAAAAAAB0AAAALAAAAAAAAAA==",
|
||||||
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|",
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000759|",
|
||||||
"WhenOpened": "2025-08-22T15:22:11.972Z",
|
"WhenOpened": "2025-08-22T15:22:11.972Z",
|
||||||
"EditorCaption": ""
|
"EditorCaption": ""
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user