diff options
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 22bd1d2..65a512e 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.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="ShiftnetSites\ShiftSoft.Designer.cs"> + <DependentUpon>ShiftSoft.cs</DependentUpon> + </Compile> <Compile Include="ShiftnetSites\ShiftSoft_Ping.cs"> <SubType>UserControl</SubType> </Compile> @@ -589,6 +595,9 @@ <EmbeddedResource Include="ShiftnetSites\ShiftGames.resx"> <DependentUpon>ShiftGames.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="ShiftnetSites\ShiftSoft.resx"> + <DependentUpon>ShiftSoft.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="ShiftnetSites\ShiftSoft_Ping.resx"> <DependentUpon>ShiftSoft_Ping.cs</DependentUpon> </EmbeddedResource> |
