Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
pieckenst committed Nov 29, 2024
1 parent 6818900 commit 5f5f4cf
Show file tree
Hide file tree
Showing 48 changed files with 156 additions and 35 deletions.
Binary file modified .vs/handlerlaunch/v17/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion .vs/handlerlaunch/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"RelativeDocumentMoniker": "handlerlaunch\\Program.cs",
"ToolTip": "G:\\code\\WebLaunch\\handlerlaunch\\Program.cs",
"RelativeToolTip": "handlerlaunch\\Program.cs",
"ViewState": "AgIAAIQBAAAAAAAAAAAtwJMBAAAUAAAAAAAAAA==",
"ViewState": "AgIAAIQBAAAAAAAAAAAtwKABAAApAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-11-24T12:17:47.656Z",
"EditorCaption": ""
Expand Down
Binary file modified El'GarnanPluginSystem/bin/Debug/net9.0/Elgar'nan.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand All @@ -13,13 +14,13 @@
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Elgar\'nan.Tests")]
[assembly: System.Reflection.AssemblyCompanyAttribute("pieckenst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyDescriptionAttribute(("Dynamic plugin loading system for WebLaunch game launcher platform. Supports hot " +
"reloading, dependency management, and isolated plugin execution."))]
[assembly: System.Reflection.AssemblyDescriptionAttribute("Dynamic plugin loading system for WebLaunch game launcher platform. Supports hot " +
"reloading, dependency management, and isolated plugin execution.")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7f4ca7de3422b87f4d81d6e887371e7eace8dbbe")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+681890077101478f273bc8b03f0e2e01393a770e")]
[assembly: System.Reflection.AssemblyProductAttribute("Elgar\'nan")]
[assembly: System.Reflection.AssemblyTitleAttribute(("Elgar\'nan is a dynamic plugin loading system for WebLaunch game launcher platform" +
". "))]
[assembly: System.Reflection.AssemblyTitleAttribute("Elgar\'nan is a dynamic plugin loading system for WebLaunch game launcher platform" +
". ")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

// Generated by the MSBuild WriteCodeFragment class.
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
676947e7bb5c840f86d57d0f171a9a702ea3928ae9849845354cb8ba1eee75dc
e030fad7900a612e4a4b2430121cc49f08ac86ab39dd6cee8186e949ec7dd746
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"G:\\code\\WebLaunch\\*":"https://raw.githubusercontent.com/pieckenst/WebLaunch/7f4ca7de3422b87f4d81d6e887371e7eace8dbbe/*"}}
{"documents":{"G:\\code\\WebLaunch\\*":"https://raw.githubusercontent.com/pieckenst/WebLaunch/681890077101478f273bc8b03f0e2e01393a770e/*"}}
Binary file modified El'GarnanPluginSystem/obj/Debug/net9.0/Elgar'nan.dll
Binary file not shown.
Binary file modified El'GarnanPluginSystem/obj/Debug/net9.0/ref/Elgar'nan.dll
Binary file not shown.
Binary file modified El'GarnanPluginSystem/obj/Debug/net9.0/refint/Elgar'nan.dll
Binary file not shown.
21 changes: 12 additions & 9 deletions SpinningWheelLib/RibbonControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,12 @@
<Button DockPanel.Dock="Left"
Style="{StaticResource MenuButtonStyle}"/>

<ContentPresenter DockPanel.Dock="Left"
Content="{Binding QuickAccessToolbarContent,
RelativeSource={RelativeSource AncestorType=local:RibbonControl},
FallbackValue={StaticResource DefaultQuickAccessToolbar}}"/>
<ContentPresenter DockPanel.Dock="Left">
<ContentPresenter.Content>
<ContentControl Template="{StaticResource DefaultQuickAccessToolbar}"/>
</ContentPresenter.Content>
</ContentPresenter>


<ToggleButton DockPanel.Dock="Right"
Width="16" Height="16"
Expand Down Expand Up @@ -232,11 +234,12 @@
DockPanel.Dock="Left"
Style="{StaticResource MenuButtonStyle}"/>

<ContentPresenter DockPanel.Dock="Left"
Content="{Binding QuickAccessToolbarContent,
RelativeSource={RelativeSource AncestorType=local:RibbonControl},
FallbackValue={StaticResource DefaultQuickAccessToolbar}}"/>

<ContentPresenter DockPanel.Dock="Left">
<ContentPresenter.Content>
<ContentControl Template="{StaticResource DefaultQuickAccessToolbar}"/>
</ContentPresenter.Content>
</ContentPresenter>

