Skip to content

Commit

Permalink
remove redundant content from DiffPlex.WindowsForms.Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored and mmanela committed Jul 9, 2024
1 parent 81487aa commit d9af4ac
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions DiffPlex.WindowsForms.Demo/DiffPlex.WindowsForms.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,17 @@
<TargetFrameworks>net6.0-windows;net46</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Authors>Kingcean Tuan</Authors>
<Company />
<RootNamespace>DiffPlex.WindowsForms</RootNamespace>
<AssemblyName>DiffPlex.WindowsForms.Demo</AssemblyName>
<PackageLicenseUrl>https://github.com/mmanela/diffplex/blob/master/License.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/mmanela/diffplex/</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/mmanela/diffplex.git</RepositoryUrl>
<PackageIcon>diffplex_icon.png</PackageIcon>
<ApplicationIcon>..\DiffPlex.ico</ApplicationIcon>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\DiffPlex.Wpf.Demo\TestData.cs" Link="TestData.cs" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DiffPlex.Wpf\DiffPlex.Wpf.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Include="..\DiffPlex.Wpf.Demo\TestData.cs" Link="TestData.cs" />
<Content Include="..\DiffPlex.ico" Link="DiffPlex.ico" />
<None Include="..\License.txt" Pack="true" PackagePath="License.txt" />
<None Include="..\images\diffplex_icon.png" Pack="true" PackagePath="diffplex_icon.png" />
</ItemGroup>

</Project>

0 comments on commit d9af4ac

Please sign in to comment.