Skip to content

Commit 069c85d

Browse files
Added sample for DictionaryEventHandler in Word to PDF conversion
1 parent c6a8187 commit 069c85d

File tree

9 files changed

+89240
-0
lines changed

9 files changed

+89240
-0
lines changed
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 15
4+
VisualStudioVersion = 15.0.28307.1321
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dictionary-Event-Handler-in-Word-to-PDF", "Dictionary-Event-Handler-in-Word-to-PDF\Dictionary-Event-Handler-in-Word-to-PDF.csproj", "{92542456-A2FA-43B9-A2E4-66E9E9BE4C86}"
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+
{92542456-A2FA-43B9-A2E4-66E9E9BE4C86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{92542456-A2FA-43B9-A2E4-66E9E9BE4C86}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{92542456-A2FA-43B9-A2E4-66E9E9BE4C86}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{92542456-A2FA-43B9-A2E4-66E9E9BE4C86}.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 = {43794222-93A8-4EF6-9723-F26255AD3894}
24+
EndGlobalSection
25+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
5+
</startup>
6+
<runtime>
7+
</runtime>
8+
</configuration>

0 commit comments

Comments
 (0)