1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|x64" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >x64</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|x64" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <ProjectGuid >{DFF94FEB-78AB-41B1-9B92-4D8B7D799E04}</ProjectGuid >
15
+ <Keyword >Win32Proj</Keyword >
16
+ <RootNamespace >waifu2x-caffe-dll</RootNamespace >
17
+ </PropertyGroup >
18
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
20
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
21
+ <UseDebugLibraries >true</UseDebugLibraries >
22
+ <PlatformToolset >v120</PlatformToolset >
23
+ <CharacterSet >Unicode</CharacterSet >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
26
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
27
+ <UseDebugLibraries >false</UseDebugLibraries >
28
+ <PlatformToolset >v120</PlatformToolset >
29
+ <WholeProgramOptimization >true</WholeProgramOptimization >
30
+ <CharacterSet >Unicode</CharacterSet >
31
+ </PropertyGroup >
32
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
33
+ <ImportGroup Label =" ExtensionSettings" >
34
+ </ImportGroup >
35
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
36
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
37
+ </ImportGroup >
38
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
39
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
40
+ </ImportGroup >
41
+ <PropertyGroup Label =" UserMacros" />
42
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
43
+ <LinkIncremental >true</LinkIncremental >
44
+ <IncludePath >$(SolutionDir)caffe\build\include;$(SolutionDir)caffe\3rdparty\include;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\include;C:\boost_1_56_0;C:\opencv249\build\include;$(SolutionDir)rapidjson\include;$(SolutionDir)stb;$(SolutionDir)include;$(IncludePath)</IncludePath >
45
+ <LibraryPath >$(SolutionDir)caffe\build\lib;$(SolutionDir)caffe\3rdparty\lib;C:\boost_1_56_0\lib64-msvc-12.0;$(LibraryPath)</LibraryPath >
46
+ <TargetName >waifu2x-caffe</TargetName >
47
+ </PropertyGroup >
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
49
+ <LinkIncremental >false</LinkIncremental >
50
+ <IncludePath >$(SolutionDir)caffe\build\include;$(SolutionDir)caffe\3rdparty\include;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v7.0\include;C:\boost_1_56_0;C:\opencv249\build\include;$(SolutionDir)rapidjson\include;$(SolutionDir)stb;$(SolutionDir)include;$(IncludePath)</IncludePath >
51
+ <LibraryPath >$(SolutionDir)caffe\build\lib;$(SolutionDir)caffe\3rdparty\lib;C:\boost_1_56_0\lib64-msvc-12.0;$(LibraryPath)</LibraryPath >
52
+ <TargetName >waifu2x-caffe</TargetName >
53
+ </PropertyGroup >
54
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
55
+ <ClCompile >
56
+ <PrecompiledHeader >
57
+ </PrecompiledHeader >
58
+ <WarningLevel >Level3</WarningLevel >
59
+ <Optimization >Disabled</Optimization >
60
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
61
+ </ClCompile >
62
+ <Link >
63
+ <SubSystem >Console</SubSystem >
64
+ <GenerateDebugInformation >true</GenerateDebugInformation >
65
+ <DelayLoadDLLs >cudnn64_65.dll;%(DelayLoadDLLs)</DelayLoadDLLs >
66
+ </Link >
67
+ </ItemDefinitionGroup >
68
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
69
+ <ClCompile >
70
+ <WarningLevel >Level3</WarningLevel >
71
+ <PrecompiledHeader >
72
+ </PrecompiledHeader >
73
+ <Optimization >MaxSpeed</Optimization >
74
+ <FunctionLevelLinking >true</FunctionLevelLinking >
75
+ <IntrinsicFunctions >true</IntrinsicFunctions >
76
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
77
+ </ClCompile >
78
+ <Link >
79
+ <SubSystem >Console</SubSystem >
80
+ <GenerateDebugInformation >true</GenerateDebugInformation >
81
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
82
+ <OptimizeReferences >true</OptimizeReferences >
83
+ <DelayLoadDLLs >cudnn64_65.dll;%(DelayLoadDLLs)</DelayLoadDLLs >
84
+ </Link >
85
+ </ItemDefinitionGroup >
86
+ <ItemGroup >
87
+ <ClCompile Include =" Source.cpp" />
88
+ <ClCompile Include =" waifu2x.cpp" />
89
+ </ItemGroup >
90
+ <ItemGroup >
91
+ <ClInclude Include =" waifu2x.h" />
92
+ </ItemGroup >
93
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
94
+ <ImportGroup Label =" ExtensionTargets" >
95
+ </ImportGroup >
96
+ </Project >
0 commit comments