Skip to content

Commit

Permalink
unite projects in one solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiritreader committed Jul 6, 2020
1 parent e057b22 commit ac07823
Show file tree
Hide file tree
Showing 40 changed files with 22 additions and 6,357 deletions.
5 changes: 0 additions & 5 deletions AutoDarkModeSvc/AutoDarkModeSvc.csproj
Expand Up @@ -25,11 +25,6 @@
<OutputPath>..\bin\Debug</OutputPath>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\AutoDarkModeApp\Communication\Command.cs" Link="Communication\Command.cs" />
<Compile Include="..\AutoDarkModeApp\SunDate.cs" Link="SunDate.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Windows.SDK.Contracts" Version="10.0.17134.1000" />
<PackageReference Include="NetMQ" Version="4.0.0.207" />
Expand Down
5 changes: 1 addition & 4 deletions AutoDarkModeSvc/Communication/MessageParser.cs
@@ -1,10 +1,7 @@
using AutoDarkMode;
using AutoDarkModeApp;
using AutoDarkModeSvc.Config;
using AutoDarkModeSvc.Config;
using AutoDarkModeSvc.Handlers;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;

namespace AutoDarkModeSvc.Communication
Expand Down
4 changes: 0 additions & 4 deletions AutoDarkModeSvc/Communication/PipeServer.cs
Expand Up @@ -3,10 +3,6 @@
using System.IO;
using System.IO.Pipes;
using System.Threading.Tasks;
using AutoDarkMode;
using AutoDarkModeApp;
using AutoDarkModeSvc.Config;
using AutoDarkModeSvc.Handlers;

namespace AutoDarkModeSvc.Communication
{
Expand Down
1 change: 0 additions & 1 deletion AutoDarkModeSvc/Service.cs
Expand Up @@ -3,7 +3,6 @@
using System.Diagnostics;
using System.Threading;
using System.Windows.Forms;
using AutoDarkMode;
using AutoDarkModeSvc.Config;
using AutoDarkModeSvc.Communication;
using AutoDarkModeSvc.Handlers;
Expand Down
107 changes: 0 additions & 107 deletions AutoThemeChanger/App.config

This file was deleted.

88 changes: 0 additions & 88 deletions AutoThemeChanger/App.xaml.cs

This file was deleted.

10 changes: 0 additions & 10 deletions AutoThemeChanger/AutoDarkMode.VisualElementsManifest.xml

This file was deleted.

0 comments on commit ac07823

Please sign in to comment.