interface

This commit is contained in:
Stanislav Kharchenko 2025-06-11 12:01:46 +02:00
parent 539cd8cdeb
commit 744f816c00
66 changed files with 562 additions and 18 deletions

Binary file not shown.

View File

@ -0,0 +1,12 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\bib\\source\\repos\\ProjektGlueckspiel\\",
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": []
}
]
}

View File

@ -0,0 +1,7 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\C:\\Users\\bib\\Source\\Repos\\ProjektGlueckspiel",
"PreviewInSolutionExplorer": false
}

Binary file not shown.

View File

@ -18,8 +18,12 @@
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"SelectedChildIndex": 1,
"Children": [
{
"$type": "Bookmark",
"Name": "ST:0:0:{26341fe2-71dd-46fd-bb1b-2e51a92a0d64}"
},
{
"$type": "Document",
"DocumentIndex": 0,
@ -42,8 +46,7 @@
"RelativeToolTip": "MainWindow.xaml.cs",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2025-06-04T12:38:27.389Z",
"EditorCaption": ""
"WhenOpened": "2025-06-04T12:38:27.389Z"
}
]
}

View File

@ -18,8 +18,12 @@
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 0,
"SelectedChildIndex": 1,
"Children": [
{
"$type": "Bookmark",
"Name": "ST:0:0:{26341fe2-71dd-46fd-bb1b-2e51a92a0d64}"
},
{
"$type": "Document",
"DocumentIndex": 0,
@ -40,7 +44,7 @@
"RelativeDocumentMoniker": "MainWindow.xaml.cs",
"ToolTip": "C:\\Users\\bib\\source\\repos\\ProjektGlueckspiel\\WpfApp1\\MainWindow.xaml.cs",
"RelativeToolTip": "MainWindow.xaml.cs",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
"ViewState": "AgIAABAAAAAAAAAAAAA6wBkAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2025-06-04T12:38:27.389Z",
"EditorCaption": ""

View File

@ -7,10 +7,90 @@
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Grid>
<TextBox HorizontalAlignment="Left" Height="4" Margin="74,54,0,0" TextWrapping="Wrap" Text="TextBox" VerticalAlignment="Top" Width="5"/>
<TextBlock HorizontalAlignment="Left" Height="48" Margin="108,101,0,0" TextWrapping="Wrap" Text="TextBlock" VerticalAlignment="Top" Width="60"/>
<TextBlock HorizontalAlignment="Left" Height="48" Margin="108,101,0,0" TextWrapping="Wrap" Text="TextBlock" VerticalAlignment="Top" Width="60"/>
<TextBlock HorizontalAlignment="Left" Height="48" Margin="274,169,0,0" TextWrapping="Wrap" Text="TextBlock" VerticalAlignment="Top" Width="60"/>
<Grid HorizontalAlignment="Left" Height="280" Margin="30,30,0,0" VerticalAlignment="Top" Width="280">
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
<RowDefinition />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
</Grid.ColumnDefinitions>
<Button Grid.Column="0" Grid.Row="0" Height="40" VerticalAlignment="Bottom" Click="Button_Click">1</Button>
<Button Grid.Column="0" Grid.Row="1">8</Button>
<Button Grid.Column="0" Grid.Row="2">15</Button>
<Button Grid.Column="0" Grid.Row="3">22</Button>
<Button Grid.Column="0" Grid.Row="4">29</Button>
<Button Grid.Column="0" Grid.Row="5" Content="36"/>
<Button Grid.Column="0" Grid.Row="6" Content="43"/>
<Button Grid.Column="1" Grid.Row="0">2</Button>
<Button Grid.Column="1" Grid.Row="1">9</Button>
<Button Grid.Column="1" Grid.Row="2">16</Button>
<Button Grid.Column="1" Grid.Row="3">23</Button>
<Button Grid.Column="1" Grid.Row="4">30</Button>
<Button Grid.Column="1" Grid.Row="5" Content="37"/>
<Button Grid.Column="1" Grid.Row="6" Content="44"/>
<Button Grid.Column="2" Grid.Row="0">3</Button>
<Button Grid.Column="2" Grid.Row="1">10</Button>
<Button Grid.Column="2" Grid.Row="2">17</Button>
<Button Grid.Column="2" Grid.Row="3">24</Button>
<Button Grid.Column="2" Grid.Row="4">31</Button>
<Button Grid.Column="2" Grid.Row="5" Content="38"/>
<Button Grid.Column="2" Grid.Row="6" Content="45"/>
<Button Grid.Column="3" Grid.Row="0">4</Button>
<Button Grid.Column="3" Grid.Row="1">11</Button>
<Button Grid.Column="3" Grid.Row="2">18</Button>
<Button Grid.Column="3" Grid.Row="3">25</Button>
<Button Grid.Column="3" Grid.Row="4">32</Button>
<Button Grid.Column="3" Grid.Row="5" Content="39"/>
<Button Grid.Column="3" Grid.Row="6" Content="46"/>
<Button Grid.Column="4" Grid.Row="0">5</Button>
<Button Grid.Column="4" Grid.Row="1">12</Button>
<Button Grid.Column="4" Grid.Row="2">19</Button>
<Button Grid.Column="4" Grid.Row="3">26</Button>
<Button Grid.Column="4" Grid.Row="4">33</Button>
<Button Grid.Column="4" Grid.Row="5" Content="40"/>
<Button Grid.Column="4" Grid.Row="6" Content="47"/>
<Button Grid.Column="5" Grid.Row="0">6</Button>
<Button Grid.Column="5" Grid.Row="1">13</Button>
<Button Grid.Column="5" Grid.Row="2">20</Button>
<Button Grid.Column="5" Grid.Row="3">27</Button>
<Button Grid.Column="5" Grid.Row="4">34</Button>
<Button Grid.Column="5" Grid.Row="5" Content="41"/>
<Button Grid.Column="5" Grid.Row="6" Content="48"/>
<Button Grid.Column="6" Grid.Row="0">7</Button>
<Button Grid.Column="6" Grid.Row="1">14</Button>
<Button Grid.Column="6" Grid.Row="2">21</Button>
<Button Grid.Column="6" Grid.Row="3">28</Button>
<Button Grid.Column="6" Grid.Row="4">35</Button>
<Button Grid.Column="6" Grid.Row="5">42</Button>
<Button Grid.Column="6" Grid.Row="6">49</Button>
</Grid>
<Grid HorizontalAlignment="Left" Height="40" Margin="30,330,0,0" VerticalAlignment="Top" Width="280">
<Grid.ColumnDefinitions>
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
</Grid.ColumnDefinitions>
<Label Grid.Column="0" Content="0" />
<Label Grid.Column="1" Content="0" />
<Label Grid.Column="2" Content="0" />
<Label Grid.Column="3" Content="0" />
<Label Grid.Column="4" Content="0" />
<Label Grid.Column="5" Content="0" />
</Grid>
</Grid>
</Window>

View File

@ -20,5 +20,10 @@ namespace WpfApp1
{
InitializeComponent();
}
private void Button_Click(object sender, RoutedEventArgs e)
{
}
}
}

