-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTLSCallback.sln
More file actions
34 lines (34 loc) · 1.61 KB
/
Copy pathTLSCallback.sln
File metadata and controls
34 lines (34 loc) · 1.61 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33130.400
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DLL", "DLL\DLL.vcxproj", "{C935CF86-3369-4C19-B9C5-96872B6256FC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Loader", "Loader\Loader.vcxproj", "{A53DBFE6-587E-4035-9C62-D029F4D8AAE4}"
ProjectSection(ProjectDependencies) = postProject
{C935CF86-3369-4C19-B9C5-96872B6256FC} = {C935CF86-3369-4C19-B9C5-96872B6256FC}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C935CF86-3369-4C19-B9C5-96872B6256FC}.Debug|x86.ActiveCfg = Debug|Win32
{C935CF86-3369-4C19-B9C5-96872B6256FC}.Debug|x86.Build.0 = Debug|Win32
{C935CF86-3369-4C19-B9C5-96872B6256FC}.Release|x86.ActiveCfg = Release|Win32
{C935CF86-3369-4C19-B9C5-96872B6256FC}.Release|x86.Build.0 = Release|Win32
{A53DBFE6-587E-4035-9C62-D029F4D8AAE4}.Debug|x86.ActiveCfg = Debug|Win32
{A53DBFE6-587E-4035-9C62-D029F4D8AAE4}.Debug|x86.Build.0 = Debug|Win32
{A53DBFE6-587E-4035-9C62-D029F4D8AAE4}.Release|x86.ActiveCfg = Release|Win32
{A53DBFE6-587E-4035-9C62-D029F4D8AAE4}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B15CBC9-4C8D-423F-8465-08D789A9AA02}
EndGlobalSection
EndGlobal