prep.vcxproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Label="Globals">
  4. <ProjectGuid>{d477af49-f508-4e2b-a479-0de0f3750bdd}</ProjectGuid>
  5. <RootNamespace />
  6. <Keyword>Win32Proj</Keyword>
  7. </PropertyGroup>
  8. <ItemGroup Label="ProjectConfigurations">
  9. <ProjectConfiguration Include="Debug|Win32">
  10. <Configuration>Debug</Configuration>
  11. <Platform>Win32</Platform>
  12. </ProjectConfiguration>
  13. <ProjectConfiguration Include="Release|Win32">
  14. <Configuration>Release</Configuration>
  15. <Platform>Win32</Platform>
  16. </ProjectConfiguration>
  17. <ProjectConfiguration Include="Debug|x64">
  18. <Configuration>Debug</Configuration>
  19. <Platform>x64</Platform>
  20. </ProjectConfiguration>
  21. <ProjectConfiguration Include="Release|x64">
  22. <Configuration>Release</Configuration>
  23. <Platform>x64</Platform>
  24. </ProjectConfiguration>
  25. </ItemGroup>
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  27. <ConfigurationType></ConfigurationType>
  28. <CharacterSet>NotSet</CharacterSet>
  29. <PlatformToolset>v120</PlatformToolset>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  32. <ConfigurationType></ConfigurationType>
  33. <CharacterSet>NotSet</CharacterSet>
  34. <PlatformToolset>v120</PlatformToolset>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  37. <ConfigurationType></ConfigurationType>
  38. <CharacterSet>NotSet</CharacterSet>
  39. <PlatformToolset>v120</PlatformToolset>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  42. <ConfigurationType></ConfigurationType>
  43. <CharacterSet>NotSet</CharacterSet>
  44. <PlatformToolset>v120</PlatformToolset>
  45. </PropertyGroup>
  46. <Import Project="$(VCTargetsPath)Microsoft.Cpp.Default.props" />
  47. <Import Project="$(VCTargetsPath)Microsoft.Cpp.props" />
  48. <ImportGroup Label="PropertySheets" />
  49. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  50. <Import Project="product.props" />
  51. <Import Project="debug.props" />
  52. <Import Project="x86.props" />
  53. </ImportGroup>
  54. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  55. <Import Project="product.props" />
  56. <Import Project="release.props" />
  57. <Import Project="x86.props" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  60. <Import Project="product.props" />
  61. <Import Project="debug.props" />
  62. <Import Project="x64.props" />
  63. </ImportGroup>
  64. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  65. <Import Project="product.props" />
  66. <Import Project="release.props" />
  67. <Import Project="x64.props" />
  68. </ImportGroup>
  69. <PropertyGroup>
  70. <_ProjectFileVersion>10</_ProjectFileVersion>
  71. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(BinDir)\</OutDir>
  72. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ObjDir)\prep\</IntDir>
  73. <CustomBuildBeforeTargets Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">PreBuildEvent</CustomBuildBeforeTargets>
  74. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(BinDir)\</OutDir>
  75. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ObjDir)\prep\</IntDir>
  76. <CustomBuildBeforeTargets Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">PreBuildEvent</CustomBuildBeforeTargets>
  77. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(BinDir)\</OutDir>
  78. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ObjDir)\prep\</IntDir>
  79. <CustomBuildBeforeTargets Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">PreBuildEvent</CustomBuildBeforeTargets>
  80. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(BinDir)\</OutDir>
  81. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ObjDir)\prep\</IntDir>
  82. <CustomBuildBeforeTargets Condition="'$(Configuration)|$(Platform)'=='Release|x64'">PreBuildEvent</CustomBuildBeforeTargets>
  83. </PropertyGroup>
  84. <ItemDefinitionGroup>
  85. <CustomBuildStep>
  86. <Command>cd .
  87. if not exist "$(ObjDir)" md "$(ObjDir)"
  88. if not exist "$(BinDir)" md "$(BinDir)"
  89. if not exist "$(IncDir)" md "$(IncDir)"
  90. if not exist "$(IncDir)\me.h" copy "..\goahead-windows-default-me.h" "$(IncDir)\me.h"
  91. copy /Y /B ..\..\src\goahead.h $(IncDir)
  92. copy /Y /B ..\..\src\js.h $(IncDir)
  93. copy /Y /B ..\..\src\osdep\osdep.h $(IncDir)
  94. cd .</Command>
  95. <Outputs>always</Outputs>
  96. </CustomBuildStep>
  97. </ItemDefinitionGroup>
  98. <Import Project="$(VCTargetsPath)Microsoft.Cpp.targets" />
  99. <ImportGroup Label="ExtensionTargets">
  100. </ImportGroup>
  101. </Project>