forked from qrakhen/sqript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sqript.sln
36 lines (36 loc) · 1.91 KB
/
Sqript.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqriptRuntime", "SqriptRuntime.csproj", "{F0E0B230-B782-4137-A67D-6F8D38775BB1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sqript.Libs", "..\Sqript.Libs\Sqript.Libs.csproj", "{EECFB58E-E041-42A6-957A-B19988DE299D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
win32_exe|Any CPU = win32_exe|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F0E0B230-B782-4137-A67D-6F8D38775BB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0E0B230-B782-4137-A67D-6F8D38775BB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0E0B230-B782-4137-A67D-6F8D38775BB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0E0B230-B782-4137-A67D-6F8D38775BB1}.Release|Any CPU.Build.0 = Release|Any CPU
{F0E0B230-B782-4137-A67D-6F8D38775BB1}.win32_exe|Any CPU.ActiveCfg = Debug|Any CPU
{F0E0B230-B782-4137-A67D-6F8D38775BB1}.win32_exe|Any CPU.Build.0 = Debug|Any CPU
{EECFB58E-E041-42A6-957A-B19988DE299D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EECFB58E-E041-42A6-957A-B19988DE299D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EECFB58E-E041-42A6-957A-B19988DE299D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EECFB58E-E041-42A6-957A-B19988DE299D}.Release|Any CPU.Build.0 = Release|Any CPU
{EECFB58E-E041-42A6-957A-B19988DE299D}.win32_exe|Any CPU.ActiveCfg = Debug|Any CPU
{EECFB58E-E041-42A6-957A-B19988DE299D}.win32_exe|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD17708F-B5B8-49BA-8EC8-1D7FD4EC05D3}
EndGlobalSection
EndGlobal