Skip to content

Commit d00eddd

Browse files
988184-PaperSizeSample
1 parent 7e27361 commit d00eddd

File tree

16 files changed

+64
-141
lines changed

16 files changed

+64
-141
lines changed

Excel to PDF/Page Setup Options/.NET/Orientation/Orientation.sln

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

Excel to PDF/Page Setup Options/.NET/Orientation/Orientation/Program.cs

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

Excel to PDF/Page Setup Options/.NET/Paper Size/Paper Size.sln

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

Excel to PDF/Page Setup Options/.NET/Paper Size/Paper Size/Program.cs

Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Solution>
2+
<Project Path="Orientation/Orientation.csproj" />
3+
</Solution>
Binary file not shown.

Excel to PDF/Page Setup Options/.NET/Orientation/Orientation/Orientation.csproj renamed to Worksheet Features/Orientation/.NET/Orientation/Orientation/Orientation.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Syncfusion.XlsIORenderer.Net.Core" Version="*" />
11+
<PackageReference Include="Syncfusion.XlsIO.Net.Core" Version="*" />
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<None Update="Data\*">
15+
<None Update="Output\*">
1616
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
1717
</None>
18-
<None Update="Output\*">
18+
<None Update="Data\*">
1919
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2020
</None>
2121
</ItemGroup>

0 commit comments

Comments
 (0)