forked from Jacobs-University/eyden-tracer-01
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ZERO_CHECK.vcxproj
105 lines (105 loc) · 10.3 KB
/
ZERO_CHECK.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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<ItemGroup Label="ProjectConfigurations">
<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>{DE649F99-625F-3F16-B2F9-A5F9FE577F58}</ProjectGuid>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<Keyword>Win32Proj</Keyword>
<Platform>x64</Platform>
<ProjectName>ZERO_CHECK</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Midl>
<AdditionalIncludeDirectories>C:\Users\katri\Documents\GitHub\eyden-tracer-01\include;C:\opencv\build\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
<HeaderFileName>%(Filename).h</HeaderFileName>
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Midl>
<AdditionalIncludeDirectories>C:\Users\katri\Documents\GitHub\eyden-tracer-01\include;C:\opencv\build\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
<HeaderFileName>%(Filename).h</HeaderFileName>
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="C:\Users\katri\Documents\GitHub\eyden-tracer-01\CMakeFiles\318473a388eaf0030b89d1a9e7fe0d96\generate.stamp.rule">
<StdOutEncoding>UTF-8</StdOutEncoding>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Checking Build System</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
C:\cmake-3.18.3-win64-x64\bin\cmake.exe -SC:/Users/katri/Documents/GitHub/eyden-tracer-01 -BC:/Users/katri/Documents/GitHub/eyden-tracer-01 --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file C:/Users/katri/Documents/GitHub/eyden-tracer-01/eyden-tracer.sln
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Users\katri\Documents\GitHub\eyden-tracer-01\CMakeFiles\3.18.3\CMakeCCompiler.cmake;C:\Users\katri\Documents\GitHub\eyden-tracer-01\CMakeFiles\3.18.3\CMakeCXXCompiler.cmake;C:\Users\katri\Documents\GitHub\eyden-tracer-01\CMakeFiles\3.18.3\CMakeRCCompiler.cmake;C:\Users\katri\Documents\GitHub\eyden-tracer-01\CMakeFiles\3.18.3\CMakeSystem.cmake;C:\Users\katri\Documents\GitHub\eyden-tracer-01\CMakeLists.txt;C:\Users\katri\Documents\GitHub\eyden-tracer-01\cmake\types.h.in;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeCInformation.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeCXXInformation.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeCommonLanguageInclude.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeGenericSystem.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeInitializeConfigs.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeLanguageInformation.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeRCInformation.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeSystemSpecificInformation.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeSystemSpecificInitialize.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Compiler\MSVC-C.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Compiler\MSVC-CXX.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\FindPackageHandleStandardArgs.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\FindPackageMessage.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Platform\Windows-MSVC-C.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Platform\Windows-MSVC-CXX.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Platform\Windows-MSVC.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Platform\Windows.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Platform\WindowsPaths.cmake;C:\opencv\build\OpenCVConfig-version.cmake;C:\opencv\build\OpenCVConfig.cmake;C:\opencv\build\x64\vc15\lib\OpenCVConfig.cmake;C:\opencv\build\x64\vc15\lib\OpenCVModules-debug.cmake;C:\opencv\build\x64\vc15\lib\OpenCVModules-release.cmake;C:\opencv\build\x64\vc15\lib\OpenCVModules.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">C:\Users\katri\Documents\GitHub\eyden-tracer-01\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Checking Build System</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
C:\cmake-3.18.3-win64-x64\bin\cmake.exe -SC:/Users/katri/Documents/GitHub/eyden-tracer-01 -BC:/Users/katri/Documents/GitHub/eyden-tracer-01 --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file C:/Users/katri/Documents/GitHub/eyden-tracer-01/eyden-tracer.sln
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Users\katri\Documents\GitHub\eyden-tracer-01\CMakeFiles\3.18.3\CMakeCCompiler.cmake;C:\Users\katri\Documents\GitHub\eyden-tracer-01\CMakeFiles\3.18.3\CMakeCXXCompiler.cmake;C:\Users\katri\Documents\GitHub\eyden-tracer-01\CMakeFiles\3.18.3\CMakeRCCompiler.cmake;C:\Users\katri\Documents\GitHub\eyden-tracer-01\CMakeFiles\3.18.3\CMakeSystem.cmake;C:\Users\katri\Documents\GitHub\eyden-tracer-01\CMakeLists.txt;C:\Users\katri\Documents\GitHub\eyden-tracer-01\cmake\types.h.in;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeCInformation.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeCXXInformation.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeCommonLanguageInclude.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeGenericSystem.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeInitializeConfigs.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeLanguageInformation.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeRCInformation.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeSystemSpecificInformation.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\CMakeSystemSpecificInitialize.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Compiler\CMakeCommonCompilerMacros.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Compiler\MSVC-C.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Compiler\MSVC-CXX.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\FindPackageHandleStandardArgs.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\FindPackageMessage.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Platform\Windows-MSVC-C.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Platform\Windows-MSVC-CXX.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Platform\Windows-MSVC.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Platform\Windows.cmake;C:\cmake-3.18.3-win64-x64\share\cmake-3.18\Modules\Platform\WindowsPaths.cmake;C:\opencv\build\OpenCVConfig-version.cmake;C:\opencv\build\OpenCVConfig.cmake;C:\opencv\build\x64\vc15\lib\OpenCVConfig.cmake;C:\opencv\build\x64\vc15\lib\OpenCVModules-debug.cmake;C:\opencv\build\x64\vc15\lib\OpenCVModules-release.cmake;C:\opencv\build\x64\vc15\lib\OpenCVModules.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">C:\Users\katri\Documents\GitHub\eyden-tracer-01\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>