-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFEDDEVOSS.SecureStringHelper.sln
42 lines (42 loc) · 2.26 KB
/
FEDDEVOSS.SecureStringHelper.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
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}") = "tests", "tests", "{A114EC4A-8D38-4162-827A-9B6EFE3CC27A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{08DD4A82-C12D-4217-8BB2-566715EF50D8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{963D4F20-3F63-4797-8BC1-3E31836D07C7}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FEDDEVOSS.SecureStringHelper", "src\FEDDEVOSS.SecureStringHelper\FEDDEVOSS.SecureStringHelper.csproj", "{552B208F-D41F-4E04-80BC-055E78C9CF45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FEDDEVOSS.SecureStringHelperTests", "tests\FEDDEVOSS.SecureStringHelperTests\FEDDEVOSS.SecureStringHelperTests.csproj", "{3189B08F-1D29-4E9D-95F6-F27BCDD74AC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{552B208F-D41F-4E04-80BC-055E78C9CF45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{552B208F-D41F-4E04-80BC-055E78C9CF45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{552B208F-D41F-4E04-80BC-055E78C9CF45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{552B208F-D41F-4E04-80BC-055E78C9CF45}.Release|Any CPU.Build.0 = Release|Any CPU
{3189B08F-1D29-4E9D-95F6-F27BCDD74AC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3189B08F-1D29-4E9D-95F6-F27BCDD74AC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3189B08F-1D29-4E9D-95F6-F27BCDD74AC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3189B08F-1D29-4E9D-95F6-F27BCDD74AC6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{552B208F-D41F-4E04-80BC-055E78C9CF45} = {08DD4A82-C12D-4217-8BB2-566715EF50D8}
{3189B08F-1D29-4E9D-95F6-F27BCDD74AC6} = {A114EC4A-8D38-4162-827A-9B6EFE3CC27A}
EndGlobalSection
EndGlobal