-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathncrypt-hook.sln
36 lines (36 loc) · 1.55 KB
/
ncrypt-hook.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ncrypt-hook-1909", "ncrypt-hook-1909\ncrypt-hook-1909.vcxproj", "{3941E9F8-2E29-4D69-8717-F74562ED5301}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "include", "include", "{9353E319-A17F-4EDD-8531-2572B62A9999}"
ProjectSection(SolutionItems) = preProject
include\runtime.h = include\runtime.h
include\setup.h = include\setup.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{38A33F4A-0261-48E3-9CC5-E7F01582DF21}"
ProjectSection(SolutionItems) = preProject
src\runtime.c = src\runtime.c
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3941E9F8-2E29-4D69-8717-F74562ED5301}.Release|Win32.ActiveCfg = Release|Win32
{3941E9F8-2E29-4D69-8717-F74562ED5301}.Release|Win32.Build.0 = Release|Win32
{3941E9F8-2E29-4D69-8717-F74562ED5301}.Release|x64.ActiveCfg = Release|x64
{3941E9F8-2E29-4D69-8717-F74562ED5301}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {101AD488-FA5C-4478-974E-DC609F025F8B}
EndGlobalSection
EndGlobal