-
Notifications
You must be signed in to change notification settings - Fork 0
/
Preview Handlers.sln
63 lines (63 loc) · 3.41 KB
/
Preview Handlers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Simpad", "Simpad\Simpad.vcxproj", "{698E3EB9-93E6-4629-925D-A8288E501699}"
ProjectSection(ProjectDependencies) = postProject
{FBE04237-9C7B-4973-9C60-505975998B39} = {FBE04237-9C7B-4973-9C60-505975998B39}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SciLexer", "scintilla\win32\SciLexer.vcxproj", "{FBE04237-9C7B-4973-9C60-505975998B39}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CodePreview", "CodePreview\CodePreview.vcxproj", "{8C0EC784-CF05-4B91-9781-FEEC3DD630A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AF024535-E008-4E77-A95A-B4A519B10E64}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "bin", "bin", "{36AB8EDB-0EC8-4F16-B345-37537C34DC5F}"
ProjectSection(SolutionItems) = preProject
bin\CodePreview.dll = bin\CodePreview.dll
bin\SciLexer.dll = bin\SciLexer.dll
EndProjectSection
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
{698E3EB9-93E6-4629-925D-A8288E501699}.Debug|x64.ActiveCfg = Debug|x64
{698E3EB9-93E6-4629-925D-A8288E501699}.Debug|x64.Build.0 = Debug|x64
{698E3EB9-93E6-4629-925D-A8288E501699}.Debug|x64.Deploy.0 = Debug|x64
{698E3EB9-93E6-4629-925D-A8288E501699}.Debug|x86.ActiveCfg = Debug|Win32
{698E3EB9-93E6-4629-925D-A8288E501699}.Debug|x86.Build.0 = Debug|Win32
{698E3EB9-93E6-4629-925D-A8288E501699}.Release|x64.ActiveCfg = Release|x64
{698E3EB9-93E6-4629-925D-A8288E501699}.Release|x64.Build.0 = Release|x64
{698E3EB9-93E6-4629-925D-A8288E501699}.Release|x86.ActiveCfg = Release|Win32
{698E3EB9-93E6-4629-925D-A8288E501699}.Release|x86.Build.0 = Release|Win32
{FBE04237-9C7B-4973-9C60-505975998B39}.Debug|x64.ActiveCfg = Debug|x64
{FBE04237-9C7B-4973-9C60-505975998B39}.Debug|x64.Build.0 = Debug|x64
{FBE04237-9C7B-4973-9C60-505975998B39}.Debug|x86.ActiveCfg = Debug|Win32
{FBE04237-9C7B-4973-9C60-505975998B39}.Debug|x86.Build.0 = Debug|Win32
{FBE04237-9C7B-4973-9C60-505975998B39}.Release|x64.ActiveCfg = Release|x64
{FBE04237-9C7B-4973-9C60-505975998B39}.Release|x64.Build.0 = Release|x64
{FBE04237-9C7B-4973-9C60-505975998B39}.Release|x86.ActiveCfg = Release|Win32
{FBE04237-9C7B-4973-9C60-505975998B39}.Release|x86.Build.0 = Release|Win32
{8C0EC784-CF05-4B91-9781-FEEC3DD630A6}.Debug|x64.ActiveCfg = Debug|x64
{8C0EC784-CF05-4B91-9781-FEEC3DD630A6}.Debug|x64.Build.0 = Debug|x64
{8C0EC784-CF05-4B91-9781-FEEC3DD630A6}.Debug|x86.ActiveCfg = Debug|Win32
{8C0EC784-CF05-4B91-9781-FEEC3DD630A6}.Debug|x86.Build.0 = Debug|Win32
{8C0EC784-CF05-4B91-9781-FEEC3DD630A6}.Release|x64.ActiveCfg = Release|x64
{8C0EC784-CF05-4B91-9781-FEEC3DD630A6}.Release|x64.Build.0 = Release|x64
{8C0EC784-CF05-4B91-9781-FEEC3DD630A6}.Release|x86.ActiveCfg = Release|Win32
{8C0EC784-CF05-4B91-9781-FEEC3DD630A6}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal