forked from xceedsoftware/DocX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xceed.Words.NET.sln
93 lines (93 loc) · 6.45 KB
/
Xceed.Words.NET.sln
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xceed.Words.NET.Examples", "Xceed.Words.NET.Examples\Xceed.Words.NET.Examples.csproj", "{F3022BB7-0E40-4C80-A495-37FEAF3671AB}"
ProjectSection(ProjectDependencies) = postProject
{E863D072-AA8B-4108-B5F1-785241B37F67} = {E863D072-AA8B-4108-B5F1-785241B37F67}
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9} = {6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xceed.Words.NET", "Xceed.Words.NET\Xceed.Words.NET.csproj", "{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xceed.Document.NET", "Xceed.Document.NET\Xceed.Document.NET.csproj", "{E863D072-AA8B-4108-B5F1-785241B37F67}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
PerformanceTest|Any CPU = PerformanceTest|Any CPU
PerformanceTest|Mixed Platforms = PerformanceTest|Mixed Platforms
PerformanceTest|x86 = PerformanceTest|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Debug|x86.ActiveCfg = Debug|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Debug|x86.Build.0 = Debug|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.PerformanceTest|Any CPU.ActiveCfg = Release|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.PerformanceTest|Any CPU.Build.0 = Release|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.PerformanceTest|Mixed Platforms.ActiveCfg = Release|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.PerformanceTest|Mixed Platforms.Build.0 = Release|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.PerformanceTest|x86.ActiveCfg = Release|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.PerformanceTest|x86.Build.0 = Release|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Release|Any CPU.Build.0 = Release|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Release|x86.ActiveCfg = Release|Any CPU
{F3022BB7-0E40-4C80-A495-37FEAF3671AB}.Release|x86.Build.0 = Release|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.Debug|x86.ActiveCfg = Debug|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.Debug|x86.Build.0 = Debug|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.PerformanceTest|Any CPU.ActiveCfg = Release|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.PerformanceTest|Any CPU.Build.0 = Release|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.PerformanceTest|Mixed Platforms.ActiveCfg = Release|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.PerformanceTest|Mixed Platforms.Build.0 = Release|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.PerformanceTest|x86.ActiveCfg = Release|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.PerformanceTest|x86.Build.0 = Release|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.Release|Any CPU.Build.0 = Release|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.Release|x86.ActiveCfg = Release|Any CPU
{6A9B96D0-A011-4F33-8EE2-AC31C948CCA9}.Release|x86.Build.0 = Release|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.Debug|x86.ActiveCfg = Debug|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.Debug|x86.Build.0 = Debug|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.PerformanceTest|Any CPU.ActiveCfg = Release|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.PerformanceTest|Any CPU.Build.0 = Release|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.PerformanceTest|Mixed Platforms.ActiveCfg = Release|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.PerformanceTest|Mixed Platforms.Build.0 = Release|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.PerformanceTest|x86.ActiveCfg = Release|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.PerformanceTest|x86.Build.0 = Release|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.Release|Any CPU.Build.0 = Release|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.Release|x86.ActiveCfg = Release|Any CPU
{E863D072-AA8B-4108-B5F1-785241B37F67}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E50134DE-0403-4A0B-95CF-6F3E771A0669}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Xceed.Words.NET.vsmdi
EndGlobalSection
EndGlobal