forked from nokotan/VSExtForEmscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEmscripten.vs2017.sln
More file actions
36 lines (36 loc) · 2.38 KB
/
Emscripten.vs2017.sln
File metadata and controls
36 lines (36 loc) · 2.38 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emscripten.Debugger.Definition.vs2017", "Emscripten.Debugger.Definition\Emscripten.Debugger.Definition.vs2017.csproj", "{A872285A-D1CA-47FF-AAF8-900BFC71B45C}"
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.Build.Definition", "Emscripten.Build.Definition\Emscripten.Build.Definition.csproj", "{048B183F-A4FB-4213-A9B4-7311AFBE7DD9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug VS2017|Any CPU = Debug VS2017|Any CPU
Release VS2017|Any CPU = Release VS2017|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A872285A-D1CA-47FF-AAF8-900BFC71B45C}.Debug VS2017|Any CPU.ActiveCfg = Debug VS2017|Any CPU
{A872285A-D1CA-47FF-AAF8-900BFC71B45C}.Debug VS2017|Any CPU.Build.0 = Debug VS2017|Any CPU
{A872285A-D1CA-47FF-AAF8-900BFC71B45C}.Release VS2017|Any CPU.ActiveCfg = Release VS2017|Any CPU
{A872285A-D1CA-47FF-AAF8-900BFC71B45C}.Release VS2017|Any CPU.Build.0 = Release VS2017|Any CPU
{9B55BA92-5129-41E5-ABF3-CFB220E1672B}.Debug VS2017|Any CPU.ActiveCfg = Debug|Any CPU
{9B55BA92-5129-41E5-ABF3-CFB220E1672B}.Debug VS2017|Any CPU.Build.0 = Debug|Any CPU
{9B55BA92-5129-41E5-ABF3-CFB220E1672B}.Release VS2017|Any CPU.ActiveCfg = Release|Any CPU
{9B55BA92-5129-41E5-ABF3-CFB220E1672B}.Release VS2017|Any CPU.Build.0 = Release|Any CPU
{048B183F-A4FB-4213-A9B4-7311AFBE7DD9}.Debug VS2017|Any CPU.ActiveCfg = Debug VS2017|Any CPU
{048B183F-A4FB-4213-A9B4-7311AFBE7DD9}.Debug VS2017|Any CPU.Build.0 = Debug VS2017|Any CPU
{048B183F-A4FB-4213-A9B4-7311AFBE7DD9}.Release VS2017|Any CPU.ActiveCfg = Release VS2017|Any CPU
{048B183F-A4FB-4213-A9B4-7311AFBE7DD9}.Release VS2017|Any CPU.Build.0 = Release VS2017|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09F348FC-F195-4BCC-9BBF-B817FF982228}
EndGlobalSection
EndGlobal