diff options
| author | FloppyDiskDrive <[email protected]> | 2017-11-21 16:28:17 -0600 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-11-21 16:28:17 -0600 |
| commit | d6359cad3e714d86b1ffd8ed8abe8f6e7e713f41 (patch) | |
| tree | 9d95413c3c4bc32dd00cc2e7fbd3906415a5b154 /ShiftOS.Engine/ShiftOS.Engine.csproj | |
| parent | b0cdadf275e2f3642da0a6cac2eabc294d4383c8 (diff) | |
| parent | f986e59659601108e64cf3475da99ca7b42c6f37 (diff) | |
| download | shiftos-rewind-d6359cad3e714d86b1ffd8ed8abe8f6e7e713f41.tar.gz shiftos-rewind-d6359cad3e714d86b1ffd8ed8abe8f6e7e713f41.tar.bz2 shiftos-rewind-d6359cad3e714d86b1ffd8ed8abe8f6e7e713f41.zip | |
Merge branch 'master' of https://github.com/ShiftOS-Rewind/ShiftOS
Diffstat (limited to 'ShiftOS.Engine/ShiftOS.Engine.csproj')
| -rw-r--r-- | ShiftOS.Engine/ShiftOS.Engine.csproj | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ShiftOS.Engine/ShiftOS.Engine.csproj b/ShiftOS.Engine/ShiftOS.Engine.csproj index 384d356..db21b5a 100644 --- a/ShiftOS.Engine/ShiftOS.Engine.csproj +++ b/ShiftOS.Engine/ShiftOS.Engine.csproj @@ -76,6 +76,12 @@ <Compile Include="ShiftFS\ShiftFS.cs" /> <Compile Include="ShiftFS\IShiftNode.cs" /> <Compile Include="Misc\Tools.cs" /> + <Compile Include="UI\ShiftButton.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="UI\ShiftButton.Designer.cs"> + <DependentUpon>ShiftButton.cs</DependentUpon> + </Compile> <Compile Include="WindowManager\InfoboxTemplate.cs"> <SubType>UserControl</SubType> </Compile> @@ -1102,8 +1108,6 @@ <ItemGroup> <None Include="Resources\zoombuttonpressed.png" /> </ItemGroup> - <ItemGroup> - <Folder Include="UI\" /> - </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
