Skip to content

Commit ac9fa43

Browse files
Modified sample
1 parent 74f1c2f commit ac9fa43

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

Paragraphs/Fit_an_Image_Inside_a_Rectangle_Shape/.NET/Fit_an_Image_Inside_a_Rectangle_Shape.sln renamed to Paragraphs/Fit_an_Image_Inside_a_Shape/.NET/Fit_an_Image_Inside_a_Shape.sln

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
4-
VisualStudioVersion = 17.14.37216.2 d17.14
4+
VisualStudioVersion = 17.14.37314.3 d17.14
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fit_an_Image_Inside_a_Rectangle_Shape", "Fit_an_Image_Inside_a_Rectangle_Shape\Fit_an_Image_Inside_a_Rectangle_Shape.csproj", "{AF30512B-BF73-E738-E1D6-179374198043}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Fit_an_Image_Inside_a_Shape", "Fit_an_Image_Inside_a_Shape\Fit_an_Image_Inside_a_Shape.csproj", "{0F048ED5-E2FF-308E-209B-43CBAC97ADE0}"
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-
{AF30512B-BF73-E738-E1D6-179374198043}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{AF30512B-BF73-E738-E1D6-179374198043}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{AF30512B-BF73-E738-E1D6-179374198043}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{AF30512B-BF73-E738-E1D6-179374198043}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{0F048ED5-E2FF-308E-209B-43CBAC97ADE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{0F048ED5-E2FF-308E-209B-43CBAC97ADE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{0F048ED5-E2FF-308E-209B-43CBAC97ADE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{0F048ED5-E2FF-308E-209B-43CBAC97ADE0}.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 = {49E18A89-A198-41B2-9245-2940167C1CA3}
23+
SolutionGuid = {4AEBBB7A-69B5-4810-8907-8C83B82A2BB3}
2424
EndGlobalSection
2525
EndGlobal

Paragraphs/Fit_an_Image_Inside_a_Rectangle_Shape/.NET/Fit_an_Image_Inside_a_Rectangle_Shape/Data/Template.docx renamed to Paragraphs/Fit_an_Image_Inside_a_Shape/.NET/Fit_an_Image_Inside_a_Shape/Data/Template.docx

File renamed without changes.

Paragraphs/Fit_an_Image_Inside_a_Rectangle_Shape/.NET/Fit_an_Image_Inside_a_Rectangle_Shape/Fit_an_Image_Inside_a_Rectangle_Shape.csproj renamed to Paragraphs/Fit_an_Image_Inside_a_Shape/.NET/Fit_an_Image_Inside_a_Shape/Fit_an_Image_Inside_a_Shape.csproj

File renamed without changes.

Paragraphs/Fit_an_Image_Inside_a_Rectangle_Shape/.NET/Fit_an_Image_Inside_a_Rectangle_Shape/Output/Result.docx renamed to Paragraphs/Fit_an_Image_Inside_a_Shape/.NET/Fit_an_Image_Inside_a_Shape/Output/Result.docx

File renamed without changes.

Paragraphs/Fit_an_Image_Inside_a_Rectangle_Shape/.NET/Fit_an_Image_Inside_a_Rectangle_Shape/Output/gitkeep.txt renamed to Paragraphs/Fit_an_Image_Inside_a_Shape/.NET/Fit_an_Image_Inside_a_Shape/Output/gitkeep.txt

File renamed without changes.

Paragraphs/Fit_an_Image_Inside_a_Rectangle_Shape/.NET/Fit_an_Image_Inside_a_Rectangle_Shape/Program.cs renamed to Paragraphs/Fit_an_Image_Inside_a_Shape/.NET/Fit_an_Image_Inside_a_Shape/Program.cs

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

44

5-
namespace Fit_an_Image_Inside_a_Rectangle_Shape
5+
namespace Fit_an_Image_Inside_a_Shape
66
{
77
class Program
88
{

0 commit comments

Comments
 (0)