-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
Ben.BlockingDetector.sln
45 lines (45 loc) · 2.27 KB
/
Ben.BlockingDetector.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 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ben.BlockingDetector", "src\Ben.BlockingDetector\Ben.BlockingDetector.csproj", "{B8F88BE6-6B60-4C38-AB2C-4B26716F9037}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C3249EB0-5496-4C83-A6DD-96D3DD5D22D4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{6E740A85-BFF8-4392-818C-0D19BEDE1643}"
ProjectSection(SolutionItems) = preProject
build.ps1 = build.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{101738FB-998A-4278-97C0-A1F1B13200C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mvc", "samples\mvc\mvc.csproj", "{7502899E-C210-4469-AA64-F7D61A43353B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8F88BE6-6B60-4C38-AB2C-4B26716F9037}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8F88BE6-6B60-4C38-AB2C-4B26716F9037}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8F88BE6-6B60-4C38-AB2C-4B26716F9037}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8F88BE6-6B60-4C38-AB2C-4B26716F9037}.Release|Any CPU.Build.0 = Release|Any CPU
{7502899E-C210-4469-AA64-F7D61A43353B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7502899E-C210-4469-AA64-F7D61A43353B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7502899E-C210-4469-AA64-F7D61A43353B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7502899E-C210-4469-AA64-F7D61A43353B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B8F88BE6-6B60-4C38-AB2C-4B26716F9037} = {C3249EB0-5496-4C83-A6DD-96D3DD5D22D4}
{7502899E-C210-4469-AA64-F7D61A43353B} = {101738FB-998A-4278-97C0-A1F1B13200C8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A347552-4B58-4EB3-A66D-6CD470052398}
EndGlobalSection
EndGlobal