-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEfNavGuard.sln
29 lines (29 loc) · 1.52 KB
/
EfNavGuard.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EfNavGuard", "EfNavGuard\EfNavGuard.csproj", "{9D5C57CD-1D13-4732-95B8-37B46EBDFEE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution files", "Solution files", "{DF622C9A-F114-4033-97A3-29A58A45F769}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EfNavGuard.Tests", "EfNavGuard.Tests\EfNavGuard.Tests.csproj", "{1CFCB811-7AF5-4EC3-AF26-854706376A84}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D5C57CD-1D13-4732-95B8-37B46EBDFEE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D5C57CD-1D13-4732-95B8-37B46EBDFEE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D5C57CD-1D13-4732-95B8-37B46EBDFEE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D5C57CD-1D13-4732-95B8-37B46EBDFEE5}.Release|Any CPU.Build.0 = Release|Any CPU
{1CFCB811-7AF5-4EC3-AF26-854706376A84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CFCB811-7AF5-4EC3-AF26-854706376A84}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CFCB811-7AF5-4EC3-AF26-854706376A84}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CFCB811-7AF5-4EC3-AF26-854706376A84}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal