136 lines
7.0 KiB
XML
136 lines
7.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{ACE2ABB0-1027-44DF-8E14-8B4DAF88590F}</ProjectGuid>
|
|
<RootNamespace>lib</RootNamespace>
|
|
<Keyword>Win32Proj</Keyword>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\Build\$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\BuildTmp\$(TargetName)\$(Configuration)\</IntDir>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\Build\$(Configuration)\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\BuildTmp\$(TargetName)\$(Configuration)\</IntDir>
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Bscmake>
|
|
<OutputFile>$(IntDir)$(ProjectName).bsc</OutputFile>
|
|
</Bscmake>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>NDEBUG;WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
</ResourceCompile>
|
|
<Bscmake>
|
|
<OutputFile>$(IntDir)$(ProjectName).bsc</OutputFile>
|
|
</Bscmake>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="checkautovariables.cpp" />
|
|
<ClCompile Include="checkbufferoverrun.cpp" />
|
|
<ClCompile Include="checkclass.cpp" />
|
|
<ClCompile Include="checkexceptionsafety.cpp" />
|
|
<ClCompile Include="checkmemoryleak.cpp" />
|
|
<ClCompile Include="checkother.cpp" />
|
|
<ClCompile Include="checkstl.cpp" />
|
|
<ClCompile Include="checkunusedfunctions.cpp" />
|
|
<ClCompile Include="cppcheck.cpp" />
|
|
<ClCompile Include="errorlogger.cpp" />
|
|
<ClCompile Include="executionpath.cpp" />
|
|
<ClCompile Include="filelister.cpp" />
|
|
<ClCompile Include="filelister_win32.cpp" />
|
|
<ClCompile Include="mathlib.cpp" />
|
|
<ClCompile Include="path.cpp" />
|
|
<ClCompile Include="preprocessor.cpp" />
|
|
<ClCompile Include="settings.cpp" />
|
|
<ClCompile Include="timer.cpp" />
|
|
<ClCompile Include="token.cpp" />
|
|
<ClCompile Include="tokenize.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="check.h" />
|
|
<ClInclude Include="checkautovariables.h" />
|
|
<ClInclude Include="checkbufferoverrun.h" />
|
|
<ClInclude Include="checkclass.h" />
|
|
<ClInclude Include="checkexceptionsafety.h" />
|
|
<ClInclude Include="checkmemoryleak.h" />
|
|
<ClInclude Include="checkother.h" />
|
|
<ClInclude Include="checkstl.h" />
|
|
<ClInclude Include="checkunusedfunctions.h" />
|
|
<ClInclude Include="classinfo.h" />
|
|
<ClInclude Include="cppcheck.h" />
|
|
<ClInclude Include="errorlogger.h" />
|
|
<ClInclude Include="executionpath.h" />
|
|
<ClInclude Include="filelister.h" />
|
|
<ClInclude Include="filelister_win32.h" />
|
|
<ClInclude Include="mathlib.h" />
|
|
<ClInclude Include="path.h" />
|
|
<ClInclude Include="preprocessor.h" />
|
|
<ClInclude Include="settings.h" />
|
|
<ClInclude Include="timer.h" />
|
|
<ClInclude Include="token.h" />
|
|
<ClInclude Include="tokenize.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |