|
@ -73,16 +73,16 @@ |
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
<IncludePath>$(ProjectDir)\includes;$(IncludePath)</IncludePath> |
|
|
<IncludePath>.\includes;$(IncludePath)</IncludePath> |
|
|
<LibraryPath>$(ProjectDir)\OSlibs\win;$(LibraryPath)</LibraryPath> |
|
|
<LibraryPath>.\OSlibs\win;$(LibraryPath)</LibraryPath> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<IncludePath>$(ProjectDir)\includes;$(IncludePath)</IncludePath> |
|
|
<IncludePath>.\includes;$(IncludePath)</IncludePath> |
|
|
<LibraryPath>$(ProjectDir)\OSlibs\win;$(LibraryPath)</LibraryPath> |
|
|
<LibraryPath>.\OSlibs\win;$(LibraryPath)</LibraryPath> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|