aboutsummaryrefslogtreecommitdiff
path: root/nvault.build.sln
blob: fd02f20b975fda003b4cf82481a526534031bbea (plain)
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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NVault", "NVault", "{352C778E-C12D-483D-9C10-7985D81A8E10}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libs", "Libs", "{74CA17B7-CE49-4E1F-A84D-0D2ABA0C96F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NVault", "back-end\plugins\nvault\src\NVault.csproj", "{7ADAE9C2-1739-4E91-B59C-DB3B07909C07}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B328A098-6882-4338-A563-C84D69E53F22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NVault.Crypto.Noscrypt", "lib\NVault.Crypto.Noscrypt\src\NVault.Crypto.Noscrypt.csproj", "{686B9DB8-5BA9-49AB-9761-6B661A5027BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NVault.VaultExtensions", "lib\NVault.VaultExtensions\src\NVault.VaultExtensions.csproj", "{91F33820-C0CE-41FA-89A5-2B45FD0CB2B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NVault.Crypto.NoscryptTests", "lib\NVault.Crypto.Noscrypt\tests\NVault.Crypto.NoscryptTests.csproj", "{79879934-807C-4A39-B987-334249F3F6E7}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7ADAE9C2-1739-4E91-B59C-DB3B07909C07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7ADAE9C2-1739-4E91-B59C-DB3B07909C07}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7ADAE9C2-1739-4E91-B59C-DB3B07909C07}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7ADAE9C2-1739-4E91-B59C-DB3B07909C07}.Release|Any CPU.Build.0 = Release|Any CPU
		{686B9DB8-5BA9-49AB-9761-6B661A5027BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{686B9DB8-5BA9-49AB-9761-6B661A5027BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{686B9DB8-5BA9-49AB-9761-6B661A5027BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{686B9DB8-5BA9-49AB-9761-6B661A5027BD}.Release|Any CPU.Build.0 = Release|Any CPU
		{91F33820-C0CE-41FA-89A5-2B45FD0CB2B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{91F33820-C0CE-41FA-89A5-2B45FD0CB2B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{91F33820-C0CE-41FA-89A5-2B45FD0CB2B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{91F33820-C0CE-41FA-89A5-2B45FD0CB2B1}.Release|Any CPU.Build.0 = Release|Any CPU
		{79879934-807C-4A39-B987-334249F3F6E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{79879934-807C-4A39-B987-334249F3F6E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{79879934-807C-4A39-B987-334249F3F6E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{79879934-807C-4A39-B987-334249F3F6E7}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{7ADAE9C2-1739-4E91-B59C-DB3B07909C07} = {352C778E-C12D-483D-9C10-7985D81A8E10}
		{686B9DB8-5BA9-49AB-9761-6B661A5027BD} = {74CA17B7-CE49-4E1F-A84D-0D2ABA0C96F5}
		{91F33820-C0CE-41FA-89A5-2B45FD0CB2B1} = {74CA17B7-CE49-4E1F-A84D-0D2ABA0C96F5}
		{79879934-807C-4A39-B987-334249F3F6E7} = {74CA17B7-CE49-4E1F-A84D-0D2ABA0C96F5}
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {ACF01A45-B7F0-4055-84F2-A3596713C9BB}
	EndGlobalSection
EndGlobal