|
@ -78,10 +78,11 @@ |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
<IncludePath>C:\Users\LFrue\Documents\OSC2AHK\oscpack\ip;$(IncludePath)</IncludePath> |
|
|
|
|
|
|
|
|
<IncludePath>..\oscpack\ip;$(IncludePath)</IncludePath> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
|
|
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);..\oscpack\ip;</IncludePath> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
<ClCompile> |
|
|
<ClCompile> |
|
@ -140,7 +141,7 @@ |
|
|
<SDLCheck>true</SDLCheck> |
|
|
<SDLCheck>true</SDLCheck> |
|
|
<PreprocessorDefinitions>NDEBUG;_LIB;__WIN32__;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
<PreprocessorDefinitions>NDEBUG;_LIB;__WIN32__;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
<ConformanceMode>true</ConformanceMode> |
|
|
<ConformanceMode>true</ConformanceMode> |
|
|
<PrecompiledHeader>Use</PrecompiledHeader> |
|
|
|
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
|
|
</ClCompile> |
|
|
</ClCompile> |
|
|
<Link> |
|
|
<Link> |
|
|