2013-09-23 14:45:34 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ImportGroup Label="PropertySheets" />
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2013-09-24 15:36:33 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<IntDir>$(Platform)-$(Configuration)\</IntDir>
|
2014-02-11 14:51:57 +00:00
|
|
|
<OutDir>$(SolutionDir)..\bin\$(Platform)-$(Configuration)\</OutDir>
|
2013-09-24 15:36:33 +00:00
|
|
|
</PropertyGroup>
|
2013-09-23 14:45:34 +00:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
2014-04-04 09:54:05 +00:00
|
|
|
<WarningLevel>Level4</WarningLevel>
|
2013-09-23 14:45:34 +00:00
|
|
|
<AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
|
2013-09-24 10:43:15 +00:00
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
2013-09-24 16:43:40 +00:00
|
|
|
<PreprocessorDefinitions>WIN32;WIN64;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-04-26 15:13:13 +00:00
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)..\src;$(SolutionDir)..\src\extras;$(SolutionDir)..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2014-05-07 11:10:22 +00:00
|
|
|
<DisableSpecificWarnings>4244;4204;4206;4028</DisableSpecificWarnings>
|
|
|
|
<OpenMPSupport>true</OpenMPSupport>
|
2013-09-23 14:45:34 +00:00
|
|
|
</ClCompile>
|
2013-09-24 07:20:03 +00:00
|
|
|
<Link>
|
|
|
|
<AdditionalDependencies>Ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2013-09-24 10:43:15 +00:00
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2013-09-24 15:36:33 +00:00
|
|
|
<SubSystem>Console</SubSystem>
|
2013-09-24 07:20:03 +00:00
|
|
|
</Link>
|
2013-09-23 14:45:34 +00:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup />
|
|
|
|
</Project>
|