mirror of
https://github.com/CDevJoud/Minecraft-Community-Edition.git
synced 2026-07-16 06:31:20 +00:00
Fix XML encoding issues in vcxproj file
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user