Skip to content

Commit d9af4ac

Browse files
SimonCroppmmanela
authored andcommitted
remove redundant content from DiffPlex.WindowsForms.Demo
1 parent 81487aa commit d9af4ac

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

DiffPlex.WindowsForms.Demo/DiffPlex.WindowsForms.Demo.csproj

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,17 @@
55
<TargetFrameworks>net6.0-windows;net46</TargetFrameworks>
66
<UseWindowsForms>true</UseWindowsForms>
77
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
8-
<Authors>Kingcean Tuan</Authors>
9-
<Company />
10-
<RootNamespace>DiffPlex.WindowsForms</RootNamespace>
11-
<AssemblyName>DiffPlex.WindowsForms.Demo</AssemblyName>
12-
<PackageLicenseUrl>https://github.com/mmanela/diffplex/blob/master/License.txt</PackageLicenseUrl>
13-
<PackageProjectUrl>https://github.com/mmanela/diffplex/</PackageProjectUrl>
14-
<RepositoryType>git</RepositoryType>
15-
<RepositoryUrl>https://github.com/mmanela/diffplex.git</RepositoryUrl>
16-
<PackageIcon>diffplex_icon.png</PackageIcon>
178
<ApplicationIcon>..\DiffPlex.ico</ApplicationIcon>
189
<EnableWindowsTargeting>true</EnableWindowsTargeting>
1910
</PropertyGroup>
2011

21-
<ItemGroup>
22-
<Compile Include="..\DiffPlex.Wpf.Demo\TestData.cs" Link="TestData.cs" />
23-
</ItemGroup>
24-
2512
<ItemGroup>
2613
<ProjectReference Include="..\DiffPlex.Wpf\DiffPlex.Wpf.csproj" />
2714
</ItemGroup>
2815

2916
<ItemGroup>
17+
<Compile Include="..\DiffPlex.Wpf.Demo\TestData.cs" Link="TestData.cs" />
3018
<Content Include="..\DiffPlex.ico" Link="DiffPlex.ico" />
31-
<None Include="..\License.txt" Pack="true" PackagePath="License.txt" />
32-
<None Include="..\images\diffplex_icon.png" Pack="true" PackagePath="diffplex_icon.png" />
3319
</ItemGroup>
3420

3521
</Project>

0 commit comments

Comments
 (0)