diff options
| author | MichaelTheShifter <[email protected]> | 2016-07-19 21:53:26 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-07-19 21:53:26 -0400 |
| commit | 6b804f03ebcdd1c5aa145f29ae71b62bd61f8cb9 (patch) | |
| tree | d7bc4b46c45a552add946666151d44490f3b3caf /source/WindowsFormsApplication1/ShiftOS.csproj | |
| parent | 9322701aa1eae9596a8586ef19a0fe1d1b3ab66b (diff) | |
| download | shiftos-c--6b804f03ebcdd1c5aa145f29ae71b62bd61f8cb9.tar.gz shiftos-c--6b804f03ebcdd1c5aa145f29ae71b62bd61f8cb9.tar.bz2 shiftos-c--6b804f03ebcdd1c5aa145f29ae71b62bd61f8cb9.zip | |
Full ShiftUI conversion
The only bugs are that windows don't show in the center of the screen,
and Gecko webbrowsers are not serializing properly to be converted to
ShiftUI widgets (you can use the ToWidget() extension method to convert
a WinForms control to a ShiftUI widget)
Also multiple desktop panels are removed due to some odd bug I can't
diagnose. Will add them back in the future. Promise. I loved creating
GNOME2 skins.
Diffstat (limited to 'source/WindowsFormsApplication1/ShiftOS.csproj')
| -rw-r--r-- | source/WindowsFormsApplication1/ShiftOS.csproj | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/source/WindowsFormsApplication1/ShiftOS.csproj b/source/WindowsFormsApplication1/ShiftOS.csproj index b835f29..8e10ef6 100644 --- a/source/WindowsFormsApplication1/ShiftOS.csproj +++ b/source/WindowsFormsApplication1/ShiftOS.csproj @@ -62,6 +62,9 @@ <HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> <Private>True</Private> </Reference> + <Reference Include="ShiftUI"> + <HintPath>..\..\..\Project-Circle\ShiftUI\bin\Debug\ShiftUI.dll</HintPath> + </Reference> <Reference Include="Svg, Version=2.1.0.28187, Culture=neutral, PublicKeyToken=12a0bac221edeae2, processorArchitecture=MSIL"> <HintPath>..\packages\Svg.2.1.0\lib\Svg.dll</HintPath> <Private>True</Private> @@ -132,13 +135,13 @@ <DependentUpon>Color_Picker.cs</DependentUpon> </Compile> <Compile Include="Controls\Computer.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="Controls\Computer.Designer.cs"> <DependentUpon>Computer.cs</DependentUpon> </Compile> <Compile Include="Controls\Connection.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="Controls\Connection.Designer.cs"> <DependentUpon>Connection.cs</DependentUpon> @@ -156,7 +159,7 @@ <DependentUpon>CreditScroller.cs</DependentUpon> </Compile> <Compile Include="Controls\DesktopIcon.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="Controls\DesktopIcon.Designer.cs"> <DependentUpon>DesktopIcon.cs</DependentUpon> @@ -174,7 +177,7 @@ <DependentUpon>File Skimmer.cs</DependentUpon> </Compile> <Compile Include="FinalMission\ChoiceControl.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="FinalMission\ChoiceControl.Designer.cs"> <DependentUpon>ChoiceControl.cs</DependentUpon> @@ -230,7 +233,7 @@ <DependentUpon>HoloChat.cs</DependentUpon> </Compile> <Compile Include="Controls\IconControl.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="Controls\IconControl.Designer.cs"> <DependentUpon>IconControl.cs</DependentUpon> @@ -242,7 +245,7 @@ <DependentUpon>IconManager.cs</DependentUpon> </Compile> <Compile Include="Controls\ImageSelector.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="Controls\ImageSelector.Designer.cs"> <DependentUpon>ImageSelector.cs</DependentUpon> @@ -280,7 +283,7 @@ <DependentUpon>NetGen.cs</DependentUpon> </Compile> <Compile Include="Controls\NetModuleStatus.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="Controls\NetModuleStatus.Designer.cs"> <DependentUpon>NetModuleStatus.cs</DependentUpon> @@ -292,7 +295,7 @@ <DependentUpon>NetworkBrowser.cs</DependentUpon> </Compile> <Compile Include="Controls\Notification.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="Controls\Notification.Designer.cs"> <DependentUpon>Notification.cs</DependentUpon> @@ -315,7 +318,7 @@ </Compile> <Compile Include="Program.cs" /> <Compile Include="Controls\ProgressBarEX.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="Controls\ProgressBarEX.Designer.cs"> <DependentUpon>ProgressBarEX.cs</DependentUpon> @@ -333,25 +336,25 @@ <DependentUpon>Shifter.cs</DependentUpon> </Compile> <Compile Include="Controls\ShifterColorInput.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="Controls\ShifterColorInput.Designer.cs"> <DependentUpon>ShifterColorInput.cs</DependentUpon> </Compile> <Compile Include="Controls\ShifterGraphicInput.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="Controls\ShifterGraphicInput.Designer.cs"> <DependentUpon>ShifterGraphicInput.cs</DependentUpon> </Compile> <Compile Include="Controls\ShifterIntInput.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="Controls\ShifterIntInput.Designer.cs"> <DependentUpon>ShifterIntInput.cs</DependentUpon> </Compile> <Compile Include="Controls\ShifterTextInput.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="Controls\ShifterTextInput.Designer.cs"> <DependentUpon>ShifterTextInput.cs</DependentUpon> @@ -389,7 +392,7 @@ <DependentUpon>WidgetManager.cs</DependentUpon> </Compile> <Compile Include="Controls\WindowBorder.cs"> - <SubType>UserControl</SubType> + <SubType>UserWidget</SubType> </Compile> <Compile Include="Controls\WindowBorder.Designer.cs"> <DependentUpon>WindowBorder.cs</DependentUpon> |
