Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Build/libHttpClient.GDK.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<!-- This file is a replacement for Microsoft.Cpp.Default.Props and Microsoft.Cpp.props for Cpp projects targeting GDK -->

<Import Condition="'$(HCPathsImported)' != 'true'" Project="libHttpClient.paths.props" />

<!-- Import the main libHttpClient props to get include paths -->
<Import Condition="'$(LibHttpClientImported)' != 'true'" Project="..\libHttpClient.props" />

<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Gaming.Desktop.x64">
Expand Down
6 changes: 1 addition & 5 deletions Build/libHttpClient.import.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
<!-- This props file pulls in a source reference to LibHttpClient. By default, a reference to the dynamic library version will be used.-->
<!-- To use the static library version, define HCStaticLib=true prior to importing this file-->

<!-- Check if LibHttpClient is already imported -->
<PropertyGroup Condition="'$(LibHttpClientImported)' == 'true'">
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
</PropertyGroup>

<Import Condition="'$(LibHttpClientImported)' == 'true'" Project="Error attempting to import LibHttpClient twice. Condition all imports on ('ProjectName'Imported) != true." />
<PropertyGroup>
<LibHttpClientImported>true</LibHttpClientImported>
</PropertyGroup>
Expand Down