diff options
| author | Michael <[email protected]> | 2017-05-29 11:38:11 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-29 11:38:20 -0400 |
| commit | 58c9152351b02b37e63fc193060474478f1e9a65 (patch) | |
| tree | a13b648e958bf656c216b290888105644f5eced5 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | f5a8a0a8c79f12eddb9ea862f1733d0d2706fa50 (diff) | |
| download | shiftos_thereturn-58c9152351b02b37e63fc193060474478f1e9a65.tar.gz shiftos_thereturn-58c9152351b02b37e63fc193060474478f1e9a65.tar.bz2 shiftos_thereturn-58c9152351b02b37e63fc193060474478f1e9a65.zip | |
various things from last night
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 9844657..22bd1d2 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -388,6 +388,12 @@ <Compile Include="ShiftnetSites\ShiftGames.Designer.cs"> <DependentUpon>ShiftGames.cs</DependentUpon> </Compile> + <Compile Include="ShiftnetSites\ShiftSoft_Ping.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="ShiftnetSites\ShiftSoft_Ping.Designer.cs"> + <DependentUpon>ShiftSoft_Ping.cs</DependentUpon> + </Compile> <Compile Include="ShiftOSAudioProvider.cs" /> <Compile Include="ShiftOSConfigFile.cs" /> <Compile Include="SkinCommands.cs" /> @@ -583,6 +589,9 @@ <EmbeddedResource Include="ShiftnetSites\ShiftGames.resx"> <DependentUpon>ShiftGames.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="ShiftnetSites\ShiftSoft_Ping.resx"> + <DependentUpon>ShiftSoft_Ping.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="UniteLoginDialog.resx"> <DependentUpon>UniteLoginDialog.cs</DependentUpon> </EmbeddedResource> |
