mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00

Update Visual Studio to work with PATH system variables in Windows systems. Credits go to @Radseq for changing the project and to me for update to Visual Studio 2015 Closes #795 #746 #718 #724 #713
12 lines
443 B
XML
12 lines
443 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ImportGroup Label="PropertySheets" />
|
|
<PropertyGroup Label="UserMacros" />
|
|
<ItemDefinitionGroup>
|
|
<Link>
|
|
<AdditionalLibraryDirectories>$(OTCLIENT_LIBS)</AdditionalLibraryDirectories>
|
|
<LargeAddressAware>true</LargeAddressAware>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup />
|
|
</Project> |