-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAuroraScript.sln
More file actions
58 lines (58 loc) · 3.21 KB
/
AuroraScript.sln
File metadata and controls
58 lines (58 loc) · 3.21 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.1.11312.151
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuroraScript", "src\AuroraScript.csproj", "{AE917C75-011E-42FE-9C56-1944E724DB60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples", "examples\Examples.csproj", "{EDE1BD9C-529C-4728-BFAE-93EF5D995EC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F2FA3F5B-20B8-4012-975E-B0C00CD09612}"
ProjectSection(SolutionItems) = preProject
code.txt = code.txt
hotspot.txt = hotspot.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmark", "benchmark\Benchmark.csproj", "{C116215F-4DBD-4148-B1AC-97EA41FBCCDD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE917C75-011E-42FE-9C56-1944E724DB60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE917C75-011E-42FE-9C56-1944E724DB60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE917C75-011E-42FE-9C56-1944E724DB60}.Debug|x64.ActiveCfg = Debug|x64
{AE917C75-011E-42FE-9C56-1944E724DB60}.Debug|x64.Build.0 = Debug|x64
{AE917C75-011E-42FE-9C56-1944E724DB60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE917C75-011E-42FE-9C56-1944E724DB60}.Release|Any CPU.Build.0 = Release|Any CPU
{AE917C75-011E-42FE-9C56-1944E724DB60}.Release|x64.ActiveCfg = Release|x64
{AE917C75-011E-42FE-9C56-1944E724DB60}.Release|x64.Build.0 = Release|x64
{EDE1BD9C-529C-4728-BFAE-93EF5D995EC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDE1BD9C-529C-4728-BFAE-93EF5D995EC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDE1BD9C-529C-4728-BFAE-93EF5D995EC0}.Debug|x64.ActiveCfg = Debug|x64
{EDE1BD9C-529C-4728-BFAE-93EF5D995EC0}.Debug|x64.Build.0 = Debug|x64
{EDE1BD9C-529C-4728-BFAE-93EF5D995EC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDE1BD9C-529C-4728-BFAE-93EF5D995EC0}.Release|Any CPU.Build.0 = Release|Any CPU
{EDE1BD9C-529C-4728-BFAE-93EF5D995EC0}.Release|x64.ActiveCfg = Release|x64
{EDE1BD9C-529C-4728-BFAE-93EF5D995EC0}.Release|x64.Build.0 = Release|x64
{C116215F-4DBD-4148-B1AC-97EA41FBCCDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C116215F-4DBD-4148-B1AC-97EA41FBCCDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C116215F-4DBD-4148-B1AC-97EA41FBCCDD}.Debug|x64.ActiveCfg = Debug|Any CPU
{C116215F-4DBD-4148-B1AC-97EA41FBCCDD}.Debug|x64.Build.0 = Debug|Any CPU
{C116215F-4DBD-4148-B1AC-97EA41FBCCDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C116215F-4DBD-4148-B1AC-97EA41FBCCDD}.Release|Any CPU.Build.0 = Release|Any CPU
{C116215F-4DBD-4148-B1AC-97EA41FBCCDD}.Release|x64.ActiveCfg = Release|Any CPU
{C116215F-4DBD-4148-B1AC-97EA41FBCCDD}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D112A53E-2062-49D8-AE25-4F8B02BD956E}
EndGlobalSection
EndGlobal