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>
|
|
|
|
<OutDir>$(SolutionDir)..\bin\$(Configuration)\</OutDir>
|
|
|
|
</PropertyGroup>
|
2013-09-23 14:45:34 +00:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<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>
|
2013-09-24 15:36:33 +00:00
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)..\src;$(SolutionDir)..\..\seatest\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
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>
|