-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMSBuildWasm.sln
More file actions
49 lines (49 loc) · 3.05 KB
/
Copy pathMSBuildWasm.sln
File metadata and controls
49 lines (49 loc) · 3.05 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35005.142
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSBuildWasm", "src\MSBuildWasm.csproj", "{135746F6-7E60-487A-AA7A-88EFF5A96802}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExampleProject", "examples\ExampleProject\ExampleProject.csproj", "{B72FEC86-8BB7-49A4-B0D8-52D77EA31B0B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WasmTasksTests", "test\WasmTasksTests\WasmTasksTests.csproj", "{94FE5153-34D6-4F93-9792-7408AD89945D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RustWasmTaskTemplate", "templates\content\RustWasmTaskTemplate\RustWasmTaskTemplate.csproj", "{68ECCF1E-A1B7-44AE-9B61-D12399B1F739}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MSBuildWasm.Templates", "templates\MSBuildWasm.Templates.csproj", "{7A84956E-ECE0-4401-850E-2CA1DE3356C9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{135746F6-7E60-487A-AA7A-88EFF5A96802}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{135746F6-7E60-487A-AA7A-88EFF5A96802}.Debug|Any CPU.Build.0 = Debug|Any CPU
{135746F6-7E60-487A-AA7A-88EFF5A96802}.Release|Any CPU.ActiveCfg = Release|Any CPU
{135746F6-7E60-487A-AA7A-88EFF5A96802}.Release|Any CPU.Build.0 = Release|Any CPU
{B72FEC86-8BB7-49A4-B0D8-52D77EA31B0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B72FEC86-8BB7-49A4-B0D8-52D77EA31B0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B72FEC86-8BB7-49A4-B0D8-52D77EA31B0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B72FEC86-8BB7-49A4-B0D8-52D77EA31B0B}.Release|Any CPU.Build.0 = Release|Any CPU
{94FE5153-34D6-4F93-9792-7408AD89945D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94FE5153-34D6-4F93-9792-7408AD89945D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94FE5153-34D6-4F93-9792-7408AD89945D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94FE5153-34D6-4F93-9792-7408AD89945D}.Release|Any CPU.Build.0 = Release|Any CPU
{68ECCF1E-A1B7-44AE-9B61-D12399B1F739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68ECCF1E-A1B7-44AE-9B61-D12399B1F739}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68ECCF1E-A1B7-44AE-9B61-D12399B1F739}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68ECCF1E-A1B7-44AE-9B61-D12399B1F739}.Release|Any CPU.Build.0 = Release|Any CPU
{7A84956E-ECE0-4401-850E-2CA1DE3356C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A84956E-ECE0-4401-850E-2CA1DE3356C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A84956E-ECE0-4401-850E-2CA1DE3356C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A84956E-ECE0-4401-850E-2CA1DE3356C9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FAD881C-3C74-4831-8B24-CA9499BF858D}
EndGlobalSection
EndGlobal