Fix XML encoding issues in vcxproj file

This commit is contained in:
Joud Kandeel
2026-03-05 04:16:00 +01:00
committed by GitHub
parent 2027d920fd
commit 140aaf3c17

View File

@@ -71,8 +71,8 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>$(SolutionDir)\Vendor\SFML-3.0.2\include;$(ProjectDir)\;$(SolutionDir)\Vendor\EASTL-3.27.01\include;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)\Vendor\SFML-3.0.2\lib;$(LibraryPath)</LibraryPath>
<IncludePath>$(ProjectDir)\Vendor\SFML-3.0.2\include;$(ProjectDir)\;$(ProjectDir)\Vendor\EASTL-3.27.01\include;$(IncludePath)</IncludePath>
<LibraryPath>$(ProjectDir)\Vendor\SFML-3.0.2\lib;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>$(SolutionDir)\Vendor\SFML-3.0.2\include;$(ProjectDir)\;$(SolutionDir)\Vendor\EASTL-3.27.01\include;$(IncludePath)</IncludePath>
@@ -167,4 +167,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>