-
Notifications
You must be signed in to change notification settings - Fork 2
/
DetectiCam.sln
43 lines (43 loc) · 2.32 KB
/
DetectiCam.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{94B75B7B-7D23-4CE7-AD2C-F8D3FF0AB214}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.travis.yml = .travis.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DetectiCam", "DetectiCam\DetectiCam.csproj", "{0E48618E-4A37-4C68-B8A2-4E8B0A9A2116}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DetectiCam.Core", "DetectiCam.Core\DetectiCam.Core.csproj", "{D8587B25-B279-44DD-BBA6-50B3AB51DCD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DetectiCam.CoreTests", "DetectiCam.CoreTests\DetectiCam.CoreTests.csproj", "{053C8D88-B3DF-41D2-8CE8-3ED030BDC113}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E48618E-4A37-4C68-B8A2-4E8B0A9A2116}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E48618E-4A37-4C68-B8A2-4E8B0A9A2116}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E48618E-4A37-4C68-B8A2-4E8B0A9A2116}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E48618E-4A37-4C68-B8A2-4E8B0A9A2116}.Release|Any CPU.Build.0 = Release|Any CPU
{D8587B25-B279-44DD-BBA6-50B3AB51DCD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8587B25-B279-44DD-BBA6-50B3AB51DCD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8587B25-B279-44DD-BBA6-50B3AB51DCD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8587B25-B279-44DD-BBA6-50B3AB51DCD7}.Release|Any CPU.Build.0 = Release|Any CPU
{053C8D88-B3DF-41D2-8CE8-3ED030BDC113}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{053C8D88-B3DF-41D2-8CE8-3ED030BDC113}.Debug|Any CPU.Build.0 = Debug|Any CPU
{053C8D88-B3DF-41D2-8CE8-3ED030BDC113}.Release|Any CPU.ActiveCfg = Release|Any CPU
{053C8D88-B3DF-41D2-8CE8-3ED030BDC113}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74E87FB9-4431-4EFE-8E42-8FB61547F697}
EndGlobalSection
EndGlobal