init save dotnet7
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
|
||||
71
Kaehler.scr/obj/Debug/net7.0-windows/App.g.cs
Normal file
71
Kaehler.scr/obj/Debug/net7.0-windows/App.g.cs
Normal file
@@ -0,0 +1,71 @@
|
||||
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EEB1500D723CD05C6322ABE2C3E7BB3A06E1D4A1"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Controls.Ribbon;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Forms.Integration;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace Kaehler.scr7 {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// App
|
||||
/// </summary>
|
||||
public partial class App : System.Windows.Application {
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
|
||||
#line 4 "..\..\..\App.xaml"
|
||||
this.Startup += new System.Windows.StartupEventHandler(this.Application_Startup);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Application Entry Point.
|
||||
/// </summary>
|
||||
[System.STAThreadAttribute()]
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.0.0")]
|
||||
public static void Main() {
|
||||
Kaehler.scr7.App app = new Kaehler.scr7.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
71
Kaehler.scr/obj/Debug/net7.0-windows/App.g.i.cs
Normal file
71
Kaehler.scr/obj/Debug/net7.0-windows/App.g.i.cs
Normal file
@@ -0,0 +1,71 @@
|
||||
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2DD7FC33A3CE500D190B4A571E6518917F50176C"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Controls.Ribbon;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Forms.Integration;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace Kaehler.scr {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// App
|
||||
/// </summary>
|
||||
public partial class App : System.Windows.Application {
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
|
||||
#line 4 "..\..\..\App.xaml"
|
||||
this.Startup += new System.Windows.StartupEventHandler(this.Application_Startup);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Application Entry Point.
|
||||
/// </summary>
|
||||
[System.STAThreadAttribute()]
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.0.0")]
|
||||
public static void Main() {
|
||||
Kaehler.scr.App app = new Kaehler.scr.App();
|
||||
app.InitializeComponent();
|
||||
app.Run();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
25
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.AssemblyInfo.cs
Normal file
25
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.AssemblyInfo.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Kaehler")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Kaehler")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Kaehler")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
3a9e4de228511460d97e757451226809964fc0e0
|
||||
@@ -0,0 +1,17 @@
|
||||
is_global = true
|
||||
build_property.ApplicationManifest =
|
||||
build_property.StartupObject =
|
||||
build_property.ApplicationDefaultFont =
|
||||
build_property.ApplicationHighDpiMode =
|
||||
build_property.ApplicationUseCompatibleTextRendering =
|
||||
build_property.ApplicationVisualStyles =
|
||||
build_property.TargetFramework = net7.0-windows
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Kaehler
|
||||
build_property.ProjectDir = D:\develop\TestNet6\WpfApp1\WpfApp1\
|
||||
BIN
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.assets.cache
Normal file
BIN
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v7.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v7.0": {}
|
||||
},
|
||||
"libraries": {}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net7.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "7.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "7.0.0"
|
||||
}
|
||||
],
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\Robert\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\Robert\\.nuget\\packages",
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configProperties": {
|
||||
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Kaehler.scr")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Kaehler.scr")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Kaehler.scr")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
34da4b791e7718163d18b3313dff15be1443ca85
|
||||
@@ -0,0 +1,17 @@
|
||||
is_global = true
|
||||
build_property.ApplicationManifest =
|
||||
build_property.StartupObject =
|
||||
build_property.ApplicationDefaultFont =
|
||||
build_property.ApplicationHighDpiMode =
|
||||
build_property.ApplicationUseCompatibleTextRendering =
|
||||
build_property.ApplicationVisualStyles =
|
||||
build_property.TargetFramework = net7.0-windows
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
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\
|
||||
BIN
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.scr.assets.cache
Normal file
BIN
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.scr.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Kaehler.scr7")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Kaehler.scr7")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Kaehler.scr7")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
712c950c30d0bb2966136d9e3a93b2dccc3f6230
|
||||
@@ -0,0 +1,17 @@
|
||||
is_global = true
|
||||
build_property.ApplicationManifest =
|
||||
build_property.StartupObject =
|
||||
build_property.ApplicationDefaultFont =
|
||||
build_property.ApplicationHighDpiMode =
|
||||
build_property.ApplicationUseCompatibleTextRendering =
|
||||
build_property.ApplicationVisualStyles =
|
||||
build_property.TargetFramework = net7.0-windows
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Kaehler.scr7
|
||||
build_property.ProjectDir = D:\develop\Scr.Net7\WpfApp1\WpfApp1\
|
||||
BIN
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.scr7.assets.cache
Normal file
BIN
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.scr7.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
a63f9e90857a6f37f4abc864d1085ca35d533c8a
|
||||
@@ -0,0 +1,40 @@
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.csproj.AssemblyReference.cache
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\MainWindow.baml
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\MainWindow.g.cs
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7_MarkupCompile.cache
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\bin\Debug\net7.0-windows\Kaehler.scr7.exe
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\bin\Debug\net7.0-windows\Kaehler.scr7.deps.json
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\bin\Debug\net7.0-windows\Kaehler.scr7.runtimeconfig.json
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\bin\Debug\net7.0-windows\Kaehler.scr7.dll
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\bin\Debug\net7.0-windows\Kaehler.scr7.pdb
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\App.g.cs
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.g.resources
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.AssemblyInfoInputs.cache
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.AssemblyInfo.cs
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.csproj.CoreCompileInputs.cache
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.dll
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\refint\Kaehler.scr7.dll
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.pdb
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.genruntimeconfig.cache
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\ref\Kaehler.scr7.dll
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\bin\Debug\net7.0-windows\Kaehler.scr7.exe
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\bin\Debug\net7.0-windows\Kaehler.scr7.deps.json
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\bin\Debug\net7.0-windows\Kaehler.scr7.runtimeconfig.json
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\bin\Debug\net7.0-windows\Kaehler.scr7.dll
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\bin\Debug\net7.0-windows\Kaehler.scr7.pdb
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.csproj.AssemblyReference.cache
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\MainWindow.baml
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\MainWindow.g.cs
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\App.g.cs
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7_MarkupCompile.cache
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.g.resources
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.AssemblyInfoInputs.cache
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.AssemblyInfo.cs
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.csproj.CoreCompileInputs.cache
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.dll
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\refint\Kaehler.scr7.dll
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.pdb
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\Kaehler.scr7.genruntimeconfig.cache
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\ref\Kaehler.scr7.dll
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v7.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v7.0": {}
|
||||
},
|
||||
"libraries": {}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net7.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "7.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "7.0.0"
|
||||
}
|
||||
],
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\Robert\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\Robert\\.nuget\\packages",
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configProperties": {
|
||||
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.scr7.dll
Normal file
BIN
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.scr7.dll
Normal file
Binary file not shown.
BIN
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.scr7.g.resources
Normal file
BIN
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.scr7.g.resources
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
9c30b72a27738fc26f056382570e2c7b32d08e2a
|
||||
BIN
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.scr7.pdb
Normal file
BIN
Kaehler.scr/obj/Debug/net7.0-windows/Kaehler.scr7.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
Kaehler.scr7
|
||||
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\
|
||||
Kaehler.scr7
|
||||
none
|
||||
false
|
||||
TRACE;DEBUG;NET;NET7_0;NETCOREAPP
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\App.xaml
|
||||
11407045341
|
||||
|
||||
3-1233169557
|
||||
2071328265475
|
||||
MainWindow.xaml;
|
||||
|
||||
False
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
Kaehler.scr7
|
||||
1.0.0.0
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\
|
||||
Kaehler.scr7
|
||||
none
|
||||
false
|
||||
TRACE;DEBUG;NET;NET7_0;NETCOREAPP
|
||||
D:\develop\Scr.Net7\WpfApp1\WpfApp1\App.xaml
|
||||
11407045341
|
||||
|
||||
51690473318
|
||||
2071328265475
|
||||
MainWindow.xaml;
|
||||
|
||||
False
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
Kaehler.scr
|
||||
1.0.0.0
|
||||
|
||||
winexe
|
||||
C#
|
||||
.cs
|
||||
\\NAS\Test\src\Kaehler.scr\obj\Debug\net7.0-windows\
|
||||
Kaehler.scr
|
||||
none
|
||||
false
|
||||
TRACE;DEBUG;NET;NET7_0;NETCOREAPP
|
||||
\\NAS\Test\src\Kaehler.scr\App.xaml
|
||||
11407045341
|
||||
|
||||
5-436064168
|
||||
2071328265475
|
||||
MainWindow.xaml;
|
||||
|
||||
False
|
||||
|
||||
BIN
Kaehler.scr/obj/Debug/net7.0-windows/MainWindow.baml
Normal file
BIN
Kaehler.scr/obj/Debug/net7.0-windows/MainWindow.baml
Normal file
Binary file not shown.
255
Kaehler.scr/obj/Debug/net7.0-windows/MainWindow.g.cs
Normal file
255
Kaehler.scr/obj/Debug/net7.0-windows/MainWindow.g.cs
Normal file
@@ -0,0 +1,255 @@
|
||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "93A51A305089CADBE355CABAC2AE31BC2D6D4D2F"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Controls.Ribbon;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Forms.Integration;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace Kaehler.scr7 {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainWindow
|
||||
/// </summary>
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 4 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Kaehler.scr7.MainWindow ScrWindow;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 17 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Canvas scrcanvas;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 18 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image image1;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 19 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image image2;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 20 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image imageSCR;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 21 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image image3;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 22 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image image4;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 23 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image image5;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 24 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBlock txtZitat;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 25 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image imageBug;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/Kaehler.scr7;component/mainwindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\MainWindow.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.ScrWindow = ((Kaehler.scr7.MainWindow)(target));
|
||||
|
||||
#line 4 "..\..\..\MainWindow.xaml"
|
||||
this.ScrWindow.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseLeftButtonUp);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 4 "..\..\..\MainWindow.xaml"
|
||||
this.ScrWindow.MouseRightButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseRightButtonUp);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 4 "..\..\..\MainWindow.xaml"
|
||||
this.ScrWindow.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDoubleClick);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 4 "..\..\..\MainWindow.xaml"
|
||||
this.ScrWindow.KeyUp += new System.Windows.Input.KeyEventHandler(this.Window_KeyUp);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 4 "..\..\..\MainWindow.xaml"
|
||||
this.ScrWindow.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.scrcanvas = ((System.Windows.Controls.Canvas)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.image1 = ((System.Windows.Controls.Image)(target));
|
||||
|
||||
#line 18 "..\..\..\MainWindow.xaml"
|
||||
this.image1.KeyDown += new System.Windows.Input.KeyEventHandler(this.image1_KeyDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 18 "..\..\..\MainWindow.xaml"
|
||||
this.image1.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.image1_MouseDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 18 "..\..\..\MainWindow.xaml"
|
||||
this.image1.MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.image1_MouseWheel);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 4:
|
||||
this.image2 = ((System.Windows.Controls.Image)(target));
|
||||
|
||||
#line 19 "..\..\..\MainWindow.xaml"
|
||||
this.image2.KeyDown += new System.Windows.Input.KeyEventHandler(this.image2_KeyDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 19 "..\..\..\MainWindow.xaml"
|
||||
this.image2.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.image2_MouseDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 19 "..\..\..\MainWindow.xaml"
|
||||
this.image2.MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.image2_MouseWheel);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 5:
|
||||
this.imageSCR = ((System.Windows.Controls.Image)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.image3 = ((System.Windows.Controls.Image)(target));
|
||||
return;
|
||||
case 7:
|
||||
this.image4 = ((System.Windows.Controls.Image)(target));
|
||||
return;
|
||||
case 8:
|
||||
this.image5 = ((System.Windows.Controls.Image)(target));
|
||||
return;
|
||||
case 9:
|
||||
this.txtZitat = ((System.Windows.Controls.TextBlock)(target));
|
||||
return;
|
||||
case 10:
|
||||
this.imageBug = ((System.Windows.Controls.Image)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
255
Kaehler.scr/obj/Debug/net7.0-windows/MainWindow.g.i.cs
Normal file
255
Kaehler.scr/obj/Debug/net7.0-windows/MainWindow.g.i.cs
Normal file
@@ -0,0 +1,255 @@
|
||||
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "C3131CA9D1D870DA4B119BE63646BE33A34F0527"
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Windows;
|
||||
using System.Windows.Automation;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using System.Windows.Controls.Ribbon;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Forms.Integration;
|
||||
using System.Windows.Ink;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Markup;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using System.Windows.Media.Effects;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Media.Media3D;
|
||||
using System.Windows.Media.TextFormatting;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
using System.Windows.Shell;
|
||||
|
||||
|
||||
namespace Kaehler.scr {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// MainWindow
|
||||
/// </summary>
|
||||
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
||||
|
||||
|
||||
#line 4 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal Kaehler.scr.MainWindow ScrWindow;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 17 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Canvas scrcanvas;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 18 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image image1;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 19 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image image2;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 20 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image imageSCR;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 21 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image image3;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 22 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image image4;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 23 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image image5;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 24 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.TextBlock txtZitat;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
|
||||
#line 25 "..\..\..\MainWindow.xaml"
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
||||
internal System.Windows.Controls.Image imageBug;
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
private bool _contentLoaded;
|
||||
|
||||
/// <summary>
|
||||
/// InitializeComponent
|
||||
/// </summary>
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.0.0")]
|
||||
public void InitializeComponent() {
|
||||
if (_contentLoaded) {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
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);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.0.0")]
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
||||
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
||||
switch (connectionId)
|
||||
{
|
||||
case 1:
|
||||
this.ScrWindow = ((Kaehler.scr.MainWindow)(target));
|
||||
|
||||
#line 4 "..\..\..\MainWindow.xaml"
|
||||
this.ScrWindow.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseLeftButtonUp);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 4 "..\..\..\MainWindow.xaml"
|
||||
this.ScrWindow.MouseRightButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseRightButtonUp);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 4 "..\..\..\MainWindow.xaml"
|
||||
this.ScrWindow.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.Window_MouseDoubleClick);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 4 "..\..\..\MainWindow.xaml"
|
||||
this.ScrWindow.KeyUp += new System.Windows.Input.KeyEventHandler(this.Window_KeyUp);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 4 "..\..\..\MainWindow.xaml"
|
||||
this.ScrWindow.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 2:
|
||||
this.scrcanvas = ((System.Windows.Controls.Canvas)(target));
|
||||
return;
|
||||
case 3:
|
||||
this.image1 = ((System.Windows.Controls.Image)(target));
|
||||
|
||||
#line 18 "..\..\..\MainWindow.xaml"
|
||||
this.image1.KeyDown += new System.Windows.Input.KeyEventHandler(this.image1_KeyDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 18 "..\..\..\MainWindow.xaml"
|
||||
this.image1.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.image1_MouseDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 18 "..\..\..\MainWindow.xaml"
|
||||
this.image1.MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.image1_MouseWheel);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 4:
|
||||
this.image2 = ((System.Windows.Controls.Image)(target));
|
||||
|
||||
#line 19 "..\..\..\MainWindow.xaml"
|
||||
this.image2.KeyDown += new System.Windows.Input.KeyEventHandler(this.image2_KeyDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 19 "..\..\..\MainWindow.xaml"
|
||||
this.image2.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.image2_MouseDown);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
|
||||
#line 19 "..\..\..\MainWindow.xaml"
|
||||
this.image2.MouseWheel += new System.Windows.Input.MouseWheelEventHandler(this.image2_MouseWheel);
|
||||
|
||||
#line default
|
||||
#line hidden
|
||||
return;
|
||||
case 5:
|
||||
this.imageSCR = ((System.Windows.Controls.Image)(target));
|
||||
return;
|
||||
case 6:
|
||||
this.image3 = ((System.Windows.Controls.Image)(target));
|
||||
return;
|
||||
case 7:
|
||||
this.image4 = ((System.Windows.Controls.Image)(target));
|
||||
return;
|
||||
case 8:
|
||||
this.image5 = ((System.Windows.Controls.Image)(target));
|
||||
return;
|
||||
case 9:
|
||||
this.txtZitat = ((System.Windows.Controls.TextBlock)(target));
|
||||
return;
|
||||
case 10:
|
||||
this.imageBug = ((System.Windows.Controls.Image)(target));
|
||||
return;
|
||||
}
|
||||
this._contentLoaded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
25
Kaehler.scr/obj/Debug/net7.0-windows/WpfScr6.AssemblyInfo.cs
Normal file
25
Kaehler.scr/obj/Debug/net7.0-windows/WpfScr6.AssemblyInfo.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("WpfScr6")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("WpfScr6")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("WpfScr6")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
8b6a0db9e025a0f04dda0a5284dc83cd2f311b8b
|
||||
@@ -0,0 +1,17 @@
|
||||
is_global = true
|
||||
build_property.ApplicationManifest =
|
||||
build_property.StartupObject =
|
||||
build_property.ApplicationDefaultFont =
|
||||
build_property.ApplicationHighDpiMode =
|
||||
build_property.ApplicationUseCompatibleTextRendering =
|
||||
build_property.ApplicationVisualStyles =
|
||||
build_property.TargetFramework = net7.0-windows
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = WpfScr6
|
||||
build_property.ProjectDir = D:\develop\TestNet6\WpfApp1\WpfApp1\
|
||||
BIN
Kaehler.scr/obj/Debug/net7.0-windows/WpfScr6.assets.cache
Normal file
BIN
Kaehler.scr/obj/Debug/net7.0-windows/WpfScr6.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\WpfScr6.csproj.AssemblyReference.cache
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\MainWindow.baml
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\MainWindow.g.cs
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\App.g.cs
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\WpfScr6_MarkupCompile.cache
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\WpfScr6.g.resources
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\WpfScr6.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\WpfScr6.AssemblyInfoInputs.cache
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\WpfScr6.AssemblyInfo.cs
|
||||
D:\develop\TestNet6\WpfApp1\WpfApp1\obj\Debug\net7.0-windows\WpfScr6.csproj.CoreCompileInputs.cache
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v7.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v7.0": {}
|
||||
},
|
||||
"libraries": {}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net7.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "7.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "7.0.0"
|
||||
}
|
||||
],
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\Robert\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\Robert\\.nuget\\packages",
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
],
|
||||
"configProperties": {
|
||||
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
||||
}
|
||||
}
|
||||
}
|
||||
1
Kaehler.scr/obj/Debug/net7.0-windows/_IsIncrementalBuild
Normal file
1
Kaehler.scr/obj/Debug/net7.0-windows/_IsIncrementalBuild
Normal file
@@ -0,0 +1 @@
|
||||
obj\Debug\net7.0-windows\\_IsIncrementalBuild
|
||||
BIN
Kaehler.scr/obj/Debug/net7.0-windows/apphost.exe
Normal file
BIN
Kaehler.scr/obj/Debug/net7.0-windows/apphost.exe
Normal file
Binary file not shown.
BIN
Kaehler.scr/obj/Debug/net7.0-windows/ref/Kaehler.scr7.dll
Normal file
BIN
Kaehler.scr/obj/Debug/net7.0-windows/ref/Kaehler.scr7.dll
Normal file
Binary file not shown.
BIN
Kaehler.scr/obj/Debug/net7.0-windows/refint/Kaehler.scr7.dll
Normal file
BIN
Kaehler.scr/obj/Debug/net7.0-windows/refint/Kaehler.scr7.dll
Normal file
Binary file not shown.
Reference in New Issue
Block a user