diff options
| author | TheUltimateHacker <[email protected]> | 2015-03-20 20:29:17 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-03-20 20:29:41 -0400 |
| commit | 850716b2a8019fbbdee7f4b53c83051d33ad5e22 (patch) | |
| tree | 35073ccd67fe5330ec19f7ca97699b9ba9019b4f /ShiftOS/ShiftOS.vbproj | |
| parent | 4db0241d88bb59059b4c4ba17a9d9478f680bb32 (diff) | |
| download | shiftos-850716b2a8019fbbdee7f4b53c83051d33ad5e22.tar.gz shiftos-850716b2a8019fbbdee7f4b53c83051d33ad5e22.tar.bz2 shiftos-850716b2a8019fbbdee7f4b53c83051d33ad5e22.zip | |
Experimental Features...
LOADS of experimental stuff with Catalyst, Skinning and more!
Why not create a Sounds directory in your Skins\Loaded directory, and
stick a few .wav files in? Preferrably an infobox.wav, startup.wav and
shutdown.wav. Soon, there will be ways of adding these files in-game
through the Shifter, don't worry. Also, a Catalyst Story can be found in
Helper.vb in the form of a string array.
Diffstat (limited to 'ShiftOS/ShiftOS.vbproj')
| -rw-r--r-- | ShiftOS/ShiftOS.vbproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ShiftOS/ShiftOS.vbproj b/ShiftOS/ShiftOS.vbproj index 078e9ef..5ca19d1 100644 --- a/ShiftOS/ShiftOS.vbproj +++ b/ShiftOS/ShiftOS.vbproj @@ -145,6 +145,12 @@ <Compile Include="Calculator.vb"> <SubType>Form</SubType> </Compile> + <Compile Include="Catalyst_Main.Designer.vb"> + <DependentUpon>Catalyst_Main.vb</DependentUpon> + </Compile> + <Compile Include="Catalyst_Main.vb"> + <SubType>Form</SubType> + </Compile> <Compile Include="modform.Designer.vb"> <DependentUpon>modform.vb</DependentUpon> </Compile> @@ -450,6 +456,9 @@ <EmbeddedResource Include="Calculator.resx"> <DependentUpon>Calculator.vb</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Catalyst_Main.resx"> + <DependentUpon>Catalyst_Main.vb</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Clock.resx"> <DependentUpon>Clock.vb</DependentUpon> </EmbeddedResource> @@ -956,6 +965,9 @@ <None Include="Resources\appscapeinfoorcwritevisualpreview.png" /> <None Include="Resources\appscapeinfoorcwritetext.png" /> <None Include="Resources\DesktopPlusPlusAbout.txt" /> + <None Include="Resources\story.txt" /> + <None Include="Resources\CatalystStory.txt" /> + <Content Include="Resources\CatalystGrammar.xml" /> <Content Include="ShiftOSLogo.ico" /> </ItemGroup> <ItemGroup> |
