diff options
| author | TheUltimateHacker <[email protected]> | 2015-05-29 12:39:04 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-05-29 12:39:04 -0400 |
| commit | 2bed5c22ff991077bdd1aadd20275c17c1218211 (patch) | |
| tree | 839432ae446669c039974e159e2b2a28a72c3701 /shiftos_next/shiftos_next.vbproj | |
| parent | ccdbbbed1898c5073dc460a737cdd4b7c7036bb5 (diff) | |
| download | shiftos-next-2bed5c22ff991077bdd1aadd20275c17c1218211.tar.gz shiftos-next-2bed5c22ff991077bdd1aadd20275c17c1218211.tar.bz2 shiftos-next-2bed5c22ff991077bdd1aadd20275c17c1218211.zip | |
Skin Loader for BWM added
Next skinning upgrade has been added, which is the Skin Loader that
allows you to save and load skins.
Diffstat (limited to 'shiftos_next/shiftos_next.vbproj')
| -rw-r--r-- | shiftos_next/shiftos_next.vbproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shiftos_next/shiftos_next.vbproj b/shiftos_next/shiftos_next.vbproj index db76ab6..bce8575 100644 --- a/shiftos_next/shiftos_next.vbproj +++ b/shiftos_next/shiftos_next.vbproj @@ -78,6 +78,12 @@ <Compile Include="BWM and CMD Apps\Shifter.vb"> <SubType>Form</SubType> </Compile> + <Compile Include="BWM and CMD Apps\SkinLoader.Designer.vb"> + <DependentUpon>SkinLoader.vb</DependentUpon> + </Compile> + <Compile Include="BWM and CMD Apps\SkinLoader.vb"> + <SubType>Form</SubType> + </Compile> <Compile Include="Menu Renderers\BasicWM_ColorTable.vb" /> <Compile Include="BWM and CMD Apps\basicwm_infobox.Designer.vb"> <DependentUpon>basicwm_infobox.vb</DependentUpon> @@ -161,6 +167,9 @@ <EmbeddedResource Include="BWM and CMD Apps\Shifter.resx"> <DependentUpon>Shifter.vb</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="BWM and CMD Apps\SkinLoader.resx"> + <DependentUpon>SkinLoader.vb</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="BWM User Controls\Titlebar.resx"> <DependentUpon>Titlebar.vb</DependentUpon> </EmbeddedResource> |
