Skip to content

Commit dcb6cb9

Browse files
authored
Revert "GDK props to import base lhc props and fixed base import (#893)" (#897)
This reverts commit e900efd.
1 parent 591d0e6 commit dcb6cb9

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

Build/libHttpClient.GDK.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<!-- This file is a replacement for Microsoft.Cpp.Default.Props and Microsoft.Cpp.props for Cpp projects targeting GDK -->
55

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

118
<ItemGroup Label="ProjectConfigurations">
129
<ProjectConfiguration Include="Debug|Gaming.Desktop.x64">

Build/libHttpClient.import.props

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
<!-- This props file pulls in a source reference to LibHttpClient. By default, a reference to the dynamic library version will be used.-->
55
<!-- To use the static library version, define HCStaticLib=true prior to importing this file-->
66

7-
<!-- Check if LibHttpClient is already imported -->
8-
<PropertyGroup Condition="'$(LibHttpClientImported)' == 'true'">
9-
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
10-
</PropertyGroup>
11-
7+
<Import Condition="'$(LibHttpClientImported)' == 'true'" Project="Error attempting to import LibHttpClient twice. Condition all imports on ('ProjectName'Imported) != true." />
128
<PropertyGroup>
139
<LibHttpClientImported>true</LibHttpClientImported>
1410
</PropertyGroup>

0 commit comments

Comments
 (0)