Skip to content

Commit

Permalink
- updating some props
Browse files Browse the repository at this point in the history
  • Loading branch information
desjarlais committed Jun 8, 2024
1 parent 2d5baed commit 2457149
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions TestLexer/ScintillaLexers.NET.TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<TargetFramework>net6.0-windows7.0</TargetFramework>
<!-- <TargetFramework>net462</TargetFramework>-->
<AssemblyTitle>TestLexer</AssemblyTitle>
<Company>VPKSoft</Company>
<Product>TestLexer</Product>
<Company>desjarlais</Company>
<Product>ScintillaLexers.NET.TestApp</Product>
<Description>A test application for the ScintillaLexers library containing lexer definitions for the ScintillaNET.</Description>
<Copyright>Copyright © desjarlais 2023</Copyright>
<OutputPath>bin\$(Configuration)\</OutputPath>
<UseWindowsForms>true</UseWindowsForms>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion VPKSoft.ScintillaLexers.NET/ScintillaLexers.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFrameworks>net481;net6-windows</TargetFrameworks>
<AssemblyTitle>VPKSoft.ScintillaLexers.NET</AssemblyTitle>
<Product>ScintillaLexers.NET</Product>
<Copyright>Copyright © 2023 VPKSoft</Copyright>
<Copyright>Copyright © 2023 VPKSoft, desjarlais</Copyright>
<OutputPath>bin\$(Configuration)\</OutputPath>
<Authors>desjarlais</Authors>
<Description>A class library containing lexer definitions for the ScintillaNET.</Description>
Expand Down

0 comments on commit 2457149

Please sign in to comment.