Skip to content

Commit 5310e19

Browse files
642301-Find-and-replace-image-by-title
1 parent 0b1cf04 commit 5310e19

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

Find-item-in-word-document/Find-and-replace-image-title/.NET/Find-and-replace-image-title.sln renamed to Find-item-in-word-document/Find-image-by-title-and-replace-with-another-title/.NET/Find-image-by-title-and-replace-with-another-title.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 17
44
VisualStudioVersion = 17.12.35527.113 d17.12
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Find-and-replace-image-title", "Find-and-replace-image-title\Find-and-replace-image-title.csproj", "{ACC623F6-FE08-4247-BD74-E575D40EF8B3}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Find-image-by-title-and-replace-with-another-title", "Find-image-by-title-and-replace-with-another-title\Find-image-by-title-and-replace-with-another-title.csproj", "{ACC623F6-FE08-4247-BD74-E575D40EF8B3}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

Find-item-in-word-document/Find-and-replace-image-title/.NET/Find-and-replace-image-title/Data/Template.docx renamed to Find-item-in-word-document/Find-image-by-title-and-replace-with-another-title/.NET/Find-image-by-title-and-replace-with-another-title/Data/Template.docx

File renamed without changes.

Find-item-in-word-document/Find-and-replace-image-title/.NET/Find-and-replace-image-title/Find-and-replace-image-title.csproj renamed to Find-item-in-word-document/Find-image-by-title-and-replace-with-another-title/.NET/Find-image-by-title-and-replace-with-another-title/Find-image-by-title-and-replace-with-another-title.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>Find_and_replace_image_title</RootNamespace>
6+
<RootNamespace>Find_image_by_title_and_replace_with_another_title</RootNamespace>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
</PropertyGroup>

Find-item-in-word-document/Find-and-replace-image-title/.NET/Find-and-replace-image-title/Output/.gitkeep renamed to Find-item-in-word-document/Find-image-by-title-and-replace-with-another-title/.NET/Find-image-by-title-and-replace-with-another-title/Output/.gitkeep

File renamed without changes.

Find-item-in-word-document/Find-and-replace-image-title/.NET/Find-and-replace-image-title/Program.cs renamed to Find-item-in-word-document/Find-image-by-title-and-replace-with-another-title/.NET/Find-image-by-title-and-replace-with-another-title/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using Syncfusion.DocIO.DLS;
22
using Syncfusion.DocIO;
33

4-
namespace Find_and_replace_image_title
4+
namespace Find_image_by_title_and_replace_with_another_title
55
{
66
internal class Program
77
{

0 commit comments

Comments
 (0)