<?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>$(PlatformName)\$(Configuration)\</OutDir> <IntDir>$(PlatformName)\$(Configuration)\</IntDir> </PropertyGroup> <ItemDefinitionGroup> <ClCompile> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>WIN32;_WINDOWS;_WIN32_WINNT=0x500;%(PreprocessorDefinitions)</PreprocessorDefinitions> <FloatingPointModel>Fast</FloatingPointModel> <RuntimeTypeInfo>false</RuntimeTypeInfo> <WarningLevel>Level4</WarningLevel> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DisableSpecificWarnings>4995;4324;%(DisableSpecificWarnings)</DisableSpecificWarnings> </ClCompile> <Link> <AdditionalDependencies>winmm.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>..\..\bin\plugins\$(ProjectName).dll</OutputFile> <GenerateDebugInformation>true</GenerateDebugInformation> <SubSystem>Windows</SubSystem> <RandomizedBaseAddress>false</RandomizedBaseAddress> </Link> </ItemDefinitionGroup> </Project>