forked from nref/BrowseRouter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BrowseRouter.sln
45 lines (45 loc) · 2.2 KB
/
BrowseRouter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42958659-9C5D-4FD0-97A3-D65DEE66523C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Decode-FromBase64.ps1 = Decode-FromBase64.ps1
Directory.Build.props = Directory.Build.props
Get-ProjectVersion.ps1 = Get-ProjectVersion.ps1
make.ps1 = make.ps1
Publish-And-Sign.ps1 = Publish-And-Sign.ps1
README.md = README.md
.github\workflows\test.yml = .github\workflows\test.yml
.github\workflows\windows.yml = .github\workflows\windows.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BrowserRouter.Tests", "Tests\BrowserRouter.Tests\BrowserRouter.Tests.csproj", "{90964780-A852-4B1E-9D61-93CA1FB6E27E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BrowseRouter", "BrowseRouter\BrowseRouter.csproj", "{59BE57B7-9A45-432C-9ACB-99B05B9834EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90964780-A852-4B1E-9D61-93CA1FB6E27E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90964780-A852-4B1E-9D61-93CA1FB6E27E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90964780-A852-4B1E-9D61-93CA1FB6E27E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90964780-A852-4B1E-9D61-93CA1FB6E27E}.Release|Any CPU.Build.0 = Release|Any CPU
{59BE57B7-9A45-432C-9ACB-99B05B9834EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59BE57B7-9A45-432C-9ACB-99B05B9834EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59BE57B7-9A45-432C-9ACB-99B05B9834EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59BE57B7-9A45-432C-9ACB-99B05B9834EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D9588447-8EBA-48F1-9437-3F394ECF45A0}
EndGlobalSection
EndGlobal