forked from RyanLamansky/dotnet-webassembly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebAssembly.sln
51 lines (51 loc) · 2.88 KB
/
WebAssembly.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAssembly", "WebAssembly\WebAssembly.csproj", "{E9676C8C-A671-4978-8C62-40BBA257A597}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAssembly.Tests", "WebAssembly.Tests\WebAssembly.Tests.csproj", "{E76A6235-3CE7-4E06-ACEB-21673E59C461}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{40D02F4C-D45F-45BE-99DF-D1E48B7CF621}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebDbg", "WebDbg\WebDbg.csproj", "{F7D05E7D-DAB6-480C-A42A-37302DF8EA63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SourcemapToolkit.SourcemapParser", "sourcemap-toolkit\src\SourcemapToolkit.SourcemapParser\SourcemapToolkit.SourcemapParser.csproj", "{69FD1EB5-32F2-4759-9187-9A8E25927BCA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9676C8C-A671-4978-8C62-40BBA257A597}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9676C8C-A671-4978-8C62-40BBA257A597}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9676C8C-A671-4978-8C62-40BBA257A597}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9676C8C-A671-4978-8C62-40BBA257A597}.Release|Any CPU.Build.0 = Release|Any CPU
{E76A6235-3CE7-4E06-ACEB-21673E59C461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E76A6235-3CE7-4E06-ACEB-21673E59C461}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E76A6235-3CE7-4E06-ACEB-21673E59C461}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E76A6235-3CE7-4E06-ACEB-21673E59C461}.Release|Any CPU.Build.0 = Release|Any CPU
{F7D05E7D-DAB6-480C-A42A-37302DF8EA63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7D05E7D-DAB6-480C-A42A-37302DF8EA63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7D05E7D-DAB6-480C-A42A-37302DF8EA63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7D05E7D-DAB6-480C-A42A-37302DF8EA63}.Release|Any CPU.Build.0 = Release|Any CPU
{69FD1EB5-32F2-4759-9187-9A8E25927BCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69FD1EB5-32F2-4759-9187-9A8E25927BCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69FD1EB5-32F2-4759-9187-9A8E25927BCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69FD1EB5-32F2-4759-9187-9A8E25927BCA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0B2A2F2-B293-4325-B5D7-7A4EECCA01F9}
EndGlobalSection
EndGlobal