diff options
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 4e8b98e..f287540 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -401,6 +401,12 @@ <Compile Include="ShiftnetSites\ShiftGames.Designer.cs"> <DependentUpon>ShiftGames.cs</DependentUpon> </Compile> + <Compile Include="ShiftnetSites\ShiftOSOnline.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="ShiftnetSites\ShiftOSOnline.Designer.cs"> + <DependentUpon>ShiftOSOnline.cs</DependentUpon> + </Compile> <Compile Include="ShiftnetSites\ShiftSoft.cs"> <SubType>UserControl</SubType> </Compile> @@ -448,6 +454,7 @@ <Compile Include="UniteSignupDialog.Designer.cs"> <DependentUpon>UniteSignupDialog.cs</DependentUpon> </Compile> + <Compile Include="VirtualEnvironments.cs" /> <Compile Include="VisualBasicStuff.cs" /> <Compile Include="WFLanguageProvider.cs" /> <Compile Include="WidgetManager.cs" /> @@ -630,6 +637,9 @@ <EmbeddedResource Include="ShiftnetSites\ShiftGames.resx"> <DependentUpon>ShiftGames.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="ShiftnetSites\ShiftOSOnline.resx"> + <DependentUpon>ShiftOSOnline.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="ShiftnetSites\ShiftSoft.resx"> <DependentUpon>ShiftSoft.cs</DependentUpon> </EmbeddedResource> @@ -874,6 +884,7 @@ <Content Include="Resources\GuessTheNumber.py" /> <None Include="Resources\mindblow.png" /> <None Include="Resources\strings_fr.txt" /> + <None Include="Resources\PebcakDevelFS.txt" /> <Content Include="SystemIcons\iconArtpad.png" /> <Content Include="SystemIcons\iconAudioPlayer.png" /> <Content Include="SystemIcons\iconBitnoteDigger.png" /> |
