|
@ -51,6 +51,7 @@ |
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
|
|
<UseOfMfc>Static</UseOfMfc> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
<ImportGroup Label="ExtensionSettings"> |
|
@ -81,6 +82,7 @@ |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
|
|
<EmbedManifest>false</EmbedManifest> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
<ClCompile> |
|
|
<ClCompile> |
|
@ -137,15 +139,16 @@ |
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NATIVE_WINDOWS;WIN32;_CONSOLE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
<PreprocessorDefinitions>WIN64;_WIN64;_CRT_SECURE_NO_WARNINGS;NATIVE_WINDOWS;WIN32;_CONSOLE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
<StructMemberAlignment>1Byte</StructMemberAlignment> |
|
|
<StructMemberAlignment>8Bytes</StructMemberAlignment> |
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
</ClCompile> |
|
|
</ClCompile> |
|
|
<Link> |
|
|
<Link> |
|
|
<SubSystem>Console</SubSystem> |
|
|
<SubSystem>Console</SubSystem> |
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
<AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
<AdditionalDependencies>Ws2_32.lib;Advapi32.lib;$(SolutionDir)OSlibs\win\x64\pthread_lib.lib;%(AdditionalDependencies)</AdditionalDependencies> |
|
|
</Link> |
|
|
</Link> |
|
|
</ItemDefinitionGroup> |
|
|
</ItemDefinitionGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
@ -282,16 +285,7 @@ |
|
|
<ClCompile Include="iguana\SuperNET_keys.c" /> |
|
|
<ClCompile Include="iguana\SuperNET_keys.c" /> |
|
|
<ClCompile Include="OSlibs\win\mingw.c" /> |
|
|
<ClCompile Include="OSlibs\win\mingw.c" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
|
|
|
<Library Include="pthreadVC2.lib" /> |
|
|
|
|
|
<Library Include="OSlibs\win\libpthreadGC2.a" /> |
|
|
|
|
|
<Library Include="OSlibs\win\libpthreadGC2_64.a" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<None Include="pthreadvc2.dll" /> |
|
|
|
|
|
<None Include="ucrtbased.dll" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
</ImportGroup> |
|
|
</ImportGroup> |
|
|
</Project> |
|
|
</Project> |