@@ -3,28 +3,40 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33# Visual Studio Version 17
44VisualStudioVersion = 17.8.34322.80
55MinimumVisualStudioVersion = 10.0.40219.1
6- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "SafeCrypt " , "SafeCrypt.csproj " , "{204CA507-752E-43A6-A094-794E40ABAE1F }"
6+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8 }" ) = "src " , "src " , "{0B7C0C60-9850-4554-AF85-86C0378B6B16 }"
77EndProject
8- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "safecrypt-testapp" , "..\safecrypt-testapp\safecrypt-testapp.csproj" , "{76D17C56-5643-4148-A504-8D6E24D24CAD}"
8+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "SafeCrypt.Lib" , "SafeCrypt.Lib" , "{8507D130-9F07-426C-8EE6-0AC714CF72E5}"
9+ EndProject
10+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "SafeCrypt.App" , "SafeCrypt.App" , "{1D91E775-F63F-4537-B81E-B8F9A6480D6D}"
11+ EndProject
12+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "SafeCrypt" , "src\SafeCrypt.Lib\SafeCrypt.csproj" , "{AE9FAE54-9854-4F98-A60F-19125CEAA3A8}"
13+ EndProject
14+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "SafeCrypt.App" , "src\SafeCrypt.Test\SafeCrypt.App.csproj" , "{DAD7FFA3-AABC-47FF-BA79-0C9531BFBBE6}"
915EndProject
1016Global
1117 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
1218 Debug| Any CPU = Debug| Any CPU
1319 Release| Any CPU = Release| Any CPU
1420 EndGlobalSection
1521 GlobalSection (ProjectConfigurationPlatforms ) = postSolution
16- {204CA507-752E-43A6-A094-794E40ABAE1F } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
17- {204CA507-752E-43A6-A094-794E40ABAE1F } .Debug| Any CPU .Build .0 = Debug| Any CPU
18- {204CA507-752E-43A6-A094-794E40ABAE1F } .Release| Any CPU .ActiveCfg = Release| Any CPU
19- {204CA507-752E-43A6-A094-794E40ABAE1F } .Release| Any CPU .Build .0 = Release| Any CPU
20- {76D17C56-5643-4148-A504-8D6E24D24CAD } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
21- {76D17C56-5643-4148-A504-8D6E24D24CAD } .Debug| Any CPU .Build .0 = Debug| Any CPU
22- {76D17C56-5643-4148-A504-8D6E24D24CAD } .Release| Any CPU .ActiveCfg = Release| Any CPU
23- {76D17C56-5643-4148-A504-8D6E24D24CAD } .Release| Any CPU .Build .0 = Release| Any CPU
22+ {AE9FAE54-9854-4F98-A60F-19125CEAA3A8 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
23+ {AE9FAE54-9854-4F98-A60F-19125CEAA3A8 } .Debug| Any CPU .Build .0 = Debug| Any CPU
24+ {AE9FAE54-9854-4F98-A60F-19125CEAA3A8 } .Release| Any CPU .ActiveCfg = Release| Any CPU
25+ {AE9FAE54-9854-4F98-A60F-19125CEAA3A8 } .Release| Any CPU .Build .0 = Release| Any CPU
26+ {DAD7FFA3-AABC-47FF-BA79-0C9531BFBBE6 } .Debug| Any CPU .ActiveCfg = Debug| Any CPU
27+ {DAD7FFA3-AABC-47FF-BA79-0C9531BFBBE6 } .Debug| Any CPU .Build .0 = Debug| Any CPU
28+ {DAD7FFA3-AABC-47FF-BA79-0C9531BFBBE6 } .Release| Any CPU .ActiveCfg = Release| Any CPU
29+ {DAD7FFA3-AABC-47FF-BA79-0C9531BFBBE6 } .Release| Any CPU .Build .0 = Release| Any CPU
2430 EndGlobalSection
2531 GlobalSection (SolutionProperties ) = preSolution
2632 HideSolutionNode = FALSE
2733 EndGlobalSection
34+ GlobalSection (NestedProjects ) = preSolution
35+ {8507D130-9F07-426C-8EE6-0AC714CF72E5} = {0B7C0C60-9850-4554-AF85-86C0378B6B16}
36+ {1D91E775-F63F-4537-B81E-B8F9A6480D6D} = {0B7C0C60-9850-4554-AF85-86C0378B6B16}
37+ {AE9FAE54-9854-4F98-A60F-19125CEAA3A8} = {8507D130-9F07-426C-8EE6-0AC714CF72E5}
38+ {DAD7FFA3-AABC-47FF-BA79-0C9531BFBBE6} = {1D91E775-F63F-4537-B81E-B8F9A6480D6D}
39+ EndGlobalSection
2840 GlobalSection (ExtensibilityGlobals ) = postSolution
2941 SolutionGuid = {639A4359-2BA4-4F71-9EBF-D6EAB68C84CB}
3042 EndGlobalSection
0 commit comments