-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharpMP.sln
43 lines (43 loc) · 2.2 KB
/
SharpMP.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "TestApp\TestApp.csproj", "{1D873874-B42C-46A5-BC06-6C2698862729}"
ProjectSection(ProjectDependencies) = postProject
{BDB49463-D8C9-4AE7-B356-4184AFCEA24A} = {BDB49463-D8C9-4AE7-B356-4184AFCEA24A}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpMP", "SharpMP\SharpMP.csproj", "{53513446-A244-4A2A-B1C8-B25868ECA628}"
ProjectSection(ProjectDependencies) = postProject
{BDB49463-D8C9-4AE7-B356-4184AFCEA24A} = {BDB49463-D8C9-4AE7-B356-4184AFCEA24A}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SharpMP-Natives", "SharpMP-Natives\SharpMP-Natives.vcxproj", "{BDB49463-D8C9-4AE7-B356-4184AFCEA24A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D873874-B42C-46A5-BC06-6C2698862729}.Debug|x64.ActiveCfg = Debug|x64
{1D873874-B42C-46A5-BC06-6C2698862729}.Debug|x64.Build.0 = Debug|x64
{1D873874-B42C-46A5-BC06-6C2698862729}.Release|x64.ActiveCfg = Release|x64
{1D873874-B42C-46A5-BC06-6C2698862729}.Release|x64.Build.0 = Release|x64
{53513446-A244-4A2A-B1C8-B25868ECA628}.Debug|x64.ActiveCfg = Debug|x64
{53513446-A244-4A2A-B1C8-B25868ECA628}.Debug|x64.Build.0 = Debug|x64
{53513446-A244-4A2A-B1C8-B25868ECA628}.Release|x64.ActiveCfg = Release|x64
{53513446-A244-4A2A-B1C8-B25868ECA628}.Release|x64.Build.0 = Release|x64
{BDB49463-D8C9-4AE7-B356-4184AFCEA24A}.Debug|x64.ActiveCfg = Debug|x64
{BDB49463-D8C9-4AE7-B356-4184AFCEA24A}.Debug|x64.Build.0 = Debug|x64
{BDB49463-D8C9-4AE7-B356-4184AFCEA24A}.Release|x64.ActiveCfg = Release|x64
{BDB49463-D8C9-4AE7-B356-4184AFCEA24A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6146C9E-69C4-46E0-B931-FF0EF6E4B0DD}
EndGlobalSection
EndGlobal