diff options
| author | william341 <[email protected]> | 2016-07-23 16:20:23 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2016-07-23 16:20:23 -0700 |
| commit | 1a95b347a23fbbabab10ee984b2621089dc93135 (patch) | |
| tree | 84b767063bc369d6979ffee22a59a3d152494be3 /source/WindowsFormsApplication1/ShiftOS.csproj | |
| parent | 4e630d1ab9f7c241bfd659b3a7cbe4c1f65dc021 (diff) | |
| download | shiftos-c--1a95b347a23fbbabab10ee984b2621089dc93135.tar.gz shiftos-c--1a95b347a23fbbabab10ee984b2621089dc93135.tar.bz2 shiftos-c--1a95b347a23fbbabab10ee984b2621089dc93135.zip | |
Re Implemented Cheats
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 9b65eaf..f20a632 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> @@ -416,6 +422,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> |
