|
| 1 | + |
| 2 | +Microsoft Visual Studio Solution File, Format Version 12.00 |
| 3 | +# Visual Studio 15 |
| 4 | +VisualStudioVersion = 15.0.26124.0 |
| 5 | +MinimumVisualStudioVersion = 15.0.26124.0 |
| 6 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{245AA4AB-ECF4-4C69-B63D-C59D4B3F918C}" |
| 7 | +EndProject |
| 8 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8DE53FA4-6C58-4FE4-840C-8CD5D5370324}" |
| 9 | +EndProject |
| 10 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{2925DB42-26E1-4584-952E-928CDC0473DB}" |
| 11 | +EndProject |
| 12 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FDEACC74-E649-4B5B-8C44-F9E713C89B18}" |
| 13 | + ProjectSection(SolutionItems) = preProject |
| 14 | + .commitlintrc.json = .commitlintrc.json |
| 15 | + .npmrc = .npmrc |
| 16 | + .releaserc.json = .releaserc.json |
| 17 | + GitVersion.yml = GitVersion.yml |
| 18 | + README.md = README.md |
| 19 | + EndProjectSection |
| 20 | +EndProject |
| 21 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aguacongas.AspNetCore.Authentication", "src\Aguacongas.AspNetCore.Authentication\Aguacongas.AspNetCore.Authentication.csproj", "{1A94B6E3-5AE2-4EF2-B023-11B8F8840742}" |
| 22 | +EndProject |
| 23 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aguacongas.AspNetCore.Authentication.Test", "test\Aguacongas.AspNetCore.Authentication.Test\Aguacongas.AspNetCore.Authentication.Test.csproj", "{62FC7AE9-E522-4C65-9954-D3EC4C84B35E}" |
| 24 | +EndProject |
| 25 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aguacongas.AspNetCore.Authentication.Sample", "sample\Aguacongas.AspNetCore.Authentication.Sample\Aguacongas.AspNetCore.Authentication.Sample.csproj", "{B5A1BB45-B621-4EE9-A409-306F4768D597}" |
| 26 | +EndProject |
| 27 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aguacongas.AspNetCore.Authentication.EntityFramework", "src\Aguacongas.AspNetCore.Authentication.EntityFramework\Aguacongas.AspNetCore.Authentication.EntityFramework.csproj", "{8CC87457-C579-4E39-A1C4-BAADADF500DE}" |
| 28 | +EndProject |
| 29 | +Global |
| 30 | + GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 31 | + Debug|Any CPU = Debug|Any CPU |
| 32 | + Release|Any CPU = Release|Any CPU |
| 33 | + EndGlobalSection |
| 34 | + GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 35 | + {1A94B6E3-5AE2-4EF2-B023-11B8F8840742}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 36 | + {1A94B6E3-5AE2-4EF2-B023-11B8F8840742}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 37 | + {1A94B6E3-5AE2-4EF2-B023-11B8F8840742}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 38 | + {1A94B6E3-5AE2-4EF2-B023-11B8F8840742}.Release|Any CPU.Build.0 = Release|Any CPU |
| 39 | + {62FC7AE9-E522-4C65-9954-D3EC4C84B35E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 40 | + {62FC7AE9-E522-4C65-9954-D3EC4C84B35E}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 41 | + {62FC7AE9-E522-4C65-9954-D3EC4C84B35E}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 42 | + {62FC7AE9-E522-4C65-9954-D3EC4C84B35E}.Release|Any CPU.Build.0 = Release|Any CPU |
| 43 | + {B5A1BB45-B621-4EE9-A409-306F4768D597}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 44 | + {B5A1BB45-B621-4EE9-A409-306F4768D597}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 45 | + {B5A1BB45-B621-4EE9-A409-306F4768D597}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 46 | + {B5A1BB45-B621-4EE9-A409-306F4768D597}.Release|Any CPU.Build.0 = Release|Any CPU |
| 47 | + {8CC87457-C579-4E39-A1C4-BAADADF500DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 48 | + {8CC87457-C579-4E39-A1C4-BAADADF500DE}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 49 | + {8CC87457-C579-4E39-A1C4-BAADADF500DE}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 50 | + {8CC87457-C579-4E39-A1C4-BAADADF500DE}.Release|Any CPU.Build.0 = Release|Any CPU |
| 51 | + EndGlobalSection |
| 52 | + GlobalSection(SolutionProperties) = preSolution |
| 53 | + HideSolutionNode = FALSE |
| 54 | + EndGlobalSection |
| 55 | + GlobalSection(NestedProjects) = preSolution |
| 56 | + {1A94B6E3-5AE2-4EF2-B023-11B8F8840742} = {245AA4AB-ECF4-4C69-B63D-C59D4B3F918C} |
| 57 | + {62FC7AE9-E522-4C65-9954-D3EC4C84B35E} = {8DE53FA4-6C58-4FE4-840C-8CD5D5370324} |
| 58 | + {B5A1BB45-B621-4EE9-A409-306F4768D597} = {2925DB42-26E1-4584-952E-928CDC0473DB} |
| 59 | + {8CC87457-C579-4E39-A1C4-BAADADF500DE} = {245AA4AB-ECF4-4C69-B63D-C59D4B3F918C} |
| 60 | + EndGlobalSection |
| 61 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 62 | + SolutionGuid = {823D9407-93C0-443E-89EC-D9DBB006A195} |
| 63 | + EndGlobalSection |
| 64 | +EndGlobal |
0 commit comments