diff options
| author | AShifter <[email protected]> | 2017-11-25 08:59:48 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-11-25 08:59:48 -0700 |
| commit | c81573594f509177214bbc9b64427c8aabdc30a6 (patch) | |
| tree | 0f16be1fffc1e1557adafbd1baa9ff7aa16a3381 /ShiftOS.Engine/ShiftOS.Engine.csproj | |
| parent | 90b1bdca5f8f2bf634a0b83ed9b623843ada5661 (diff) | |
| download | shiftos-rewind-c81573594f509177214bbc9b64427c8aabdc30a6.tar.gz shiftos-rewind-c81573594f509177214bbc9b64427c8aabdc30a6.tar.bz2 shiftos-rewind-c81573594f509177214bbc9b64427c8aabdc30a6.zip | |
Add SaveSystem, FullScreen Terminal and stuff
Git had a horrible seizure and removed our repo but Alex-TIMEHACK helped
us get it back.
Diffstat (limited to 'ShiftOS.Engine/ShiftOS.Engine.csproj')
| -rw-r--r-- | ShiftOS.Engine/ShiftOS.Engine.csproj | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ShiftOS.Engine/ShiftOS.Engine.csproj b/ShiftOS.Engine/ShiftOS.Engine.csproj index faff407..fe4a06e 100644 --- a/ShiftOS.Engine/ShiftOS.Engine.csproj +++ b/ShiftOS.Engine/ShiftOS.Engine.csproj @@ -55,6 +55,7 @@ </Reference> </ItemGroup> <ItemGroup> + <Compile Include="CodepointUpgrade.cs" /> <Compile Include="Misc\EventList.cs" /> <Compile Include="Misc\IniFile.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> @@ -78,11 +79,12 @@ <Compile Include="ShiftFS\IShiftNode.cs" /> <Compile Include="Misc\Tools.cs" /> <Compile Include="UI\ShiftButton.cs"> - <SubType>UserControl</SubType> + <SubType>Component</SubType> </Compile> <Compile Include="UI\ShiftButton.Designer.cs"> <DependentUpon>ShiftButton.cs</DependentUpon> </Compile> + <Compile Include="UI\ShiftStripRenderer.cs" /> <Compile Include="WindowManager\InfoboxTemplate.cs"> <SubType>UserControl</SubType> </Compile> @@ -107,6 +109,9 @@ <EmbeddedResource Include="ShiftFS\FileGUI\FileOpener.resx"> <DependentUpon>FileOpener.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="UI\ShiftButton.resx"> + <DependentUpon>ShiftButton.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="WindowManager\InfoboxTemplate.resx"> <DependentUpon>InfoboxTemplate.cs</DependentUpon> </EmbeddedResource> |
