Skip to content

Commit 68a1d35

Browse files
committed
Update
1 parent 72f9dc0 commit 68a1d35

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
lib/
2+
bin/
3+
obj/
14
.vs/

Essentials.LogCommands/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

Essentials.LogCommands/Properties/AssemblyInfo.cs renamed to Properties/AssemblyInfo.cs

File renamed without changes.

Essentials.LogCommands/Essentials.LogCommands.csproj renamed to uEssentials.LogCommands.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>Library</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>Essentials.LogCommands</RootNamespace>
11-
<AssemblyName>Essentials.LogCommands</AssemblyName>
11+
<AssemblyName>uEssentials.LogCommands</AssemblyName>
1212
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
44
VisualStudioVersion = 14.0.23107.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Essentials.LogCommands", "Essentials.LogCommands\Essentials.LogCommands.csproj", "{3FD50C42-A124-4D97-9282-F149A5C016DA}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uEssentials.LogCommands", "uEssentials.LogCommands.csproj", "{3FD50C42-A124-4D97-9282-F149A5C016DA}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)