-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathManasPDF.sln
More file actions
45 lines (44 loc) · 2.68 KB
/
ManasPDF.sln
File metadata and controls
45 lines (44 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PDFCore", "src\PDFCore\PDFCore.vcxproj", "{B1234567-1234-1234-1234-123456789ABC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManasPDF", "src\ManasPDF\ManasPDF.csproj", "{C2345678-2345-2345-2345-234567890ABC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManasPDF.Wpf", "src\ManasPDF.Wpf\ManasPDF.Wpf.csproj", "{E4567890-4567-4567-4567-456789012ABC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1234567-1234-1234-1234-123456789ABC}.Debug|x64.ActiveCfg = Debug|x64
{B1234567-1234-1234-1234-123456789ABC}.Debug|x64.Build.0 = Debug|x64
{B1234567-1234-1234-1234-123456789ABC}.Debug|x86.ActiveCfg = Debug|Win32
{B1234567-1234-1234-1234-123456789ABC}.Debug|x86.Build.0 = Debug|Win32
{B1234567-1234-1234-1234-123456789ABC}.Release|x64.ActiveCfg = Release|x64
{B1234567-1234-1234-1234-123456789ABC}.Release|x64.Build.0 = Release|x64
{B1234567-1234-1234-1234-123456789ABC}.Release|x86.ActiveCfg = Release|Win32
{B1234567-1234-1234-1234-123456789ABC}.Release|x86.Build.0 = Release|Win32
{C2345678-2345-2345-2345-234567890ABC}.Debug|x64.ActiveCfg = Debug|Any CPU
{C2345678-2345-2345-2345-234567890ABC}.Debug|x64.Build.0 = Debug|Any CPU
{C2345678-2345-2345-2345-234567890ABC}.Debug|x86.ActiveCfg = Debug|Any CPU
{C2345678-2345-2345-2345-234567890ABC}.Debug|x86.Build.0 = Debug|Any CPU
{C2345678-2345-2345-2345-234567890ABC}.Release|x64.ActiveCfg = Release|Any CPU
{C2345678-2345-2345-2345-234567890ABC}.Release|x64.Build.0 = Release|Any CPU
{C2345678-2345-2345-2345-234567890ABC}.Release|x86.ActiveCfg = Release|Any CPU
{C2345678-2345-2345-2345-234567890ABC}.Release|x86.Build.0 = Release|Any CPU
{E4567890-4567-4567-4567-456789012ABC}.Debug|x64.ActiveCfg = Debug|Any CPU
{E4567890-4567-4567-4567-456789012ABC}.Debug|x64.Build.0 = Debug|Any CPU
{E4567890-4567-4567-4567-456789012ABC}.Debug|x86.ActiveCfg = Debug|Any CPU
{E4567890-4567-4567-4567-456789012ABC}.Debug|x86.Build.0 = Debug|Any CPU
{E4567890-4567-4567-4567-456789012ABC}.Release|x64.ActiveCfg = Release|Any CPU
{E4567890-4567-4567-4567-456789012ABC}.Release|x64.Build.0 = Release|Any CPU
{E4567890-4567-4567-4567-456789012ABC}.Release|x86.ActiveCfg = Release|Any CPU
{E4567890-4567-4567-4567-456789012ABC}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal