Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Grille committed May 17, 2024
1 parent cd5ad2c commit 72968c0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion 2D-isoedit.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9297D0EE-9FD0-4C03-87CB-5F18D51737F0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2D-isolib", "2d-isolib\2D-isolib.csproj", "{73D9B119-D4E7-42DA-AC28-E7FFE31497FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "2D-isolib-windows", "2D-isolib-windows\2D-isolib-windows.csproj", "{A35E0444-022C-4D77-BCA0-B479AD7DF775}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "2D-isolib-windows", "2D-isolib-windows\2D-isolib-windows.csproj", "{A35E0444-022C-4D77-BCA0-B479AD7DF775}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion 2D-isoedit/2D-isoedit.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<ApplicationIcon>..\Assets\Cube.ico</ApplicationIcon>
<UseWindowsForms>true</UseWindowsForms>
<DisableWinExeOutputInference>true</DisableWinExeOutputInference>
Expand Down
2 changes: 1 addition & 1 deletion 2D-isolib-windows/2D-isolib-windows.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFrameworks>net6-windows;net8-windows</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>Grille.Graphics.Isometric.WinForms</RootNamespace>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
Expand Down
2 changes: 1 addition & 1 deletion 2D-isolib/2D-isolib.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6;net8</TargetFrameworks>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<RootNamespace>Grille.Graphics.Isometric</RootNamespace>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Paul Hirch
Copyright (c) 2024 Paul Hirch

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 72968c0

Please sign in to comment.