Skip to content

Commit

Permalink
Rearrange source.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwiese committed Jun 15, 2016
1 parent cc371ee commit 62af666
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Live Log Viewer.sln → src/Live Log Viewer.sln
Expand Up @@ -7,8 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Live Log Viewer", "Live Log
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C2309CC5-FAF9-4C4E-8B26-65FE3791FF5B}"
ProjectSection(SolutionItems) = preProject
HallOfFame.md = HallOfFame.md
README.md = README.md
..\HallOfFame.md = ..\HallOfFame.md
..\README.md = ..\README.md
EndProjectSection
EndProject
Global
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -101,9 +101,9 @@
<SubType>Designer</SubType>
</Page>
<Compile Include="ViewModels\FileMonitorViewModel.cs" />
<Compile Include="FileWatcher\FileMonitor.cs" />
<Compile Include="FileWatcher\IFileMonitor.cs" />
<Compile Include="FileWatcher\TimedFileMonitor.cs" />
<Compile Include="FileMonitor\FileMonitor.cs" />
<Compile Include="FileMonitor\IFileMonitor.cs" />
<Compile Include="FileMonitor\TimedFileMonitor.cs" />
<Compile Include="Views\MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 62af666

Please sign in to comment.