forked from kanekikun420/NoCheatZ-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nocheatz.sln
48 lines (48 loc) · 2.65 KB
/
nocheatz.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nocheatzX", "server-plugin\nocheatz.vcxproj", "{B6572CBE-7C7F-4FFF-94DE-AFBBBAB11C64}"
ProjectSection(ProjectDependencies) = postProject
{4440A41E-4236-4A75-9A7D-8AA1C01E5309} = {4440A41E-4236-4A75-9A7D-8AA1C01E5309}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit-tests", "server-plugin\unit-tests\unit-tests.vcxproj", "{4440A41E-4236-4A75-9A7D-8AA1C01E5309}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Profiler|Win32 = Profiler|Win32
Profiler|x64 = Profiler|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6572CBE-7C7F-4FFF-94DE-AFBBBAB11C64}.Debug|Win32.ActiveCfg = Debug|Win32
{B6572CBE-7C7F-4FFF-94DE-AFBBBAB11C64}.Debug|Win32.Build.0 = Debug|Win32
{B6572CBE-7C7F-4FFF-94DE-AFBBBAB11C64}.Debug|x64.ActiveCfg = Debug|Win32
{B6572CBE-7C7F-4FFF-94DE-AFBBBAB11C64}.Profiler|Win32.ActiveCfg = Profiler|Win32
{B6572CBE-7C7F-4FFF-94DE-AFBBBAB11C64}.Profiler|Win32.Build.0 = Profiler|Win32
{B6572CBE-7C7F-4FFF-94DE-AFBBBAB11C64}.Profiler|x64.ActiveCfg = Profiler|Win32
{B6572CBE-7C7F-4FFF-94DE-AFBBBAB11C64}.Release|Win32.ActiveCfg = Release|Win32
{B6572CBE-7C7F-4FFF-94DE-AFBBBAB11C64}.Release|Win32.Build.0 = Release|Win32
{B6572CBE-7C7F-4FFF-94DE-AFBBBAB11C64}.Release|x64.ActiveCfg = Release|Win32
{4440A41E-4236-4A75-9A7D-8AA1C01E5309}.Debug|Win32.ActiveCfg = Release|Win32
{4440A41E-4236-4A75-9A7D-8AA1C01E5309}.Debug|Win32.Build.0 = Release|Win32
{4440A41E-4236-4A75-9A7D-8AA1C01E5309}.Debug|x64.ActiveCfg = Debug|x64
{4440A41E-4236-4A75-9A7D-8AA1C01E5309}.Debug|x64.Build.0 = Debug|x64
{4440A41E-4236-4A75-9A7D-8AA1C01E5309}.Profiler|Win32.ActiveCfg = Release|Win32
{4440A41E-4236-4A75-9A7D-8AA1C01E5309}.Profiler|Win32.Build.0 = Release|Win32
{4440A41E-4236-4A75-9A7D-8AA1C01E5309}.Profiler|x64.ActiveCfg = Release|x64
{4440A41E-4236-4A75-9A7D-8AA1C01E5309}.Profiler|x64.Build.0 = Release|x64
{4440A41E-4236-4A75-9A7D-8AA1C01E5309}.Release|Win32.ActiveCfg = Release|Win32
{4440A41E-4236-4A75-9A7D-8AA1C01E5309}.Release|Win32.Build.0 = Release|Win32
{4440A41E-4236-4A75-9A7D-8AA1C01E5309}.Release|x64.ActiveCfg = Release|x64
{4440A41E-4236-4A75-9A7D-8AA1C01E5309}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal