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 =" Debug|x64" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Release|Win32" >
13
+ <Configuration >Release</Configuration >
14
+ <Platform >Win32</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <PropertyGroup Label =" Globals" >
22
+ <ProjectGuid >{B7E464DE-5494-4604-8CC7-350F4F608FD2}</ProjectGuid >
23
+ <RootNamespace >Tool</RootNamespace >
24
+ <Keyword >ManagedCProj</Keyword >
25
+ <ProjectName >DogOrCat</ProjectName >
26
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27
+ </PropertyGroup >
28
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
30
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
31
+ <PlatformToolset >v142</PlatformToolset >
32
+ <CharacterSet >Unicode</CharacterSet >
33
+ <CLRSupport >true</CLRSupport >
34
+ <WholeProgramOptimization >true</WholeProgramOptimization >
35
+ </PropertyGroup >
36
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
37
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
38
+ <PlatformToolset >v142</PlatformToolset >
39
+ <CharacterSet >Unicode</CharacterSet >
40
+ <CLRSupport >true</CLRSupport >
41
+ <WholeProgramOptimization >true</WholeProgramOptimization >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
44
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
45
+ <PlatformToolset >v142</PlatformToolset >
46
+ <CharacterSet >Unicode</CharacterSet >
47
+ <CLRSupport >true</CLRSupport >
48
+ </PropertyGroup >
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
50
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
51
+ <PlatformToolset >v142</PlatformToolset >
52
+ <CharacterSet >Unicode</CharacterSet >
53
+ <CLRSupport >true</CLRSupport >
54
+ </PropertyGroup >
55
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
56
+ <ImportGroup Label =" ExtensionSettings" >
57
+ </ImportGroup >
58
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ </ImportGroup >
61
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
62
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
+ </ImportGroup >
64
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
65
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66
+ </ImportGroup >
67
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
68
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69
+ </ImportGroup >
70
+ <PropertyGroup Label =" UserMacros" />
71
+ <PropertyGroup >
72
+ <_ProjectFileVersion >11.0.50727.1</_ProjectFileVersion >
73
+ </PropertyGroup >
74
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
75
+ <OutDir >..\bin\</OutDir >
76
+ <IntDir >$(Configuration)\</IntDir >
77
+ <LinkIncremental >true</LinkIncremental >
78
+ <TargetName >DogOrCat</TargetName >
79
+ </PropertyGroup >
80
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
81
+ <LinkIncremental >true</LinkIncremental >
82
+ <TargetName >$(ProjectName)</TargetName >
83
+ <EnableManagedIncrementalBuild >false</EnableManagedIncrementalBuild >
84
+ </PropertyGroup >
85
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
86
+ <OutDir >..\bin\</OutDir >
87
+ <IntDir >$(Configuration)\</IntDir >
88
+ <LinkIncremental >false</LinkIncremental >
89
+ <TargetName >DogOrCat</TargetName >
90
+ </PropertyGroup >
91
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
92
+ <LinkIncremental >false</LinkIncremental >
93
+ <TargetName >$(ProjectName)</TargetName >
94
+ <EnableManagedIncrementalBuild >false</EnableManagedIncrementalBuild >
95
+ </PropertyGroup >
96
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
97
+ <ClCompile >
98
+ <Optimization >Disabled</Optimization >
99
+ <AdditionalUsingDirectories >..\bin;%(AdditionalUsingDirectories)</AdditionalUsingDirectories >
100
+ <PreprocessorDefinitions >WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
101
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
102
+ <PrecompiledHeader >Use</PrecompiledHeader >
103
+ <WarningLevel >Level4</WarningLevel >
104
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
105
+ <TreatWarningAsError >true</TreatWarningAsError >
106
+ </ClCompile >
107
+ <Link >
108
+ <AdditionalDependencies >%(AdditionalDependencies)</AdditionalDependencies >
109
+ <OutputFile >$(OutDir)$(TargetName)$(TargetExt)</OutputFile >
110
+ <GenerateDebugInformation >true</GenerateDebugInformation >
111
+ <AssemblyDebug >true</AssemblyDebug >
112
+ <TargetMachine >MachineX86</TargetMachine >
113
+ </Link >
114
+ </ItemDefinitionGroup >
115
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
116
+ <ClCompile >
117
+ <Optimization >Disabled</Optimization >
118
+ <AdditionalUsingDirectories >..\bin;%(AdditionalUsingDirectories)</AdditionalUsingDirectories >
119
+ <PreprocessorDefinitions >WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
121
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
122
+ <WarningLevel >Level4</WarningLevel >
123
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
124
+ <TreatWarningAsError >true</TreatWarningAsError >
125
+ <AdditionalIncludeDirectories >include;\OpenCV-3.4.7/build/Win-x64-Debug/install/include;../DogOrCatLib/include/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
126
+ </ClCompile >
127
+ <Link >
128
+ <AdditionalDependencies >$(SolutionDir)$(Platform)\$(Configuration)\DogOrCatLib.lib;%(AdditionalDependencies)</AdditionalDependencies >
129
+ <OutputFile >$(OutDir)$(TargetName)$(TargetExt)</OutputFile >
130
+ <GenerateDebugInformation >true</GenerateDebugInformation >
131
+ <AssemblyDebug >true</AssemblyDebug >
132
+ <AdditionalLibraryDirectories >
133
+ </AdditionalLibraryDirectories >
134
+ </Link >
135
+ </ItemDefinitionGroup >
136
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
137
+ <ClCompile >
138
+ <AdditionalUsingDirectories >..\bin;%(AdditionalUsingDirectories)</AdditionalUsingDirectories >
139
+ <PreprocessorDefinitions >WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
140
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
141
+ <PrecompiledHeader >Use</PrecompiledHeader >
142
+ <WarningLevel >Level4</WarningLevel >
143
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
144
+ <TreatWarningAsError >true</TreatWarningAsError >
145
+ </ClCompile >
146
+ <Link >
147
+ <AdditionalDependencies >%(AdditionalDependencies)</AdditionalDependencies >
148
+ <OutputFile >$(OutDir)$(TargetName)$(TargetExt)</OutputFile >
149
+ <GenerateDebugInformation >true</GenerateDebugInformation >
150
+ <TargetMachine >MachineX86</TargetMachine >
151
+ <LinkTimeCodeGeneration >
152
+ </LinkTimeCodeGeneration >
153
+ </Link >
154
+ </ItemDefinitionGroup >
155
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
156
+ <ClCompile >
157
+ <AdditionalUsingDirectories >..\bin;%(AdditionalUsingDirectories)</AdditionalUsingDirectories >
158
+ <PreprocessorDefinitions >WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
159
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
160
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
161
+ <WarningLevel >Level4</WarningLevel >
162
+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
163
+ <TreatWarningAsError >true</TreatWarningAsError >
164
+ <AdditionalIncludeDirectories >include;\OpenCV-3.4.7/build/Win-x64/install/include;../DogOrCatLib/include/;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
165
+ </ClCompile >
166
+ <Link >
167
+ <AdditionalDependencies >$(SolutionDir)$(Platform)\$(Configuration)\DogOrCatLib.lib;%(AdditionalDependencies)</AdditionalDependencies >
168
+ <OutputFile >$(OutDir)$(TargetName)$(TargetExt)</OutputFile >
169
+ <GenerateDebugInformation >true</GenerateDebugInformation >
170
+ <LinkTimeCodeGeneration >
171
+ </LinkTimeCodeGeneration >
172
+ <AdditionalLibraryDirectories >
173
+ </AdditionalLibraryDirectories >
174
+ </Link >
175
+ </ItemDefinitionGroup >
176
+ <ItemGroup >
177
+ <Reference Include =" System" >
178
+ <CopyLocalSatelliteAssemblies >true</CopyLocalSatelliteAssemblies >
179
+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
180
+ </Reference >
181
+ <Reference Include =" System.Data" >
182
+ <CopyLocalSatelliteAssemblies >true</CopyLocalSatelliteAssemblies >
183
+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
184
+ </Reference >
185
+ <Reference Include =" System.Xml" >
186
+ <CopyLocalSatelliteAssemblies >true</CopyLocalSatelliteAssemblies >
187
+ <ReferenceOutputAssembly >true</ReferenceOutputAssembly >
188
+ </Reference >
189
+ </ItemGroup >
190
+ <ItemGroup >
191
+ <Image Include =" app.ico" />
192
+ </ItemGroup >
193
+ <ItemGroup >
194
+ <ResourceCompile Include =" app.rc" />
195
+ </ItemGroup >
196
+ <ItemGroup >
197
+ <ClCompile Include =" src\AssemblyInfo.cpp" />
198
+ <ClCompile Include =" src\DogOrCat.cpp" />
199
+ </ItemGroup >
200
+ <ItemGroup >
201
+ <ClInclude Include =" include\DogOrCat.h" />
202
+ </ItemGroup >
203
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
204
+ <ImportGroup Label =" ExtensionTargets" >
205
+ </ImportGroup >
206
+ </Project >
0 commit comments