-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAiVisionBot.sln
More file actions
55 lines (55 loc) · 3.52 KB
/
AiVisionBot.sln
File metadata and controls
55 lines (55 loc) · 3.52 KB
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
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Composition.WindowsRuntimeHelpers", "Composition.WindowsRuntimeHelpers\Composition.WindowsRuntimeHelpers.csproj", "{1E5E3282-E923-4D1D-B24A-2435BD85C1AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CaptureCore", "CaptureCore\CaptureCore.csproj", "{62537440-3328-44AD-A136-8CAD21E08448}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Windows9xClassic", "Windows9xClassic\Windows9xClassic.csproj", "{7D028FE5-E41F-4745-A91F-B0DFB19BA47A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MainView", "MainView\MainView.csproj", "{8A703614-6E15-4245-A30A-B8E759C84FDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageProcessor", "ImageProcessor\ImageProcessor.csproj", "{4FE76B70-B7E1-4A95-8C1B-8FBEB435AF9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YoloWrapper", "YoloWrapper\YoloWrapper.csproj", "{BF267AAB-C67A-4E92-8894-CD79157E9918}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E5E3282-E923-4D1D-B24A-2435BD85C1AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E5E3282-E923-4D1D-B24A-2435BD85C1AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E5E3282-E923-4D1D-B24A-2435BD85C1AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E5E3282-E923-4D1D-B24A-2435BD85C1AE}.Release|Any CPU.Build.0 = Release|Any CPU
{62537440-3328-44AD-A136-8CAD21E08448}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62537440-3328-44AD-A136-8CAD21E08448}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62537440-3328-44AD-A136-8CAD21E08448}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62537440-3328-44AD-A136-8CAD21E08448}.Release|Any CPU.Build.0 = Release|Any CPU
{7D028FE5-E41F-4745-A91F-B0DFB19BA47A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D028FE5-E41F-4745-A91F-B0DFB19BA47A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D028FE5-E41F-4745-A91F-B0DFB19BA47A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D028FE5-E41F-4745-A91F-B0DFB19BA47A}.Release|Any CPU.Build.0 = Release|Any CPU
{8A703614-6E15-4245-A30A-B8E759C84FDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A703614-6E15-4245-A30A-B8E759C84FDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A703614-6E15-4245-A30A-B8E759C84FDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A703614-6E15-4245-A30A-B8E759C84FDF}.Release|Any CPU.Build.0 = Release|Any CPU
{4FE76B70-B7E1-4A95-8C1B-8FBEB435AF9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FE76B70-B7E1-4A95-8C1B-8FBEB435AF9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FE76B70-B7E1-4A95-8C1B-8FBEB435AF9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FE76B70-B7E1-4A95-8C1B-8FBEB435AF9C}.Release|Any CPU.Build.0 = Release|Any CPU
{BF267AAB-C67A-4E92-8894-CD79157E9918}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF267AAB-C67A-4E92-8894-CD79157E9918}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF267AAB-C67A-4E92-8894-CD79157E9918}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF267AAB-C67A-4E92-8894-CD79157E9918}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0876CCA-79BC-44F4-BB83-CEE928BEBB2B}
EndGlobalSection
EndGlobal