-
Notifications
You must be signed in to change notification settings - Fork 12
/
Emscripten.vs2017.sln
36 lines (36 loc) · 2.19 KB
/
Emscripten.vs2017.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.35026.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.DebuggerLauncher", "Emscripten.DebuggerLauncher\Emscripten.DebuggerLauncher.csproj", "{66908FCE-3A52-477B-87B5-ACDE7984DE68}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.Build.CppTasks", "Emscripten.Build.CppTasks\Emscripten.Build.CppTasks.csproj", "{9B55BA92-5129-41E5-ABF3-CFB220E1672B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.BuildSystem.vs2017", "Emscripten.BuildSystem.vs2017\Emscripten.BuildSystem.vs2017.csproj", "{3D9A3469-547B-45E0-BA03-210F2F8DF783}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66908FCE-3A52-477B-87B5-ACDE7984DE68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66908FCE-3A52-477B-87B5-ACDE7984DE68}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66908FCE-3A52-477B-87B5-ACDE7984DE68}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66908FCE-3A52-477B-87B5-ACDE7984DE68}.Release|Any CPU.Build.0 = Release|Any CPU
{9B55BA92-5129-41E5-ABF3-CFB220E1672B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B55BA92-5129-41E5-ABF3-CFB220E1672B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B55BA92-5129-41E5-ABF3-CFB220E1672B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B55BA92-5129-41E5-ABF3-CFB220E1672B}.Release|Any CPU.Build.0 = Release|Any CPU
{3D9A3469-547B-45E0-BA03-210F2F8DF783}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D9A3469-547B-45E0-BA03-210F2F8DF783}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D9A3469-547B-45E0-BA03-210F2F8DF783}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D9A3469-547B-45E0-BA03-210F2F8DF783}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09F348FC-F195-4BCC-9BBF-B817FF982228}
EndGlobalSection
EndGlobal