forked from nefarius/HidHide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHidHide.sln
53 lines (53 loc) · 3.18 KB
/
HidHide.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30330.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HidHide", "HidHide\HidHide.vcxproj", "{37AA280C-34D7-44BA-AC90-2D38F88ECB26}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HidHideCLI", "HidHideCLI\HidHideCLI.vcxproj", "{4986DCD6-73E0-4B0E-91DE-C91204F313D6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HidHideClient", "HidHideClient\HidHideClient.vcxproj", "{44CE58CD-7B06-4585-8F46-CC7564481912}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "HidHideMSI", "HidHide\HidHideMSI.wixproj", "{912E13E7-684B-4B88-8A79-F76288895389}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Production Release|x64 = Production Release|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37AA280C-34D7-44BA-AC90-2D38F88ECB26}.Debug|x64.ActiveCfg = Debug|x64
{37AA280C-34D7-44BA-AC90-2D38F88ECB26}.Debug|x64.Build.0 = Debug|x64
{37AA280C-34D7-44BA-AC90-2D38F88ECB26}.Debug|x64.Deploy.0 = Debug|x64
{37AA280C-34D7-44BA-AC90-2D38F88ECB26}.Production Release|x64.ActiveCfg = Release|x64
{37AA280C-34D7-44BA-AC90-2D38F88ECB26}.Production Release|x64.Build.0 = Release|x64
{37AA280C-34D7-44BA-AC90-2D38F88ECB26}.Production Release|x64.Deploy.0 = Release|x64
{37AA280C-34D7-44BA-AC90-2D38F88ECB26}.Release|x64.ActiveCfg = Release|x64
{37AA280C-34D7-44BA-AC90-2D38F88ECB26}.Release|x64.Build.0 = Release|x64
{4986DCD6-73E0-4B0E-91DE-C91204F313D6}.Debug|x64.ActiveCfg = Debug|x64
{4986DCD6-73E0-4B0E-91DE-C91204F313D6}.Debug|x64.Build.0 = Debug|x64
{4986DCD6-73E0-4B0E-91DE-C91204F313D6}.Production Release|x64.ActiveCfg = Release|x64
{4986DCD6-73E0-4B0E-91DE-C91204F313D6}.Production Release|x64.Build.0 = Release|x64
{4986DCD6-73E0-4B0E-91DE-C91204F313D6}.Release|x64.ActiveCfg = Release|x64
{4986DCD6-73E0-4B0E-91DE-C91204F313D6}.Release|x64.Build.0 = Release|x64
{44CE58CD-7B06-4585-8F46-CC7564481912}.Debug|x64.ActiveCfg = Debug|x64
{44CE58CD-7B06-4585-8F46-CC7564481912}.Debug|x64.Build.0 = Debug|x64
{44CE58CD-7B06-4585-8F46-CC7564481912}.Production Release|x64.ActiveCfg = Release|x64
{44CE58CD-7B06-4585-8F46-CC7564481912}.Production Release|x64.Build.0 = Release|x64
{44CE58CD-7B06-4585-8F46-CC7564481912}.Release|x64.ActiveCfg = Release|x64
{44CE58CD-7B06-4585-8F46-CC7564481912}.Release|x64.Build.0 = Release|x64
{912E13E7-684B-4B88-8A79-F76288895389}.Debug|x64.ActiveCfg = Release|x64
{912E13E7-684B-4B88-8A79-F76288895389}.Debug|x64.Build.0 = Release|x64
{912E13E7-684B-4B88-8A79-F76288895389}.Production Release|x64.ActiveCfg = Production Release|x64
{912E13E7-684B-4B88-8A79-F76288895389}.Production Release|x64.Build.0 = Production Release|x64
{912E13E7-684B-4B88-8A79-F76288895389}.Release|x64.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9BF879AE-7AFD-476A-8B94-F1C666D3F789}
EndGlobalSection
EndGlobal