6 lines
323 B
XML
6 lines
323 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(PlatformToolset)|$(Platform)'=='v143|x64'">
|
|
<IncludePath>$(SolutionDir)lib\ChristofidesTSP\include;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
</Project> |