Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored and mmanela committed Jul 8, 2024
1 parent bf50504 commit 829de25
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion DiffPlex.App/DiffPlex.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<Version>1.1.0</Version>
<PackageTags>diff</PackageTags>
<Description>Diff files and text.</Description>
<LangVersion>12.0</LangVersion>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Platforms>x86;x64;arm64</Platforms>
Expand Down
1 change: 0 additions & 1 deletion DiffPlex.ConsoleRunner/DiffPlex.ConsoleRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10.0</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion DiffPlex.Windows/DiffPlex.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<PackageTags>diff</PackageTags>
<PackageIcon>diffplex_icon.png</PackageIcon>
<Description>DiffPlex.Windows is a Windows App SDK control library that allows you to programatically render visual text diffs in your application.</Description>
<LangVersion>12.0</LangVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<Authors>Kingcean Tuan; Matthew Manela</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<RepositoryUrl>https://github.com/mmanela/diffplex.git</RepositoryUrl>
<PackageIcon>diffplex_icon.png</PackageIcon>
<ApplicationIcon>..\DiffPlex.ico</ApplicationIcon>
<LangVersion>10.0</LangVersion>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion DiffPlex.Wpf.Demo/DiffPlex.Wpf.Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<PackageIcon>diffplex_icon.png</PackageIcon>
<StartupObject>DiffPlex.Wpf.Demo.App</StartupObject>
<ApplicationIcon>..\DiffPlex.ico</ApplicationIcon>
<LangVersion>10.0</LangVersion>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

Expand Down
1 change: 0 additions & 1 deletion NuGet.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NoWarn>$(NoWarn);1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
Expand Down

0 comments on commit 829de25

Please sign in to comment.