Skip to content

Commit a3d0828

Browse files
authored
Update DataGridDemo.csproj
1 parent 2d616c0 commit a3d0828

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

DataGridDemo.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<Reference Include="Syncfusion.Data.WPF, Version=17.3460.0.26, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
39-
<HintPath>..\Syncfusion.Data.WPF.17.3.0.26\lib\net46\Syncfusion.Data.WPF.dll</HintPath>
39+
<HintPath>package\Syncfusion.Data.WPF.17.3.0.26\lib\net46\Syncfusion.Data.WPF.dll</HintPath>
4040
</Reference>
4141
<Reference Include="Syncfusion.Licensing, Version=17.3460.0.26, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
42-
<HintPath>..\Syncfusion.Licensing.17.3.0.26\lib\net46\Syncfusion.Licensing.dll</HintPath>
42+
<HintPath>package\Syncfusion.Licensing.17.3.0.26\lib\net46\Syncfusion.Licensing.dll</HintPath>
4343
</Reference>
4444
<Reference Include="Syncfusion.SfGrid.WPF, Version=17.3460.0.26, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
45-
<HintPath>..\Syncfusion.SfGrid.WPF.17.3.0.26\lib\net46\Syncfusion.SfGrid.WPF.dll</HintPath>
45+
<HintPath>package\Syncfusion.SfGrid.WPF.17.3.0.26\lib\net46\Syncfusion.SfGrid.WPF.dll</HintPath>
4646
</Reference>
4747
<Reference Include="Syncfusion.Shared.WPF, Version=17.3460.0.26, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
48-
<HintPath>..\Syncfusion.Shared.WPF.17.3.0.26\lib\net46\Syncfusion.Shared.WPF.dll</HintPath>
48+
<HintPath>package\Syncfusion.Shared.WPF.17.3.0.26\lib\net46\Syncfusion.Shared.WPF.dll</HintPath>
4949
</Reference>
5050
<Reference Include="System" />
5151
<Reference Include="System.Data" />
@@ -110,4 +110,4 @@
110110
<None Include="App.config" />
111111
</ItemGroup>
112112
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
113-
</Project>
113+
</Project>

0 commit comments

Comments
 (0)