From e447716b433f13c0797c667b1510baf4d38cc686 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 6 Feb 2018 20:37:05 -0500 Subject: [PATCH] Update packages, switch to submodules --- .gitmodules | 3 + FloatingStatusWindowLibrary.sln | 8 +- .../AppearanceWindow.xaml | 2 +- FloatingStatusWindowLibrary/Common.Wpf | 1 + .../FloatingStatusWindowLibrary.csproj | 45 +++-- FloatingStatusWindowLibrary/packages.config | 4 +- FloatingStatusWindows.sln | 187 ------------------ StartAll.bat | 7 - TestWindow/App.xaml.cs | 7 +- 9 files changed, 44 insertions(+), 220 deletions(-) create mode 100644 .gitmodules create mode 160000 FloatingStatusWindowLibrary/Common.Wpf delete mode 100644 FloatingStatusWindows.sln delete mode 100644 StartAll.bat diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d231f8a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "FloatingStatusWindowLibrary/Common.Wpf"] + path = FloatingStatusWindowLibrary/Common.Wpf + url = https://github.com/ckaczor/Common.Wpf.git diff --git a/FloatingStatusWindowLibrary.sln b/FloatingStatusWindowLibrary.sln index 1b87abc..cf3e3c9 100644 --- a/FloatingStatusWindowLibrary.sln +++ b/FloatingStatusWindowLibrary.sln @@ -7,15 +7,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FloatingStatusWindowLibrary EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWindow", "TestWindow\TestWindow.csproj", "{0C541788-8FFD-47B6-8E6B-653A884CFA55}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Wpf", "..\Common.Wpf\Common.Wpf.csproj", "{0074C983-550E-4094-9E8C-F566FB669297}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Native", "..\Common.Native\Common.Native.csproj", "{ED1C07A1-54F5-4796-8B06-2A0BB1960D84}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{C4E7C6BF-86B2-433B-B842-31B82811FAC9}" ProjectSection(SolutionItems) = preProject .gitignore = .gitignore EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Wpf", "FloatingStatusWindowLibrary\Common.Wpf\Common.Wpf.csproj", "{0074C983-550E-4094-9E8C-F566FB669297}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Native", "FloatingStatusWindowLibrary\Common.Wpf\Common.Native\Common.Native.csproj", "{ED1C07A1-54F5-4796-8B06-2A0BB1960D84}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/FloatingStatusWindowLibrary/AppearanceWindow.xaml b/FloatingStatusWindowLibrary/AppearanceWindow.xaml index bbaca6f..c5fb9fb 100644 --- a/FloatingStatusWindowLibrary/AppearanceWindow.xaml +++ b/FloatingStatusWindowLibrary/AppearanceWindow.xaml @@ -87,7 +87,7 @@ Name="ForegroundColorPicker" DisplayColorAndName="True" SelectedColor="{Binding Path=FontColor,UpdateSourceTrigger=PropertyChanged,NotifyOnSourceUpdated=True}" - ShowAdvancedButton="False" Margin="6" /> + Margin="6" />