generated from ucoruh/vs-net-core-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCryptoExample.sln
37 lines (37 loc) · 2.05 KB
/
CryptoExample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoLibrary", "CryptoLibrary\CryptoLibrary.csproj", "{4D0852C6-CA87-4201-9E24-9765254AFAD9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoLibrary.Tests", "CryptoLibrary.Tests\CryptoLibrary.Tests.csproj", "{07C1E85F-2E36-48D1-BCCC-DF0CFDB1D586}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoApp", "CryptoApp\CryptoApp.csproj", "{10652776-1264-4CE6-9401-FAED1A891A57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D0852C6-CA87-4201-9E24-9765254AFAD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D0852C6-CA87-4201-9E24-9765254AFAD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D0852C6-CA87-4201-9E24-9765254AFAD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D0852C6-CA87-4201-9E24-9765254AFAD9}.Release|Any CPU.Build.0 = Release|Any CPU
{07C1E85F-2E36-48D1-BCCC-DF0CFDB1D586}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07C1E85F-2E36-48D1-BCCC-DF0CFDB1D586}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07C1E85F-2E36-48D1-BCCC-DF0CFDB1D586}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07C1E85F-2E36-48D1-BCCC-DF0CFDB1D586}.Release|Any CPU.Build.0 = Release|Any CPU
{10652776-1264-4CE6-9401-FAED1A891A57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10652776-1264-4CE6-9401-FAED1A891A57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10652776-1264-4CE6-9401-FAED1A891A57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10652776-1264-4CE6-9401-FAED1A891A57}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67D808A8-CAC3-4811-88F8-69609037CD7D}
EndGlobalSection
EndGlobal