-
Notifications
You must be signed in to change notification settings - Fork 0
/
Test_Dlls.sln
34 lines (34 loc) · 1.6 KB
/
Test_Dlls.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Exe", "Exe\Exe.vcxproj", "{E2A486B3-F271-40B0-AC38-32C2C48695E6}"
ProjectSection(ProjectDependencies) = postProject
{57E8CF32-D280-4B66-A38B-B469D886B53F} = {57E8CF32-D280-4B66-A38B-B469D886B53F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Dll", "Dll\Dll.vcxproj", "{57E8CF32-D280-4B66-A38B-B469D886B53F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2A486B3-F271-40B0-AC38-32C2C48695E6}.Debug|x86.ActiveCfg = Debug|Win32
{E2A486B3-F271-40B0-AC38-32C2C48695E6}.Debug|x86.Build.0 = Debug|Win32
{E2A486B3-F271-40B0-AC38-32C2C48695E6}.Release|x86.ActiveCfg = Release|Win32
{E2A486B3-F271-40B0-AC38-32C2C48695E6}.Release|x86.Build.0 = Release|Win32
{57E8CF32-D280-4B66-A38B-B469D886B53F}.Debug|x86.ActiveCfg = Debug|Win32
{57E8CF32-D280-4B66-A38B-B469D886B53F}.Debug|x86.Build.0 = Debug|Win32
{57E8CF32-D280-4B66-A38B-B469D886B53F}.Release|x86.ActiveCfg = Release|Win32
{57E8CF32-D280-4B66-A38B-B469D886B53F}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4FF774AE-59CC-4881-99D9-5F67E35CC14A}
EndGlobalSection
EndGlobal