mod_evtconverter.vcxproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{E70ABEC6-213C-42FF-AAF1-C54640EF3448}</ProjectGuid>
  15. <RootNamespace>mod_evtconverter</RootNamespace>
  16. <Keyword>Win32Proj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  20. <ConfigurationType>DynamicLibrary</ConfigurationType>
  21. <CharacterSet>MultiByte</CharacterSet>
  22. <WholeProgramOptimization>true</WholeProgramOptimization>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  25. <ConfigurationType>DynamicLibrary</ConfigurationType>
  26. <CharacterSet>MultiByte</CharacterSet>
  27. <PlatformToolset>Windows7.1SDK</PlatformToolset>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  30. <ImportGroup Label="ExtensionSettings">
  31. </ImportGroup>
  32. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  33. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  34. </ImportGroup>
  35. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. </ImportGroup>
  38. <PropertyGroup Label="UserMacros" />
  39. <Import Project="..\modmake.setting" />
  40. <PropertyGroup>
  41. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  42. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
  43. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  44. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  45. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  46. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  47. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  48. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  49. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  50. <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(VCInstallDir)lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib;$(APP_BIN_DIR)</LibraryPath>
  51. </PropertyGroup>
  52. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  53. <ClCompile>
  54. <Optimization>Disabled</Optimization>
  55. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EVTCONVERTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  56. <MinimalRebuild>true</MinimalRebuild>
  57. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  58. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  59. <PrecompiledHeader>Use</PrecompiledHeader>
  60. <WarningLevel>Level3</WarningLevel>
  61. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  62. <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;$(FrameworkHeadRoot)\libtoolkit;$(ThirdPartyHeadRoot)\scew-1.1.3\scew;$(ThirdPartyHeadRoot)\Expat-2.1.0\Source\lib</AdditionalIncludeDirectories>
  63. </ClCompile>
  64. <Link>
  65. <GenerateDebugInformation>true</GenerateDebugInformation>
  66. <SubSystem>Windows</SubSystem>
  67. <TargetMachine>MachineX86</TargetMachine>
  68. <AdditionalDependencies>$(FrameworkLib)\SpBase.lib;$(FrameworkLib)\libtoolkit.lib;$(ThirdPartyLib)\libscew.lib;%(AdditionalDependencies)</AdditionalDependencies>
  69. </Link>
  70. </ItemDefinitionGroup>
  71. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  72. <ClCompile>
  73. <Optimization>MaxSpeed</Optimization>
  74. <IntrinsicFunctions>true</IntrinsicFunctions>
  75. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_EVTCONVERTER_EXPORTS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  76. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  77. <FunctionLevelLinking>true</FunctionLevelLinking>
  78. <PrecompiledHeader>
  79. </PrecompiledHeader>
  80. <WarningLevel>Level3</WarningLevel>
  81. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  82. <AdditionalIncludeDirectories>$(FrameworkHeadRoot)\Common;$(FrameworkHeadRoot)\libtoolkit;$(ThirdPartyHeadRoot)\scew-1.1.3\scew;$(ThirdPartyHeadRoot)\Expat-2.1.0\Source\lib</AdditionalIncludeDirectories>
  83. </ClCompile>
  84. <Link>
  85. <GenerateDebugInformation>true</GenerateDebugInformation>
  86. <SubSystem>Windows</SubSystem>
  87. <OptimizeReferences>true</OptimizeReferences>
  88. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  89. <TargetMachine>MachineX86</TargetMachine>
  90. <AdditionalDependencies>$(FrameworkLib)\SpBase.lib;$(FrameworkLib)\libtoolkit.lib;$(ThirdPartyLib)\libscew.lib;%(AdditionalDependencies)</AdditionalDependencies>
  91. </Link>
  92. </ItemDefinitionGroup>
  93. <ItemGroup>
  94. <ClCompile Include="$(FrameworkHeadRoot)\Common\stdafx.cpp">
  95. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  96. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  97. </ClCompile>
  98. <ClCompile Include="evtengine.cpp" />
  99. <ClCompile Include="mod_evtconverter.cpp" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ClInclude Include="$(FrameworkHeadRoot)\Common\stdafx.h" />
  103. <ClInclude Include="evtengine.h" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <ResourceCompile Include="..\..\Version.rc" />
  107. </ItemGroup>
  108. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  109. <ImportGroup Label="ExtensionTargets">
  110. </ImportGroup>
  111. </Project>