CamelCase for Namespace Names
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
				
			|||||||
    <ProjectGuid>{E0BED7B8-729A-4AA4-83A3-2F0EC569728E}</ProjectGuid>
 | 
					    <ProjectGuid>{E0BED7B8-729A-4AA4-83A3-2F0EC569728E}</ProjectGuid>
 | 
				
			||||||
    <OutputType>Exe</OutputType>
 | 
					    <OutputType>Exe</OutputType>
 | 
				
			||||||
    <AppDesignerFolder>Properties</AppDesignerFolder>
 | 
					    <AppDesignerFolder>Properties</AppDesignerFolder>
 | 
				
			||||||
    <RootNamespace>NAVSCM.TestHost</RootNamespace>
 | 
					    <RootNamespace>NavScm.TestHost</RootNamespace>
 | 
				
			||||||
    <AssemblyName>NAV Source Control Test Host</AssemblyName>
 | 
					    <AssemblyName>NAV Source Control Test Host</AssemblyName>
 | 
				
			||||||
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
 | 
					    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
 | 
				
			||||||
    <FileAlignment>512</FileAlignment>
 | 
					    <FileAlignment>512</FileAlignment>
 | 
				
			||||||
@@ -73,9 +73,9 @@
 | 
				
			|||||||
    <None Include="packages.config" />
 | 
					    <None Include="packages.config" />
 | 
				
			||||||
  </ItemGroup>
 | 
					  </ItemGroup>
 | 
				
			||||||
  <ItemGroup>
 | 
					  <ItemGroup>
 | 
				
			||||||
    <ProjectReference Include="..\NAVSCM Library\NAVSCM Library.csproj">
 | 
					    <ProjectReference Include="..\NAVSCM Library\NavScm Library.csproj">
 | 
				
			||||||
      <Project>{46db932e-45d1-4783-a8bf-ce5333b3f8f9}</Project>
 | 
					      <Project>{46db932e-45d1-4783-a8bf-ce5333b3f8f9}</Project>
 | 
				
			||||||
      <Name>NAVSCM Library</Name>
 | 
					      <Name>NavScm Library</Name>
 | 
				
			||||||
    </ProjectReference>
 | 
					    </ProjectReference>
 | 
				
			||||||
  </ItemGroup>
 | 
					  </ItemGroup>
 | 
				
			||||||
  <ItemGroup>
 | 
					  <ItemGroup>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@ using System.Text;
 | 
				
			|||||||
using System.Threading.Tasks;
 | 
					using System.Threading.Tasks;
 | 
				
			||||||
using log4net;
 | 
					using log4net;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace NAVSCM.TestHost
 | 
					namespace NavScm.TestHost
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    class Program
 | 
					    class Program
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@ VisualStudioVersion = 14.0.25420.1
 | 
				
			|||||||
MinimumVisualStudioVersion = 10.0.40219.1
 | 
					MinimumVisualStudioVersion = 10.0.40219.1
 | 
				
			||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NAV Source Control Test Host", "NAV Source Control Test Host\NAV Source Control Test Host.csproj", "{E0BED7B8-729A-4AA4-83A3-2F0EC569728E}"
 | 
					Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NAV Source Control Test Host", "NAV Source Control Test Host\NAV Source Control Test Host.csproj", "{E0BED7B8-729A-4AA4-83A3-2F0EC569728E}"
 | 
				
			||||||
EndProject
 | 
					EndProject
 | 
				
			||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NAVSCM Library", "NAVSCM Library\NAVSCM Library.csproj", "{46DB932E-45D1-4783-A8BF-CE5333B3F8F9}"
 | 
					Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NavScm Library", "NAVSCM Library\NavScm Library.csproj", "{46DB932E-45D1-4783-A8BF-CE5333B3F8F9}"
 | 
				
			||||||
EndProject
 | 
					EndProject
 | 
				
			||||||
Global
 | 
					Global
 | 
				
			||||||
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 | 
						GlobalSection(SolutionConfigurationPlatforms) = preSolution
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,8 +7,8 @@
 | 
				
			|||||||
    <ProjectGuid>{46DB932E-45D1-4783-A8BF-CE5333B3F8F9}</ProjectGuid>
 | 
					    <ProjectGuid>{46DB932E-45D1-4783-A8BF-CE5333B3F8F9}</ProjectGuid>
 | 
				
			||||||
    <OutputType>Library</OutputType>
 | 
					    <OutputType>Library</OutputType>
 | 
				
			||||||
    <AppDesignerFolder>Properties</AppDesignerFolder>
 | 
					    <AppDesignerFolder>Properties</AppDesignerFolder>
 | 
				
			||||||
    <RootNamespace>NAVSCM</RootNamespace>
 | 
					    <RootNamespace>NavScm</RootNamespace>
 | 
				
			||||||
    <AssemblyName>NAVSCM Library</AssemblyName>
 | 
					    <AssemblyName>NavScm Library</AssemblyName>
 | 
				
			||||||
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
 | 
					    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
 | 
				
			||||||
    <FileAlignment>512</FileAlignment>
 | 
					    <FileAlignment>512</FileAlignment>
 | 
				
			||||||
  </PropertyGroup>
 | 
					  </PropertyGroup>
 | 
				
			||||||
@@ -51,6 +51,9 @@
 | 
				
			|||||||
  <ItemGroup>
 | 
					  <ItemGroup>
 | 
				
			||||||
    <None Include="packages.config" />
 | 
					    <None Include="packages.config" />
 | 
				
			||||||
  </ItemGroup>
 | 
					  </ItemGroup>
 | 
				
			||||||
 | 
					  <ItemGroup>
 | 
				
			||||||
 | 
					    <Folder Include="NavScm.NavInterface\" />
 | 
				
			||||||
 | 
					  </ItemGroup>
 | 
				
			||||||
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | 
					  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | 
				
			||||||
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 | 
					  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 | 
				
			||||||
       Other similar extension points exist, see Microsoft.Common.targets.
 | 
					       Other similar extension points exist, see Microsoft.Common.targets.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user