This repository was archived by the owner on Oct 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDDOA.sln
More file actions
57 lines (57 loc) · 3.17 KB
/
Copy pathDDOA.sln
File metadata and controls
57 lines (57 loc) · 3.17 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinFormsGUI", "WinFormsGUI\WinFormsGUI.csproj", "{C3B1482B-7893-4282-96E5-FD90E1CEFA37}"
ProjectSection(ProjectDependencies) = postProject
{C31AFE6A-8174-4515-BB0D-CB2E8A26A084} = {C31AFE6A-8174-4515-BB0D-CB2E8A26A084}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MakeTool", "MakeTool\MakeTool.vcxproj", "{89852A22-0562-4623-86B3-62AEFDF5091D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HookDll", "HookDll\HookDll.vcxproj", "{C31AFE6A-8174-4515-BB0D-CB2E8A26A084}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelperKernel", "HelperKernel\HelperKernel.vcxproj", "{F78A06DF-51CA-48BE-B4A4-0304B95FEE40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Helper", "Helper\Helper.csproj", "{081B1AC5-D563-47A1-8FCC-B01CAA8B8F6B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{6E9D61E6-DA3D-4FA1-B467-014BA1DCD9D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3B1482B-7893-4282-96E5-FD90E1CEFA37}.Debug|x64.ActiveCfg = Debug|x64
{C3B1482B-7893-4282-96E5-FD90E1CEFA37}.Debug|x64.Build.0 = Debug|x64
{C3B1482B-7893-4282-96E5-FD90E1CEFA37}.Release|x64.ActiveCfg = Release|x64
{C3B1482B-7893-4282-96E5-FD90E1CEFA37}.Release|x64.Build.0 = Release|x64
{89852A22-0562-4623-86B3-62AEFDF5091D}.Debug|x64.ActiveCfg = Debug|x64
{89852A22-0562-4623-86B3-62AEFDF5091D}.Debug|x64.Build.0 = Debug|x64
{89852A22-0562-4623-86B3-62AEFDF5091D}.Release|x64.ActiveCfg = Release|x64
{89852A22-0562-4623-86B3-62AEFDF5091D}.Release|x64.Build.0 = Release|x64
{C31AFE6A-8174-4515-BB0D-CB2E8A26A084}.Debug|x64.ActiveCfg = Debug|x64
{C31AFE6A-8174-4515-BB0D-CB2E8A26A084}.Debug|x64.Build.0 = Debug|x64
{C31AFE6A-8174-4515-BB0D-CB2E8A26A084}.Release|x64.ActiveCfg = Release|x64
{C31AFE6A-8174-4515-BB0D-CB2E8A26A084}.Release|x64.Build.0 = Release|x64
{F78A06DF-51CA-48BE-B4A4-0304B95FEE40}.Debug|x64.ActiveCfg = Debug|x64
{F78A06DF-51CA-48BE-B4A4-0304B95FEE40}.Debug|x64.Build.0 = Debug|x64
{F78A06DF-51CA-48BE-B4A4-0304B95FEE40}.Release|x64.ActiveCfg = Release|x64
{F78A06DF-51CA-48BE-B4A4-0304B95FEE40}.Release|x64.Build.0 = Release|x64
{081B1AC5-D563-47A1-8FCC-B01CAA8B8F6B}.Debug|x64.ActiveCfg = Debug|x64
{081B1AC5-D563-47A1-8FCC-B01CAA8B8F6B}.Debug|x64.Build.0 = Debug|x64
{081B1AC5-D563-47A1-8FCC-B01CAA8B8F6B}.Release|x64.ActiveCfg = Release|x64
{081B1AC5-D563-47A1-8FCC-B01CAA8B8F6B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{89852A22-0562-4623-86B3-62AEFDF5091D} = {6E9D61E6-DA3D-4FA1-B467-014BA1DCD9D2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE9DBA22-6285-4DE5-9769-B7CB15509EA7}
EndGlobalSection
EndGlobal