Skip to content

Commit 0753d20

Browse files
Merge pull request #205 from SyncfusionExamples/KB_Samples
KB samples
2 parents 66b3d73 + c26c1e6 commit 0753d20

File tree

13 files changed

+53
-238
lines changed

13 files changed

+53
-238
lines changed
Binary file not shown.

Comments/Find-text-and-add-comments/.NET/Find-text-and-add-comments/Program.cs

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

Comments/Find-text-and-insert-comment/.NET/Find-text-and-insert-comment.sln

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

Comments/Find-text-and-insert-comment/.NET/Find-text-and-insert-comment/Find-text-and-insert-comment.csproj

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

Comments/Find-text-and-insert-comment/.NET/Find-text-and-insert-comment/Program.cs

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

Comments/Find-text-and-insert-comment/.NET/Insert-comment-to-Word-document.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.
Binary file not shown.

Comments/Find-text-and-insert-comment/.NET/Insert-comment-to-Word-document/Insert-comment-to-Word-document.csproj

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

Comments/Find-text-and-insert-comment/.NET/Insert-comment-to-Word-document/Program.cs

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

Comments/Find-text-and-add-comments/.NET/Find-text-and-add-comments.sln renamed to Comments/Find-text-using-regex-and-add-comments/.NET/Find-text-using-regex-and-add-comments.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.10.34928.147
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Find-text-and-add-comments", "Find-text-and-add-comments\Find-text-and-add-comments.csproj", "{8B2E34B8-B23D-4717-A86A-34EB32012EC3}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Find-text-using-regex-and-add-comments", "Find-text-using-regex-and-add-comments\Find-text-using-regex-and-add-comments.csproj", "{1D707C02-50C4-48CB-B034-FBB0D9C3CCE6}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{8B2E34B8-B23D-4717-A86A-34EB32012EC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{8B2E34B8-B23D-4717-A86A-34EB32012EC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{8B2E34B8-B23D-4717-A86A-34EB32012EC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{8B2E34B8-B23D-4717-A86A-34EB32012EC3}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{1D707C02-50C4-48CB-B034-FBB0D9C3CCE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{1D707C02-50C4-48CB-B034-FBB0D9C3CCE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{1D707C02-50C4-48CB-B034-FBB0D9C3CCE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{1D707C02-50C4-48CB-B034-FBB0D9C3CCE6}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE
2121
EndGlobalSection
2222
GlobalSection(ExtensibilityGlobals) = postSolution
23-
SolutionGuid = {6140D05B-D8BA-4632-A04A-84100359C4AF}
23+
SolutionGuid = {09759F9D-0056-4610-98CA-F6BBDC7F3FEE}
2424
EndGlobalSection
2525
EndGlobal

0 commit comments

Comments
 (0)