diff options
| author | Michael <[email protected]> | 2017-06-23 20:20:38 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-23 20:20:38 -0400 |
| commit | 1661f9a5bd46dbd7d2586787c55bfc407c027629 (patch) | |
| tree | d5ff99e5cc8f3db8a9236b247886866601b915b9 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 42a7829864cd6cf2dff2a21f9dbed208b154c6f7 (diff) | |
| download | shiftos_thereturn-1661f9a5bd46dbd7d2586787c55bfc407c027629.tar.gz shiftos_thereturn-1661f9a5bd46dbd7d2586787c55bfc407c027629.tar.bz2 shiftos_thereturn-1661f9a5bd46dbd7d2586787c55bfc407c027629.zip | |
hacking work
Me: [squeaky] IT'S WORKING!!
Phil: Michael... You just creeped me out...
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" /> |
