|
|
@ -81,8 +81,8 @@ |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
<IncludePath>C:\Users\faded_000\Desktop\needupdate\includes;$(IncludePath)</IncludePath> |
|
|
|
<LibraryPath>C:\Users\faded_000\Desktop\needupdate\OSlibs\win;$(LibraryPath)</LibraryPath> |
|
|
|
<IncludePath>$(ProjectDir)\includes;$(IncludePath)</IncludePath> |
|
|
|
<LibraryPath>$(ProjectDir)\OSlibs\win;$(LibraryPath)</LibraryPath> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|