-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathBinksRouter.sln
48 lines (48 loc) · 2.28 KB
/
BinksRouter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinksRouter", "BinksRouter\BinksRouter.csproj", "{3F21AC48-5B21-46F9-93A9-519F424E21DB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0621DD3D-CE5D-4F26-87B5-1DD71053A703}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{40EF27A6-D4B0-4329-A884-EBDD105C0994}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "screenshots", "screenshots", "{8407334A-6077-40C1-88A5-EB3FC40AF050}"
ProjectSection(SolutionItems) = preProject
docs\screenshots\MainWindow.JPG = docs\screenshots\MainWindow.JPG
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F21AC48-5B21-46F9-93A9-519F424E21DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F21AC48-5B21-46F9-93A9-519F424E21DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F21AC48-5B21-46F9-93A9-519F424E21DB}.Debug|x64.ActiveCfg = Debug|x64
{3F21AC48-5B21-46F9-93A9-519F424E21DB}.Debug|x64.Build.0 = Debug|x64
{3F21AC48-5B21-46F9-93A9-519F424E21DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F21AC48-5B21-46F9-93A9-519F424E21DB}.Release|Any CPU.Build.0 = Release|Any CPU
{3F21AC48-5B21-46F9-93A9-519F424E21DB}.Release|x64.ActiveCfg = Release|x64
{3F21AC48-5B21-46F9-93A9-519F424E21DB}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{40EF27A6-D4B0-4329-A884-EBDD105C0994} = {0621DD3D-CE5D-4F26-87B5-1DD71053A703}
{8407334A-6077-40C1-88A5-EB3FC40AF050} = {40EF27A6-D4B0-4329-A884-EBDD105C0994}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60129F28-C63B-409D-99EE-649AC8110BC9}
EndGlobalSection
EndGlobal