22
22
<ProjectName >SDL2_image</ProjectName >
23
23
<ProjectGuid >{2BD5534E-00E2-4BEA-AC96-D9A92EA24696}</ProjectGuid >
24
24
<RootNamespace >SDL2_image</RootNamespace >
25
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
25
26
</PropertyGroup >
26
27
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
28
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
28
- <ConfigurationType >DynamicLibrary</ConfigurationType >
29
+ <ConfigurationType >StaticLibrary</ConfigurationType >
30
+ <PlatformToolset >v143</PlatformToolset >
29
31
</PropertyGroup >
30
32
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
31
- <ConfigurationType >DynamicLibrary</ConfigurationType >
33
+ <ConfigurationType >StaticLibrary</ConfigurationType >
34
+ <PlatformToolset >v143</PlatformToolset >
32
35
</PropertyGroup >
33
36
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
34
- <ConfigurationType >DynamicLibrary</ConfigurationType >
37
+ <ConfigurationType >StaticLibrary</ConfigurationType >
38
+ <PlatformToolset >v143</PlatformToolset >
35
39
</PropertyGroup >
36
40
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
37
- <ConfigurationType >DynamicLibrary</ConfigurationType >
41
+ <ConfigurationType >StaticLibrary</ConfigurationType >
42
+ <PlatformToolset >v143</PlatformToolset >
38
43
</PropertyGroup >
39
44
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
40
45
<ImportGroup Label =" ExtensionSettings" >
58
63
<PropertyGroup Label =" UserMacros" />
59
64
<PropertyGroup >
60
65
<_ProjectFileVersion >10.0.40219.1</_ProjectFileVersion >
61
- <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(SolutionDir)\$(Platform)\$(Configuration)\ </OutDir >
66
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(SolutionDir)\..\_Bin </OutDir >
62
67
<IntDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(Platform)\$(Configuration)\</IntDir >
63
- <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >$(SolutionDir)\$(Platform)\$(Configuration)\ </OutDir >
68
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >$(SolutionDir)\..\_Bin </OutDir >
64
69
<IntDir Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >$(Platform)\$(Configuration)\</IntDir >
65
- <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(SolutionDir)\$(Platform)\$(Configuration)\ </OutDir >
70
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(SolutionDir)\..\_Bin </OutDir >
66
71
<IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(Platform)\$(Configuration)\</IntDir >
67
- <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >$(SolutionDir)\$(Platform)\$(Configuration)\ </OutDir >
72
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >$(SolutionDir)\..\_Bin </OutDir >
68
73
<IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >$(Platform)\$(Configuration)\</IntDir >
69
74
<CodeAnalysisRuleSet Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >AllRules.ruleset</CodeAnalysisRuleSet >
70
75
<CodeAnalysisRules Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" />
80
85
<CodeAnalysisRuleAssemblies Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" />
81
86
</PropertyGroup >
82
87
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
83
- <IncludePath >$(SolutionDir)..\..\SDL \include;$(IncludePath)</IncludePath >
88
+ <IncludePath >$(SolutionDir)..\..\SDL2-2.26.3 \include;$(IncludePath)</IncludePath >
84
89
<LibraryPath >$(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)</LibraryPath >
90
+ <TargetName >$(ProjectName)-$(Configuration)-$(Platform)</TargetName >
85
91
</PropertyGroup >
86
92
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
87
- <IncludePath >$(SolutionDir)..\..\SDL \include;$(IncludePath)</IncludePath >
93
+ <IncludePath >$(SolutionDir)..\..\SDL2-2.26.3 \include;$(IncludePath)</IncludePath >
88
94
<LibraryPath >$(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)</LibraryPath >
95
+ <TargetName >$(ProjectName)-$(Configuration)-$(Platform)</TargetName >
89
96
</PropertyGroup >
90
97
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
91
- <IncludePath >$(SolutionDir)..\..\SDL \include;$(IncludePath)</IncludePath >
98
+ <IncludePath >$(SolutionDir)..\..\SDL2-2.26.3 \include;$(IncludePath)</IncludePath >
92
99
<LibraryPath >$(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)</LibraryPath >
100
+ <TargetName >$(ProjectName)-$(Configuration)-$(Platform)</TargetName >
93
101
</PropertyGroup >
94
102
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
95
- <IncludePath >$(SolutionDir)..\..\SDL \include;$(IncludePath)</IncludePath >
103
+ <IncludePath >$(SolutionDir)..\..\SDL2-2.26.3 \include;$(IncludePath)</IncludePath >
96
104
<LibraryPath >$(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)</LibraryPath >
105
+ <TargetName >$(ProjectName)-$(Configuration)-$(Platform)</TargetName >
97
106
</PropertyGroup >
98
107
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
99
108
<Midl >
107
116
</Midl >
108
117
<ClCompile >
109
118
<Optimization >Disabled</Optimization >
110
- <AdditionalIncludeDirectories >$(ProjectDir)\..\include;external\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
119
+ <AdditionalIncludeDirectories >$(ProjectDir)\..\..\SDL2-2.26.3\include;$(ProjectDir)\..\ include;external\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
111
120
<PreprocessorDefinitions >DLL_EXPORT;_DEBUG;WIN32;_WINDOWS;USE_STBIMAGE;LOAD_AVIF;LOAD_AVIF_DYNAMIC="libavif-16.dll";LOAD_BMP;LOAD_GIF;LOAD_JPG;LOAD_LBM;LOAD_PCX;LOAD_PNG;LOAD_PNM;LOAD_QOI;LOAD_SVG;LOAD_TGA;LOAD_TIF;LOAD_TIF_DYNAMIC="libtiff-5.dll";LOAD_WEBP;LOAD_WEBP_DYNAMIC="libwebp-7.dll";LOAD_WEBPDEMUX_DYNAMIC="libwebpdemux-2.dll";LOAD_XCF;LOAD_XPM;LOAD_XV;%(PreprocessorDefinitions)</PreprocessorDefinitions >
112
121
<RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
113
122
<WarningLevel >Level3</WarningLevel >
135
144
</HeaderFileName >
136
145
</Midl >
137
146
<ClCompile >
138
- <AdditionalIncludeDirectories >$(ProjectDir)\..\include;external\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
147
+ <AdditionalIncludeDirectories >$(ProjectDir)\..\..\SDL2-2.26.3\include;$(ProjectDir)\..\ include;external\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
139
148
<PreprocessorDefinitions >DLL_EXPORT;_DEBUG;WIN32;_WINDOWS;USE_STBIMAGE;LOAD_AVIF;LOAD_AVIF_DYNAMIC="libavif-16.dll";LOAD_BMP;LOAD_GIF;LOAD_JPG;LOAD_LBM;LOAD_PCX;LOAD_PNG;LOAD_PNM;LOAD_QOI;LOAD_SVG;LOAD_TGA;LOAD_TIF;LOAD_TIF_DYNAMIC="libtiff-5.dll";LOAD_WEBP;LOAD_WEBP_DYNAMIC="libwebp-7.dll";LOAD_WEBPDEMUX_DYNAMIC="libwebpdemux-2.dll";LOAD_XCF;LOAD_XPM;LOAD_XV;%(PreprocessorDefinitions)</PreprocessorDefinitions >
140
149
<RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
141
150
<WarningLevel >Level3</WarningLevel >
164
173
</HeaderFileName >
165
174
</Midl >
166
175
<ClCompile >
167
- <AdditionalIncludeDirectories >$(ProjectDir)\..\include;external\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
176
+ <AdditionalIncludeDirectories >$(ProjectDir)\..\..\SDL2-2.26.3\include;$(ProjectDir)\..\ include;external\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
168
177
<PreprocessorDefinitions >DLL_EXPORT;NDEBUG;WIN32;_WINDOWS;USE_STBIMAGE;LOAD_AVIF;LOAD_AVIF_DYNAMIC="libavif-16.dll";LOAD_BMP;LOAD_GIF;LOAD_JPG;LOAD_LBM;LOAD_PCX;LOAD_PNG;LOAD_PNM;LOAD_QOI;LOAD_SVG;LOAD_TGA;LOAD_TIF;LOAD_TIF_DYNAMIC="libtiff-5.dll";LOAD_WEBP;LOAD_WEBP_DYNAMIC="libwebp-7.dll";LOAD_WEBPDEMUX_DYNAMIC="libwebpdemux-2.dll";LOAD_XCF;LOAD_XPM;LOAD_XV;%(PreprocessorDefinitions)</PreprocessorDefinitions >
169
178
<RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
170
179
<WarningLevel >Level3</WarningLevel >
190
199
</HeaderFileName >
191
200
</Midl >
192
201
<ClCompile >
193
- <AdditionalIncludeDirectories >$(ProjectDir)\..\include;external\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
202
+ <AdditionalIncludeDirectories >$(ProjectDir)\..\..\SDL2-2.26.3\include;$(ProjectDir)\..\ include;external\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
194
203
<PreprocessorDefinitions >DLL_EXPORT;NDEBUG;WIN32;_WINDOWS;USE_STBIMAGE;LOAD_AVIF;LOAD_AVIF_DYNAMIC="libavif-16.dll";LOAD_BMP;LOAD_GIF;LOAD_JPG;LOAD_LBM;LOAD_PCX;LOAD_PNG;LOAD_PNM;LOAD_QOI;LOAD_SVG;LOAD_TGA;LOAD_TIF;LOAD_TIF_DYNAMIC="libtiff-5.dll";LOAD_WEBP;LOAD_WEBP_DYNAMIC="libwebp-7.dll";LOAD_WEBPDEMUX_DYNAMIC="libwebpdemux-2.dll";LOAD_XCF;LOAD_XPM;LOAD_XV;%(PreprocessorDefinitions)</PreprocessorDefinitions >
195
204
<RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
196
205
<WarningLevel >Level3</WarningLevel >
236
245
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
237
246
<ImportGroup Label =" ExtensionTargets" >
238
247
</ImportGroup >
239
- </Project >
248
+ </Project >
0 commit comments