-
Notifications
You must be signed in to change notification settings - Fork 0
/
WimsConstructionCam.vcxproj
123 lines (123 loc) · 5.35 KB
/
WimsConstructionCam.vcxproj
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM64">
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{300a6f8e-7c2b-4058-b830-4086c735fdc1}</ProjectGuid>
<Keyword>Linux</Keyword>
<RootNamespace>WimsConstructionCam</RootNamespace>
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
<ApplicationType>Linux</ApplicationType>
<ApplicationTypeRevision>1.0</ApplicationTypeRevision>
<TargetLinuxPlatform>Generic</TargetLinuxPlatform>
<LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>WSL2_1_0</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>WSL2_1_0</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
<UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
<UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings" />
<ImportGroup Label="Shared" />
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<WSLPath>Debian</WSLPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<WSLPath>Debian</WSLPath>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="wimsconstructioncam.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE" />
<None Include="README.md" />
<None Include="SupportingDocuments\hb1321.pdf" />
<None Include="SupportingDocuments\hb1329.pdf" />
<None Include="SupportingDocuments\SIM7500_SIM7600_Series_AT_Command_Manual_V1.12.pdf" />
<None Include="SupportingDocuments\SIM7600G-H 4G HAT (B) For Raspberry Pi, LTE Cat-4 4G _ 3G _ 2G Support, GNSS Positioning, Global Band.html" />
<None Include="postinst" />
<None Include="postrm" />
<None Include="prerm" />
<None Include="etc-wimsconstructioncam\hdr.json" />
<None Include="etc-wimsconstructioncam\imx219_100.json" />
<None Include="etc-wimsconstructioncam\imx219_120.json" />
<None Include="etc-wimsconstructioncam\imx219_160.json" />
<None Include="etc-wimsconstructioncam\imx219_200.json" />
<None Include="etc-wimsconstructioncam\imx219_20d-1.json" />
<None Include="etc-wimsconstructioncam\imx219_45d.json" />
<None Include="etc-wimsconstructioncam\imx219_55d.json" />
<None Include="etc-wimsconstructioncam\imx219_65.json" />
<None Include="etc-wimsconstructioncam\imx219_70d.json" />
<None Include="etc-wimsconstructioncam\imx219_80d.json" />
<None Include="etc-wimsconstructioncam\imx219_original.json" />
<None Include="wimsconstructioncam.service" />
</ItemGroup>
<ItemGroup>
<Text Include="CMakeLists.txt" />
<Text Include="SupportingDocuments\Notes on build.txt" />
</ItemGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<ClCompile>
<PreprocessorDefinitions>_USE_GPSD</PreprocessorDefinitions>
<CppLanguageStandard>c++17</CppLanguageStandard>
</ClCompile>
<Link>
<LibraryDependencies>gps;gd;exif</LibraryDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<ClCompile>
<CppLanguageStandard>c++17</CppLanguageStandard>
</ClCompile>
<Link>
<LibraryDependencies>gps;gd;exif</LibraryDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<CppLanguageStandard>c++17</CppLanguageStandard>
</ClCompile>
<Link>
<LibraryDependencies>gps;gd;exif</LibraryDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<CppLanguageStandard>c++17</CppLanguageStandard>
</ClCompile>
<Link>
<LibraryDependencies>gps;gd;exif</LibraryDependencies>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project>