-
Notifications
You must be signed in to change notification settings - Fork 62
/
LitePlacer.sln
59 lines (59 loc) · 3 KB
/
LitePlacer.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
49
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LitePlacer", "LitePlacer\LitePlacer.csproj", "{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{34FF0353-B9B2-4EDF-A13E-24071C8066B5}"
ProjectSection(SolutionItems) = preProject
LitePlacer\ImagesForCameras.cs = LitePlacer\ImagesForCameras.cs
release.txt = release.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
Release|x86 = Release|x86
x64|Any CPU = x64|Any CPU
x64|Mixed Platforms = x64|Mixed Platforms
x64|x64 = x64|x64
x64|x86 = x64|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|Any CPU.ActiveCfg = Debug|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|Any CPU.Build.0 = Debug|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|Mixed Platforms.Build.0 = Debug|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|x64.ActiveCfg = Debug|x64
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|x64.Build.0 = Debug|x64
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|x86.ActiveCfg = Debug|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|x86.Build.0 = Debug|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|Any CPU.ActiveCfg = Release|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|Mixed Platforms.ActiveCfg = Release|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|Mixed Platforms.Build.0 = Release|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|x64.ActiveCfg = Release|x64
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|x64.Build.0 = Release|x64
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|x86.ActiveCfg = Release|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|x86.Build.0 = Release|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|Any CPU.ActiveCfg = x64|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|Mixed Platforms.ActiveCfg = x64|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|Mixed Platforms.Build.0 = x64|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|x64.ActiveCfg = x64|x64
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|x64.Build.0 = x64|x64
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|x86.ActiveCfg = x64|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|x86.Build.0 = x64|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F2A91211-DF9F-4C8A-BFE8-359502848302}
EndGlobalSection
EndGlobal