Skip to content

Commit ae46863

Browse files
committed
Changes has been updated successfully.
1 parent e410803 commit ae46863

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed
-58 KB
Binary file not shown.

TabControlAlignment/.vs/TabControlAlignment/v16/Server/sqlite3/db.lock

Whitespace-only changes.
Binary file not shown.

TabControlAlignment/TabControlAlignment.csproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,15 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="Syncfusion.Shared.Wpf"/>
39-
<Reference Include="Syncfusion.Tools.Wpf"/>
38+
<Reference Include="Syncfusion.Licensing, Version=17.4460.0.55, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
39+
<HintPath>packages\Syncfusion.Licensing.17.4.0.55\lib\net46\Syncfusion.Licensing.dll</HintPath>
40+
</Reference>
41+
<Reference Include="Syncfusion.Shared.WPF, Version=17.4460.0.55, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
42+
<HintPath>packages\Syncfusion.Shared.WPF.17.4.0.55\lib\net46\Syncfusion.Shared.WPF.dll</HintPath>
43+
</Reference>
44+
<Reference Include="Syncfusion.Tools.WPF, Version=17.4460.0.55, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
45+
<HintPath>packages\Syncfusion.Tools.WPF.17.4.0.55\lib\net46\Syncfusion.Tools.WPF.dll</HintPath>
46+
</Reference>
4047
<Reference Include="System" />
4148
<Reference Include="System.Data" />
4249
<Reference Include="System.Xml" />
@@ -88,6 +95,7 @@
8895
<Generator>ResXFileCodeGenerator</Generator>
8996
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
9097
</EmbeddedResource>
98+
<None Include="packages.config" />
9199
<None Include="Properties\Settings.settings">
92100
<Generator>SettingsSingleFileGenerator</Generator>
93101
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Syncfusion.Licensing" version="17.4.0.55" targetFramework="net46" />
4+
<package id="Syncfusion.Shared.WPF" version="17.4.0.55" targetFramework="net46" />
5+
<package id="Syncfusion.Tools.WPF" version="17.4.0.55" targetFramework="net46" />
6+
</packages>

0 commit comments

Comments
 (0)