-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCryptonyms.sln
53 lines (53 loc) · 2.93 KB
/
Cryptonyms.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cryptonyms.Server", "Server\Cryptonyms.Server.csproj", "{045C3423-F946-4174-912E-5BBEE1208C0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cryptonyms.Client", "Client\Cryptonyms.Client.csproj", "{A3C0D393-CC27-47BE-9FC4-F8AEBFFE1B19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cryptonyms.Shared", "Shared\Cryptonyms.Shared.csproj", "{0AF06D6E-C733-408C-A77B-230072C6F45F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cryptonyms.Test", "Test\Cryptonyms.Test.csproj", "{3735FCC0-6B31-48EC-9D3C-5D28D1EB8495}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CED062E6-2321-4F34-8042-22A5528ECBFC}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Dockerfile = Dockerfile
.github\workflows\main.yml = .github\workflows\main.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{045C3423-F946-4174-912E-5BBEE1208C0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{045C3423-F946-4174-912E-5BBEE1208C0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{045C3423-F946-4174-912E-5BBEE1208C0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{045C3423-F946-4174-912E-5BBEE1208C0F}.Release|Any CPU.Build.0 = Release|Any CPU
{A3C0D393-CC27-47BE-9FC4-F8AEBFFE1B19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3C0D393-CC27-47BE-9FC4-F8AEBFFE1B19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3C0D393-CC27-47BE-9FC4-F8AEBFFE1B19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3C0D393-CC27-47BE-9FC4-F8AEBFFE1B19}.Release|Any CPU.Build.0 = Release|Any CPU
{0AF06D6E-C733-408C-A77B-230072C6F45F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AF06D6E-C733-408C-A77B-230072C6F45F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AF06D6E-C733-408C-A77B-230072C6F45F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AF06D6E-C733-408C-A77B-230072C6F45F}.Release|Any CPU.Build.0 = Release|Any CPU
{3735FCC0-6B31-48EC-9D3C-5D28D1EB8495}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3735FCC0-6B31-48EC-9D3C-5D28D1EB8495}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3735FCC0-6B31-48EC-9D3C-5D28D1EB8495}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3735FCC0-6B31-48EC-9D3C-5D28D1EB8495}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFA7D51D-2DD4-4690-A063-0C13AD098A0B}
EndGlobalSection
EndGlobal