Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChernyshevDS92 committed Aug 7, 2020
1 parent 242b8e2 commit a0bca70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ImageSim/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System.Runtime.CompilerServices;
using System.Windows;

[assembly: ThemeInfo(
Expand All @@ -8,3 +9,5 @@
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]

[assembly: InternalsVisibleTo("Tests")]
1 change: 1 addition & 0 deletions Tests/FileTreeVMTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using ImageSim.ViewModels;
using ImageSim.ViewModels.FileTree;
using NUnit.Framework;
using System;
using System.Collections.Generic;
Expand Down
3 changes: 2 additions & 1 deletion Tests/SortedObservableCollectionTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using ImageSim.ViewModels;
using ImageSim.Collections;
using ImageSim.ViewModels;
using NUnit.Framework;
using System;
using System.Collections.Generic;
Expand Down

0 comments on commit a0bca70

Please sign in to comment.