This commit is contained in:
Amine El Hajami 2025-06-11 14:50:00 +02:00
parent 9c5b19c37d
commit ac0d77d236
16 changed files with 57 additions and 16 deletions

View File

@ -95,19 +95,13 @@
<Label x:Name="Label4" Grid.Column="4" Content="*" HorizontalAlignment="Center" Padding="13" Background="LightCyan"/>
<Label x:Name="Label5" Grid.Column="5" Content="*" HorizontalAlignment="Center" Padding="13" Background="LightCyan"/>
</Grid>
<Grid>
<StackPanel HorizontalAlignment="Right" VerticalAlignment="Top" Margin="10">
<Button x:Name="ZiehungButton"
Content="Ziehung"
Click="Button_Click"
Width="100"
Height="40"/>
<Label x:Name="GiwinLabel"
Content="giwin"
FontSize="16"
HorizontalAlignment="Right"
Margin="0,10,0,0"/>
</StackPanel>
</Grid>
<Button x:Name="ZiehungButton"
Content="Ziehung"
Click="Button_Click"
Width="100"
Height="40"
HorizontalAlignment="Right"
VerticalAlignment="Top"
Margin="10"/>
</Grid>
</Window>

View File

@ -13,7 +13,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+866027afc264ab20d3316caf0545e840f1347925")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9c5b19c37d7bfe7900ffe189c6eb1a15409a0668")]
[assembly: System.Reflection.AssemblyProductAttribute("WpfApp1")]
[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp1")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
c6363f58c9a8cb7579456af602c0305e61ec46d163f81747854ad3d11a02fa25
a193d6154a2aeef587f7d67ab756c4afa780404673d1eb4d5154ac8848a5c585

View File

@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </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+9c5b19c37d7bfe7900ffe189c6eb1a15409a0668")]
[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")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@ -0,0 +1 @@
a193d6154a2aeef587f7d67ab756c4afa780404673d1eb4d5154ac8848a5c585

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\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;