diff options
| author | william341 <[email protected]> | 2017-06-24 10:53:22 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-24 10:53:22 -0700 |
| commit | bae34710cf86240b2744196c4b95e569fb161c90 (patch) | |
| tree | d5ff99e5cc8f3db8a9236b247886866601b915b9 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | b4b19e7a4d203b58537f5b98214296ab52c49b2d (diff) | |
| parent | 1661f9a5bd46dbd7d2586787c55bfc407c027629 (diff) | |
| download | shiftos_thereturn-bae34710cf86240b2744196c4b95e569fb161c90.tar.gz shiftos_thereturn-bae34710cf86240b2744196c4b95e569fb161c90.tar.bz2 shiftos_thereturn-bae34710cf86240b2744196c4b95e569fb161c90.zip | |
Merge pull request #5 from shiftos-game/master
merge
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 8c1accc..f287540 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -71,6 +71,12 @@ <Compile Include="Applications\About.Designer.cs"> <DependentUpon>About.cs</DependentUpon> </Compile> + <Compile Include="Applications\Clock.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\Clock.Designer.cs"> + <DependentUpon>Clock.cs</DependentUpon> + </Compile> <Compile Include="Applications\IconManager.cs"> <SubType>UserControl</SubType> </Compile> @@ -395,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> @@ -442,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" /> @@ -469,6 +482,9 @@ <EmbeddedResource Include="Applications\About.resx"> <DependentUpon>About.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\Clock.resx"> + <DependentUpon>Clock.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\IconManager.resx"> <DependentUpon>IconManager.cs</DependentUpon> </EmbeddedResource> @@ -621,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> @@ -865,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" /> @@ -932,6 +952,7 @@ </COMReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> + <ProjectExtensions /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> |
