-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEncrypted-Notebook.sln
More file actions
31 lines (31 loc) · 1.62 KB
/
Encrypted-Notebook.sln
File metadata and controls
31 lines (31 loc) · 1.62 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WPF-Encrypted-Notebook", "WPF-Encrypted-Notebook\WPF-Encrypted-Notebook.csproj", "{B7A1C77D-011C-4962-B22D-2EE53E426A0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LIB-Encrypted-Notebook", "LIB-Encrypted-Notebook\LIB-Encrypted-Notebook.csproj", "{D41A42CF-2FFE-4E61-9C6B-166AC804A3E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7A1C77D-011C-4962-B22D-2EE53E426A0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7A1C77D-011C-4962-B22D-2EE53E426A0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7A1C77D-011C-4962-B22D-2EE53E426A0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7A1C77D-011C-4962-B22D-2EE53E426A0D}.Release|Any CPU.Build.0 = Release|Any CPU
{D41A42CF-2FFE-4E61-9C6B-166AC804A3E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D41A42CF-2FFE-4E61-9C6B-166AC804A3E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D41A42CF-2FFE-4E61-9C6B-166AC804A3E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D41A42CF-2FFE-4E61-9C6B-166AC804A3E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4AC930B7-70D3-4165-81D2-C48D2BC50929}
EndGlobalSection
EndGlobal