diff options
| author | wowmom98 <[email protected]> | 2017-02-26 15:52:08 -0500 |
|---|---|---|
| committer | wowmom98 <[email protected]> | 2017-02-26 15:52:08 -0500 |
| commit | ec61f5dfe9de92470cd91269c77713549e7d6159 (patch) | |
| tree | 47faf338907cd5c57040556cff7e7a4bbd1547da /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 2809d9c76d47640e6ac076e7484801415eff625f (diff) | |
| parent | 0e3362e8e3c635150d92fd5acc9d69473ec588fc (diff) | |
| download | shiftos_thereturn-ec61f5dfe9de92470cd91269c77713549e7d6159.tar.gz shiftos_thereturn-ec61f5dfe9de92470cd91269c77713549e7d6159.tar.bz2 shiftos_thereturn-ec61f5dfe9de92470cd91269c77713549e7d6159.zip | |
Merge remote-tracking branch 'origin/master'
# Conflicts:
# ShiftOS.WinForms/Resources/Shiftorium.txt
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 be83036..e458704 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -70,6 +70,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> |
