This repository has been archived by the owner on Jul 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathExplorerPCal.sln
37 lines (37 loc) · 1.8 KB
/
ExplorerPCal.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
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}") = "ExplorerPCal", "ExplorerPCal\ExplorerPCal.csproj", "{0B3AAC84-8435-4860-90EE-1898FA453438}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExplorerPCal.Hooks", "ExplorerPCal.Hooks\ExplorerPCal.Hooks.csproj", "{E7FAC865-0E5D-4946-A27E-7E05E872BBF0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{31A71B4C-9ABD-479B-8BC7-BDE0FF003AB7}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.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
{0B3AAC84-8435-4860-90EE-1898FA453438}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B3AAC84-8435-4860-90EE-1898FA453438}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B3AAC84-8435-4860-90EE-1898FA453438}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B3AAC84-8435-4860-90EE-1898FA453438}.Release|Any CPU.Build.0 = Release|Any CPU
{E7FAC865-0E5D-4946-A27E-7E05E872BBF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7FAC865-0E5D-4946-A27E-7E05E872BBF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7FAC865-0E5D-4946-A27E-7E05E872BBF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7FAC865-0E5D-4946-A27E-7E05E872BBF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal