Skip to content

Commit 67d13cb

Browse files
Modified sample name
1 parent 03348ee commit 67d13cb

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Fields/Apply-shading-to-fields/.NET/Apply-shading-to-fields.sln renamed to Fields/Apply-highlight-color-to-fields/.NET/Apply-highlight-color-to-fields.sln

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 Version 16
44
VisualStudioVersion = 16.0.31911.196
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apply-shading-to-fields", "Apply-shading-to-fields\Apply-shading-to-fields.csproj", "{C17B90BC-F559-456B-B189-90B53FF6CDD4}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Apply-highlight-color-to-fields", "Apply-highlight-color-to-fields\Apply-highlight-color-to-fields.csproj", "{C17B90BC-F559-456B-B189-90B53FF6CDD4}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

Fields/Apply-shading-to-fields/.NET/Apply-shading-to-fields/Apply-shading-to-fields.csproj renamed to Fields/Apply-highlight-color-to-fields/.NET/Apply-highlight-color-to-fields/Apply-highlight-color-to-fields.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net8.0</TargetFramework>
6-
<RootNamespace>Apply_shading_to_fields</RootNamespace>
6+
<RootNamespace>Apply_highlight_color_to_fields</RootNamespace>
77
</PropertyGroup>
88

99
<ItemGroup>

Fields/Apply-shading-to-fields/.NET/Apply-shading-to-fields/Program.cs renamed to Fields/Apply-highlight-color-to-fields/.NET/Apply-highlight-color-to-fields/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using Syncfusion.Drawing;
44
using System.IO;
55

6-
namespace Apply_shading_to_fields
6+
namespace Apply_highlight_color_to_fields
77
{
88
class Program
99
{

0 commit comments

Comments
 (0)