diff options
| author | Aren <[email protected]> | 2017-02-12 15:57:25 +0100 |
|---|---|---|
| committer | Aren <[email protected]> | 2017-02-12 15:57:25 +0100 |
| commit | 88e84f74e1c352b5e24b088ba31cff9eb39964fb (patch) | |
| tree | a1eb743b6e3bfbeb0ffcbaf82d5afb5bd48b534f /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 118174ec137a07c376f08ac02f995b99dc8facd9 (diff) | |
| download | shiftos_thereturn-88e84f74e1c352b5e24b088ba31cff9eb39964fb.tar.gz shiftos_thereturn-88e84f74e1c352b5e24b088ba31cff9eb39964fb.tar.bz2 shiftos_thereturn-88e84f74e1c352b5e24b088ba31cff9eb39964fb.zip | |
Added basic discord integration, please improve UI, someone
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 f566870..9212406 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -87,6 +87,12 @@ <Compile Include="Applications\Dialog.Designer.cs"> <DependentUpon>Dialog.cs</DependentUpon> </Compile> + <Compile Include="Applications\Discord.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="Applications\Discord.Designer.cs"> + <DependentUpon>Discord.cs</DependentUpon> + </Compile> <Compile Include="Applications\Downloader.cs"> <SubType>UserControl</SubType> </Compile> @@ -241,6 +247,9 @@ <EmbeddedResource Include="Applications\Dialog.resx"> <DependentUpon>Dialog.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="Applications\Discord.resx"> + <DependentUpon>Discord.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="Applications\Downloader.resx"> <DependentUpon>Downloader.cs</DependentUpon> </EmbeddedResource> |
