-
Notifications
You must be signed in to change notification settings - Fork 52
/
Geta.404Handler.sln
52 lines (52 loc) · 2.72 KB
/
Geta.404Handler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Geta.404Handler", "src\Geta.404Handler\Geta.404Handler.csproj", "{DFBF0553-7E44-44BF-A59F-F94F9493FC17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Geta.404Handler.Tests", "tests\Geta.404Handler.Tests\Geta.404Handler.Tests.csproj", "{1E8472FF-8DBC-4BDF-BB96-F68A0598C7CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{85A82003-EBCE-48FF-B34F-52AEFAF209A8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
pack.ps1 = pack.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Geta.404Handler.SandboxApp", "samples\Geta.404Handler.SandboxApp\Geta.404Handler.SandboxApp.csproj", "{2B16851E-A57B-4741-A599-1B6D2218DDDD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{15A6410C-091D-42A7-BE3B-5F8C63C3F22E}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DFBF0553-7E44-44BF-A59F-F94F9493FC17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFBF0553-7E44-44BF-A59F-F94F9493FC17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFBF0553-7E44-44BF-A59F-F94F9493FC17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFBF0553-7E44-44BF-A59F-F94F9493FC17}.Release|Any CPU.Build.0 = Release|Any CPU
{1E8472FF-8DBC-4BDF-BB96-F68A0598C7CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E8472FF-8DBC-4BDF-BB96-F68A0598C7CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E8472FF-8DBC-4BDF-BB96-F68A0598C7CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E8472FF-8DBC-4BDF-BB96-F68A0598C7CF}.Release|Any CPU.Build.0 = Release|Any CPU
{2B16851E-A57B-4741-A599-1B6D2218DDDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B16851E-A57B-4741-A599-1B6D2218DDDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B16851E-A57B-4741-A599-1B6D2218DDDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B16851E-A57B-4741-A599-1B6D2218DDDD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8AF472CE-0DC2-460F-9407-B4E16BCBCD0D}
EndGlobalSection
EndGlobal