<ToggleButton x:Name="CollapseButton"
Width="16" Height="16"
DockPanel.Dock="Right"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified SpinningWheelLib/obj/Debug/net9.0-windows7.0/RibbonControl.baml
Binary file not shown.
10 changes: 5 additions & 5 deletions SpinningWheelLib/obj/Debug/net9.0-windows7.0/RibbonControl.g.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\RibbonControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9E3508F49EBBC9882A0678DE52128DE06E44D018"
#pragma checksum "..\..\..\RibbonControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EF5D1256707E4653BB8EEE1ECDC4481914AB9772"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
Expand Down Expand Up @@ -43,23 +43,23 @@ namespace SpinningWheelLib.Controls {
public partial class RibbonControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {


#line 231 "..\..\..\RibbonControl.xaml"
#line 233 "..\..\..\RibbonControl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button MenuButton;

#line default
#line hidden


#line 240 "..\..\..\RibbonControl.xaml"
#line 243 "..\..\..\RibbonControl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.ToggleButton CollapseButton;

#line default
#line hidden


#line 255 "..\..\..\RibbonControl.xaml"
#line 258 "..\..\..\RibbonControl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl PART_TabControl;

Expand Down Expand Up @@ -102,7 +102,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 2:
this.CollapseButton = ((System.Windows.Controls.Primitives.ToggleButton)(target));

#line 245 "..\..\..\RibbonControl.xaml"
#line 248 "..\..\..\RibbonControl.xaml"
this.CollapseButton.Click += new System.Windows.RoutedEventHandler(this.OnCollapseButtonClick);

#line default
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\RibbonControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9E3508F49EBBC9882A0678DE52128DE06E44D018"
#pragma checksum "..\..\..\RibbonControl.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EF5D1256707E4653BB8EEE1ECDC4481914AB9772"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
Expand Down Expand Up @@ -43,23 +43,23 @@ namespace SpinningWheelLib.Controls {
public partial class RibbonControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {


#line 231 "..\..\..\RibbonControl.xaml"
#line 233 "..\..\..\RibbonControl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button MenuButton;

#line default
#line hidden


#line 240 "..\..\..\RibbonControl.xaml"
#line 243 "..\..\..\RibbonControl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Primitives.ToggleButton CollapseButton;

#line default
#line hidden


#line 255 "..\..\..\RibbonControl.xaml"
#line 258 "..\..\..\RibbonControl.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TabControl PART_TabControl;

Expand Down Expand Up @@ -102,7 +102,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 2:
this.CollapseButton = ((System.Windows.Controls.Primitives.ToggleButton)(target));

#line 245 "..\..\..\RibbonControl.xaml"
#line 248 "..\..\..\RibbonControl.xaml"
this.CollapseButton.Click += new System.Windows.RoutedEventHandler(this.OnCollapseButtonClick);

#line default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("SpinningWheelLib")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7f4ca7de3422b87f4d81d6e887371e7eace8dbbe")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+681890077101478f273bc8b03f0e2e01393a770e")]
[assembly: System.Reflection.AssemblyProductAttribute("SpinningWheelLib")]
[assembly: System.Reflection.AssemblyTitleAttribute("SpinningWheelLib")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d74df2a20c5a4e7b2bbc287c7b40b68f3f0168d167557e4cee5974e7043b3055
227e38838f1e1192bddc8f4430e47c81f46972b2b7948c09cffb9ec435d8164a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"G:\\code\\WebLaunch\\*":"https://raw.githubusercontent.com/pieckenst/WebLaunch/7f4ca7de3422b87f4d81d6e887371e7eace8dbbe/*"}}
{"documents":{"G:\\code\\WebLaunch\\*":"https://raw.githubusercontent.com/pieckenst/WebLaunch/681890077101478f273bc8b03f0e2e01393a770e/*"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// 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("SpinningWheelLib")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+681890077101478f273bc8b03f0e2e01393a770e")]
[assembly: System.Reflection.AssemblyProductAttribute("SpinningWheelLib")]
[assembly: System.Reflection.AssemblyTitleAttribute("SpinningWheelLib")]
[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.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
227e38838f1e1192bddc8f4430e47c81f46972b2b7948c09cffb9ec435d8164a
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
is_global = true
build_property.TargetFramework = net9.0-windows7.0
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 = SpinningWheelLib
build_property.ProjectDir = G:\code\WebLaunch\SpinningWheelLib\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.CsWinRTUseWindowsUIXamlProjections = false
build_property.EffectiveAnalysisLevelStyle = 9.0
build_property.EnableCodeStyleSeverity =
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"documents":{"G:\\code\\WebLaunch\\*":"https://raw.githubusercontent.com/pieckenst/WebLaunch/681890077101478f273bc8b03f0e2e01393a770e/*"}}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 5f5f4cf

Please sign in to comment.