diff options
| author | lempamo <[email protected]> | 2017-02-25 20:28:58 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-25 20:28:58 -0500 |
| commit | b2bd8eb462f222db64efbc729c6ce2cfb5b65d61 (patch) | |
| tree | 15fba5f2ad7a08e4f5b39918bb58f64984c4d594 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | f51200b5d763f11c151a01909aea7a400f267a86 (diff) | |
| download | shiftos_thereturn-b2bd8eb462f222db64efbc729c6ce2cfb5b65d61.tar.gz shiftos_thereturn-b2bd8eb462f222db64efbc729c6ce2cfb5b65d61.tar.bz2 shiftos_thereturn-b2bd8eb462f222db64efbc729c6ce2cfb5b65d61.zip | |
Added custom wordlist feature to shiftletters
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 8ea1a04..6fc2341 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -64,6 +64,12 @@ <Compile Include="Applications\Artpad.Designer.cs"> <DependentUpon>Artpad.cs</DependentUpon> </Compile> + <Compile Include="Applications\AudioPlayer.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\AudioPlayer.Designer.cs"> + <DependentUpon>AudioPlayer.cs</DependentUpon> + </Compile> <Compile Include="Applications\Calculator.cs"> <SubType>UserControl</SubType> </Compile> |
