Skip to content

Commit 57695c1

Browse files
author
sneha.biju
committed
Change the sample name
1 parent 09ab8c0 commit 57695c1

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Find-and-Replace/Replace-OLE-object-with-text/.NET/Replace-OLE-object-with-text.sln renamed to Find-and-Replace/Replace-all-OLE-objects-with-text/.NET/Replace-all-OLE-objects-with-text.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.8.34330.188
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Replace-OLE-object-with-text", "Replace-OLE-object-with-text\Replace-OLE-object-with-text.csproj", "{296FE9C9-0D32-4FBC-A31C-33EECF197775}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Replace-all-OLE-objects-with-text", "Replace-all-OLE-objects-with-text\Replace-all-OLE-objects-with-text.csproj", "{296FE9C9-0D32-4FBC-A31C-33EECF197775}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

Find-and-Replace/Replace-OLE-object-with-text/.NET/Replace-OLE-object-with-text/Data/Template.docx renamed to Find-and-Replace/Replace-all-OLE-objects-with-text/.NET/Replace-all-OLE-objects-with-text/Data/Template.docx

File renamed without changes.

Find-and-Replace/Replace-OLE-object-with-text/.NET/Replace-OLE-object-with-text/Program.cs renamed to Find-and-Replace/Replace-all-OLE-objects-with-text/.NET/Replace-all-OLE-objects-with-text/Program.cs

File renamed without changes.

Find-and-Replace/Replace-OLE-object-with-text/.NET/Replace-OLE-object-with-text/Replace-OLE-object-with-text.csproj renamed to Find-and-Replace/Replace-all-OLE-objects-with-text/.NET/Replace-all-OLE-objects-with-text/Replace-all-OLE-objects-with-text.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>net6.0</TargetFramework>
6-
<RootNamespace>Replace_OLE_with_text_DocIO</RootNamespace>
6+
<RootNamespace>Replace_all_OLE_with_text_DocIO</RootNamespace>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
99
</PropertyGroup>

0 commit comments

Comments
 (0)