1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <ItemGroup >
22
+ <ClInclude Include =" inc\bilateral.h" />
23
+ <ClInclude Include =" inc\canny.h" />
24
+ <ClInclude Include =" inc\gabor.h" />
25
+ <ClInclude Include =" inc\gauss.h" />
26
+ <ClInclude Include =" inc\gradient.h" />
27
+ <ClInclude Include =" inc\imageformats.h" />
28
+ <ClInclude Include =" inc\imageio.h" />
29
+ <ClInclude Include =" inc\median.h" />
30
+ <ClInclude Include =" inc\mirror.h" />
31
+ <ClInclude Include =" inc\mse_psnr.h" />
32
+ <ClInclude Include =" inc\pixelformats.h" />
33
+ <ClInclude Include =" inc\rotate.h" />
34
+ <ClInclude Include =" inc\sobel.h" />
35
+ <ClInclude Include =" inc\ssim.h" />
36
+ <ClInclude Include =" inc\vessels.h" />
37
+ </ItemGroup >
38
+ <ItemGroup >
39
+ <ClCompile Include =" src\imageio.cpp" />
40
+ <ClCompile Include =" src\main.cpp" />
41
+ </ItemGroup >
42
+ <PropertyGroup Label =" Globals" >
43
+ <VCProjectVersion >15.0</VCProjectVersion >
44
+ <ProjectGuid >{DCB70548-9C18-4D66-B4F4-9710F0ABCB20}</ProjectGuid >
45
+ <RootNamespace >improcfilters</RootNamespace >
46
+ <WindowsTargetPlatformVersion >10.0.15063.0</WindowsTargetPlatformVersion >
47
+ </PropertyGroup >
48
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
50
+ <ConfigurationType >Application</ConfigurationType >
51
+ <UseDebugLibraries >true</UseDebugLibraries >
52
+ <PlatformToolset >v141</PlatformToolset >
53
+ <CharacterSet >MultiByte</CharacterSet >
54
+ </PropertyGroup >
55
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
56
+ <ConfigurationType >Application</ConfigurationType >
57
+ <UseDebugLibraries >false</UseDebugLibraries >
58
+ <PlatformToolset >v141</PlatformToolset >
59
+ <WholeProgramOptimization >true</WholeProgramOptimization >
60
+ <CharacterSet >MultiByte</CharacterSet >
61
+ </PropertyGroup >
62
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
63
+ <ConfigurationType >Application</ConfigurationType >
64
+ <UseDebugLibraries >true</UseDebugLibraries >
65
+ <PlatformToolset >v141</PlatformToolset >
66
+ <CharacterSet >MultiByte</CharacterSet >
67
+ </PropertyGroup >
68
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
69
+ <ConfigurationType >Application</ConfigurationType >
70
+ <UseDebugLibraries >false</UseDebugLibraries >
71
+ <PlatformToolset >v141</PlatformToolset >
72
+ <WholeProgramOptimization >true</WholeProgramOptimization >
73
+ <CharacterSet >MultiByte</CharacterSet >
74
+ </PropertyGroup >
75
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
76
+ <ImportGroup Label =" ExtensionSettings" >
77
+ </ImportGroup >
78
+ <ImportGroup Label =" Shared" >
79
+ </ImportGroup >
80
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
81
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
82
+ </ImportGroup >
83
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
84
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
85
+ </ImportGroup >
86
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
87
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
88
+ </ImportGroup >
89
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
90
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
91
+ </ImportGroup >
92
+ <PropertyGroup Label =" UserMacros" />
93
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
94
+ <IncludePath >C:\Users\rkazants\Desktop\MSU\winter\smoi\image-processing-filters\im-proc-filters\inc;$(IncludePath)</IncludePath >
95
+ </PropertyGroup >
96
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
97
+ <IncludePath >C:\Users\rkazants\Desktop\MSU\winter\smoi\image-processing-filters\im-proc-filters\inc;$(IncludePath)</IncludePath >
98
+ </PropertyGroup >
99
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
100
+ <IncludePath >C:\Users\rkazants\Desktop\MSU\winter\smoi\image-processing-filters\im-proc-filters\inc;$(IncludePath)</IncludePath >
101
+ </PropertyGroup >
102
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
103
+ <IncludePath >C:\Users\rkazants\Desktop\MSU\winter\smoi\image-processing-filters\im-proc-filters\inc;$(IncludePath)</IncludePath >
104
+ </PropertyGroup >
105
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
106
+ <ClCompile >
107
+ <WarningLevel >Level3</WarningLevel >
108
+ <Optimization >Disabled</Optimization >
109
+ <SDLCheck >true</SDLCheck >
110
+ </ClCompile >
111
+ </ItemDefinitionGroup >
112
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
113
+ <ClCompile >
114
+ <WarningLevel >Level3</WarningLevel >
115
+ <Optimization >Disabled</Optimization >
116
+ <SDLCheck >true</SDLCheck >
117
+ </ClCompile >
118
+ </ItemDefinitionGroup >
119
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
120
+ <ClCompile >
121
+ <WarningLevel >Level3</WarningLevel >
122
+ <Optimization >MaxSpeed</Optimization >
123
+ <FunctionLevelLinking >true</FunctionLevelLinking >
124
+ <IntrinsicFunctions >true</IntrinsicFunctions >
125
+ <SDLCheck >true</SDLCheck >
126
+ </ClCompile >
127
+ <Link >
128
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
129
+ <OptimizeReferences >true</OptimizeReferences >
130
+ </Link >
131
+ </ItemDefinitionGroup >
132
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
133
+ <ClCompile >
134
+ <WarningLevel >Level3</WarningLevel >
135
+ <Optimization >MaxSpeed</Optimization >
136
+ <FunctionLevelLinking >true</FunctionLevelLinking >
137
+ <IntrinsicFunctions >true</IntrinsicFunctions >
138
+ <SDLCheck >true</SDLCheck >
139
+ </ClCompile >
140
+ <Link >
141
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
142
+ <OptimizeReferences >true</OptimizeReferences >
143
+ </Link >
144
+ </ItemDefinitionGroup >
145
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
146
+ <ImportGroup Label =" ExtensionTargets" >
147
+ </ImportGroup >
148
+ </Project >
0 commit comments