This repository has been archived by the owner on May 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinklecate_wasm.sln
55 lines (55 loc) · 3.31 KB
/
inklecate_wasm.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "inklecate_wasm", "src\inklecate_wasm.csproj", "{675A947C-8FDC-435A-AD08-15152883B95C}"
ProjectSection(ProjectDependencies) = postProject
{52E3F3D0-2702-44E5-82F5-783B82647CA5} = {52E3F3D0-2702-44E5-82F5-783B82647CA5}
{F68D0EE2-1831-4A06-8FFA-CBD0315EFD0E} = {F68D0EE2-1831-4A06-8FFA-CBD0315EFD0E}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ink_compiler", "lib\ink\compiler\ink_compiler.csproj", "{52E3F3D0-2702-44E5-82F5-783B82647CA5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ink-engine-runtime", "lib\ink\ink-engine-runtime\ink-engine-runtime.csproj", "{F68D0EE2-1831-4A06-8FFA-CBD0315EFD0E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{675A947C-8FDC-435A-AD08-15152883B95C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{675A947C-8FDC-435A-AD08-15152883B95C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{675A947C-8FDC-435A-AD08-15152883B95C}.Debug|x86.ActiveCfg = Debug|Any CPU
{675A947C-8FDC-435A-AD08-15152883B95C}.Debug|x86.Build.0 = Debug|Any CPU
{675A947C-8FDC-435A-AD08-15152883B95C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{675A947C-8FDC-435A-AD08-15152883B95C}.Release|Any CPU.Build.0 = Release|Any CPU
{675A947C-8FDC-435A-AD08-15152883B95C}.Release|x86.ActiveCfg = Release|Any CPU
{675A947C-8FDC-435A-AD08-15152883B95C}.Release|x86.Build.0 = Release|Any CPU
{52E3F3D0-2702-44E5-82F5-783B82647CA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52E3F3D0-2702-44E5-82F5-783B82647CA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52E3F3D0-2702-44E5-82F5-783B82647CA5}.Debug|x86.ActiveCfg = Debug|Any CPU
{52E3F3D0-2702-44E5-82F5-783B82647CA5}.Debug|x86.Build.0 = Debug|Any CPU
{52E3F3D0-2702-44E5-82F5-783B82647CA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52E3F3D0-2702-44E5-82F5-783B82647CA5}.Release|Any CPU.Build.0 = Release|Any CPU
{52E3F3D0-2702-44E5-82F5-783B82647CA5}.Release|x86.ActiveCfg = Release|Any CPU
{52E3F3D0-2702-44E5-82F5-783B82647CA5}.Release|x86.Build.0 = Release|Any CPU
{F68D0EE2-1831-4A06-8FFA-CBD0315EFD0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F68D0EE2-1831-4A06-8FFA-CBD0315EFD0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F68D0EE2-1831-4A06-8FFA-CBD0315EFD0E}.Debug|x86.ActiveCfg = Debug|Any CPU
{F68D0EE2-1831-4A06-8FFA-CBD0315EFD0E}.Debug|x86.Build.0 = Debug|Any CPU
{F68D0EE2-1831-4A06-8FFA-CBD0315EFD0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F68D0EE2-1831-4A06-8FFA-CBD0315EFD0E}.Release|Any CPU.Build.0 = Release|Any CPU
{F68D0EE2-1831-4A06-8FFA-CBD0315EFD0E}.Release|x86.ActiveCfg = Release|Any CPU
{F68D0EE2-1831-4A06-8FFA-CBD0315EFD0E}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE15849E-9ABE-4A32-B8B2-A6918A35B974}
EndGlobalSection
EndGlobal