Skip to content

Commit

Permalink
corrected absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuntley committed Jun 19, 2019
1 parent e14a8a1 commit 7ddfc7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SamplesApp/UITests.Shared/UITests.Shared.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -3157,10 +3157,10 @@
<Compile Update="$(MSBuildThisFileDirectory)Windows_UI_Xaml_Controls\GridTestsControl\Simpletwocolumnsplitgrid.xaml.cs">
<DependentUpon>Simpletwocolumnsplitgrid.xaml</DependentUpon>
</Compile>
<Compile Update="C:\Src\GitHub\nventive\Uno\src\SamplesApp\UITests.Shared\Windows_UI_Xaml_Controls\Pivot\PivotSimpleTest.xaml.cs">
<Compile Update="$(MSBuildThisFileDirectory)\Windows_UI_Xaml_Controls\Pivot\PivotSimpleTest.xaml.cs">
<DependentUpon>PivotSimpleTest.xaml</DependentUpon>
</Compile>
<Compile Update="C:\s\nv.github\uno\src\SamplesApp\UITests.Shared\Windows_UI_Xaml_Controls\ListView\ListView_DataContext_Propagation.xaml.cs">
<Compile Update="$(MSBuildThisFileDirectory)\Windows_UI_Xaml_Controls\ListView\ListView_DataContext_Propagation.xaml.cs">
<DependentUpon>ListView_DataContext_Propagation.xaml</DependentUpon>
</Compile>
</ItemGroup>
Expand Down Expand Up @@ -3191,4 +3191,4 @@
<ItemGroup>
<Folder Include="$(MSBuildThisFileDirectory)Windows_UI_Xaml_Controls\ChatBox\" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 7ddfc7a

Please sign in to comment.