Skip to content

Commit

Permalink
upgrade samples to net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast committed Apr 21, 2024
1 parent 6b34366 commit 30ef8e5
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 63 deletions.
16 changes: 16 additions & 0 deletions Samples.NET4.KNI.sln → Samples.KNI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aether.Physics2D.Diagnostic
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aether.Physics2D.Content.KNI", "Physics2D.Content\Aether.Physics2D.Content.KNI.csproj", "{3FAFCF7E-F7BF-4421-9616-C74B80E30B6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloWorld.BlazorGL", "Samples\HelloWorld.BlazorGL\HelloWorld.BlazorGL.csproj", "{3ADF6F59-BE9B-4B8A-B05B-50B6F7AA97C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples.BlazorGL", "Samples\Samples.BlazorGL\Samples.BlazorGL.csproj", "{64069CE4-0D08-4AF3-A7E4-173EC5546B4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -71,6 +75,14 @@ Global
{3FAFCF7E-F7BF-4421-9616-C74B80E30B6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FAFCF7E-F7BF-4421-9616-C74B80E30B6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FAFCF7E-F7BF-4421-9616-C74B80E30B6A}.Release|Any CPU.Build.0 = Release|Any CPU
{3ADF6F59-BE9B-4B8A-B05B-50B6F7AA97C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ADF6F59-BE9B-4B8A-B05B-50B6F7AA97C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ADF6F59-BE9B-4B8A-B05B-50B6F7AA97C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ADF6F59-BE9B-4B8A-B05B-50B6F7AA97C6}.Release|Any CPU.Build.0 = Release|Any CPU
{64069CE4-0D08-4AF3-A7E4-173EC5546B4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64069CE4-0D08-4AF3-A7E4-173EC5546B4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64069CE4-0D08-4AF3-A7E4-173EC5546B4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64069CE4-0D08-4AF3-A7E4-173EC5546B4F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -87,13 +99,17 @@ Global
{636BBB3D-346B-41F6-8F7E-7E26A11C4BEE} = {95CC7850-C716-48DC-84EC-4735CDABF818}
{7524AFC6-7317-484C-8902-CF1F493EDBC9} = {CC5F7843-BD51-469F-B2F0-9071A7B9202D}
{3FAFCF7E-F7BF-4421-9616-C74B80E30B6A} = {647EE16B-DEB6-4BB0-9383-9F9BF714BEB1}
{3ADF6F59-BE9B-4B8A-B05B-50B6F7AA97C6} = {95CC7850-C716-48DC-84EC-4735CDABF818}
{64069CE4-0D08-4AF3-A7E4-173EC5546B4F} = {95CC7850-C716-48DC-84EC-4735CDABF818}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A47FC0B-72D2-48AA-941E-83B5F7BF4498}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Samples\HelloWorld\HelloWorld.projitems*{3adf6f59-be9b-4b8a-b05b-50b6f7aa97c6}*SharedItemsImports = 5
Samples\Testbed\Testbed.projitems*{4a534fa0-4cf4-4cbd-98e3-1fdc22a5770b}*SharedItemsImports = 13
Samples\NewSamples\NewSamples.projitems*{636bbb3d-346b-41f6-8f7e-7e26a11c4bee}*SharedItemsImports = 13
Samples\Samples\Samples.projitems*{64069ce4-0d08-4af3-a7e4-173ec5546b4f}*SharedItemsImports = 5
Samples\Samples\Samples.projitems*{72dcf07d-a710-4bb9-84d4-b5c11313929c}*SharedItemsImports = 13
Samples\Testbed\Testbed.projitems*{7d0489e0-b912-43f8-8859-6c015c5b93f6}*SharedItemsImports = 5
Samples\HelloWorld\HelloWorld.projitems*{9788674c-c031-4604-adf8-86ff678fcab1}*SharedItemsImports = 13
Expand Down
59 changes: 0 additions & 59 deletions Samples.NET8.KNI.sln

This file was deleted.

2 changes: 1 addition & 1 deletion Samples/HelloWorld.WindowsDX/HelloWorld.WINDOWS.KNI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<EnableDefaultItems>false</EnableDefaultItems>
<TargetFramework>net40</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<RollForward>Major</RollForward>
<UseWindowsForms>true</UseWindowsForms>
<ProjectGuid>{F2DDED87-5B5C-4E2C-A675-30D72DEF897E}</ProjectGuid>
Expand Down
2 changes: 1 addition & 1 deletion Samples/NewSamples.WindowsDX/NewSamples.WINDOWS.KNI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<EnableDefaultItems>false</EnableDefaultItems>
<TargetFramework>net40</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<RollForward>Major</RollForward>
<UseWindowsForms>true</UseWindowsForms>
<ProjectGuid>{AB279FE5-6D8D-480C-8B93-D0312CFE7D3B}</ProjectGuid>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Samples.WindowsDX/Samples.WINDOWS.KNI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<EnableDefaultItems>false</EnableDefaultItems>
<TargetFramework>net40</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<RollForward>Major</RollForward>
<UseWindowsForms>true</UseWindowsForms>
<ProjectGuid>{E4BBD53B-8677-4C90-9CA2-9B8FC186E8FD}</ProjectGuid>
Expand Down
2 changes: 1 addition & 1 deletion Samples/Testbed.WindowsDX/Testbed.WINDOWS.KNI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<EnableDefaultItems>false</EnableDefaultItems>
<TargetFramework>net40</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<RollForward>Major</RollForward>
<UseWindowsForms>true</UseWindowsForms>
<ProjectGuid>{7D0489E0-B912-43F8-8859-6C015C5B93F6}</ProjectGuid>
Expand Down

0 comments on commit 30ef8e5

Please sign in to comment.