forked from RyanLamansky/dotnet-webassembly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebAssembly.sln
63 lines (63 loc) · 3.75 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
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IKVM.Reflection", "ikvm-fork\reflect\IKVM.Reflection.csproj", "{4CB170EF-DFE6-4A56-9E1B-A85449E827A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WasmCompiler", "WasmCompiler\WasmCompiler.csproj", "{519F0E3A-43DB-4148-84F2-22812472B948}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WasmClass", "WasmClass\WasmClass.csproj", "{1E168864-9036-4BCE-BE92-EEA4F7FF4C64}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WasmRunner", "WasmRunner\WasmRunner.csproj", "{5222DC47-6A2B-44D3-B123-87B52D2F3A0F}"
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
{4CB170EF-DFE6-4A56-9E1B-A85449E827A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CB170EF-DFE6-4A56-9E1B-A85449E827A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CB170EF-DFE6-4A56-9E1B-A85449E827A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CB170EF-DFE6-4A56-9E1B-A85449E827A7}.Release|Any CPU.Build.0 = Release|Any CPU
{519F0E3A-43DB-4148-84F2-22812472B948}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{519F0E3A-43DB-4148-84F2-22812472B948}.Debug|Any CPU.Build.0 = Debug|Any CPU
{519F0E3A-43DB-4148-84F2-22812472B948}.Release|Any CPU.ActiveCfg = Release|Any CPU
{519F0E3A-43DB-4148-84F2-22812472B948}.Release|Any CPU.Build.0 = Release|Any CPU
{1E168864-9036-4BCE-BE92-EEA4F7FF4C64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E168864-9036-4BCE-BE92-EEA4F7FF4C64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E168864-9036-4BCE-BE92-EEA4F7FF4C64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E168864-9036-4BCE-BE92-EEA4F7FF4C64}.Release|Any CPU.Build.0 = Release|Any CPU
{5222DC47-6A2B-44D3-B123-87B52D2F3A0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5222DC47-6A2B-44D3-B123-87B52D2F3A0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5222DC47-6A2B-44D3-B123-87B52D2F3A0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5222DC47-6A2B-44D3-B123-87B52D2F3A0F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {396C13F3-961C-44FA-B6F2-28487702B976}
EndGlobalSection
EndGlobal