forked from KaiSta/scrates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crypt.sln
67 lines (67 loc) · 4.05 KB
/
crypt.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "crypt", "crypt\crypt.vcxproj", "{54E76C1B-3353-42F5-9105-3EA4D1C1F0B3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tests", "Tests\Tests.vcxproj", "{E7231719-29D9-4E19-B84B-38760C84960C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DA20BA0B-7DEB-43BB-98E3-1A7BE44CD41E}"
ProjectSection(SolutionItems) = preProject
TODO.txt = TODO.txt
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GUI", "GUI\GUI.vcxproj", "{AFCB2428-9A1C-4192-9986-42F0D53A6908}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54E76C1B-3353-42F5-9105-3EA4D1C1F0B3}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{54E76C1B-3353-42F5-9105-3EA4D1C1F0B3}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{54E76C1B-3353-42F5-9105-3EA4D1C1F0B3}.Debug|Win32.ActiveCfg = Debug|Win32
{54E76C1B-3353-42F5-9105-3EA4D1C1F0B3}.Debug|Win32.Build.0 = Debug|Win32
{54E76C1B-3353-42F5-9105-3EA4D1C1F0B3}.Debug|x64.ActiveCfg = Debug|x64
{54E76C1B-3353-42F5-9105-3EA4D1C1F0B3}.Debug|x64.Build.0 = Debug|x64
{54E76C1B-3353-42F5-9105-3EA4D1C1F0B3}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{54E76C1B-3353-42F5-9105-3EA4D1C1F0B3}.Release|Mixed Platforms.Build.0 = Release|Win32
{54E76C1B-3353-42F5-9105-3EA4D1C1F0B3}.Release|Win32.ActiveCfg = Release|Win32
{54E76C1B-3353-42F5-9105-3EA4D1C1F0B3}.Release|Win32.Build.0 = Release|Win32
{54E76C1B-3353-42F5-9105-3EA4D1C1F0B3}.Release|x64.ActiveCfg = Release|x64
{54E76C1B-3353-42F5-9105-3EA4D1C1F0B3}.Release|x64.Build.0 = Release|x64
{E7231719-29D9-4E19-B84B-38760C84960C}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{E7231719-29D9-4E19-B84B-38760C84960C}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{E7231719-29D9-4E19-B84B-38760C84960C}.Debug|Win32.ActiveCfg = Debug|Win32
{E7231719-29D9-4E19-B84B-38760C84960C}.Debug|Win32.Build.0 = Debug|Win32
{E7231719-29D9-4E19-B84B-38760C84960C}.Debug|x64.ActiveCfg = Debug|x64
{E7231719-29D9-4E19-B84B-38760C84960C}.Debug|x64.Build.0 = Debug|x64
{E7231719-29D9-4E19-B84B-38760C84960C}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{E7231719-29D9-4E19-B84B-38760C84960C}.Release|Mixed Platforms.Build.0 = Release|Win32
{E7231719-29D9-4E19-B84B-38760C84960C}.Release|Win32.ActiveCfg = Release|Win32
{E7231719-29D9-4E19-B84B-38760C84960C}.Release|Win32.Build.0 = Release|Win32
{E7231719-29D9-4E19-B84B-38760C84960C}.Release|x64.ActiveCfg = Release|x64
{E7231719-29D9-4E19-B84B-38760C84960C}.Release|x64.Build.0 = Release|x64
{AFCB2428-9A1C-4192-9986-42F0D53A6908}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{AFCB2428-9A1C-4192-9986-42F0D53A6908}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{AFCB2428-9A1C-4192-9986-42F0D53A6908}.Debug|Win32.ActiveCfg = Debug|Win32
{AFCB2428-9A1C-4192-9986-42F0D53A6908}.Debug|Win32.Build.0 = Debug|Win32
{AFCB2428-9A1C-4192-9986-42F0D53A6908}.Debug|x64.ActiveCfg = Debug|x64
{AFCB2428-9A1C-4192-9986-42F0D53A6908}.Debug|x64.Build.0 = Debug|x64
{AFCB2428-9A1C-4192-9986-42F0D53A6908}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{AFCB2428-9A1C-4192-9986-42F0D53A6908}.Release|Mixed Platforms.Build.0 = Release|Win32
{AFCB2428-9A1C-4192-9986-42F0D53A6908}.Release|Win32.ActiveCfg = Release|Win32
{AFCB2428-9A1C-4192-9986-42F0D53A6908}.Release|Win32.Build.0 = Release|Win32
{AFCB2428-9A1C-4192-9986-42F0D53A6908}.Release|x64.ActiveCfg = Release|x64
{AFCB2428-9A1C-4192-9986-42F0D53A6908}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal