aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftOS.WinForms.csproj
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-02-26 19:58:03 -0700
committerGitHub <[email protected]>2017-02-26 19:58:03 -0700
commit843143b86a55390172e20565ddbd1bbde9d5892e (patch)
tree7608d8dc4284f283d53c94e866cfb1937027cf38 /ShiftOS.WinForms/ShiftOS.WinForms.csproj
parente9acecf0deada4b3adb54000900d26b40fa1d930 (diff)
parentba1519e3ce1c9710befcb4b36e0a2da21005ef31 (diff)
downloadshiftos_thereturn-843143b86a55390172e20565ddbd1bbde9d5892e.tar.gz
shiftos_thereturn-843143b86a55390172e20565ddbd1bbde9d5892e.tar.bz2
shiftos_thereturn-843143b86a55390172e20565ddbd1bbde9d5892e.zip
Merge pull request #98 from lempamo/master
shiftsweeper
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
-rw-r--r--ShiftOS.WinForms/ShiftOS.WinForms.csproj39
1 files changed, 33 insertions, 6 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
index e458704..e061f82 100644
--- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj
+++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
@@ -178,6 +178,12 @@
<Compile Include="Applications\ShiftoriumFrontend.Designer.cs">
<DependentUpon>ShiftoriumFrontend.cs</DependentUpon>
</Compile>
+ <Compile Include="Applications\ShiftSweeper.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="Applications\ShiftSweeper.Designer.cs">
+ <DependentUpon>ShiftSweeper.cs</DependentUpon>
+ </Compile>
<Compile Include="Applications\ShopItemCreator.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -239,6 +245,11 @@
<Compile Include="Oobe.Designer.cs">
<DependentUpon>Oobe.cs</DependentUpon>
</Compile>
+ <Compile Include="Properties\Resources.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>Resources.resx</DependentUpon>
+ </Compile>
<Compile Include="ShiftOSAudioProvider.cs" />
<Compile Include="ShiftOSConfigFile.cs" />
<Compile Include="Tools\ColorPickerDataBackend.cs" />
@@ -322,6 +333,9 @@
<EmbeddedResource Include="Applications\ShiftoriumFrontend.resx">
<DependentUpon>ShiftoriumFrontend.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Applications\ShiftSweeper.resx">
+ <DependentUpon>ShiftSweeper.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Applications\ShopItemCreator.resx">
<DependentUpon>ShopItemCreator.cs</DependentUpon>
</EmbeddedResource>
@@ -345,14 +359,9 @@
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
<EmbeddedResource Include="WindowBorder.resx">
<DependentUpon>WindowBorder.cs</DependentUpon>
</EmbeddedResource>
@@ -528,6 +537,22 @@
<ItemGroup>
<None Include="Resources\RegularDesktopGlyph.bmp" />
<None Include="Resources\justthes.png" />
+ <None Include="Resources\SweeperClickFace.png" />
+ <None Include="Resources\SweeperLoseFace.png" />
+ <None Include="Resources\SweeperNormalFace.png" />
+ <None Include="Resources\SweeperWinFace.png" />
+ <None Include="Resources\SweeperTile5.png" />
+ <None Include="Resources\SweeperTile6.png" />
+ <None Include="Resources\SweeperTile7.png" />
+ <None Include="Resources\SweeperTile8.png" />
+ <None Include="Resources\SweeperTileBlock.png" />
+ <None Include="Resources\SweeperTileFlag.png" />
+ <None Include="Resources\SweeperTile0.png" />
+ <None Include="Resources\SweeperTile1.png" />
+ <None Include="Resources\SweeperTile2.png" />
+ <None Include="Resources\SweeperTile3.png" />
+ <None Include="Resources\SweeperTile4.png" />
+ <None Include="Resources\SweeperTileBomb.png" />
<Content Include="SystemIcons\iconArtpad.png" />
<Content Include="SystemIcons\iconAudioPlayer.png" />
<Content Include="SystemIcons\iconBitnoteDigger.png" />
@@ -551,8 +576,10 @@
<Content Include="SystemIcons\iconorcwrite.png" />
<Content Include="SystemIcons\iconPong.png" />
<Content Include="SystemIcons\iconShifter.png" />
+ <None Include="SystemIcons\iconShiftLetters.png" />
<Content Include="SystemIcons\iconShiftnet.png" />
<Content Include="SystemIcons\iconShiftorium.png" />
+ <None Include="SystemIcons\iconShiftSweeper.png" />
<Content Include="SystemIcons\iconshutdown.png" />
<Content Include="SystemIcons\iconSkinLoader.png" />
<Content Include="SystemIcons\iconSkinShifter.png" />