diff options
| author | RogueAI42 <[email protected]> | 2017-06-25 16:34:56 +1000 |
|---|---|---|
| committer | RogueAI42 <[email protected]> | 2017-06-25 16:34:56 +1000 |
| commit | cd170687a5b15763e688f10a8d9bb478690dc2bd (patch) | |
| tree | b80d808d7a5d4eb674a5876a769c90aa80ada007 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 255ad0993d4334e306eb5475cee2cf82778dcecd (diff) | |
| download | shiftos_thereturn-cd170687a5b15763e688f10a8d9bb478690dc2bd.tar.gz shiftos_thereturn-cd170687a5b15763e688f10a8d9bb478690dc2bd.tar.bz2 shiftos_thereturn-cd170687a5b15763e688f10a8d9bb478690dc2bd.zip | |
ButtonMaster: new game for Appscape based on the Druaga1 video
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 570d049..43bd04b 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -71,6 +71,12 @@ <Compile Include="Applications\About.Designer.cs"> <DependentUpon>About.cs</DependentUpon> </Compile> + <Compile Include="Applications\ButtonMaster.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\ButtonMaster.Designer.cs"> + <DependentUpon>ButtonMaster.cs</DependentUpon> + </Compile> <Compile Include="Applications\Clock.cs"> <SubType>UserControl</SubType> </Compile> @@ -483,6 +489,9 @@ <EmbeddedResource Include="Applications\About.resx"> <DependentUpon>About.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\ButtonMaster.resx"> + <DependentUpon>ButtonMaster.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\Clock.resx"> <DependentUpon>Clock.cs</DependentUpon> </EmbeddedResource> @@ -875,6 +884,7 @@ <None Include="Resources\Ambient9.mp3" /> <None Include="Resources\austmicrotrends.png" /> <None Include="Resources\brute.mp3" /> + <None Include="Resources\BlueBlueVerticalGradient.png" /> <Content Include="Resources\fileiconcf.bmp" /> <None Include="Resources\infobox.wav" /> <None Include="Resources\typesound.wav" /> |
