forked from RainbowMage/OverlayPlugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
OverlayPlugin.sln
40 lines (40 loc) · 1.83 KB
/
OverlayPlugin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OverlayPlugin", "OverlayPlugin\OverlayPlugin.csproj", "{DD6D2A9A-4AD4-47B8-A1D0-C8608EA37092}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HtmlRenderer", "HtmlRenderer\HtmlRenderer.csproj", "{E2BC6483-B966-4A4A-B4CC-D50A4BD73AF3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{84CCF15D-3E71-42A6-9C35-A5E3D19FF5DA}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.bat = build.bat
distribute.ps1 = distribute.ps1
full.exclude = full.exclude
LICENSE.txt = LICENSE.txt
PS-Zip.psm1 = PS-Zip.psm1
README-en.md = README-en.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD6D2A9A-4AD4-47B8-A1D0-C8608EA37092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD6D2A9A-4AD4-47B8-A1D0-C8608EA37092}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD6D2A9A-4AD4-47B8-A1D0-C8608EA37092}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD6D2A9A-4AD4-47B8-A1D0-C8608EA37092}.Release|Any CPU.Build.0 = Release|Any CPU
{E2BC6483-B966-4A4A-B4CC-D50A4BD73AF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2BC6483-B966-4A4A-B4CC-D50A4BD73AF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2BC6483-B966-4A4A-B4CC-D50A4BD73AF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2BC6483-B966-4A4A-B4CC-D50A4BD73AF3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal