1
0
Fork 0

Rename to remove uppercase 'board' in main name

This commit is contained in:
Starbeamrainbowlabs 2017-01-06 18:53:58 +00:00
parent 11a3c0247c
commit e2f48a01a3
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NibriBoard", "NibriBoard\NibriBoard.csproj", "{B7F806D9-9C50-4BA8-A803-0FC2EC5F5932}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nibriboard", "Nibriboard\Nibriboard.csproj", "{B7F806D9-9C50-4BA8-A803-0FC2EC5F5932}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -5,8 +5,8 @@
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{B7F806D9-9C50-4BA8-A803-0FC2EC5F5932}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>NibriBoard</RootNamespace>
<AssemblyName>NibriBoard</AssemblyName>
<RootNamespace>Nibriboard</RootNamespace>
<AssemblyName>Nibriboard</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">

View File

@ -1,6 +1,6 @@
using System;
namespace NibriBoard
namespace Nibriboard
{
class MainClass
{

View File

@ -4,7 +4,7 @@ using System.Runtime.CompilerServices;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle("NibriBoard")]
[assembly: AssemblyTitle("Nibriboard")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]