-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestCore.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
TestCore.sln
File metadata and controls
37 lines (37 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApplication1", "WebApplication1\WebApplication1.csproj", "{332A1CA4-09AA-4A12-BDA4-209D073C6AEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthorizationLibrary", "AuthorizationLibrary\AuthorizationLibrary.csproj", "{693D02F9-C355-428D-8666-2B5145BDF9AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "test", "test\test.csproj", "{FDA7EBC9-DEE5-4F45-8A37-33218D83B072}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{332A1CA4-09AA-4A12-BDA4-209D073C6AEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{332A1CA4-09AA-4A12-BDA4-209D073C6AEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{332A1CA4-09AA-4A12-BDA4-209D073C6AEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{332A1CA4-09AA-4A12-BDA4-209D073C6AEA}.Release|Any CPU.Build.0 = Release|Any CPU
{693D02F9-C355-428D-8666-2B5145BDF9AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{693D02F9-C355-428D-8666-2B5145BDF9AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{693D02F9-C355-428D-8666-2B5145BDF9AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{693D02F9-C355-428D-8666-2B5145BDF9AA}.Release|Any CPU.Build.0 = Release|Any CPU
{FDA7EBC9-DEE5-4F45-8A37-33218D83B072}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDA7EBC9-DEE5-4F45-8A37-33218D83B072}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDA7EBC9-DEE5-4F45-8A37-33218D83B072}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDA7EBC9-DEE5-4F45-8A37-33218D83B072}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {127ACB3D-50E4-4DFE-87AC-FB698E7D9672}
EndGlobalSection
EndGlobal