From Mammoth Gorilla, 6 Years ago, written in Plain Text.
- go back
Embed
Viewing differences between and Untitled
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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.     <ProjectName>Download civetweb</ProjectName>
  15.     <RootNamespace>Download civetweb</RootNamespace>
  16.     <Keyword>Win32Proj</Keyword>
  17.     <ProjectGuid>{B9B7455D-F109-42BD-AD0A-98489B53FCF3}</ProjectGuid>
  18.   </PropertyGroup>
  19.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  20.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  21.     <ConfigurationType>Utility</ConfigurationType>
  22.     <CharacterSet>MultiByte</CharacterSet>
  23.     <PlatformToolset>v140</PlatformToolset>
  24.   </PropertyGroup>
  25.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  26.     <ConfigurationType>Utility</ConfigurationType>
  27.     <CharacterSet>MultiByte</CharacterSet>
  28.     <PlatformToolset>v140</PlatformToolset>
  29.   </PropertyGroup>
  30.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  31.   <Import Project="$(ProjectDir)\..\..\w32\extdll.props" />
  32.   <Import Project="$(ProjectDir)\..\..\w32\civetweb-version.props" />
  33.   <ImportGroup Label="ExtensionSettings">
  34.   </ImportGroup>
  35.   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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.   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  39.     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40.   </ImportGroup>
  41.   <PropertyGroup Label="UserMacros" />
  42.   <PropertyGroup>
  43.     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  44.     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(PlatformName)\civetweb\$(Configuration)\</IntDir>
  45.     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(PlatformName)\civetweb\$(Configuration)\</IntDir>
  46.   </PropertyGroup>
  47.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  48.     <BuildLog>
  49.       <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>
  50.     </BuildLog>
  51.     <PreBuildEvent>
  52.       <Command>
  53.       </Command>
  54.     </PreBuildEvent>
  55.   </ItemDefinitionGroup>
  56.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  57.     <BuildLog>
  58.       <Path>$(IntDir)BuildLog $(ProjectName).htm</Path>
  59.     </BuildLog>
  60.     <PreBuildEvent>
  61.       <Command>
  62.       </Command>
  63.     </PreBuildEvent>
  64.     <PostBuildEvent>
  65.       <Command>
  66.       </Command>
  67.     </PostBuildEvent>
  68.   </ItemDefinitionGroup>
  69.   <ItemGroup>
  70.     <CustomBuild Include="cleancount">
  71.       <FileType>Document</FileType>
  72.       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Downloading civetweb.</Message>
  73.       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">if not exist "$(ProjectDir)..\civetweb-$(civetweb_Version)" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/civetweb-$(civetweb_Version).tar.gz "$(ProjectDir).."
  74. </Command>
  75.       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\civetweb-$(civetweb_Version);%(Outputs)</Outputs>
  76.       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Downloading civetweb.</Message>
  77.       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">if not exist "$(ProjectDir)..\civetweb-$(civetweb_Version)" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/civetweb-$(civetweb_Version).tar.gz "$(ProjectDir).."
  78. </Command>
  79.       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)..\civetweb-$(civetweb_Version);%(Outputs)</Outputs>
  80.     </CustomBuild>
  81.   </ItemGroup>
  82.   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  83.   <ImportGroup Label="ExtensionTargets">
  84.   </ImportGroup>
  85. </Project>