diff options
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 |
