diff options
| author | lempamo <[email protected]> | 2017-02-25 09:49:33 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-25 09:49:33 -0500 |
| commit | 271c973c3f1de0afd96a4ad3d0e0ed43b5e1b4f8 (patch) | |
| tree | 8ed3a0838919e062a665b3265e71e47f17bff458 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 3e5498e2f93e96e3efc5a808bea6de07a2c41e68 (diff) | |
| parent | ea18e37bffacbb8d52b875eecc860dc985ba8bc5 (diff) | |
| download | shiftos_thereturn-271c973c3f1de0afd96a4ad3d0e0ed43b5e1b4f8.tar.gz shiftos_thereturn-271c973c3f1de0afd96a4ad3d0e0ed43b5e1b4f8.tar.bz2 shiftos_thereturn-271c973c3f1de0afd96a4ad3d0e0ed43b5e1b4f8.zip | |
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
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 a512de2..8ea1a04 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -118,6 +118,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> @@ -277,6 +283,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> |
