Skip to content

Commit 8e98a57

Browse files
Merge pull request #474 from SyncfusionExamples/974763-Performance-metrics
974763 - Added Performance metrics samples
2 parents e0f6e86 + 4767f0c commit 8e98a57

File tree

32 files changed

+369
-0
lines changed

32 files changed

+369
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.14.36518.9 d17.14
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clone-and-merge-word-document", "Clone-and-merge-word-document\Clone-and-merge-word-document.csproj", "{5CA9367C-0457-46D2-888A-2546415F959D}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{5CA9367C-0457-46D2-888A-2546415F959D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{5CA9367C-0457-46D2-888A-2546415F959D}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{5CA9367C-0457-46D2-888A-2546415F959D}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{5CA9367C-0457-46D2-888A-2546415F959D}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {E9FAA86B-9898-40D7-8F82-BC653E801479}
24+
EndGlobalSection
25+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net8.0</TargetFramework>
6+
<RootNamespace>Clone_and_merge_word_document</RootNamespace>
7+
<ImplicitUsings>enable</ImplicitUsings>
8+
<Nullable>enable</Nullable>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="Syncfusion.DocIO.Net.Core" Version="*" />
13+
</ItemGroup>
14+
15+
</Project>

0 commit comments

Comments
 (0)