diff options
author | JinweiClarkChao <[email protected]> | 2015-08-24 10:15:00 +0800 |
---|---|---|
committer | JinweiClarkChao <[email protected]> | 2015-08-24 10:15:00 +0800 |
commit | 17fbf4355747b1ceb9caca120aec9830a44621cf (patch) | |
tree | 6ec188fe59b0ae8c65a812765ef8f621ecf87ec3 /DCP/DCP.vcxproj | |
download | Dehaze-17fbf4355747b1ceb9caca120aec9830a44621cf.tar.gz |
init
Diffstat (limited to 'DCP/DCP.vcxproj')
-rw-r--r-- | DCP/DCP.vcxproj | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/DCP/DCP.vcxproj b/DCP/DCP.vcxproj new file mode 100644 index 0000000..eba571d --- /dev/null +++ b/DCP/DCP.vcxproj | |||
@@ -0,0 +1,107 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <Import Project="..\packages\OpenCV.2.4.10\build\native\OpenCV.props" Condition="Exists('..\packages\OpenCV.2.4.10\build\native\OpenCV.props')" /> | ||
4 | <ItemGroup Label="ProjectConfigurations"> | ||
5 | <ProjectConfiguration Include="Debug|Win32"> | ||
6 | <Configuration>Debug</Configuration> | ||
7 | <Platform>Win32</Platform> | ||
8 | </ProjectConfiguration> | ||
9 | <ProjectConfiguration Include="Release|Win32"> | ||
10 | <Configuration>Release</Configuration> | ||
11 | <Platform>Win32</Platform> | ||
12 | </ProjectConfiguration> | ||
13 | </ItemGroup> | ||
14 | <PropertyGroup Label="Globals"> | ||
15 | <ProjectGuid>{1543533F-481B-40EC-BEFC-90E46456A5F8}</ProjectGuid> | ||
16 | <Keyword>Win32Proj</Keyword> | ||
17 | <RootNamespace>DCP</RootNamespace> | ||
18 | </PropertyGroup> | ||
19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
21 | <ConfigurationType>Application</ConfigurationType> | ||
22 | <UseDebugLibraries>true</UseDebugLibraries> | ||
23 | <PlatformToolset>v120</PlatformToolset> | ||
24 | <CharacterSet>Unicode</CharacterSet> | ||
25 | </PropertyGroup> | ||
26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
27 | <ConfigurationType>Application</ConfigurationType> | ||
28 | <UseDebugLibraries>false</UseDebugLibraries> | ||
29 | <PlatformToolset>v120</PlatformToolset> | ||
30 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
31 | <CharacterSet>Unicode</CharacterSet> | ||
32 | </PropertyGroup> | ||
33 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
34 | <ImportGroup Label="ExtensionSettings"> | ||
35 | </ImportGroup> | ||
36 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
37 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
38 | </ImportGroup> | ||
39 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
40 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
41 | </ImportGroup> | ||
42 | <PropertyGroup Label="UserMacros"> | ||
43 | <NuGetPackageImportStamp>f521f52d</NuGetPackageImportStamp> | ||
44 | </PropertyGroup> | ||
45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
46 | <LinkIncremental>true</LinkIncremental> | ||
47 | </PropertyGroup> | ||
48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
49 | <LinkIncremental>false</LinkIncremental> | ||
50 | </PropertyGroup> | ||
51 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
52 | <ClCompile> | ||
53 | <PrecompiledHeader> | ||
54 | </PrecompiledHeader> | ||
55 | <WarningLevel>Level3</WarningLevel> | ||
56 | <Optimization>Disabled</Optimization> | ||
57 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
58 | </ClCompile> | ||
59 | <Link> | ||
60 | <SubSystem>Console</SubSystem> | ||
61 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
62 | </Link> | ||
63 | </ItemDefinitionGroup> | ||
64 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
65 | <ClCompile> | ||
66 | <WarningLevel>Level3</WarningLevel> | ||
67 | <PrecompiledHeader> | ||
68 | </PrecompiledHeader> | ||
69 | <Optimization>MaxSpeed</Optimization> | ||
70 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
71 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
72 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
73 | </ClCompile> | ||
74 | <Link> | ||
75 | <SubSystem>Console</SubSystem> | ||
76 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
77 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
78 | <OptimizeReferences>true</OptimizeReferences> | ||
79 | </Link> | ||
80 | </ItemDefinitionGroup> | ||
81 | <ItemGroup> | ||
82 | <ClInclude Include="dcp.h" /> | ||
83 | <ClInclude Include="dcp_core.h" /> | ||
84 | </ItemGroup> | ||
85 | <ItemGroup> | ||
86 | <ClCompile Include="airlight.cpp" /> | ||
87 | <ClCompile Include="darkchannel.cpp" /> | ||
88 | <ClCompile Include="dcp.cpp" /> | ||
89 | <ClCompile Include="guidedfilter.cpp" /> | ||
90 | <ClCompile Include="recover.cpp" /> | ||
91 | <ClCompile Include="transmission.cpp" /> | ||
92 | </ItemGroup> | ||
93 | <ItemGroup> | ||
94 | <None Include="packages.config" /> | ||
95 | </ItemGroup> | ||
96 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
97 | <ImportGroup Label="ExtensionTargets"> | ||
98 | <Import Project="..\packages\OpenCV.2.4.10\build\native\OpenCV.targets" Condition="Exists('..\packages\OpenCV.2.4.10\build\native\OpenCV.targets')" /> | ||
99 | </ImportGroup> | ||
100 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
101 | <PropertyGroup> | ||
102 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | ||
103 | </PropertyGroup> | ||
104 | <Error Condition="!Exists('..\packages\OpenCV.2.4.10\build\native\OpenCV.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCV.2.4.10\build\native\OpenCV.props'))" /> | ||
105 | <Error Condition="!Exists('..\packages\OpenCV.2.4.10\build\native\OpenCV.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\OpenCV.2.4.10\build\native\OpenCV.targets'))" /> | ||
106 | </Target> | ||
107 | </Project> \ No newline at end of file | ||