-
Notifications
You must be signed in to change notification settings - Fork 25
/
PmWorkspace.sln
22 lines (22 loc) · 902 Bytes
/
PmWorkspace.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{BF6367D9-8FFD-427B-901E-C22EB102B062}") = "PowerMonkey", "PowerMonkeyApp\PowerMonkey.vcxproj", "{A94AC9AF-BA6D-4F79-AD8A-806D78CD4A0E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A94AC9AF-BA6D-4F79-AD8A-806D78CD4A0E}.Release|x64.ActiveCfg = Release|x64
{A94AC9AF-BA6D-4F79-AD8A-806D78CD4A0E}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8F65103-4B9C-4928-81C2-018221078207}
EndGlobalSection
EndGlobal