From afe01eedbf58aa4401db21b922e63f3dcada511e Mon Sep 17 00:00:00 2001 From: moozzyk Date: Tue, 19 Apr 2016 10:38:59 -0700 Subject: [PATCH] Renaming dotnet-watch folders to Microsoft.DotNet.Watcher.Tools --- dotnet-watch.sln => Microsoft.DotNet.Watcher.Tools.sln | 4 ++-- .../CommandOutputLogger.cs | 0 .../CommandOutputProvider.cs | 0 .../Microsoft.DotNet.Watcher.Tools.xproj} | 0 .../Program.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../project.json | 0 .../AppWithDepsTests.cs | 0 .../FileWatcherTests.cs | 0 .../GlobbingAppTests.cs | 0 .../Microsoft.DotNet.Watcher.Tools.FunctionalTests.xproj} | 0 .../NoDepsAppTests.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Scenario/DotNetWatchScenario.cs | 0 .../Scenario/ProjectToolScenario.cs | 0 .../WaitForFileToChange.cs | 0 .../Waiters.cs | 0 .../project.json | 0 18 files changed, 2 insertions(+), 2 deletions(-) rename dotnet-watch.sln => Microsoft.DotNet.Watcher.Tools.sln (91%) rename src/{dotnet-watch => Microsoft.DotNet.Watcher.Tools}/CommandOutputLogger.cs (100%) rename src/{dotnet-watch => Microsoft.DotNet.Watcher.Tools}/CommandOutputProvider.cs (100%) rename src/{dotnet-watch/dotnet-watch.xproj => Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.xproj} (100%) rename src/{dotnet-watch => Microsoft.DotNet.Watcher.Tools}/Program.cs (100%) rename src/{dotnet-watch => Microsoft.DotNet.Watcher.Tools}/Properties/AssemblyInfo.cs (100%) rename src/{dotnet-watch => Microsoft.DotNet.Watcher.Tools}/project.json (100%) rename test/{dotnet-watch.FunctionalTests => Microsoft.DotNet.Watcher.Tools.FunctionalTests}/AppWithDepsTests.cs (100%) rename test/{dotnet-watch.FunctionalTests => Microsoft.DotNet.Watcher.Tools.FunctionalTests}/FileWatcherTests.cs (100%) rename test/{dotnet-watch.FunctionalTests => Microsoft.DotNet.Watcher.Tools.FunctionalTests}/GlobbingAppTests.cs (100%) rename test/{dotnet-watch.FunctionalTests/dotnet-watch.FunctionalTests.xproj => Microsoft.DotNet.Watcher.Tools.FunctionalTests/Microsoft.DotNet.Watcher.Tools.FunctionalTests.xproj} (100%) rename test/{dotnet-watch.FunctionalTests => Microsoft.DotNet.Watcher.Tools.FunctionalTests}/NoDepsAppTests.cs (100%) rename test/{dotnet-watch.FunctionalTests => Microsoft.DotNet.Watcher.Tools.FunctionalTests}/Properties/AssemblyInfo.cs (100%) rename test/{dotnet-watch.FunctionalTests => Microsoft.DotNet.Watcher.Tools.FunctionalTests}/Scenario/DotNetWatchScenario.cs (100%) rename test/{dotnet-watch.FunctionalTests => Microsoft.DotNet.Watcher.Tools.FunctionalTests}/Scenario/ProjectToolScenario.cs (100%) rename test/{dotnet-watch.FunctionalTests => Microsoft.DotNet.Watcher.Tools.FunctionalTests}/WaitForFileToChange.cs (100%) rename test/{dotnet-watch.FunctionalTests => Microsoft.DotNet.Watcher.Tools.FunctionalTests}/Waiters.cs (100%) rename test/{dotnet-watch.FunctionalTests => Microsoft.DotNet.Watcher.Tools.FunctionalTests}/project.json (100%) diff --git a/dotnet-watch.sln b/Microsoft.DotNet.Watcher.Tools.sln similarity index 91% rename from dotnet-watch.sln rename to Microsoft.DotNet.Watcher.Tools.sln index c35ff1f2d6..05d379e36b 100644 --- a/dotnet-watch.sln +++ b/Microsoft.DotNet.Watcher.Tools.sln @@ -5,7 +5,7 @@ VisualStudioVersion = 14.0.23107.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{66517987-2A5A-4330-B130-207039378FD4}" EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "dotnet-watch", "src\dotnet-watch\dotnet-watch.xproj", "{8A8CEABC-AC47-43FF-A5DF-69224F7E1F46}" +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.DotNet.Watcher.Tools", "src\Microsoft.DotNet.Watcher.Tools\Microsoft.DotNet.Watcher.Tools.xproj", "{8A8CEABC-AC47-43FF-A5DF-69224F7E1F46}" EndProject Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.DotNet.Watcher.Core", "src\Microsoft.DotNet.Watcher.Core\Microsoft.DotNet.Watcher.Core.xproj", "{D3DA3BBB-E206-404F-AEE6-17FB9B6F1221}" EndProject @@ -17,7 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F5B382BC-258F-46E1-AC3D-10E5CCD55134}" EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "dotnet-watch.FunctionalTests", "test\dotnet-watch.FunctionalTests\dotnet-watch.FunctionalTests.xproj", "{16BADE2F-1184-4518-8A70-B68A19D0805B}" +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.DotNet.Watcher.Tools.FunctionalTests", "test\Microsoft.DotNet.Watcher.Tools.FunctionalTests\Microsoft.DotNet.Watcher.Tools.FunctionalTests.xproj", "{16BADE2F-1184-4518-8A70-B68A19D0805B}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TestApps", "TestApps", "{2876B12E-5841-4792-85A8-2929AEE11885}" EndProject diff --git a/src/dotnet-watch/CommandOutputLogger.cs b/src/Microsoft.DotNet.Watcher.Tools/CommandOutputLogger.cs similarity index 100% rename from src/dotnet-watch/CommandOutputLogger.cs rename to src/Microsoft.DotNet.Watcher.Tools/CommandOutputLogger.cs diff --git a/src/dotnet-watch/CommandOutputProvider.cs b/src/Microsoft.DotNet.Watcher.Tools/CommandOutputProvider.cs similarity index 100% rename from src/dotnet-watch/CommandOutputProvider.cs rename to src/Microsoft.DotNet.Watcher.Tools/CommandOutputProvider.cs diff --git a/src/dotnet-watch/dotnet-watch.xproj b/src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.xproj similarity index 100% rename from src/dotnet-watch/dotnet-watch.xproj rename to src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.xproj diff --git a/src/dotnet-watch/Program.cs b/src/Microsoft.DotNet.Watcher.Tools/Program.cs similarity index 100% rename from src/dotnet-watch/Program.cs rename to src/Microsoft.DotNet.Watcher.Tools/Program.cs diff --git a/src/dotnet-watch/Properties/AssemblyInfo.cs b/src/Microsoft.DotNet.Watcher.Tools/Properties/AssemblyInfo.cs similarity index 100% rename from src/dotnet-watch/Properties/AssemblyInfo.cs rename to src/Microsoft.DotNet.Watcher.Tools/Properties/AssemblyInfo.cs diff --git a/src/dotnet-watch/project.json b/src/Microsoft.DotNet.Watcher.Tools/project.json similarity index 100% rename from src/dotnet-watch/project.json rename to src/Microsoft.DotNet.Watcher.Tools/project.json diff --git a/test/dotnet-watch.FunctionalTests/AppWithDepsTests.cs b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/AppWithDepsTests.cs similarity index 100% rename from test/dotnet-watch.FunctionalTests/AppWithDepsTests.cs rename to test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/AppWithDepsTests.cs diff --git a/test/dotnet-watch.FunctionalTests/FileWatcherTests.cs b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/FileWatcherTests.cs similarity index 100% rename from test/dotnet-watch.FunctionalTests/FileWatcherTests.cs rename to test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/FileWatcherTests.cs diff --git a/test/dotnet-watch.FunctionalTests/GlobbingAppTests.cs b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/GlobbingAppTests.cs similarity index 100% rename from test/dotnet-watch.FunctionalTests/GlobbingAppTests.cs rename to test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/GlobbingAppTests.cs diff --git a/test/dotnet-watch.FunctionalTests/dotnet-watch.FunctionalTests.xproj b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/Microsoft.DotNet.Watcher.Tools.FunctionalTests.xproj similarity index 100% rename from test/dotnet-watch.FunctionalTests/dotnet-watch.FunctionalTests.xproj rename to test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/Microsoft.DotNet.Watcher.Tools.FunctionalTests.xproj diff --git a/test/dotnet-watch.FunctionalTests/NoDepsAppTests.cs b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/NoDepsAppTests.cs similarity index 100% rename from test/dotnet-watch.FunctionalTests/NoDepsAppTests.cs rename to test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/NoDepsAppTests.cs diff --git a/test/dotnet-watch.FunctionalTests/Properties/AssemblyInfo.cs b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/Properties/AssemblyInfo.cs similarity index 100% rename from test/dotnet-watch.FunctionalTests/Properties/AssemblyInfo.cs rename to test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/Properties/AssemblyInfo.cs diff --git a/test/dotnet-watch.FunctionalTests/Scenario/DotNetWatchScenario.cs b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/Scenario/DotNetWatchScenario.cs similarity index 100% rename from test/dotnet-watch.FunctionalTests/Scenario/DotNetWatchScenario.cs rename to test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/Scenario/DotNetWatchScenario.cs diff --git a/test/dotnet-watch.FunctionalTests/Scenario/ProjectToolScenario.cs b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/Scenario/ProjectToolScenario.cs similarity index 100% rename from test/dotnet-watch.FunctionalTests/Scenario/ProjectToolScenario.cs rename to test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/Scenario/ProjectToolScenario.cs diff --git a/test/dotnet-watch.FunctionalTests/WaitForFileToChange.cs b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/WaitForFileToChange.cs similarity index 100% rename from test/dotnet-watch.FunctionalTests/WaitForFileToChange.cs rename to test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/WaitForFileToChange.cs diff --git a/test/dotnet-watch.FunctionalTests/Waiters.cs b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/Waiters.cs similarity index 100% rename from test/dotnet-watch.FunctionalTests/Waiters.cs rename to test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/Waiters.cs diff --git a/test/dotnet-watch.FunctionalTests/project.json b/test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json similarity index 100% rename from test/dotnet-watch.FunctionalTests/project.json rename to test/Microsoft.DotNet.Watcher.Tools.FunctionalTests/project.json