Mercurial > hg > nsaunier > traffic-intelligence
comparison trafficintelligence.vcxproj @ 251:4978b5baf8f1
Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
fetch the dependencies. A batch file is included to automate most of the process
| author | Jeep-Tour@Jeep-Tour-PC |
|---|---|
| date | Mon, 23 Jul 2012 12:27:50 -0400 |
| parents | |
| children | c389fae9689a |
comparison
equal
deleted
inserted
replaced
| 248:571ba5ed22e2 | 251:4978b5baf8f1 |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| 3 <ItemGroup Label="ProjectConfigurations"> | |
| 4 <ProjectConfiguration Include="Debug|Win32"> | |
| 5 <Configuration>Debug</Configuration> | |
| 6 <Platform>Win32</Platform> | |
| 7 </ProjectConfiguration> | |
| 8 <ProjectConfiguration Include="Release|Win32"> | |
| 9 <Configuration>Release</Configuration> | |
| 10 <Platform>Win32</Platform> | |
| 11 </ProjectConfiguration> | |
| 12 </ItemGroup> | |
| 13 <ItemGroup> | |
| 14 <ClCompile Include="..\trajectorymanagementandanalysis\trunk\src\TrajectoryManagementAndAnalysis\src\DBSQLiteAccess.cpp" /> | |
| 15 <ClCompile Include="c\cvutils.cpp" /> | |
| 16 <ClCompile Include="c\feature-based-tracking.cpp" /> | |
| 17 <ClCompile Include="c\Motion.cpp" /> | |
| 18 <ClCompile Include="c\Parameters.cpp" /> | |
| 19 <ClCompile Include="c\utils.cpp" /> | |
| 20 </ItemGroup> | |
| 21 <ItemGroup> | |
| 22 <ClInclude Include="include\catch.hpp" /> | |
| 23 <ClInclude Include="include\cvutils.hpp" /> | |
| 24 <ClInclude Include="include\learning.hpp" /> | |
| 25 <ClInclude Include="include\Motion.hpp" /> | |
| 26 <ClInclude Include="include\Parameters.hpp" /> | |
| 27 <ClInclude Include="include\utils.hpp" /> | |
| 28 </ItemGroup> | |
| 29 <PropertyGroup Label="Globals"> | |
| 30 <ProjectGuid>{70E43B7B-A3DA-40AD-A0D3-24758BA3FC42}</ProjectGuid> | |
| 31 <Keyword>Win32Proj</Keyword> | |
| 32 <RootNamespace>trafficintelligence</RootNamespace> | |
| 33 </PropertyGroup> | |
| 34 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
| 36 <ConfigurationType>Application</ConfigurationType> | |
| 37 <UseDebugLibraries>true</UseDebugLibraries> | |
| 38 <CharacterSet>Unicode</CharacterSet> | |
| 39 </PropertyGroup> | |
| 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| 41 <ConfigurationType>Application</ConfigurationType> | |
| 42 <UseDebugLibraries>false</UseDebugLibraries> | |
| 43 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 44 <CharacterSet>Unicode</CharacterSet> | |
| 45 </PropertyGroup> | |
| 46 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| 47 <ImportGroup Label="ExtensionSettings"> | |
| 48 </ImportGroup> | |
| 49 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 50 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 51 <Import Project="OpenCV.props" /> | |
| 52 <Import Project="boost.props" /> | |
| 53 <Import Project="klt.props" /> | |
| 54 <Import Project="trajectory.props" /> | |
| 55 <Import Project="sqlite.props" /> | |
| 56 </ImportGroup> | |
| 57 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 59 <Import Project="OpenCV.props" /> | |
| 60 <Import Project="boost.props" /> | |
| 61 <Import Project="klt.props" /> | |
| 62 <Import Project="trajectory.props" /> | |
| 63 <Import Project="sqlite.props" /> | |
| 64 </ImportGroup> | |
| 65 <PropertyGroup Label="UserMacros" /> | |
| 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 67 <LinkIncremental>true</LinkIncremental> | |
| 68 <OutDir>$(SolutionDir)\bin\$(Configuration)\</OutDir> | |
| 69 <IntDir>$(SolutionDir)\bin\$(Configuration)\</IntDir> | |
| 70 </PropertyGroup> | |
| 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 72 <LinkIncremental>false</LinkIncremental> | |
| 73 <OutDir>$(SolutionDir)\bin\$(Configuration)\</OutDir> | |
| 74 <IntDir>$(SolutionDir)\bin\$(Configuration)\</IntDir> | |
| 75 </PropertyGroup> | |
| 76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
| 77 <ClCompile> | |
| 78 <PrecompiledHeader> | |
| 79 </PrecompiledHeader> | |
| 80 <WarningLevel>Level3</WarningLevel> | |
| 81 <Optimization>Disabled</Optimization> | |
| 82 <PreprocessorDefinitions>WIN32;USE_OPENCV;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 83 <AdditionalIncludeDirectories>$(SolutionDir)\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 84 <AdditionalUsingDirectories> | |
| 85 </AdditionalUsingDirectories> | |
| 86 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 87 </ClCompile> | |
| 88 <Link> | |
| 89 <SubSystem>Console</SubSystem> | |
| 90 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 91 </Link> | |
| 92 <PostBuildEvent> | |
| 93 <Command>xcopy /Y /Q /D $(SolutionDir)\win32-depends\sqlite\bin\sqlite3.dll $(OutDir) | |
| 94 xcopy /Y /Q /D $(SolutionDir)\win32-depends\opencv\bin\$(PlatformName)\$(ConfigurationName)\*.dll $(OutDir)</Command> | |
| 95 </PostBuildEvent> | |
| 96 </ItemDefinitionGroup> | |
| 97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 98 <ClCompile> | |
| 99 <WarningLevel>Level3</WarningLevel> | |
| 100 <PrecompiledHeader> | |
| 101 </PrecompiledHeader> | |
| 102 <Optimization>MaxSpeed</Optimization> | |
| 103 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 104 <IntrinsicFunctions>true</IntrinsicFunctions> | |
| 105 <PreprocessorDefinitions>WIN32;USE_OPENCV;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 106 <AdditionalUsingDirectories> | |
| 107 </AdditionalUsingDirectories> | |
| 108 <AdditionalIncludeDirectories>$(SolutionDir)\include\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 109 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| 110 </ClCompile> | |
| 111 <Link> | |
| 112 <SubSystem>Console</SubSystem> | |
| 113 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 114 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 115 <OptimizeReferences>true</OptimizeReferences> | |
| 116 </Link> | |
| 117 <PostBuildEvent> | |
| 118 <Command>xcopy /Y /Q /D $(SolutionDir)\win32-depends\sqlite\bin\sqlite3.dll $(OutDir) | |
| 119 xcopy /Y /Q /D $(SolutionDir)\win32-depends\opencv\bin\$(PlatformName)\$(ConfigurationName)\*.dll $(OutDir)</Command> | |
| 120 </PostBuildEvent> | |
| 121 </ItemDefinitionGroup> | |
| 122 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| 123 <ImportGroup Label="ExtensionTargets"> | |
| 124 </ImportGroup> | |
| 125 </Project> |
