-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathMemoryModule.net.sln
More file actions
40 lines (40 loc) · 1.98 KB
/
MemoryModule.net.sln
File metadata and controls
40 lines (40 loc) · 1.98 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
38
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemoryModule.net", "MemoryModule.net\MemoryModule.net.csproj", "{9A7A2A19-456F-41B4-964D-2416ABB0368A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleDLL", "SampleDLL\SampleDLL.vcxproj", "{7134B3F9-6702-497D-90D5-7A229666E206}"
ProjectSection(ProjectDependencies) = postProject
{9A7A2A19-456F-41B4-964D-2416ABB0368A} = {9A7A2A19-456F-41B4-964D-2416ABB0368A}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A7A2A19-456F-41B4-964D-2416ABB0368A}.Debug|x64.ActiveCfg = Debug|x64
{9A7A2A19-456F-41B4-964D-2416ABB0368A}.Debug|x64.Build.0 = Debug|x64
{9A7A2A19-456F-41B4-964D-2416ABB0368A}.Debug|x86.ActiveCfg = Debug|x86
{9A7A2A19-456F-41B4-964D-2416ABB0368A}.Debug|x86.Build.0 = Debug|x86
{9A7A2A19-456F-41B4-964D-2416ABB0368A}.Release|x64.ActiveCfg = Release|x64
{9A7A2A19-456F-41B4-964D-2416ABB0368A}.Release|x64.Build.0 = Release|x64
{9A7A2A19-456F-41B4-964D-2416ABB0368A}.Release|x86.ActiveCfg = Release|x86
{9A7A2A19-456F-41B4-964D-2416ABB0368A}.Release|x86.Build.0 = Release|x86
{7134B3F9-6702-497D-90D5-7A229666E206}.Debug|x64.ActiveCfg = Debug|x64
{7134B3F9-6702-497D-90D5-7A229666E206}.Debug|x86.ActiveCfg = Debug|Win32
{7134B3F9-6702-497D-90D5-7A229666E206}.Release|x64.ActiveCfg = Release|x64
{7134B3F9-6702-497D-90D5-7A229666E206}.Release|x86.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9D09707-0455-4301-B850-A3A819F5EA38}
EndGlobalSection
EndGlobal