mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
finished!
This commit is contained in:
parent
9c644ead8f
commit
fd5c025ade
4 changed files with 13 additions and 0 deletions
|
@ -758,6 +758,7 @@
|
|||
<None Include="Resources\GuessTheNumber\GTN95_Correct.png" />
|
||||
<None Include="Resources\GuessTheNumber\GTN95_Lower.png" />
|
||||
<None Include="Resources\GuessTheNumber\GTN95_Error.png" />
|
||||
<None Include="Resources\distort fail.wav" />
|
||||
<Content Include="Resources\Icon128x.ico" />
|
||||
<None Include="Resources\ICTheme_BG.jpg" />
|
||||
<None Include="Resources\IE3\IE3_SwirlyThings.png" />
|
||||
|
|
|
@ -2120,4 +2120,7 @@
|
|||
<data name="Win98Welcome" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\WinClassic\Win98Welcome.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="distort_fail" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\distort fail.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
</root>
|
9
Histacom2/Properties/Resources1.Designer.cs
generated
9
Histacom2/Properties/Resources1.Designer.cs
generated
|
@ -165,6 +165,15 @@ public static System.Drawing.Bitmap DCTheme_BG {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
|
||||
/// </summary>
|
||||
public static System.IO.UnmanagedMemoryStream distort_fail {
|
||||
get {
|
||||
return ResourceManager.GetStream("distort_fail", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream.
|
||||
/// </summary>
|
||||
|
|
BIN
Histacom2/Resources/distort fail.wav
Normal file
BIN
Histacom2/Resources/distort fail.wav
Normal file
Binary file not shown.
Loading…
Reference in a new issue