File tree 3 files changed +5
-9
lines changed
AllMyLights/Platforms/Windows
AllMyLights.Test/Connectors
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change
1
+ #if Windows
1
2
using System . Collections . Generic ;
2
3
using System . IO ;
3
4
using AllMyLights . Connectors . Sinks . Wallpaper ;
@@ -80,6 +81,7 @@ public void Should_prepend_configured_directory_to_relative_paths()
80
81
desktopMock . Verify ( it => it . SetBackground ( expected ) ) ;
81
82
}
82
83
84
+
83
85
[ Test ]
84
86
public void Should_prepend_configured_directory_to_relative_paths_for_each_display ( )
85
87
{
@@ -101,4 +103,5 @@ public void Should_prepend_configured_directory_to_relative_paths_for_each_displ
101
103
desktopMock . Verify ( ) ;
102
104
}
103
105
}
104
- }
106
+ }
107
+ #endif
Original file line number Diff line number Diff line change 1
1
using System ;
2
- using System . Collections . Generic ;
3
2
using System . Runtime . InteropServices ;
4
- using System . Text ;
5
3
6
4
namespace AllMyLights . Platforms . Windows
7
5
{
Original file line number Diff line number Diff line change 1
- using AllMyLights . Extensions ;
2
- using System ;
1
+ using System ;
3
2
using System . Collections . Generic ;
4
- using System . Drawing ;
5
- using System . Drawing . Imaging ;
6
- using System . IO ;
7
3
using System . Linq ;
8
4
using System . Runtime . InteropServices ;
9
- using System . Windows . Forms ;
10
5
11
6
namespace AllMyLights . Platforms . Windows
12
7
{
You can’t perform that action at this time.
0 commit comments