-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPMgene.sln
40 lines (40 loc) · 2.04 KB
/
PMgene.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PMgene", "..\PMgene\PMgene.vcxproj", "{311F3DED-3B98-4F7F-8287-B96893DF852A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PMgene_Windows", "PMgene_Windows.vcxproj", "{69491C06-8269-40E1-AF3C-A8FB17E96153}"
ProjectSection(ProjectDependencies) = postProject
{311F3DED-3B98-4F7F-8287-B96893DF852A} = {311F3DED-3B98-4F7F-8287-B96893DF852A}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PMath", "..\PMath\PMath.vcxproj", "{EC7670D2-7F92-44FB-A9F5-8D140ECED22F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{311F3DED-3B98-4F7F-8287-B96893DF852A}.Debug|x64.ActiveCfg = Debug|x64
{311F3DED-3B98-4F7F-8287-B96893DF852A}.Debug|x64.Build.0 = Debug|x64
{311F3DED-3B98-4F7F-8287-B96893DF852A}.Release|x64.ActiveCfg = Release|x64
{311F3DED-3B98-4F7F-8287-B96893DF852A}.Release|x64.Build.0 = Release|x64
{69491C06-8269-40E1-AF3C-A8FB17E96153}.Debug|x64.ActiveCfg = Debug|x64
{69491C06-8269-40E1-AF3C-A8FB17E96153}.Debug|x64.Build.0 = Debug|x64
{69491C06-8269-40E1-AF3C-A8FB17E96153}.Release|x64.ActiveCfg = Release|x64
{69491C06-8269-40E1-AF3C-A8FB17E96153}.Release|x64.Build.0 = Release|x64
{EC7670D2-7F92-44FB-A9F5-8D140ECED22F}.Debug|x64.ActiveCfg = Debug|x64
{EC7670D2-7F92-44FB-A9F5-8D140ECED22F}.Debug|x64.Build.0 = Debug|x64
{EC7670D2-7F92-44FB-A9F5-8D140ECED22F}.Release|x64.ActiveCfg = Release|x64
{EC7670D2-7F92-44FB-A9F5-8D140ECED22F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A3493D8-4B36-4C31-B5C3-FACA5B60A656}
EndGlobalSection
EndGlobal