Another One.

This commit is contained in:
S4R1N
2021-03-01 19:29:29 -05:00
parent c7622e86a8
commit 74b2407f88
4 changed files with 235 additions and 0 deletions
+10
View File
@@ -17,6 +17,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnumWindows", "EnumWindows\
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnumChildWindows", "EnumChildWindows\EnumChildWindows.vcxproj", "{F7214DDD-57B1-46BA-A54A-876CC7CF7D5E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CopyFile2", "CopyFile2\CopyFile2.vcxproj", "{334B4D7E-2C6E-4BBF-AAC0-879C72344B00}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
@@ -81,6 +83,14 @@ Global
{F7214DDD-57B1-46BA-A54A-876CC7CF7D5E}.Release|x64.Build.0 = Release|x64
{F7214DDD-57B1-46BA-A54A-876CC7CF7D5E}.Release|x86.ActiveCfg = Release|Win32
{F7214DDD-57B1-46BA-A54A-876CC7CF7D5E}.Release|x86.Build.0 = Release|Win32
{334B4D7E-2C6E-4BBF-AAC0-879C72344B00}.Debug|x64.ActiveCfg = Debug|x64
{334B4D7E-2C6E-4BBF-AAC0-879C72344B00}.Debug|x64.Build.0 = Debug|x64
{334B4D7E-2C6E-4BBF-AAC0-879C72344B00}.Debug|x86.ActiveCfg = Debug|Win32
{334B4D7E-2C6E-4BBF-AAC0-879C72344B00}.Debug|x86.Build.0 = Debug|Win32
{334B4D7E-2C6E-4BBF-AAC0-879C72344B00}.Release|x64.ActiveCfg = Release|x64
{334B4D7E-2C6E-4BBF-AAC0-879C72344B00}.Release|x64.Build.0 = Release|x64
{334B4D7E-2C6E-4BBF-AAC0-879C72344B00}.Release|x86.ActiveCfg = Release|Win32
{334B4D7E-2C6E-4BBF-AAC0-879C72344B00}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE