|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | | - <ProjectConfiguration Include="Debug|Win32"> |
| 4 | + <ProjectConfiguration Include="Debug|x64"> |
5 | 5 | <Configuration>Debug</Configuration> |
6 | | - <Platform>Win32</Platform> |
| 6 | + <Platform>x64</Platform> |
7 | 7 | </ProjectConfiguration> |
8 | | - <ProjectConfiguration Include="Release|Win32"> |
| 8 | + <ProjectConfiguration Include="Release|x64"> |
9 | 9 | <Configuration>Release</Configuration> |
10 | | - <Platform>Win32</Platform> |
| 10 | + <Platform>x64</Platform> |
11 | 11 | </ProjectConfiguration> |
12 | 12 | </ItemGroup> |
13 | 13 | <PropertyGroup Label="Globals"> |
14 | 14 | <ProjectGuid>{64E65811-6F72-479E-BEAB-1DADE0952A7B}</ProjectGuid> |
15 | | - <Keyword>Win32Proj</Keyword> |
16 | 15 | <RootNamespace>3dv_tutorial</RootNamespace> |
17 | 16 | </PropertyGroup> |
18 | 17 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
19 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 18 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
20 | 19 | <ConfigurationType>Application</ConfigurationType> |
21 | 20 | <UseDebugLibraries>true</UseDebugLibraries> |
22 | | - <PlatformToolset>v120</PlatformToolset> |
23 | | - <CharacterSet>Unicode</CharacterSet> |
| 21 | + <PlatformToolset>v142</PlatformToolset> |
24 | 22 | </PropertyGroup> |
25 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 23 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
26 | 24 | <ConfigurationType>Application</ConfigurationType> |
27 | 25 | <UseDebugLibraries>false</UseDebugLibraries> |
28 | | - <PlatformToolset>v120</PlatformToolset> |
| 26 | + <PlatformToolset>v142</PlatformToolset> |
29 | 27 | <WholeProgramOptimization>true</WholeProgramOptimization> |
30 | | - <CharacterSet>Unicode</CharacterSet> |
31 | 28 | </PropertyGroup> |
32 | 29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
33 | 30 | <ImportGroup Label="ExtensionSettings"> |
34 | 31 | </ImportGroup> |
35 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 32 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
36 | 33 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
37 | 34 | </ImportGroup> |
38 | | - <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 35 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
39 | 36 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
40 | 37 | </ImportGroup> |
41 | 38 | <PropertyGroup Label="UserMacros" /> |
42 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 39 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
43 | 40 | <LinkIncremental>true</LinkIncremental> |
44 | 41 | <OutDir>..\..\bin\</OutDir> |
45 | 42 | </PropertyGroup> |
46 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 43 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
47 | 44 | <LinkIncremental>false</LinkIncremental> |
48 | 45 | <OutDir>..\..\bin\</OutDir> |
49 | 46 | </PropertyGroup> |
50 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 47 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
51 | 48 | <ClCompile> |
52 | | - <PrecompiledHeader> |
53 | | - </PrecompiledHeader> |
54 | 49 | <WarningLevel>Level3</WarningLevel> |
55 | 50 | <Optimization>Disabled</Optimization> |
56 | | - <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;GOOGLE_GLOG_DLL_DECL=;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 51 | + <PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
57 | 52 | <SDLCheck>true</SDLCheck> |
58 | 53 | <AdditionalIncludeDirectories>..\..\EXTERNAL\OpenCV\include;..\..\EXTERNAL\ceres\include</AdditionalIncludeDirectories> |
59 | 54 | </ClCompile> |
60 | 55 | <Link> |
61 | 56 | <SubSystem>Console</SubSystem> |
62 | 57 | <GenerateDebugInformation>true</GenerateDebugInformation> |
63 | 58 | <AdditionalLibraryDirectories>..\..\EXTERNAL\OpenCV\lib;..\..\EXTERNAL\ceres\lib</AdditionalLibraryDirectories> |
64 | | - <AdditionalDependencies>opencv_world320d.lib;ceres_debug.lib;libglog_static_debug.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 59 | + <AdditionalDependencies>opencv_world411d.lib;ceres-debug.lib;%(AdditionalDependencies)</AdditionalDependencies> |
65 | 60 | </Link> |
66 | 61 | </ItemDefinitionGroup> |
67 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 62 | + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
68 | 63 | <ClCompile> |
69 | 64 | <WarningLevel>Level3</WarningLevel> |
70 | | - <PrecompiledHeader> |
71 | | - </PrecompiledHeader> |
72 | 65 | <Optimization>MaxSpeed</Optimization> |
73 | 66 | <FunctionLevelLinking>true</FunctionLevelLinking> |
74 | 67 | <IntrinsicFunctions>true</IntrinsicFunctions> |
75 | | - <PreprocessorDefinitions>_CRT_NONSTDC_NO_DEPRECATE;GOOGLE_GLOG_DLL_DECL=;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 68 | + <PreprocessorDefinitions>NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
76 | 69 | <SDLCheck>true</SDLCheck> |
77 | 70 | <AdditionalIncludeDirectories>..\..\EXTERNAL\OpenCV\include;..\..\EXTERNAL\ceres\include</AdditionalIncludeDirectories> |
78 | 71 | </ClCompile> |
|
82 | 75 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
83 | 76 | <OptimizeReferences>true</OptimizeReferences> |
84 | 77 | <AdditionalLibraryDirectories>..\..\EXTERNAL\OpenCV\lib;..\..\EXTERNAL\ceres\lib</AdditionalLibraryDirectories> |
85 | | - <AdditionalDependencies>opencv_world320.lib;ceres.lib;libglog_static.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 78 | + <AdditionalDependencies>opencv_world411.lib;ceres.lib;%(AdditionalDependencies)</AdditionalDependencies> |
86 | 79 | </Link> |
87 | 80 | </ItemDefinitionGroup> |
88 | 81 | <ItemGroup> |
|
0 commit comments