vom PAI-Laptop

This commit is contained in:
rkaehler
2024-12-20 15:55:09 +01:00
parent f1229587f4
commit a1cf81b756
24 changed files with 633 additions and 75 deletions

View File

@@ -1 +1 @@
34da4b791e7718163d18b3313dff15be1443ca85
5fd17a86bec36fd309d972d879d9cf15ab9af1d307060ba552c93272402edd31

View File

@@ -14,4 +14,6 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Kaehler.scr
build_property.ProjectDir = \\NAS\Test\src\Kaehler.scr\
build_property.ProjectDir = \\nas\Test\src\Kaehler.scr\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

View File

@@ -1,37 +1,35 @@
{
"format": 1,
"restore": {
"T:\\src\\Kaehler.scr\\Kaehler.scr.csproj": {}
"C:\\Projekte\\_Privat\\Kaehler.scr\\Kaehler.scr.csproj": {}
},
"projects": {
"T:\\src\\Kaehler.scr\\Kaehler.scr.csproj": {
"C:\\Projekte\\_Privat\\Kaehler.scr\\Kaehler.scr.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "T:\\src\\Kaehler.scr\\Kaehler.scr.csproj",
"projectUniqueName": "C:\\Projekte\\_Privat\\Kaehler.scr\\Kaehler.scr.csproj",
"projectName": "Kaehler.scr",
"projectPath": "T:\\src\\Kaehler.scr\\Kaehler.scr.csproj",
"packagesPath": "C:\\Users\\Robert\\.nuget\\packages\\",
"outputPath": "T:\\src\\Kaehler.scr\\obj\\",
"projectPath": "C:\\Projekte\\_Privat\\Kaehler.scr\\Kaehler.scr.csproj",
"packagesPath": "C:\\Users\\rkaehler\\.nuget\\packages\\",
"outputPath": "C:\\Projekte\\_Privat\\Kaehler.scr\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Robert\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\rkaehler\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net7.0-windows"
"net8.0-windows8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}
},
"frameworks": {
"net7.0-windows7.0": {
"targetAlias": "net7.0-windows",
"net8.0-windows8.0": {
"targetAlias": "net8.0-windows8.0",
"projectReferences": {}
}
},
@@ -39,11 +37,16 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
"net7.0-windows7.0": {
"targetAlias": "net7.0-windows",
"net8.0-windows8.0": {
"targetAlias": "net8.0-windows8.0",
"imports": [
"net461",
"net462",
@@ -63,7 +66,7 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.100\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.404/PortableRuntimeIdentifierGraph.json"
}
}
}

View File

@@ -5,12 +5,12 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Robert\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\rkaehler\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.4.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.11.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Robert\.nuget\packages\" />
<SourceRoot Include="C:\Users\rkaehler\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
</Project>

View File

@@ -45,7 +45,7 @@ namespace Kaehler.scr {
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.0.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.17.0")]
public void InitializeComponent() {
#line 4 "..\..\..\App.xaml"
@@ -60,7 +60,7 @@ namespace Kaehler.scr {
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.0.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.17.0")]
public static void Main() {
Kaehler.scr.App app = new Kaehler.scr.App();
app.InitializeComponent();

View File

@@ -1 +1 @@
7aba713d409dea39b0cea699ba890bf6025927fd
9b279863e1ee3d8ab08b17af958db03132f2059641036eea629bb73e35c47158

View File

@@ -14,4 +14,6 @@ build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Kaehler.scr
build_property.ProjectDir = T:\src\Kaehler.scr\
build_property.ProjectDir = \\nas\Test\src\Kaehler.scr\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

View File

@@ -127,13 +127,13 @@ namespace Kaehler.scr {
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.0.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.17.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/Kaehler.scr;component/mainwindow.xaml", System.UriKind.Relative);
System.Uri resourceLocater = new System.Uri("/Kaehler.scr;V1.0.0.0;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
@@ -143,7 +143,7 @@ namespace Kaehler.scr {
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.0.0")]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.17.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]

View File

@@ -1,44 +1,42 @@
{
"version": 3,
"targets": {
"net7.0-windows7.0": {}
"net8.0-windows8.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net7.0-windows7.0": []
"net8.0-windows8.0": []
},
"packageFolders": {
"C:\\Users\\Robert\\.nuget\\packages\\": {},
"C:\\Users\\rkaehler\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "T:\\src\\Kaehler.scr\\Kaehler.scr.csproj",
"projectUniqueName": "C:\\Projekte\\_Privat\\Kaehler.scr\\Kaehler.scr.csproj",
"projectName": "Kaehler.scr",
"projectPath": "T:\\src\\Kaehler.scr\\Kaehler.scr.csproj",
"packagesPath": "C:\\Users\\Robert\\.nuget\\packages\\",
"outputPath": "T:\\src\\Kaehler.scr\\obj\\",
"projectPath": "C:\\Projekte\\_Privat\\Kaehler.scr\\Kaehler.scr.csproj",
"packagesPath": "C:\\Users\\rkaehler\\.nuget\\packages\\",
"outputPath": "C:\\Projekte\\_Privat\\Kaehler.scr\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\Robert\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\rkaehler\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net7.0-windows"
"net8.0-windows8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}
},
"frameworks": {
"net7.0-windows7.0": {
"targetAlias": "net7.0-windows",
"net8.0-windows8.0": {
"targetAlias": "net8.0-windows8.0",
"projectReferences": {}
}
},
@@ -46,11 +44,16 @@
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
"net7.0-windows7.0": {
"targetAlias": "net7.0-windows",
"net8.0-windows8.0": {
"targetAlias": "net8.0-windows8.0",
"imports": [
"net461",
"net462",
@@ -70,7 +73,7 @@
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.100\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.404/PortableRuntimeIdentifierGraph.json"
}
}
}

View File

@@ -1,8 +1,8 @@
{
"version": 2,
"dgSpecHash": "XP5y4Yw5lNu2H2qGkid9cUz0xyKkFvwxBTobd2IE4ezjP79QT+DvOPWBbk2tSdVfeWw/I+hJMbk6nZM7UtRuoQ==",
"dgSpecHash": "+untOBr2e9M=",
"success": true,
"projectFilePath": "T:\\src\\Kaehler.scr\\Kaehler.scr.csproj",
"projectFilePath": "C:\\Projekte\\_Privat\\Kaehler.scr\\Kaehler.scr.csproj",
"expectedPackageFiles": [],
"logs": []
}