Skip to content

Commit

Permalink
Rearrange project namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Feb 6, 2019
1 parent 9cda44d commit f2c3309
Show file tree
Hide file tree
Showing 36 changed files with 44 additions and 268 deletions.
63 changes: 0 additions & 63 deletions StringTheory.UI/Properties/Resources.Designer.cs

This file was deleted.

117 changes: 0 additions & 117 deletions StringTheory.UI/Properties/Resources.resx

This file was deleted.

26 changes: 0 additions & 26 deletions StringTheory.UI/Properties/Settings.Designer.cs

This file was deleted.

7 changes: 0 additions & 7 deletions StringTheory.UI/Properties/Settings.settings

This file was deleted.

2 changes: 1 addition & 1 deletion StringTheory.sln
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Diagnostics.Runtime", "clrmd\src\Microsoft.Diagnostics.Runtime\Microsoft.Diagnostics.Runtime.csproj", "{A249EA9E-F364-459C-A5AB-669F2C7C28AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringTheory.UI", "StringTheory.UI\StringTheory.UI.csproj", "{11D8BE74-D470-41C0-A53D-29ADB7149D8E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StringTheory", "StringTheory\StringTheory.csproj", "{11D8BE74-D470-41C0-A53D-29ADB7149D8E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{989304BE-ACA4-4BAA-97F3-8A137BBF64FD}"
ProjectSection(SolutionItems) = preProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
using System.Linq;
using System.Threading;
using Microsoft.Diagnostics.Runtime;
using StringTheory.UI;

namespace StringTheory.UI
namespace StringTheory.Analysis
{
public sealed class HeapAnalyzer : IDisposable
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using Microsoft.Diagnostics.Runtime;
using Microsoft.Diagnostics.Runtime.Desktop;

namespace StringTheory.UI
namespace StringTheory.Analysis
{
public static class ReferenceGraphBuilder
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using Microsoft.Diagnostics.Runtime;

namespace StringTheory.UI
namespace StringTheory.Analysis
{
public sealed class StringItem
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Collections.Generic;

namespace StringTheory.UI
namespace StringTheory.Analysis
{
public sealed class StringSummary
{
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit f2c3309

Please sign in to comment.