-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCriptoVisor.sln
More file actions
43 lines (43 loc) · 2.6 KB
/
Copy pathCriptoVisor.sln
File metadata and controls
43 lines (43 loc) · 2.6 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
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoVisor.Api", "CryptoVisor.Api\CryptoVisor.Api.csproj", "{B54FA078-E53C-44D8-80BD-A47D4D14D8C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoVisor.Infrastructure", "CryptoVisor.Infrastructure\CryptoVisor.Infrastructure.csproj", "{F98244C9-7CF4-4BF7-87DC-C7202510D6C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoVisor.Core", "CryptoVisor.Core\CryptoVisor.Core.csproj", "{C107C4ED-7200-4822-A882-B706C9C52904}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CryptoVisor.Application", "CryptoVisor.Application\CryptoVisor.Application.csproj", "{74FE517B-CE3B-4F9A-8D1B-BE0A21218229}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B54FA078-E53C-44D8-80BD-A47D4D14D8C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B54FA078-E53C-44D8-80BD-A47D4D14D8C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B54FA078-E53C-44D8-80BD-A47D4D14D8C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B54FA078-E53C-44D8-80BD-A47D4D14D8C2}.Release|Any CPU.Build.0 = Release|Any CPU
{F98244C9-7CF4-4BF7-87DC-C7202510D6C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F98244C9-7CF4-4BF7-87DC-C7202510D6C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F98244C9-7CF4-4BF7-87DC-C7202510D6C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F98244C9-7CF4-4BF7-87DC-C7202510D6C9}.Release|Any CPU.Build.0 = Release|Any CPU
{C107C4ED-7200-4822-A882-B706C9C52904}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C107C4ED-7200-4822-A882-B706C9C52904}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C107C4ED-7200-4822-A882-B706C9C52904}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C107C4ED-7200-4822-A882-B706C9C52904}.Release|Any CPU.Build.0 = Release|Any CPU
{74FE517B-CE3B-4F9A-8D1B-BE0A21218229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74FE517B-CE3B-4F9A-8D1B-BE0A21218229}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74FE517B-CE3B-4F9A-8D1B-BE0A21218229}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74FE517B-CE3B-4F9A-8D1B-BE0A21218229}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA1BE6E6-3891-4782-BC75-0A108B04D65C}
EndGlobalSection
EndGlobal