Test + xshared false

This commit is contained in:
2026-07-27 12:55:02 +02:00
parent 7d416045e1
commit e095756f3c
14 changed files with 166 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>D:\Projects\beyondsoft\BeWoPlaner\Publish\|C:\publish\bewoplaner\|publish\|D:\Projects\beyondsoft\BeWoPlaner\PublishTest\|D:\Projects\beyondsoft\BeWoPlaner\PublishDev\</PublishUrlHistory>
@@ -9,7 +9,7 @@
<ErrorReportUrlHistory />
<FallbackCulture>de-DE</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
<ProjectView>ProjectFiles</ProjectView>
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
<PropertyGroup>
<EnableSecurityDebugging>false</EnableSecurityDebugging>

View File

@@ -1,6 +1,6 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- This file is NOT compatible with Silverlight -->
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" x:Key="AiDesignsIconKIChatSchwarzOrange2026" Stretch="Uniform">
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" x:Key="AiDesignsIconKIChatSchwarzOrange2026" x:Shared="False" Stretch="Uniform">
<Canvas Name="svg17" Width="257.1" Height="256">
<Canvas.RenderTransform>
<TranslateTransform X="0" Y="0"/>

View File

@@ -1,6 +1,6 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- This file is NOT compatible with Silverlight -->
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" x:Key="AiDesignsIconKIChatSchwarz2026" Stretch="Uniform">
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" x:Key="AiDesignsIconKIChatSchwarz2026" x:Shared="False" Stretch="Uniform">
<Canvas Name="svg13" Width="257.1" Height="256">
<Canvas.RenderTransform>
<TranslateTransform X="0" Y="0"/>

View File

@@ -3,6 +3,7 @@
<Viewbox
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
x:Key="AiDesignsIconKIChatWeissOrange2026"
x:Shared="False"
Stretch="Uniform">
<Canvas
Name="svg17"

View File

@@ -1,6 +1,6 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- This file is NOT compatible with Silverlight -->
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" x:Key="AiDesignsIconKIChatWeiss2026" Stretch="Uniform">
<Viewbox xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" x:Key="AiDesignsIconKIChatWeiss2026" x:Shared="False" Stretch="Uniform">
<Canvas Name="svg17" Width="257.1" Height="256">
<Canvas.RenderTransform>
<TranslateTransform X="0" Y="0"/>

View File

@@ -3,6 +3,7 @@
<Viewbox
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
x:Key="AiDesignsIconKIFunktionSchwarzGruen2026"
x:Shared="False"
Stretch="Uniform">
<Canvas
Name="svg17"

View File

@@ -3,6 +3,7 @@
<Viewbox
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
x:Key="AiDesignsIconKIFunktionSchwarz2026"
x:Shared="False"
Stretch="Uniform">
<Canvas
Name="svg13"

View File

@@ -3,6 +3,7 @@
<Viewbox
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
x:Key="AiDesignsIconKIFunktionWeissGruen2026"
x:Shared="False"
Stretch="Uniform">
<Canvas
Name="svg17"

View File

@@ -3,6 +3,7 @@
<Viewbox
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
x:Key="AiDesignsIconKIFunktionWeiss2026"
x:Shared="False"
Stretch="Uniform">
<Canvas
Name="svg17"

View File

@@ -3,6 +3,7 @@
<Viewbox
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
x:Key="AiDesignsIconKIRefreshSchwarzOrange2026"
x:Shared="False"
Stretch="Uniform">
<Canvas
Name="svg22"

View File

@@ -3,6 +3,7 @@
<Viewbox
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
x:Key="AiDesignsIconKIRefreshSchwarz2026"
x:Shared="False"
Stretch="Uniform">
<Canvas
Name="svg18"

View File

@@ -3,6 +3,7 @@
<Viewbox
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
x:Key="AiDesignsIconKIRefreshWeissOrange2026"
x:Shared="False"
Stretch="Uniform">
<Canvas
Name="svg21"

View File

@@ -3,6 +3,7 @@
<Viewbox
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
x:Key="AiDesignsIconKIRefreshWeiss2026"
x:Shared="False"
Stretch="Uniform">
<Canvas
Name="svg21"

View File

