forked from gnh1201/IWebAssemblyCOM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIWebAssemblyCOM.sln
60 lines (60 loc) · 3.43 KB
/
IWebAssemblyCOM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IWebAssemblyCOM", "IWebAssemblyCOM\IWebAssemblyCOM.vcxproj", "{6B1282ED-1188-440E-A35D-A035D1A3175E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IWebAssemblyCOMPS", "IWebAssemblyCOMPS\IWebAssemblyCOMPS.vcxproj", "{30075F4A-9754-43B9-A7FA-D278F5DEADF4}"
ProjectSection(ProjectDependencies) = postProject
{6B1282ED-1188-440E-A35D-A035D1A3175E} = {6B1282ED-1188-440E-A35D-A035D1A3175E}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
MinSizeRel|x64 = MinSizeRel|x64
MinSizeRel|x86 = MinSizeRel|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
RelWithDebInfo|x64 = RelWithDebInfo|x64
RelWithDebInfo|x86 = RelWithDebInfo|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B1282ED-1188-440E-A35D-A035D1A3175E}.Debug|x64.ActiveCfg = Debug|x64
{6B1282ED-1188-440E-A35D-A035D1A3175E}.Debug|x64.Build.0 = Debug|x64
{6B1282ED-1188-440E-A35D-A035D1A3175E}.Debug|x86.ActiveCfg = Debug|Win32
{6B1282ED-1188-440E-A35D-A035D1A3175E}.Debug|x86.Build.0 = Debug|Win32
{6B1282ED-1188-440E-A35D-A035D1A3175E}.MinSizeRel|x64.ActiveCfg = Debug|x64
{6B1282ED-1188-440E-A35D-A035D1A3175E}.MinSizeRel|x64.Build.0 = Debug|x64
{6B1282ED-1188-440E-A35D-A035D1A3175E}.MinSizeRel|x86.ActiveCfg = Debug|Win32
{6B1282ED-1188-440E-A35D-A035D1A3175E}.MinSizeRel|x86.Build.0 = Debug|Win32
{6B1282ED-1188-440E-A35D-A035D1A3175E}.Release|x64.ActiveCfg = Release|x64
{6B1282ED-1188-440E-A35D-A035D1A3175E}.Release|x64.Build.0 = Release|x64
{6B1282ED-1188-440E-A35D-A035D1A3175E}.Release|x86.ActiveCfg = Release|Win32
{6B1282ED-1188-440E-A35D-A035D1A3175E}.Release|x86.Build.0 = Release|Win32
{6B1282ED-1188-440E-A35D-A035D1A3175E}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{6B1282ED-1188-440E-A35D-A035D1A3175E}.RelWithDebInfo|x64.Build.0 = Release|x64
{6B1282ED-1188-440E-A35D-A035D1A3175E}.RelWithDebInfo|x86.ActiveCfg = Release|Win32
{6B1282ED-1188-440E-A35D-A035D1A3175E}.RelWithDebInfo|x86.Build.0 = Release|Win32
{30075F4A-9754-43B9-A7FA-D278F5DEADF4}.Debug|x64.ActiveCfg = Debug|x64
{30075F4A-9754-43B9-A7FA-D278F5DEADF4}.Debug|x86.ActiveCfg = Debug|Win32
{30075F4A-9754-43B9-A7FA-D278F5DEADF4}.MinSizeRel|x64.ActiveCfg = Debug|x64
{30075F4A-9754-43B9-A7FA-D278F5DEADF4}.MinSizeRel|x64.Build.0 = Debug|x64
{30075F4A-9754-43B9-A7FA-D278F5DEADF4}.MinSizeRel|x86.ActiveCfg = Debug|Win32
{30075F4A-9754-43B9-A7FA-D278F5DEADF4}.MinSizeRel|x86.Build.0 = Debug|Win32
{30075F4A-9754-43B9-A7FA-D278F5DEADF4}.Release|x64.ActiveCfg = Release|x64
{30075F4A-9754-43B9-A7FA-D278F5DEADF4}.Release|x86.ActiveCfg = Release|Win32
{30075F4A-9754-43B9-A7FA-D278F5DEADF4}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{30075F4A-9754-43B9-A7FA-D278F5DEADF4}.RelWithDebInfo|x64.Build.0 = Release|x64
{30075F4A-9754-43B9-A7FA-D278F5DEADF4}.RelWithDebInfo|x86.ActiveCfg = Release|Win32
{30075F4A-9754-43B9-A7FA-D278F5DEADF4}.RelWithDebInfo|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD93896D-8476-4AF6-9168-B38A3AF88FE3}
EndGlobalSection
EndGlobal