View File

@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"WpfApp1/1.0.0": {
"runtime": {
"WpfApp1.dll": {}
}
}
}
},
"libraries": {
"WpfApp1/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,19 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
}
}
}

View File

@ -0,0 +1,71 @@
#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "DCC59813AB95D23CF72F07367E2D9621042BF6D9"
//------------------------------------------------------------------------------
// <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.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;
using WpfApp1;
namespace WpfApp1 {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.2.0")]
public void InitializeComponent() {
#line 5 "..\..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#line default
#line hidden
}
/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.2.0")]
public static void Main() {
WpfApp1.App app = new WpfApp1.App();
app.InitializeComponent();
app.Run();
}
}
}

Binary file not shown.

View File

@ -0,0 +1,76 @@
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AD2DAB703A4FEDF8F17AD776E36D6B101A442F58"
//------------------------------------------------------------------------------
// <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.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;
using WpfApp1;
namespace WpfApp1 {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.2.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/WpfApp1;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", "9.0.2.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) {
this._contentLoaded = true;
}
}
}

View File

@ -1,4 +1,4 @@
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7FA5E26BFC15BF5CE7CC8E140A3B90C7EE25F21F"
#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AD2DAB703A4FEDF8F17AD776E36D6B101A442F58"
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
@ -53,7 +53,7 @@ namespace WpfApp1 {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/WpfApp1;V1.0.0.0;component/mainwindow.xaml", System.UriKind.Relative);
System.Uri resourceLocater = new System.Uri("/WpfApp1;component/mainwindow.xaml", System.UriKind.Relative);
#line 1 "..\..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);

View File

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp1")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+33b9bd8705292c23fc36748f91e1bbc49a281709")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+72648fcaf4ef82d080dea0cbd5f1d886b7e7c348")]
[assembly: System.Reflection.AssemblyProductAttribute("WpfApp1")]
[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp1")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
0133461f487d7a74b99cd88f417a2a63b59692def5a79557d1f215a86e393ffe
43ead2f174499968285fe26149d0bf1ec706eabd4ed689c5f8cf517a8bdc9d74

View File

@ -0,0 +1 @@
7d7757d9ac1ea7ba9412cde82c477ad954df372abe2c0fe4c0483aebd8a97075

View File

@ -0,0 +1,20 @@
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\bin\Debug\net8.0-windows\WpfApp1.exe
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\bin\Debug\net8.0-windows\WpfApp1.deps.json
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\bin\Debug\net8.0-windows\WpfApp1.runtimeconfig.json
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\bin\Debug\net8.0-windows\WpfApp1.dll
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\bin\Debug\net8.0-windows\WpfApp1.pdb
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\MainWindow.g.cs
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\App.g.cs
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\WpfApp1_MarkupCompile.cache
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\WpfApp1_MarkupCompile.lref
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\MainWindow.baml
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\WpfApp1.g.resources
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\WpfApp1.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\WpfApp1.AssemblyInfoInputs.cache
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\WpfApp1.AssemblyInfo.cs
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\WpfApp1.csproj.CoreCompileInputs.cache
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\WpfApp1.dll
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\refint\WpfApp1.dll
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\WpfApp1.pdb
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\WpfApp1.genruntimeconfig.cache
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\ref\WpfApp1.dll

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
104acfdaf4fbb2c22661098ef5415cd79a4320a28567bcd09b2d1b1907b4f94b

Binary file not shown.

View File

@ -0,0 +1,20 @@
WpfApp1
winexe
C#
.cs
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\obj\Debug\net8.0-windows\
WpfApp1
none
false
TRACE;DEBUG;NET;NET8_0;NETCOREAPP
C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\App.xaml
11407045341
4-1487985224
1981839832580
MainWindow.xaml;
False

View File

@ -16,5 +16,5 @@ C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\App.xaml
1981839832580
MainWindow.xaml;
False
True

View File

@ -0,0 +1,4 @@

FC:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\MainWindow.xaml;;

View File

@ -0,0 +1,4 @@

FC:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\MainWindow.xaml;;

View 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("WpfApp1")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+72648fcaf4ef82d080dea0cbd5f1d886b7e7c348")]
[assembly: System.Reflection.AssemblyProductAttribute("WpfApp1")]
[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp1")]
[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.

View File

@ -0,0 +1 @@
43ead2f174499968285fe26149d0bf1ec706eabd4ed689c5f8cf517a8bdc9d74

View File

@ -0,0 +1,16 @@
is_global = true
build_property.TargetFramework = net8.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 = WpfApp1
build_property.ProjectDir = C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.CsWinRTUseWindowsUIXamlProjections = false
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =

View File

@ -0,0 +1,6 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Linq;
global using global::System.Threading;
global using global::System.Threading.Tasks;

View 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("WpfApp1")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+72648fcaf4ef82d080dea0cbd5f1d886b7e7c348")]
[assembly: System.Reflection.AssemblyProductAttribute("WpfApp1")]
[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp1")]
[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.

View File

@ -0,0 +1 @@
43ead2f174499968285fe26149d0bf1ec706eabd4ed689c5f8cf517a8bdc9d74

View File

@ -0,0 +1,16 @@
is_global = true
build_property.TargetFramework = net8.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 = WpfApp1
build_property.ProjectDir = C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.CsWinRTUseWindowsUIXamlProjections = false
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =

View File

@ -0,0 +1,6 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Linq;
global using global::System.Threading;
global using global::System.Threading.Tasks;

View 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("WpfApp1")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+72648fcaf4ef82d080dea0cbd5f1d886b7e7c348")]
[assembly: System.Reflection.AssemblyProductAttribute("WpfApp1")]
[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp1")]
[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.

View File

@ -0,0 +1 @@
43ead2f174499968285fe26149d0bf1ec706eabd4ed689c5f8cf517a8bdc9d74

View File

@ -0,0 +1,16 @@
is_global = true
build_property.TargetFramework = net8.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 = WpfApp1
build_property.ProjectDir = C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.CsWinRTUseWindowsUIXamlProjections = false
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =

View File

@ -0,0 +1,6 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Linq;
global using global::System.Threading;
global using global::System.Threading.Tasks;

View 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("WpfApp1")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+72648fcaf4ef82d080dea0cbd5f1d886b7e7c348")]
[assembly: System.Reflection.AssemblyProductAttribute("WpfApp1")]
[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp1")]
[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.

View File

@ -0,0 +1 @@
43ead2f174499968285fe26149d0bf1ec706eabd4ed689c5f8cf517a8bdc9d74

View File

@ -0,0 +1,16 @@
is_global = true
build_property.TargetFramework = net8.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 = WpfApp1
build_property.ProjectDir = C:\Users\bib\source\repos\ProjektGlueckspiel\WpfApp1\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.CsWinRTUseWindowsUIXamlProjections = false
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =

View File

@ -0,0 +1,6 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Linq;
global using global::System.Threading;
global using global::System.Threading.Tasks;

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -25,7 +25,8 @@
"net8.0-windows"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0-windows7.0": {

View File

@ -32,7 +32,8 @@
"net8.0-windows"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0-windows7.0": {

View File

@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "K0dBqGSVIEI=",
"dgSpecHash": "nGQNz8LBnTM=",
"success": true,
"projectFilePath": "C:\\Users\\bib\\source\\repos\\ProjektGlueckspiel\\WpfApp1\\WpfApp1.csproj",
"expectedPackageFiles": [],