diff options
| author | Michael VanOverbeek <[email protected]> | 2016-07-20 06:43:10 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-20 06:43:10 -0700 |
| commit | 4fe0de40aa9e3dc82de40d447331c39fab5f4c4c (patch) | |
| tree | 9cde5fe3d96d2118330ecbcbb5eaa0d4de1fa4d8 /source/WindowsFormsApplication1/ShiftOS.csproj | |
| parent | 75516ee42dfb89cbe60cb3d1f0121381bc39317f (diff) | |
| parent | 6cc2ae2259967a09db4143ac8c6b2e2400ffe73a (diff) | |
| download | shiftos-c-_theultimatehacker-4fe0de40aa9e3dc82de40d447331c39fab5f4c4c.tar.gz shiftos-c-_theultimatehacker-4fe0de40aa9e3dc82de40d447331c39fab5f4c4c.tar.bz2 shiftos-c-_theultimatehacker-4fe0de40aa9e3dc82de40d447331c39fab5f4c4c.zip | |
Merge pull request #7 from GabrielTK/master
Added "cheat" Command
Diffstat (limited to 'source/WindowsFormsApplication1/ShiftOS.csproj')
| -rw-r--r-- | source/WindowsFormsApplication1/ShiftOS.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/ShiftOS.csproj b/source/WindowsFormsApplication1/ShiftOS.csproj index b835f29..066a32e 100644 --- a/source/WindowsFormsApplication1/ShiftOS.csproj +++ b/source/WindowsFormsApplication1/ShiftOS.csproj @@ -103,6 +103,12 @@ <Compile Include="Apps\Artpad.Designer.cs"> <DependentUpon>Artpad.cs</DependentUpon> </Compile> + <Compile Include="Apps\Cheats.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="Apps\Cheats.Designer.cs"> + <DependentUpon>Cheats.cs</DependentUpon> + </Compile> <Compile Include="Controls\SyntaxHighlighter.cs"> <SubType>Component</SubType> </Compile> @@ -413,6 +419,9 @@ <EmbeddedResource Include="Apps\BitnoteWallet.resx"> <DependentUpon>BitnoteWallet.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Apps\Cheats.resx"> + <DependentUpon>Cheats.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Dialogs\Color_Picker.resx"> <DependentUpon>Color_Picker.cs</DependentUpon> </EmbeddedResource> |
