-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathWinAuth.sln
64 lines (64 loc) · 3.23 KB
/
WinAuth.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinAuth", "src\WinAuth\WinAuth.csproj", "{AC76E0B8-28E7-4138-BAF3-BC1E18C89C82}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0.Root", "0.Root", "{FD79FB1B-D7CB-4557-8876-768F0D008495}"
ProjectSection(SolutionItems) = preProject
src\.editorconfig = src\.editorconfig
.gitignore = .gitignore
.gitmodules = .gitmodules
.github\workflows\CI.yml = .github\workflows\CI.yml
src\Directory.Build.props = src\Directory.Build.props
ref\DirectoryPackages\Directory.Packages.props = ref\DirectoryPackages\Directory.Packages.props
src\GeneratePackage.props = src\GeneratePackage.props
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ImplicitUsings", "ImplicitUsings", "{4E45DBB6-8E34-49A1-932A-1B1F2A403FBD}"
ProjectSection(SolutionItems) = preProject
src\ImplicitUsings.BCL.cs = src\ImplicitUsings.BCL.cs
src\ImplicitUsings.Common.cs = src\ImplicitUsings.Common.cs
src\ImplicitUsings.MessagePack.cs = src\ImplicitUsings.MessagePack.cs
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinAuth.UnitTest", "src\WinAuth.UnitTest\WinAuth.UnitTest.csproj", "{9F582D52-6468-4675-8338-0229EBCAA26F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{5DF866C8-6612-4B55-90AE-4903FAB317C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TFM", "TFM", "{F1BF8828-2816-4C88-8D65-1C3178F79821}"
ProjectSection(SolutionItems) = preProject
src\TFM_NETX.props = src\TFM_NETX.props
src\TFM_NETX_SINGLE.props = src\TFM_NETX_SINGLE.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AC76E0B8-28E7-4138-BAF3-BC1E18C89C82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC76E0B8-28E7-4138-BAF3-BC1E18C89C82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC76E0B8-28E7-4138-BAF3-BC1E18C89C82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC76E0B8-28E7-4138-BAF3-BC1E18C89C82}.Release|Any CPU.Build.0 = Release|Any CPU
{9F582D52-6468-4675-8338-0229EBCAA26F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F582D52-6468-4675-8338-0229EBCAA26F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F582D52-6468-4675-8338-0229EBCAA26F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F582D52-6468-4675-8338-0229EBCAA26F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4E45DBB6-8E34-49A1-932A-1B1F2A403FBD} = {5DF866C8-6612-4B55-90AE-4903FAB317C9}
{5DF866C8-6612-4B55-90AE-4903FAB317C9} = {FD79FB1B-D7CB-4557-8876-768F0D008495}
{F1BF8828-2816-4C88-8D65-1C3178F79821} = {FD79FB1B-D7CB-4557-8876-768F0D008495}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6B642048-5921-466F-967B-8764F732E85C}
EndGlobalSection
EndGlobal