[ComponentManager] Change namespace (#989)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Fri, 30 Aug 2019 06:34:30 +0000 (15:34 +0900)
committerpjh9216 <jh9216.park@samsung.com>
Fri, 30 Aug 2019 06:34:30 +0000 (15:34 +0900)
Namespace is changed to 'Tizen.Applications.ComponentBased'.

src/Tizen.Applications.ComponentBased.ComponentManager/Interop/Interop.ComponentManager.cs [moved from src/Tizen.Applications.ComponentManager/Interop/Interop.ComponentManager.cs with 100% similarity]
src/Tizen.Applications.ComponentBased.ComponentManager/Interop/Interop.Libraries.cs [moved from src/Tizen.Applications.ComponentManager/Interop/Interop.Libraries.cs with 100% similarity]
src/Tizen.Applications.ComponentBased.ComponentManager/Tizen.Applications.ComponentBased.ComponentManager.csproj [moved from src/Tizen.Applications.ComponentManager/Tizen.Applications.ComponentManager.csproj with 100% similarity]
src/Tizen.Applications.ComponentBased.ComponentManager/Tizen.Applications.ComponentBased.ComponentManager.sln [moved from src/Tizen.Applications.ComponentManager/Tizen.Applications.ComponentManager.sln with 82% similarity]
src/Tizen.Applications.ComponentBased.ComponentManager/Tizen.Applications/ComponentInfo.cs [moved from src/Tizen.Applications.ComponentManager/Tizen.Applications/ComponentInfo.cs with 99% similarity]
src/Tizen.Applications.ComponentBased.ComponentManager/Tizen.Applications/ComponentManager.cs [moved from src/Tizen.Applications.ComponentManager/Tizen.Applications/ComponentManager.cs with 99% similarity]
src/Tizen.Applications.ComponentBased.ComponentManager/Tizen.Applications/ComponentRunningContext.cs [moved from src/Tizen.Applications.ComponentManager/Tizen.Applications/ComponentRunningContext.cs with 99% similarity]
src/Tizen.Applications.ComponentBased.ComponentManager/Tizen.Applications/ComponentType.cs [moved from src/Tizen.Applications.ComponentManager/Tizen.Applications/ComponentType.cs with 95% similarity]

@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 15
 VisualStudioVersion = 15.0.28307.271
 MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tizen.Applications.ComponentManager", "Tizen.Applications.ComponentManager.csproj", "{0C733CDC-EE90-42CE-9083-87FC55EF91DA}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tizen.Applications.ComponentBased.ComponentManager", "Tizen.Applications.ComponentBased.ComponentManager.csproj", "{0C733CDC-EE90-42CE-9083-87FC55EF91DA}"
 EndProject
 Global
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -17,7 +17,7 @@
 using System;
 using System.Collections.Generic;
 
-namespace Tizen.Applications
+namespace Tizen.Applications.ComponentBased
 {
     /// <summary>
     /// This class provides methods and properties to get information of the component.
@@ -20,7 +20,7 @@ using System.ComponentModel;
 using System.Runtime.InteropServices;
 using System.Threading.Tasks;
 
-namespace Tizen.Applications
+namespace Tizen.Applications.ComponentBased
 {
     /// <summary>
     /// This class has the methods and events of the ComponentManager.
@@ -20,7 +20,7 @@ using System.ComponentModel;
 using System.Runtime.InteropServices;
 using System.Threading.Tasks;
 
-namespace Tizen.Applications
+namespace Tizen.Applications.ComponentBased
 {
     /// <summary>
     /// This class provides methods and properties to get information of the running component.