1
0

http.vcxproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{B6B8BAE5-BC2C-4A78-97C3-D0A5053F11F2}</ProjectGuid>
  23. <RootNamespace>http</RootNamespace>
  24. </PropertyGroup>
  25. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  27. <ConfigurationType>DynamicLibrary</ConfigurationType>
  28. <PlatformToolset>v142</PlatformToolset>
  29. <CharacterSet>Unicode</CharacterSet>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  32. <ConfigurationType>DynamicLibrary</ConfigurationType>
  33. <PlatformToolset>v142</PlatformToolset>
  34. <CharacterSet>Unicode</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  37. <ConfigurationType>DynamicLibrary</ConfigurationType>
  38. <PlatformToolset>v142</PlatformToolset>
  39. <CharacterSet>Unicode</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>DynamicLibrary</ConfigurationType>
  43. <PlatformToolset>v142</PlatformToolset>
  44. <CharacterSet>Unicode</CharacterSet>
  45. </PropertyGroup>
  46. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  47. <ImportGroup Label="ExtensionSettings">
  48. </ImportGroup>
  49. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  50. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  51. </ImportGroup>
  52. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  53. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  54. </ImportGroup>
  55. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. </ImportGroup>
  58. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <PropertyGroup Label="UserMacros" />
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  63. <LinkIncremental>true</LinkIncremental>
  64. <OutDir>x86_Debug\</OutDir>
  65. <IntDir>x86_Debug\</IntDir>
  66. <TargetExt>.w5c</TargetExt>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  69. <LinkIncremental>true</LinkIncremental>
  70. <OutDir>x64_Debug\</OutDir>
  71. <IntDir>x64_Debug\</IntDir>
  72. <TargetExt>.w5c</TargetExt>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  75. <LinkIncremental>false</LinkIncremental>
  76. <OutDir>x86_Release\</OutDir>
  77. <IntDir>x86_Release\</IntDir>
  78. <TargetExt>.w5c</TargetExt>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  81. <LinkIncremental>false</LinkIncremental>
  82. <OutDir>x64_Release\</OutDir>
  83. <IntDir>x64_Release\</IntDir>
  84. <TargetExt>.w5c</TargetExt>
  85. </PropertyGroup>
  86. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. <ClCompile>
  88. <WarningLevel>Level3</WarningLevel>
  89. <Optimization>Disabled</Optimization>
  90. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;HTTP_EXPORTS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  91. <AdditionalIncludeDirectories>..</AdditionalIncludeDirectories>
  92. </ClCompile>
  93. <Link>
  94. <SubSystem>Windows</SubSystem>
  95. <GenerateDebugInformation>true</GenerateDebugInformation>
  96. </Link>
  97. <CustomBuildStep>
  98. <Command>copy "$(TargetPath)" "$(ProgramFiles)\Replicant\$(TargetName)$(TargetExt)"</Command>
  99. <Outputs>$(ProgramFiles)\Replicant\$(TargetName)$(TargetExt)</Outputs>
  100. <Inputs>$(TargetPath);%(Inputs)</Inputs>
  101. </CustomBuildStep>
  102. </ItemDefinitionGroup>
  103. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  104. <ClCompile>
  105. <WarningLevel>Level3</WarningLevel>
  106. <PrecompiledHeader>
  107. </PrecompiledHeader>
  108. <Optimization>MaxSpeed</Optimization>
  109. <FunctionLevelLinking>true</FunctionLevelLinking>
  110. <IntrinsicFunctions>true</IntrinsicFunctions>
  111. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;HTTP_EXPORTS;WIN32_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  112. <AdditionalIncludeDirectories>..</AdditionalIncludeDirectories>
  113. </ClCompile>
  114. <Link>
  115. <SubSystem>Windows</SubSystem>
  116. <GenerateDebugInformation>true</GenerateDebugInformation>
  117. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  118. <OptimizeReferences>true</OptimizeReferences>
  119. </Link>
  120. <CustomBuildStep>
  121. <Command>copy "$(TargetPath)" "$(ProgramFiles)\Replicant\$(TargetName)$(TargetExt)"</Command>
  122. <Outputs>$(ProgramFiles)\Replicant\$(TargetName)$(TargetExt)</Outputs>
  123. <Inputs>$(TargetPath);%(Inputs)</Inputs>
  124. </CustomBuildStep>
  125. </ItemDefinitionGroup>
  126. <ItemGroup>
  127. <ClCompile Include="HTTPPlayback.cpp" />
  128. <ClCompile Include="HTTPPlaybackService.cpp" />
  129. <ClCompile Include="main.cpp" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <ClInclude Include="api.h" />
  133. <ClInclude Include="HTTPPlayback.h" />
  134. <ClInclude Include="HTTPPlaybackService.h" />
  135. <ClInclude Include="ifc_http.h" />
  136. <ClInclude Include="ifc_http_demuxer.h" />
  137. <ClInclude Include="svc_http_demuxer.h" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <ProjectReference Include="..\jnetlib\jnetlib.vcxproj">
  141. <Project>{e105a0a2-7391-47c5-86ac-718003524c3d}</Project>
  142. </ProjectReference>
  143. <ProjectReference Include="..\nswasabi\nswasabi.vcxproj">
  144. <Project>{480502a0-71da-4bf0-bf99-2720d69a526b}</Project>
  145. </ProjectReference>
  146. <ProjectReference Include="..\nu\nu.vcxproj">
  147. <Project>{f1f5cd60-0d5b-4cea-9eeb-2f87ff9aa915}</Project>
  148. </ProjectReference>
  149. <ProjectReference Include="..\nx\nx.vcxproj">
  150. <Project>{2851cf33-337d-44d9-ba6d-30547b1cdef0}</Project>
  151. </ProjectReference>
  152. </ItemGroup>
  153. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  154. <ImportGroup Label="ExtensionTargets">
  155. </ImportGroup>
  156. </Project>