-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathIntelliTect.AspNetCore.TestHost.WindowsAuth.sln
44 lines (44 loc) · 2.5 KB
/
IntelliTect.AspNetCore.TestHost.WindowsAuth.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestHost.WindowsAuth", "IntelliTect.AspNetCore.TestHost.WindowsAuth\TestHost.WindowsAuth.csproj", "{90645B70-9636-42C2-8DE8-3249B7EEFF18}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestHost.WindowsAuth.Test", "IntelliTect.AspNetCore.TestHost.WindowsAuth.Test\TestHost.WindowsAuth.Test.csproj", "{CFB3CF56-4510-46AB-9A8B-ADB17A782287}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestHost.WindowsAuth.WebExample", "IntelliTect.AspNetCore.TestHost.WindowsAuth.WebExample\TestHost.WindowsAuth.WebExample.csproj", "{4C2841B5-793F-4021-ACB1-8B680060C545}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{53989A80-E732-4DE8-AD8A-1875389BE3A0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.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
{90645B70-9636-42C2-8DE8-3249B7EEFF18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90645B70-9636-42C2-8DE8-3249B7EEFF18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90645B70-9636-42C2-8DE8-3249B7EEFF18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90645B70-9636-42C2-8DE8-3249B7EEFF18}.Release|Any CPU.Build.0 = Release|Any CPU
{CFB3CF56-4510-46AB-9A8B-ADB17A782287}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFB3CF56-4510-46AB-9A8B-ADB17A782287}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFB3CF56-4510-46AB-9A8B-ADB17A782287}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFB3CF56-4510-46AB-9A8B-ADB17A782287}.Release|Any CPU.Build.0 = Release|Any CPU
{4C2841B5-793F-4021-ACB1-8B680060C545}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C2841B5-793F-4021-ACB1-8B680060C545}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C2841B5-793F-4021-ACB1-8B680060C545}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C2841B5-793F-4021-ACB1-8B680060C545}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {445409EC-2655-4D4B-B0B7-CE59863BEC4A}
EndGlobalSection
EndGlobal