diff options
| author | FloppyDiskDrive <[email protected]> | 2017-11-21 16:12:15 -0600 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-11-21 16:12:15 -0600 |
| commit | 2950e4546a0aad1036a7e655c41d170e6dd7ef12 (patch) | |
| tree | 70b4ecb1b0b7e364749217ca25195b396d0d2f1a /ShiftOS.Engine/ShiftOS.Engine.csproj | |
| parent | 4534ff6252d2cd442d2180b024a94db1f4379f41 (diff) | |
| download | shiftos-rewind-2950e4546a0aad1036a7e655c41d170e6dd7ef12.tar.gz shiftos-rewind-2950e4546a0aad1036a7e655c41d170e6dd7ef12.tar.bz2 shiftos-rewind-2950e4546a0aad1036a7e655c41d170e6dd7ef12.zip | |
updated the TerminalBackend.cs file lel
Diffstat (limited to 'ShiftOS.Engine/ShiftOS.Engine.csproj')
| -rw-r--r-- | ShiftOS.Engine/ShiftOS.Engine.csproj | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ShiftOS.Engine/ShiftOS.Engine.csproj b/ShiftOS.Engine/ShiftOS.Engine.csproj index aa9d370..384d356 100644 --- a/ShiftOS.Engine/ShiftOS.Engine.csproj +++ b/ShiftOS.Engine/ShiftOS.Engine.csproj @@ -76,12 +76,6 @@ <Compile Include="ShiftFS\ShiftFS.cs" /> <Compile Include="ShiftFS\IShiftNode.cs" /> <Compile Include="Misc\Tools.cs" /> - <Compile Include="UI\ShiftButton.cs"> - <SubType>Component</SubType> - </Compile> - <Compile Include="UI\ShiftButton.Designer.cs"> - <DependentUpon>ShiftButton.cs</DependentUpon> - </Compile> <Compile Include="WindowManager\InfoboxTemplate.cs"> <SubType>UserControl</SubType> </Compile> @@ -1108,5 +1102,8 @@ <ItemGroup> <None Include="Resources\zoombuttonpressed.png" /> </ItemGroup> + <ItemGroup> + <Folder Include="UI\" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
