Skip to content

Commit ff54e6a

Browse files
committed
update code samples
1 parent 7001132 commit ff54e6a

20 files changed

Lines changed: 258 additions & 816 deletions

CS/DataClasses.cs

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

CS/DataHelper.cs

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

CS/MasterDetailExample.csproj

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,15 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
2-
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
4-
<Nullable>enable</Nullable>
5-
<ImplicitUsings>enable</ImplicitUsings>
6-
</PropertyGroup>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<OutputType>Exe</OutputType>
4+
<TargetFramework>net8.0</TargetFramework>
5+
<ImplicitUsings>enable</ImplicitUsings>
6+
<Nullable>enable</Nullable>
7+
</PropertyGroup>
8+
9+
710
<ItemGroup>
8-
<None Update="detail.rtf">
9-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
10-
</None>
11-
<None Update="detaildetail.rtf">
12-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
13-
</None>
14-
<None Update="main.rtf">
15-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
16-
</None>
17-
<None Update="supplier.rtf">
18-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
19-
</None>
20-
</ItemGroup>
21-
<ItemGroup>
22-
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
23-
<PackageReference Include="DevExpress.RichEdit.Core" Version="24.2.*" />
24-
</ItemGroup>
11+
<PackageReference Include="DevExpress.Document.Processor" Version="25.2.1-alpha-25295" />
12+
<PackageReference Include="DevExpress.Drawing.Skia" Version="25.2.1-alpha-25295" />
13+
<PackageReference Include="System.Text.Json" Version="9.0.10" />
14+
</ItemGroup>
2515
</Project>

CS/MergeProcessor.cs

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

0 commit comments

Comments
 (0)