-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplutoscript.sln
31 lines (31 loc) · 1.52 KB
/
plutoscript.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plutoscript-callbacks", "build\plutoscript-callbacks.vcxproj", "{D223E51A-4004-41F3-9175-828AC128600C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "plutoscript-shared", "build\plutoscript-shared.vcxproj", "{2793B7CD-B555-403A-9F90-4E7963EA9FAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
debug|x86 = debug|x86
release|x86 = release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D223E51A-4004-41F3-9175-828AC128600C}.debug|x86.ActiveCfg = debug|Win32
{D223E51A-4004-41F3-9175-828AC128600C}.debug|x86.Build.0 = debug|Win32
{D223E51A-4004-41F3-9175-828AC128600C}.release|x86.ActiveCfg = release|Win32
{D223E51A-4004-41F3-9175-828AC128600C}.release|x86.Build.0 = release|Win32
{2793B7CD-B555-403A-9F90-4E7963EA9FAD}.debug|x86.ActiveCfg = debug|Win32
{2793B7CD-B555-403A-9F90-4E7963EA9FAD}.debug|x86.Build.0 = debug|Win32
{2793B7CD-B555-403A-9F90-4E7963EA9FAD}.release|x86.ActiveCfg = release|Win32
{2793B7CD-B555-403A-9F90-4E7963EA9FAD}.release|x86.Build.0 = release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D7E11E77-8CBD-4212-BA53-BE7A687A98B8}
EndGlobalSection
EndGlobal