diff options
| author | AShifter <[email protected]> | 2017-10-03 20:44:54 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-10-03 20:44:54 -0600 |
| commit | 385d800066822cdf7467a90f6168026b6603573e (patch) | |
| tree | 3d658f306135e53c2198c3f8eacfb4000f32d47d /ShiftOS.Engine/ShiftOS.Engine.csproj | |
| parent | eb54509f1644d5acc038817e664c98c2c6494558 (diff) | |
| download | shiftos-rewind-385d800066822cdf7467a90f6168026b6603573e.tar.gz shiftos-rewind-385d800066822cdf7467a90f6168026b6603573e.tar.bz2 shiftos-rewind-385d800066822cdf7467a90f6168026b6603573e.zip | |
Adding basic skinning
Open up the shifter, choose a skin and hit Apply. I
ll work on it more later.
Diffstat (limited to 'ShiftOS.Engine/ShiftOS.Engine.csproj')
| -rw-r--r-- | ShiftOS.Engine/ShiftOS.Engine.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Engine/ShiftOS.Engine.csproj b/ShiftOS.Engine/ShiftOS.Engine.csproj index be91d50..71721bc 100644 --- a/ShiftOS.Engine/ShiftOS.Engine.csproj +++ b/ShiftOS.Engine/ShiftOS.Engine.csproj @@ -59,7 +59,7 @@ <Compile Include="WindowManager\InfoboxTemplate.Designer.cs"> <DependentUpon>InfoboxTemplate.cs</DependentUpon> </Compile> - <Compile Include="WindowManager\ShiftArray.cs" /> + <Compile Include="WindowManager\ShiftSkinData.cs" /> <Compile Include="WindowManager\ShiftWindow.cs"> <SubType>Form</SubType> </Compile> |
