diff options
| author | Michael <[email protected]> | 2017-04-25 11:48:44 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-25 11:48:44 -0400 |
| commit | cd29d582d90e0a31a9b21661a813c789b82468cc (patch) | |
| tree | d7c85a52b1f88728c2bf444fe786ec8cea84cd2c /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | d22957d2abb77f162ac5ef43a064a4ce056fc046 (diff) | |
| download | shiftos_thereturn-cd29d582d90e0a31a9b21661a813c789b82468cc.tar.gz shiftos_thereturn-cd29d582d90e0a31a9b21661a813c789b82468cc.tar.bz2 shiftos_thereturn-cd29d582d90e0a31a9b21661a813c789b82468cc.zip | |
appscape fixes + video player
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 dac803d..7c39078 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -244,6 +244,12 @@ <Compile Include="Applications\UpdateManager.Designer.cs"> <DependentUpon>UpdateManager.cs</DependentUpon> </Compile> + <Compile Include="Applications\VideoPlayer.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\VideoPlayer.Designer.cs"> + <DependentUpon>VideoPlayer.cs</DependentUpon> + </Compile> <Compile Include="Applications\WidgetManagerFrontend.cs"> <SubType>UserControl</SubType> </Compile> @@ -459,6 +465,9 @@ <EmbeddedResource Include="Applications\UpdateManager.resx"> <DependentUpon>UpdateManager.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\VideoPlayer.resx"> + <DependentUpon>VideoPlayer.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\WidgetManagerFrontend.resx"> <DependentUpon>WidgetManagerFrontend.cs</DependentUpon> </EmbeddedResource> |
