You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

189 lines
10 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Release|Win32">
  5. <Configuration>Release</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Verbose_Release|Win32">
  13. <Configuration>Verbose_Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Verbose_Release|x64">
  17. <Configuration>Verbose_Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{88609E16-731F-46C9-8139-6B1A7A83240D}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>proxy</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. <ProjectName>proxy</ProjectName>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <UseDebugLibraries>false</UseDebugLibraries>
  32. <PlatformToolset>v142</PlatformToolset>
  33. <WholeProgramOptimization>true</WholeProgramOptimization>
  34. <CharacterSet>Unicode</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Verbose_Release|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <UseDebugLibraries>false</UseDebugLibraries>
  39. <PlatformToolset>v142</PlatformToolset>
  40. <WholeProgramOptimization>true</WholeProgramOptimization>
  41. <CharacterSet>Unicode</CharacterSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  44. <ConfigurationType>DynamicLibrary</ConfigurationType>
  45. <UseDebugLibraries>false</UseDebugLibraries>
  46. <PlatformToolset>v142</PlatformToolset>
  47. <WholeProgramOptimization>true</WholeProgramOptimization>
  48. <CharacterSet>Unicode</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Verbose_Release|x64'" Label="Configuration">
  51. <ConfigurationType>DynamicLibrary</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <PlatformToolset>v142</PlatformToolset>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. <CharacterSet>Unicode</CharacterSet>
  56. </PropertyGroup>
  57. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Verbose_Release|Win32'" Label="PropertySheets">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Verbose_Release|x64'" Label="PropertySheets">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  74. <LinkIncremental>false</LinkIncremental>
  75. <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir>
  76. <IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Verbose_Release|Win32'">
  79. <LinkIncremental>false</LinkIncremental>
  80. <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir>
  81. <IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <LinkIncremental>false</LinkIncremental>
  85. <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir>
  86. <IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Verbose_Release|x64'">
  89. <LinkIncremental>false</LinkIncremental>
  90. <OutDir>$(ProjectDir)bin\$(Platform)\$(Configuration)\</OutDir>
  91. <IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
  92. </PropertyGroup>
  93. <ItemDefinitionGroup Condition="'$(Configuration)'=='Release' Or '$(Configuration)'=='Debug'">
  94. <ClCompile>
  95. <WarningLevel>Level4</WarningLevel>
  96. <PrecompiledHeader>
  97. </PrecompiledHeader>
  98. <Optimization>MinSpace</Optimization>
  99. <FunctionLevelLinking>true</FunctionLevelLinking>
  100. <IntrinsicFunctions>false</IntrinsicFunctions>
  101. <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;NOGDI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  102. <CLanguageStandard>c11</CLanguageStandard>
  103. <CompileAs>CompileAsC</CompileAs>
  104. <PrecompiledHeaderCompileAs>CompileAsC</PrecompiledHeaderCompileAs>
  105. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  106. <WholeProgramOptimization>false</WholeProgramOptimization>
  107. <BufferSecurityCheck>false</BufferSecurityCheck>
  108. <ExceptionHandling>false</ExceptionHandling>
  109. <SupportJustMyCode>false</SupportJustMyCode>
  110. <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MultiThreadedDLL</RuntimeLibrary>
  111. <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MultiThreadedDLL</RuntimeLibrary>
  112. </ClCompile>
  113. <Link>
  114. <SubSystem>Windows</SubSystem>
  115. <GenerateDebugInformation>true</GenerateDebugInformation>
  116. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  117. <OptimizeReferences>true</OptimizeReferences>
  118. <ModuleDefinitionFile>$(MSBuildProjectDirectory)\proxy.def</ModuleDefinitionFile>
  119. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  120. <DelayLoadDLLs>
  121. </DelayLoadDLLs>
  122. <EntryPointSymbol>DllMain</EntryPointSymbol>
  123. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  124. <ImageHasSafeExceptionHandlers Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</ImageHasSafeExceptionHandlers>
  125. <ImageHasSafeExceptionHandlers Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</ImageHasSafeExceptionHandlers>
  126. <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalOptions)</AdditionalOptions>
  127. <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalOptions)</AdditionalOptions>
  128. </Link>
  129. </ItemDefinitionGroup>
  130. <ItemDefinitionGroup Condition="'$(Configuration)'=='Verbose_Release' Or '$(Configuration)'=='Verbose'">
  131. <ClCompile>
  132. <WarningLevel>Level4</WarningLevel>
  133. <PrecompiledHeader>
  134. </PrecompiledHeader>
  135. <Optimization>MinSpace</Optimization>
  136. <FunctionLevelLinking>true</FunctionLevelLinking>
  137. <IntrinsicFunctions>false</IntrinsicFunctions>
  138. <PreprocessorDefinitions>_VERBOSE;NDEBUG;_WINDOWS;_USRDLL;NOGDI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  139. <CLanguageStandard>c11</CLanguageStandard>
  140. <CompileAs>CompileAsC</CompileAs>
  141. <PrecompiledHeaderCompileAs>CompileAsC</PrecompiledHeaderCompileAs>
  142. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  143. <WholeProgramOptimization>false</WholeProgramOptimization>
  144. <BufferSecurityCheck>false</BufferSecurityCheck>
  145. <ExceptionHandling>false</ExceptionHandling>
  146. <SupportJustMyCode>false</SupportJustMyCode>
  147. <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Verbose_Release|Win32'">MultiThreadedDLL</RuntimeLibrary>
  148. <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Verbose_Release|x64'">MultiThreadedDLL</RuntimeLibrary>
  149. </ClCompile>
  150. <Link>
  151. <SubSystem>Windows</SubSystem>
  152. <GenerateDebugInformation>true</GenerateDebugInformation>
  153. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  154. <OptimizeReferences>true</OptimizeReferences>
  155. <ModuleDefinitionFile>$(MSBuildProjectDirectory)\proxy.def</ModuleDefinitionFile>
  156. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  157. <DelayLoadDLLs>
  158. </DelayLoadDLLs>
  159. <EntryPointSymbol>DllMain</EntryPointSymbol>
  160. <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
  161. <ImageHasSafeExceptionHandlers Condition="'$(Configuration)|$(Platform)'=='Verbose_Release|Win32'">false</ImageHasSafeExceptionHandlers>
  162. <ImageHasSafeExceptionHandlers Condition="'$(Configuration)|$(Platform)'=='Verbose_Release|x64'">false</ImageHasSafeExceptionHandlers>
  163. <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Verbose_Release|Win32'">%(AdditionalOptions)</AdditionalOptions>
  164. <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Verbose_Release|x64'">%(AdditionalOptions)</AdditionalOptions>
  165. </Link>
  166. </ItemDefinitionGroup>
  167. <ItemGroup>
  168. <ClCompile Include="main.c" />
  169. <ClCompile Include="proxy.c" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <ClInclude Include="assert_util.h" />
  173. <ClInclude Include="config.h" />
  174. <ClInclude Include="crt.h" />
  175. <ClInclude Include="hook.h" />
  176. <ClInclude Include="mono.h" />
  177. <ClInclude Include="proxy.h" />
  178. <ClInclude Include="winapi_util.h" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <ResourceCompile Include="proxy.rc" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <None Include="proxy.def" />
  185. </ItemGroup>
  186. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  187. <Target Name="AfterBuild">
  188. <Exec Command="$([System.IO.Path]::GetFullPath($([System.IO.Path]::Combine($(MSBuildProjectDirectory), '..', 'BuildUtils', 'ducible.exe')))) $(OutDir)$(MSBuildProjectName).dll $(OutDir)$(MSBuildProjectName).pdb" />
  189. </Target>
  190. </Project>