-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCKeyGeneratorv2.sln
More file actions
41 lines (41 loc) · 2.12 KB
/
CKeyGeneratorv2.sln
File metadata and controls
41 lines (41 loc) · 2.12 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CKeyGeneratorv2", "CKeyGeneratorv2\CKeyGeneratorv2.vcxproj", "{7C0D4D0A-8512-4F07-80EB-AB35A5E8A8FC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Test2", "Test2\Test2.vcxproj", "{0256A869-8599-4F50-B6F1-928B121115EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C0D4D0A-8512-4F07-80EB-AB35A5E8A8FC}.Debug|x64.ActiveCfg = Debug|x64
{7C0D4D0A-8512-4F07-80EB-AB35A5E8A8FC}.Debug|x64.Build.0 = Debug|x64
{7C0D4D0A-8512-4F07-80EB-AB35A5E8A8FC}.Debug|x86.ActiveCfg = Debug|Win32
{7C0D4D0A-8512-4F07-80EB-AB35A5E8A8FC}.Debug|x86.Build.0 = Debug|Win32
{7C0D4D0A-8512-4F07-80EB-AB35A5E8A8FC}.Release|x64.ActiveCfg = Release|x64
{7C0D4D0A-8512-4F07-80EB-AB35A5E8A8FC}.Release|x64.Build.0 = Release|x64
{7C0D4D0A-8512-4F07-80EB-AB35A5E8A8FC}.Release|x86.ActiveCfg = Release|Win32
{7C0D4D0A-8512-4F07-80EB-AB35A5E8A8FC}.Release|x86.Build.0 = Release|Win32
{0256A869-8599-4F50-B6F1-928B121115EC}.Debug|x64.ActiveCfg = Debug|x64
{0256A869-8599-4F50-B6F1-928B121115EC}.Debug|x64.Build.0 = Debug|x64
{0256A869-8599-4F50-B6F1-928B121115EC}.Debug|x86.ActiveCfg = Debug|Win32
{0256A869-8599-4F50-B6F1-928B121115EC}.Debug|x86.Build.0 = Debug|Win32
{0256A869-8599-4F50-B6F1-928B121115EC}.Release|x64.ActiveCfg = Release|x64
{0256A869-8599-4F50-B6F1-928B121115EC}.Release|x64.Build.0 = Release|x64
{0256A869-8599-4F50-B6F1-928B121115EC}.Release|x86.ActiveCfg = Release|Win32
{0256A869-8599-4F50-B6F1-928B121115EC}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD528C55-2A6F-4301-8F2D-D489198D2C08}
EndGlobalSection
EndGlobal