diff options
| author | Aren <[email protected]> | 2017-02-25 14:08:48 +0100 |
|---|---|---|
| committer | Aren <[email protected]> | 2017-02-25 14:08:48 +0100 |
| commit | 9cd4ea556b1435e00d879b58c67134cf543f3eab (patch) | |
| tree | 500b3aea05142682b4eb2de904a48b0e2767f736 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 5573e82ca48bb891bbaf6c2f05215dba8e441ce8 (diff) | |
| download | shiftos_thereturn-9cd4ea556b1435e00d879b58c67134cf543f3eab.tar.gz shiftos_thereturn-9cd4ea556b1435e00d879b58c67134cf543f3eab.tar.bz2 shiftos_thereturn-9cd4ea556b1435e00d879b58c67134cf543f3eab.zip | |
Added ShiftLetters as a new game, made Audio Volume upgrade more expensive.
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 45c1a47..dac8c73 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -112,6 +112,12 @@ <Compile Include="Applications\GraphicPicker.Designer.cs"> <DependentUpon>GraphicPicker.cs</DependentUpon> </Compile> + <Compile Include="Applications\ShiftLetters.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\ShiftLetters.Designer.cs"> + <DependentUpon>ShiftLetters.cs</DependentUpon> + </Compile> <Compile Include="Applications\MUDControlCentre.cs"> <SubType>UserControl</SubType> </Compile> @@ -268,6 +274,9 @@ <EmbeddedResource Include="Applications\GraphicPicker.resx"> <DependentUpon>GraphicPicker.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\ShiftLetters.resx"> + <DependentUpon>ShiftLetters.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\MUDControlCentre.resx"> <DependentUpon>MUDControlCentre.cs</DependentUpon> </EmbeddedResource> |
