Skip to content

Commit 4ad7b23

Browse files
committed
Rename project directory from SimpleChain to LightChain.
1 parent 771a49f commit 4ad7b23

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

LightChain.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.9.34902.65
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightChain", "SimpleChain\LightChain.csproj", "{0F65EDD3-359B-41D0-B412-5BC4B130AA2A}"
7-
EndProject
86
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{1EEA11FA-60E3-480A-87F9-BC4279751185}"
97
ProjectSection(SolutionItems) = preProject
108
.editorconfig = .editorconfig
119
README.md = README.md
1210
EndProjectSection
1311
EndProject
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightChain", "LightChain\LightChain.csproj", "{F8234EC4-E3F3-4810-8F43-C049F0111E57}"
13+
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1616
Debug|Any CPU = Debug|Any CPU
1717
Release|Any CPU = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20-
{0F65EDD3-359B-41D0-B412-5BC4B130AA2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{0F65EDD3-359B-41D0-B412-5BC4B130AA2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{0F65EDD3-359B-41D0-B412-5BC4B130AA2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{0F65EDD3-359B-41D0-B412-5BC4B130AA2A}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{F8234EC4-E3F3-4810-8F43-C049F0111E57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{F8234EC4-E3F3-4810-8F43-C049F0111E57}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{F8234EC4-E3F3-4810-8F43-C049F0111E57}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{F8234EC4-E3F3-4810-8F43-C049F0111E57}.Release|Any CPU.Build.0 = Release|Any CPU
2424
EndGlobalSection
2525
GlobalSection(SolutionProperties) = preSolution
2626
HideSolutionNode = FALSE
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)