Skip to content

Commit 57f0c35

Browse files
committed
build
1 parent 71cbda1 commit 57f0c35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/nuget/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<CppWinRTVerbosity>high</CppWinRTVerbosity>
2020
<CppWinRTPlatform>$(Platform)</CppWinRTPlatform>
2121
<CppWinRTPlatform Condition="'$(Platform)'=='Win32' or '$(Platform)'=='ARM' or '$(Platform)'=='ARM64'">x86</CppWinRTPlatform>
22-
<CppWinRTPath>$(SolutionDir)..\..\..\..\..\_build\Windows\$(CppWinRTPlatform)\$(Configuration)\tool\cppwinrt\</CppWinRTPath>
22+
<CppWinRTPath>$(SolutionDir)..\..\..\..\..\_build\Windows\$(CppWinRTPlatform)\$(Configuration)\</CppWinRTPath>
2323
</PropertyGroup>
2424

25-
<Import Project="..\..\..\..\package\cppwinrt\nuget\Microsoft.Windows.CppWinRT.props" />
25+
<Import Project="..\..\..\..\nuget\Microsoft.Windows.CppWinRT.props" />
2626

2727
</Project>

test/nuget/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
<Import Condition="Exists($([MSBuild]::GetPathOfFileAbove('Directory.Build.targets','$(MSBuildThisFileDirectory)../')))" Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.targets','$(MSBuildThisFileDirectory)../'))" />
88

9-
<Import Project="..\..\..\..\package\cppwinrt\nuget\Microsoft.Windows.CppWinRT.targets" />
9+
<Import Project="..\..\..\..\nuget\Microsoft.Windows.CppWinRT.targets" />
1010

1111
</Project>

0 commit comments

Comments
 (0)