mirror of
https://github.com/CDevJoud/Minecraft-Community-Edition.git
synced 2026-07-18 02:51:11 +00:00
Fix XML encoding issues in vcxproj file
This commit is contained in:
@@ -71,8 +71,8 @@
|
|||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<IncludePath>$(SolutionDir)\Vendor\SFML-3.0.2\include;$(ProjectDir)\;$(SolutionDir)\Vendor\EASTL-3.27.01\include;$(IncludePath)</IncludePath>
|
<IncludePath>$(ProjectDir)\Vendor\SFML-3.0.2\include;$(ProjectDir)\;$(ProjectDir)\Vendor\EASTL-3.27.01\include;$(IncludePath)</IncludePath>
|
||||||
<LibraryPath>$(SolutionDir)\Vendor\SFML-3.0.2\lib;$(LibraryPath)</LibraryPath>
|
<LibraryPath>$(ProjectDir)\Vendor\SFML-3.0.2\lib;$(LibraryPath)</LibraryPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<IncludePath>$(SolutionDir)\Vendor\SFML-3.0.2\include;$(ProjectDir)\;$(SolutionDir)\Vendor\EASTL-3.27.01\include;$(IncludePath)</IncludePath>
|
<IncludePath>$(SolutionDir)\Vendor\SFML-3.0.2\include;$(ProjectDir)\;$(SolutionDir)\Vendor\EASTL-3.27.01\include;$(IncludePath)</IncludePath>
|
||||||
|
|||||||
Reference in New Issue
Block a user