-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathWindowsInspector.sln
55 lines (55 loc) · 3.13 KB
/
WindowsInspector.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.29020.237
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowsInspector.Controller", "WindowsInspector.Controller\WindowsInspector.Controller.vcxproj", "{6EAABE1C-1B91-425D-9960-53B324B31D0F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowsInspector.Kernel", "WindowsInspector.Kernel\WindowsInspector.Kernel.vcxproj", "{F0D0B39C-274C-4049-9C61-51E7F3A7FF4C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WindowsInspector.Shared", "WindowsInspector.Shared", "{9A2C53EF-C381-4147-ACE4-BDF6A2795A3C}"
ProjectSection(SolutionItems) = preProject
WindowsInspector.Shared\base64.c = WindowsInspector.Shared\base64.c
WindowsInspector.Shared\base64.h = WindowsInspector.Shared\base64.h
WindowsInspector.Shared\Common.c = WindowsInspector.Shared\Common.c
WindowsInspector.Shared\Common.h = WindowsInspector.Shared\Common.h
WindowsInspector.Shared\MemStream.h = WindowsInspector.Shared\MemStream.h
WindowsInspector.Shared\Std.h = WindowsInspector.Shared\Std.h
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6EAABE1C-1B91-425D-9960-53B324B31D0F}.Debug|x64.ActiveCfg = Debug|x64
{6EAABE1C-1B91-425D-9960-53B324B31D0F}.Debug|x64.Build.0 = Debug|x64
{6EAABE1C-1B91-425D-9960-53B324B31D0F}.Debug|x86.ActiveCfg = Debug|Win32
{6EAABE1C-1B91-425D-9960-53B324B31D0F}.Debug|x86.Build.0 = Debug|Win32
{6EAABE1C-1B91-425D-9960-53B324B31D0F}.Release|x64.ActiveCfg = Release|x64
{6EAABE1C-1B91-425D-9960-53B324B31D0F}.Release|x64.Build.0 = Release|x64
{6EAABE1C-1B91-425D-9960-53B324B31D0F}.Release|x86.ActiveCfg = Release|Win32
{6EAABE1C-1B91-425D-9960-53B324B31D0F}.Release|x86.Build.0 = Release|Win32
{F0D0B39C-274C-4049-9C61-51E7F3A7FF4C}.Debug|x64.ActiveCfg = Debug|x64
{F0D0B39C-274C-4049-9C61-51E7F3A7FF4C}.Debug|x64.Build.0 = Debug|x64
{F0D0B39C-274C-4049-9C61-51E7F3A7FF4C}.Debug|x64.Deploy.0 = Debug|x64
{F0D0B39C-274C-4049-9C61-51E7F3A7FF4C}.Debug|x86.ActiveCfg = Debug|Win32
{F0D0B39C-274C-4049-9C61-51E7F3A7FF4C}.Debug|x86.Build.0 = Debug|Win32
{F0D0B39C-274C-4049-9C61-51E7F3A7FF4C}.Debug|x86.Deploy.0 = Debug|Win32
{F0D0B39C-274C-4049-9C61-51E7F3A7FF4C}.Release|x64.ActiveCfg = Release|x64
{F0D0B39C-274C-4049-9C61-51E7F3A7FF4C}.Release|x64.Build.0 = Release|x64
{F0D0B39C-274C-4049-9C61-51E7F3A7FF4C}.Release|x64.Deploy.0 = Release|x64
{F0D0B39C-274C-4049-9C61-51E7F3A7FF4C}.Release|x86.ActiveCfg = Release|Win32
{F0D0B39C-274C-4049-9C61-51E7F3A7FF4C}.Release|x86.Build.0 = Release|Win32
{F0D0B39C-274C-4049-9C61-51E7F3A7FF4C}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D6C1C352-5A76-4ABD-8F66-3168D2FC8056}
EndGlobalSection
EndGlobal