@@ -53,6 +53,158 @@
Text="{Binding LogicalFocus}" />
</Grid>
</TabItem>
<TabItem Header="Tests">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="auto" />
<ColumnDefinition Width="20" />
<ColumnDefinition Width="auto" />
<ColumnDefinition Width="20" />
<ColumnDefinition Width="auto" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
</Grid.RowDefinitions>
<Grid.Resources>
<ResourceDictionary>
<Style TargetType="{x:Type ContentControl}">
<Setter Property="Height" Value="24" />
<Setter Property="Margin" Value="3" />
</Style>
</ResourceDictionary>
</Grid.Resources>
<Label Grid.Row="0">AiDesignsIconKIChatSchwarz2026</Label>
<ContentControl
Grid.Row="0"
Grid.Column="2"
Content="{StaticResource AiDesignsIconKIChatSchwarz2026}" />
<Button
Grid.Row="0"
Grid.Column="4"
Content="{StaticResource AiDesignsIconKIChatSchwarz2026}" />
<Label Grid.Row="1">AiDesignsIconKIChatSchwarzOrange2026</Label>
<ContentControl
Grid.Row="1"
Grid.Column="2"
Content="{StaticResource AiDesignsIconKIChatSchwarzOrange2026}" />
<Button
Grid.Row="1"
Grid.Column="4"
Content="{StaticResource AiDesignsIconKIChatSchwarzOrange2026}" />
<Label Grid.Row="2">AiDesignsIconKIChatWeiss2026</Label>
<ContentControl
Grid.Row="2"
Grid.Column="2"
Content="{StaticResource AiDesignsIconKIChatWeiss2026}" />
<Button
Grid.Row="2"
Grid.Column="4"
Content="{StaticResource AiDesignsIconKIChatWeiss2026}" />
<Label Grid.Row="3">AiDesignsIconKIChatWeissOrange2026</Label>
<ContentControl
Grid.Row="3"
Grid.Column="2"
Content="{StaticResource AiDesignsIconKIChatWeissOrange2026}" />
<Button
Grid.Row="3"
Grid.Column="4"
Content="{StaticResource AiDesignsIconKIChatWeissOrange2026}" />
<Label Grid.Row="4">AiDesignsIconKIFunktionSchwarz2026</Label>
<ContentControl
Grid.Row="4"
Grid.Column="2"
Content="{StaticResource AiDesignsIconKIFunktionSchwarz2026}" />
<Button
Grid.Row="4"
Grid.Column="4"
Content="{StaticResource AiDesignsIconKIFunktionSchwarz2026}" />
<Label Grid.Row="5">AiDesignsIconKIFunktionSchwarzGruen2026</Label>
<ContentControl
Grid.Row="5"
Grid.Column="2"
Content="{StaticResource AiDesignsIconKIFunktionSchwarzGruen2026}" />
<Button
Grid.Row="5"
Grid.Column="4"
Content="{StaticResource AiDesignsIconKIFunktionSchwarzGruen2026}" />
<Label Grid.Row="6">AiDesignsIconKIFunktionWeiss2026</Label>
<ContentControl
Grid.Row="6"
Grid.Column="2"
Content="{StaticResource AiDesignsIconKIFunktionWeiss2026}" />
<Button
Grid.Row="6"
Grid.Column="4"
Content="{StaticResource AiDesignsIconKIFunktionWeiss2026}" />
<Label Grid.Row="7">AiDesignsIconKIFunktionWeissGruen2026</Label>
<ContentControl
Grid.Row="7"
Grid.Column="2"
Content="{StaticResource AiDesignsIconKIFunktionWeissGruen2026}" />
<Button
Grid.Row="7"
Grid.Column="4"
Content="{StaticResource AiDesignsIconKIFunktionWeissGruen2026}" />
<Label Grid.Row="8">AiDesignsIconKIRefreshSchwarz2026</Label>
<ContentControl
Grid.Row="8"
Grid.Column="2"
Content="{StaticResource AiDesignsIconKIRefreshSchwarz2026}" />
<Button
Grid.Row="8"
Grid.Column="4"
Content="{StaticResource AiDesignsIconKIRefreshSchwarz2026}" />
<Label Grid.Row="9">AiDesignsIconKIRefreshSchwarzOrange2026</Label>
<ContentControl
Grid.Row="9"
Grid.Column="2"
Content="{StaticResource AiDesignsIconKIRefreshSchwarzOrange2026}" />
<Button
Grid.Row="9"
Grid.Column="4"
Content="{StaticResource AiDesignsIconKIRefreshSchwarzOrange2026}" />
<Label Grid.Row="10">AiDesignsIconKIRefreshWeiss2026</Label>
<ContentControl
Grid.Row="10"
Grid.Column="2"
Content="{StaticResource AiDesignsIconKIRefreshWeiss2026}" />
<Button
Grid.Row="10"
Grid.Column="4"
Content="{StaticResource AiDesignsIconKIRefreshWeiss2026}" />
<Label Grid.Row="11">AiDesignsIconKIRefreshWeissOrange2026</Label>
<ContentControl
Grid.Row="11"
Grid.Column="2"
Content="{StaticResource AiDesignsIconKIRefreshWeissOrange2026}" />
<Button
Grid.Row="11"
Grid.Column="4"
Content="{StaticResource AiDesignsIconKIRefreshWeissOrange2026}" />
</Grid>
</TabItem>
<TabItem Header="Logs" />
<TabItem Header="Configs" />
</TabControl>