Skip to content

Commit a81f379

Browse files
committed
Problems related with the namespace, fixed
1 parent 41619c8 commit a81f379

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
File renamed without changes.

CSVSerializer.NET.sln

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
44
VisualStudioVersion = 14.0.24720.0
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSVSerializer.NET.CS", "CSVSerializer.NET.CS\CSVSerializer.NET.CS.csproj", "{0C962C28-B003-49A6-8991-1E6636583EFE}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSVSerializer", "CSVSerializer.NET.CS\CSVSerializer.csproj", "{0C962C28-B003-49A6-8991-1E6636583EFE}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.CS", "Demo.CS\Demo.CS.csproj", "{3F5E30BE-D053-4B94-A671-88CA9C0754B9}"
79
EndProject
810
Global
911
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,6 +17,10 @@ Global
1517
{0C962C28-B003-49A6-8991-1E6636583EFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
1618
{0C962C28-B003-49A6-8991-1E6636583EFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
1719
{0C962C28-B003-49A6-8991-1E6636583EFE}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{3F5E30BE-D053-4B94-A671-88CA9C0754B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{3F5E30BE-D053-4B94-A671-88CA9C0754B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{3F5E30BE-D053-4B94-A671-88CA9C0754B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{3F5E30BE-D053-4B94-A671-88CA9C0754B9}.Release|Any CPU.Build.0 = Release|Any CPU
1824
EndGlobalSection
1925
GlobalSection(SolutionProperties) = preSolution
2026
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)