-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathALL_BUILD.vcxproj
135 lines (135 loc) · 8.36 KB
/
ALL_BUILD.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
124
125
126
127
128
129
130
131
132
133
134
135
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGUID>{18F5077C-3703-4498-A3FF-720F59FE9750}</ProjectGUID>
<Keyword>Win32Proj</Keyword>
<Platform>Win32</Platform>
<ProjectName>ALL_BUILD</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v110</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|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<AdditionalIncludeDirectories>C:/OpenCV2.4.6/modules/legacy/include;C:/OpenCV2.4.6/modules/flann/include;C:/OpenCV2.4.6/modules/features2d/include;C:/OpenCV2.4.6/modules/video/include;C:/OpenCV2.4.6/modules/calib3d/include;C:/OpenCV2.4.6/modules/objdetect/include;C:/OpenCV2.4.6/modules/highgui/include;C:/OpenCV2.4.6/modules/imgproc/include;C:/OpenCV2.4.6/modules/core/include;C:/OpenCV2.4.6/include/opencv;C:/OpenCV2.4.6/apps/haartraining;C:/OpenCV2.4.6;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(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|Win32'">
<Midl>
<AdditionalIncludeDirectories>C:/OpenCV2.4.6/modules/legacy/include;C:/OpenCV2.4.6/modules/flann/include;C:/OpenCV2.4.6/modules/features2d/include;C:/OpenCV2.4.6/modules/video/include;C:/OpenCV2.4.6/modules/calib3d/include;C:/OpenCV2.4.6/modules/objdetect/include;C:/OpenCV2.4.6/modules/highgui/include;C:/OpenCV2.4.6/modules/imgproc/include;C:/OpenCV2.4.6/modules/core/include;C:/OpenCV2.4.6/include/opencv;C:/OpenCV2.4.6/apps/haartraining;C:/OpenCV2.4.6;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(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="CMakeLists.txt">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/OpenCV2.4.6/apps/haartraining/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/OpenCV2.4.6 -BC:/OpenCV2.4.6 --check-stamp-file C:\OpenCV2.4.6\apps\haartraining\CMakeFiles\generate.stamp
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|Win32'">C:/OpenCV2.4.6/apps/haartraining/CMakeLists.txt;C:\OpenCV2.4.6\apps\haartraining\CMakeLists.txt;C:\OpenCV2.4.6\apps\haartraining\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\OpenCV2.4.6\apps\haartraining\CMakeFiles\generate.stamp</Outputs>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/OpenCV2.4.6/apps/haartraining/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:/OpenCV2.4.6 -BC:/OpenCV2.4.6 --check-stamp-file C:\OpenCV2.4.6\apps\haartraining\CMakeFiles\generate.stamp
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|Win32'">C:/OpenCV2.4.6/apps/haartraining/CMakeLists.txt;C:\OpenCV2.4.6\apps\haartraining\CMakeLists.txt;C:\OpenCV2.4.6\apps\haartraining\CMakeLists.txt;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\OpenCV2.4.6\apps\haartraining\CMakeFiles\generate.stamp</Outputs>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="..\..\CMakeFiles\046a1e24abedc047159286f1087e45aa\ALL_BUILD.rule">
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Build all projects</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:/OpenCV2.4.6/CMakeFiles/046a1e24abedc047159286f1087e45aa/ALL_BUILD.rule;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\OpenCV2.4.6\apps\haartraining\CMakeFiles\ALL_BUILD</Outputs>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Build all projects</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:/OpenCV2.4.6/CMakeFiles/046a1e24abedc047159286f1087e45aa/ALL_BUILD.rule;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\OpenCV2.4.6\apps\haartraining\CMakeFiles\ALL_BUILD</Outputs>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<None Include="CMakeFiles\ALL_BUILD" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="C:/OpenCV2.4.6/apps/haartraining/opencv_createsamples.vcxproj">
<Project>151F0B9A-E4F5-476E-B789-A43D332659EB</Project>
</ProjectReference>
<ProjectReference Include="C:/OpenCV2.4.6/apps/haartraining/opencv_haartraining.vcxproj">
<Project>883CB2E8-CD19-445A-9369-6748874B41E7</Project>
</ProjectReference>
<ProjectReference Include="C:/OpenCV2.4.6/apps/haartraining/opencv_haartraining_engine.vcxproj">
<Project>9A489752-0202-42CB-BED1-78C28057CAEC</Project>
</ProjectReference>
<ProjectReference Include="C:/OpenCV2.4.6/apps/haartraining/opencv_performance.vcxproj">
<Project>0229D205-73C9-4309-A762-697E2BC2DE6D</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>