Skip to content

Commit 8e142e0

Browse files
committing changes
1 parent a5f20f6 commit 8e142e0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Samples/DockItem Header/WpfApp2/WpfApp2.csproj

+8-6
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Syncfusion.Shared.WPF, Version=29.1462.27.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
39-
<SpecificVersion>False</SpecificVersion>
40-
<HintPath>D:\WPF Build\WPF\29.1.27\precompiledassemblies\4.6.2\Syncfusion.Shared.WPF.dll</HintPath>
38+
<Reference Include="Syncfusion.Licensing, Version=28.2462.12.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
39+
<HintPath>..\packages\Syncfusion.Licensing.28.2.12\lib\net462\Syncfusion.Licensing.dll</HintPath>
4140
</Reference>
42-
<Reference Include="Syncfusion.Tools.WPF, Version=29.1462.27.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
43-
<SpecificVersion>False</SpecificVersion>
44-
<HintPath>D:\WPF Build\WPF\29.1.27\precompiledassemblies\4.6.2\Syncfusion.Tools.WPF.dll</HintPath>
41+
<Reference Include="Syncfusion.Shared.WPF, Version=28.2462.12.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
42+
<HintPath>..\packages\Syncfusion.Shared.WPF.28.2.12\lib\net462\Syncfusion.Shared.WPF.dll</HintPath>
43+
</Reference>
44+
<Reference Include="Syncfusion.Tools.WPF, Version=28.2462.12.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
45+
<HintPath>..\packages\Syncfusion.Tools.WPF.28.2.12\lib\net462\Syncfusion.Tools.WPF.dll</HintPath>
4546
</Reference>
4647
<Reference Include="System" />
4748
<Reference Include="System.Data" />
@@ -101,6 +102,7 @@
101102
<Generator>ResXFileCodeGenerator</Generator>
102103
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
103104
</EmbeddedResource>
105+
<None Include="packages.config" />
104106
<None Include="Properties\Settings.settings">
105107
<Generator>SettingsSingleFileGenerator</Generator>
106108
<LastGenOutput>Settings.Designer.cs</LastGenOutput>

0 commit comments

Comments
 (0)