Skip to content

Commit 00fba5c

Browse files
committed
removed duplicated directwrite imports
1 parent 3779ac4 commit 00fba5c

File tree

181 files changed

+4
-8485
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+4
-8485
lines changed

β€ŽSource/DXControl.slnβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VisualStudioVersion = 17.3.32714.290
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Demo\Demo.csproj", "{BF844B5A-26A8-4059-98C7-285959773DD2}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DXControl", "DXControl\DXControl.csproj", "{7DB72718-F0A3-41FC-8C8C-0E6E0EE0F6DA}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "D2Phap.DXControl", "DXControl\D2Phap.DXControl.csproj", "{7DB72718-F0A3-41FC-8C8C-0E6E0EE0F6DA}"
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{30CD3659-C6B7-4AB5-BB3A-8FFC32072FE5}"
1111
ProjectSection(SolutionItems) = preProject
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Nullable>enable</Nullable>
66
<UseWindowsForms>true</UseWindowsForms>
77
<ImplicitUsings>enable</ImplicitUsings>
8-
<PackageId>D2Phap.$(AssemblyName)</PackageId>
8+
<PackageId>$(AssemblyName)</PackageId>
99
<RootNamespace>D2Phap</RootNamespace>
1010
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1111
<Title>WinForms hybrid control that supports Direct2D and GDI+</Title>
@@ -26,6 +26,7 @@
2626
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2727
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
2828
<GenerateDocumentationFile>true</GenerateDocumentationFile>
29+
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
2930
</PropertyGroup>
3031

3132
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

β€ŽSource/DXControl/DirectN/DirectWrite/Generated/DWRITE_AUTOMATIC_FONT_AXES.csβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

β€ŽSource/DXControl/DirectN/DirectWrite/Generated/DWRITE_BASELINE.csβ€Ž

Lines changed: 0 additions & 54 deletions
This file was deleted.

β€ŽSource/DXControl/DirectN/DirectWrite/Generated/DWRITE_BREAK_CONDITION.csβ€Ž

Lines changed: 0 additions & 29 deletions
This file was deleted.

β€ŽSource/DXControl/DirectN/DirectWrite/Generated/DWRITE_CARET_METRICS.csβ€Ž

Lines changed: 0 additions & 26 deletions
This file was deleted.

β€ŽSource/DXControl/DirectN/DirectWrite/Generated/DWRITE_COLOR_GLYPH_RUN.csβ€Ž

Lines changed: 0 additions & 35 deletions
This file was deleted.

β€ŽSource/DXControl/DirectN/DirectWrite/Generated/DWRITE_COLOR_GLYPH_RUN1.csβ€Ž

Lines changed: 0 additions & 31 deletions
This file was deleted.

β€ŽSource/DXControl/DirectN/DirectWrite/Generated/DWRITE_CONTAINER_TYPE.csβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€ŽSource/DXControl/DirectN/DirectWrite/Generated/DWRITE_FILE_FRAGMENT.csβ€Ž

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
Β (0)