ULM.vcxproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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>{B5B1B605-2F82-4594-974D-241A6143D5AE}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>ULM</RootNamespace>
  17. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  18. </PropertyGroup>
  19. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  21. <ConfigurationType>DynamicLibrary</ConfigurationType>
  22. <UseDebugLibraries>true</UseDebugLibraries>
  23. <PlatformToolset>v142</PlatformToolset>
  24. <CharacterSet>MultiByte</CharacterSet>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  27. <ConfigurationType>DynamicLibrary</ConfigurationType>
  28. <UseDebugLibraries>false</UseDebugLibraries>
  29. <PlatformToolset>v142</PlatformToolset>
  30. <WholeProgramOptimization>true</WholeProgramOptimization>
  31. <CharacterSet>MultiByte</CharacterSet>
  32. </PropertyGroup>
  33. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  34. <ImportGroup Label="ExtensionSettings">
  35. </ImportGroup>
  36. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  37. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38. </ImportGroup>
  39. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  40. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  41. </ImportGroup>
  42. <PropertyGroup Label="UserMacros" />
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  44. <LinkIncremental>true</LinkIncremental>
  45. <TargetName>$(ProjectName)D</TargetName>
  46. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  47. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  50. <LinkIncremental>false</LinkIncremental>
  51. <IncludePath>..\..\..\deliver\include;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
  52. <LibraryPath>..\..\..\deliver\lib\$(Configuration);$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath>
  53. </PropertyGroup>
  54. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  55. <ClCompile>
  56. <PrecompiledHeader>Use</PrecompiledHeader>
  57. <WarningLevel>Level3</WarningLevel>
  58. <Optimization>Disabled</Optimization>
  59. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;ULM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  60. <SDLCheck>true</SDLCheck>
  61. </ClCompile>
  62. <Link>
  63. <SubSystem>Windows</SubSystem>
  64. <GenerateDebugInformation>true</GenerateDebugInformation>
  65. </Link>
  66. <PostBuildEvent>
  67. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  68. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  69. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  70. copy "$(ProjectName).h" "..\..\..\deliver\Include" </Command>
  71. </PostBuildEvent>
  72. </ItemDefinitionGroup>
  73. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  74. <ClCompile>
  75. <WarningLevel>Level3</WarningLevel>
  76. <PrecompiledHeader>Use</PrecompiledHeader>
  77. <Optimization>MaxSpeed</Optimization>
  78. <FunctionLevelLinking>true</FunctionLevelLinking>
  79. <IntrinsicFunctions>true</IntrinsicFunctions>
  80. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;ULM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  81. <SDLCheck>true</SDLCheck>
  82. </ClCompile>
  83. <Link>
  84. <SubSystem>Windows</SubSystem>
  85. <GenerateDebugInformation>true</GenerateDebugInformation>
  86. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  87. <OptimizeReferences>true</OptimizeReferences>
  88. </Link>
  89. <PostBuildEvent>
  90. <Command>copy "$(OutDir)$(TargetName)$(TargetExt)" "..\..\..\deliver\bin\$(Configuration)"
  91. copy "$(OutDir)$(TargetName).lib" "..\..\..\deliver\lib\$(Configuration)\"
  92. copy "$(OutDir)$(TargetName).pdb" "..\..\..\deliver\bin\$(Configuration)\"
  93. copy "$(ProjectName).h" "..\..\..\deliver\Include" </Command>
  94. </PostBuildEvent>
  95. </ItemDefinitionGroup>
  96. <ItemGroup>
  97. <Text Include="ReadMe.txt" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ClInclude Include="..\..\..\deliver\include\PacketAnalizer.h" />
  101. <ClInclude Include="stdafx.h" />
  102. <ClInclude Include="targetver.h" />
  103. <ClInclude Include="ULM.h" />
  104. <ClInclude Include="UnloadModules.h" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <ClCompile Include="..\..\..\deliver\include\PacketAnalizer.cpp" />
  108. <ClCompile Include="dllmain.cpp">
  109. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
  110. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  111. </PrecompiledHeader>
  112. <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
  113. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  114. </PrecompiledHeader>
  115. </ClCompile>
  116. <ClCompile Include="stdafx.cpp">
  117. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  118. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  119. </ClCompile>
  120. <ClCompile Include="ULM.cpp" />
  121. <ClCompile Include="UnloadModules.cpp" />
  122. </ItemGroup>
  123. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  124. <ImportGroup Label="ExtensionTargets">
  125. </ImportGroup>
  126. </Project>