2015-08-04 21:52:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<_ProjectFileVersion>10.0.30128.1</_ProjectFileVersion>
|
|
|
|
<OutDir>$(SvnRootDir)\deps\$(PlatformName)\$(Configuration)\</OutDir>
|
|
|
|
<IntDir>$(PlatformName)\$(Configuration)\</IntDir>
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
<PreprocessorDefinitions>__WIN32__;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<StructMemberAlignment>16Bytes</StructMemberAlignment>
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<OutputFile>$(SolutionDir)bin\$(ProjectName).dll</OutputFile>
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
<ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary>
|
|
|
|
</Link>
|
|
|
|
<ResourceCompile>
|
|
|
|
<AdditionalIncludeDirectories>$(SvnRootDir)/common/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
</ResourceCompile>
|
|
|
|
</ItemDefinitionGroup>
|
2010-04-14 19:57:33 +00:00
|
|
|
</Project>
|