diff options
| author | Michael <[email protected]> | 2017-04-15 11:35:38 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-15 11:35:38 -0400 |
| commit | 761202b4908d28f6aba852a3a59eb1dca50957d1 (patch) | |
| tree | 895c5f4e0eb97a7b6a26a41cd43c781dabe428c2 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 1a3a9b4a4c82bab2417955c81acddb85352d9013 (diff) | |
| download | shiftos_thereturn-761202b4908d28f6aba852a3a59eb1dca50957d1.tar.gz shiftos_thereturn-761202b4908d28f6aba852a3a59eb1dca50957d1.tar.bz2 shiftos_thereturn-761202b4908d28f6aba852a3a59eb1dca50957d1.zip | |
Infobox SHOULD play a sound.
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 95612ef..9675bb6 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -37,6 +37,7 @@ <HintPath>..\packages\CommonMark.NET.0.15.0\lib\net45\CommonMark.dll</HintPath> <Private>True</Private> </Reference> + <Reference Include="Microsoft.VisualBasic" /> <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> <Private>True</Private> @@ -291,6 +292,7 @@ <Compile Include="Tools\DitheringEngine.cs" /> <Compile Include="Tools\ShiftOSMenuRenderer.cs" /> <Compile Include="TrailerCommands.cs" /> + <Compile Include="VisualBasicStuff.cs" /> <Compile Include="WFLanguageProvider.cs" /> <Compile Include="Window.cs"> <SubType>UserControl</SubType> @@ -614,7 +616,12 @@ <None Include="Resources\SnakeyHeadR.png" /> <None Include="Resources\SnakeyFruit.png" /> <None Include="Resources\ShiftnetServices.txt" /> + <None Include="Resources\3beepvirus.wav" /> + <None Include="Resources\dial-up-modem-02.wav" /> <Content Include="Resources\fileiconcf.bmp" /> + <None Include="Resources\infobox.wav" /> + <None Include="Resources\typesound.wav" /> + <None Include="Resources\writesound.wav" /> <Content Include="SystemIcons\iconArtpad.png" /> <Content Include="SystemIcons\iconAudioPlayer.png" /> <Content Include="SystemIcons\iconBitnoteDigger.png" /> |
