CamelCase for Namespace Names

This commit is contained in:
Torben Nehmer
2016-11-20 16:24:39 +01:00
parent 9b7f91363d
commit f816138188
4 changed files with 10 additions and 7 deletions

View File

@ -7,8 +7,8 @@
<ProjectGuid>{46DB932E-45D1-4783-A8BF-CE5333B3F8F9}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NAVSCM</RootNamespace>
<AssemblyName>NAVSCM Library</AssemblyName>
<RootNamespace>NavScm</RootNamespace>
<AssemblyName>NavScm Library</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
@ -51,6 +51,9 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="NavScm.NavInterface\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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.