-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTestingDLL.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
TestingDLL.sln
File metadata and controls
37 lines (37 loc) · 2.04 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
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32901.82
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestingDLL", "TestingDLL\TestingDLL.csproj", "{29FBCD98-9766-4FCD-891E-FC565FDECF98}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "DLLTest", "DLLTest\DLLTest.vbproj", "{F199CA13-D459-4781-9F48-7FC2982BDBD7}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Program", "Program\Program.vbproj", "{E164EB3A-A6D4-45BB-8AC9-810250290A4B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29FBCD98-9766-4FCD-891E-FC565FDECF98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29FBCD98-9766-4FCD-891E-FC565FDECF98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29FBCD98-9766-4FCD-891E-FC565FDECF98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29FBCD98-9766-4FCD-891E-FC565FDECF98}.Release|Any CPU.Build.0 = Release|Any CPU
{F199CA13-D459-4781-9F48-7FC2982BDBD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F199CA13-D459-4781-9F48-7FC2982BDBD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F199CA13-D459-4781-9F48-7FC2982BDBD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F199CA13-D459-4781-9F48-7FC2982BDBD7}.Release|Any CPU.Build.0 = Release|Any CPU
{E164EB3A-A6D4-45BB-8AC9-810250290A4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E164EB3A-A6D4-45BB-8AC9-810250290A4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E164EB3A-A6D4-45BB-8AC9-810250290A4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E164EB3A-A6D4-45BB-8AC9-810250290A4B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC742CD1-D8F7-45C4-9E24-C9F02B6BBB5A}
EndGlobalSection
EndGlobal