-
Notifications
You must be signed in to change notification settings - Fork 2
/
minige.sln
29 lines (29 loc) · 1.27 KB
/
minige.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minige", "minige\minige.vcxproj", "{5B334BA4-A8FF-4B9A-A149-714254AF331B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{EB66BAE4-A9C7-4E49-89DD-92ADC88D85ED}"
ProjectSection(ProjectDependencies) = postProject
{5B334BA4-A8FF-4B9A-A149-714254AF331B} = {5B334BA4-A8FF-4B9A-A149-714254AF331B}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B334BA4-A8FF-4B9A-A149-714254AF331B}.Debug|x64.ActiveCfg = Debug|x64
{5B334BA4-A8FF-4B9A-A149-714254AF331B}.Debug|x64.Build.0 = Debug|x64
{EB66BAE4-A9C7-4E49-89DD-92ADC88D85ED}.Debug|x64.ActiveCfg = Debug|x64
{EB66BAE4-A9C7-4E49-89DD-92ADC88D85ED}.Debug|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0106B7B7-D746-4581-A531-07335681D91C}
EndGlobalSection
EndGlobal