Skip to content

Commit

Permalink
Merge pull request #54 from snehasf3509/master
Browse files Browse the repository at this point in the history
Change the name for the sample
  • Loading branch information
MohanaselvamJothi authored Apr 8, 2024
2 parents 6c32cdf + 32a1c01 commit 5bb3da7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Replace-particular-OLE-with-text", "Replace-particular-OLE-with-text\Replace-particular-OLE-with-text.csproj", "{11221EA1-1AB8-41A1-8B0B-A435F04169DE}"
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", "{11221EA1-1AB8-41A1-8B0B-A435F04169DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Replace_particular_OLE_with_text</RootNamespace>
<RootNamespace>Replace_all_OLE_objects_with_text</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 5bb3da7

Please sign in to comment.