Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Redninja106 committed Feb 7, 2024
1 parent b0c3897 commit f1c645d
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 398 deletions.
4 changes: 2 additions & 2 deletions Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<Deterministic>true</Deterministic>
<Version>0.2.1-beta.8</Version>
<Nullable>enable</Nullable>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
34 changes: 1 addition & 33 deletions SimulationFramework.sln
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FontOrigins", "examples\Fon
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExitCancelling", "examples\ExitCancelling\ExitCancelling.csproj", "{43A89D65-00FD-4265-996B-5D920F1DCB82}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{E83975CF-C50B-4D94-B0D3-13B8C661C0D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopSimulation", "templates\DesktopSimulation\DesktopSimulation.csproj", "{1306C747-B453-4C71-8469-847C0ABA3D5B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimulationFrameworkTemplates", "templates\SimulationFrameworkTemplates\SimulationFrameworkTemplates.csproj", "{54672122-20EA-4887-BDF5-D92E518FE5AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowIcon", "examples\WindowIcon\WindowIcon.csproj", "{BFFC36CA-1F5E-4F8B-89A2-B3C7FC41A175}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FixedResolution", "examples\FixedResolution\FixedResolution.csproj", "{8F5B5C67-D652-4F17-A461-635BE3836352}"
Expand All @@ -52,7 +46,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlayingSounds", "examples\P
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6C7AAFC7-D032-4F8F-9DB5-B11CF6E4B7FC}"
ProjectSection(SolutionItems) = preProject
Directory.build.props = Directory.build.props
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
Expand Down Expand Up @@ -197,30 +191,6 @@ Global
{43A89D65-00FD-4265-996B-5D920F1DCB82}.Release|arm64.Build.0 = Release|Any CPU
{43A89D65-00FD-4265-996B-5D920F1DCB82}.Release|x86.ActiveCfg = Release|Any CPU
{43A89D65-00FD-4265-996B-5D920F1DCB82}.Release|x86.Build.0 = Release|Any CPU
{1306C747-B453-4C71-8469-847C0ABA3D5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1306C747-B453-4C71-8469-847C0ABA3D5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1306C747-B453-4C71-8469-847C0ABA3D5B}.Debug|arm64.ActiveCfg = Debug|arm64
{1306C747-B453-4C71-8469-847C0ABA3D5B}.Debug|arm64.Build.0 = Debug|arm64
{1306C747-B453-4C71-8469-847C0ABA3D5B}.Debug|x86.ActiveCfg = Debug|x86
{1306C747-B453-4C71-8469-847C0ABA3D5B}.Debug|x86.Build.0 = Debug|x86
{1306C747-B453-4C71-8469-847C0ABA3D5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1306C747-B453-4C71-8469-847C0ABA3D5B}.Release|Any CPU.Build.0 = Release|Any CPU
{1306C747-B453-4C71-8469-847C0ABA3D5B}.Release|arm64.ActiveCfg = Release|arm64
{1306C747-B453-4C71-8469-847C0ABA3D5B}.Release|arm64.Build.0 = Release|arm64
{1306C747-B453-4C71-8469-847C0ABA3D5B}.Release|x86.ActiveCfg = Release|x86
{1306C747-B453-4C71-8469-847C0ABA3D5B}.Release|x86.Build.0 = Release|x86
{54672122-20EA-4887-BDF5-D92E518FE5AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54672122-20EA-4887-BDF5-D92E518FE5AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54672122-20EA-4887-BDF5-D92E518FE5AB}.Debug|arm64.ActiveCfg = Debug|arm64
{54672122-20EA-4887-BDF5-D92E518FE5AB}.Debug|arm64.Build.0 = Debug|arm64
{54672122-20EA-4887-BDF5-D92E518FE5AB}.Debug|x86.ActiveCfg = Debug|x86
{54672122-20EA-4887-BDF5-D92E518FE5AB}.Debug|x86.Build.0 = Debug|x86
{54672122-20EA-4887-BDF5-D92E518FE5AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54672122-20EA-4887-BDF5-D92E518FE5AB}.Release|Any CPU.Build.0 = Release|Any CPU
{54672122-20EA-4887-BDF5-D92E518FE5AB}.Release|arm64.ActiveCfg = Release|arm64
{54672122-20EA-4887-BDF5-D92E518FE5AB}.Release|arm64.Build.0 = Release|arm64
{54672122-20EA-4887-BDF5-D92E518FE5AB}.Release|x86.ActiveCfg = Release|x86
{54672122-20EA-4887-BDF5-D92E518FE5AB}.Release|x86.Build.0 = Release|x86
{BFFC36CA-1F5E-4F8B-89A2-B3C7FC41A175}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFFC36CA-1F5E-4F8B-89A2-B3C7FC41A175}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFFC36CA-1F5E-4F8B-89A2-B3C7FC41A175}.Debug|arm64.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -272,8 +242,6 @@ Global
{3FE0C09B-2933-4661-BB62-B157A2F10EC0} = {DEF0CFA4-7823-4702-A5B6-264CF0895BA7}
{EB2D147D-181E-42D7-82C1-BF8B34275F53} = {DEF0CFA4-7823-4702-A5B6-264CF0895BA7}
{43A89D65-00FD-4265-996B-5D920F1DCB82} = {DEF0CFA4-7823-4702-A5B6-264CF0895BA7}
{1306C747-B453-4C71-8469-847C0ABA3D5B} = {E83975CF-C50B-4D94-B0D3-13B8C661C0D6}
{54672122-20EA-4887-BDF5-D92E518FE5AB} = {E83975CF-C50B-4D94-B0D3-13B8C661C0D6}
{BFFC36CA-1F5E-4F8B-89A2-B3C7FC41A175} = {DEF0CFA4-7823-4702-A5B6-264CF0895BA7}
{8F5B5C67-D652-4F17-A461-635BE3836352} = {DEF0CFA4-7823-4702-A5B6-264CF0895BA7}
{99D048A2-CFED-45D6-B28E-CB4C1F45F9FF} = {DEF0CFA4-7823-4702-A5B6-264CF0895BA7}
Expand Down
3 changes: 1 addition & 2 deletions examples/BasicInput/BasicInput.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<PublishAot>true</PublishAot>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion examples/BlankSimulation/BlankSimulation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
Expand Down
1 change: 0 additions & 1 deletion examples/CustomFonts/CustomFonts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion examples/DrawingShapes/DrawingShapes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion examples/ExitCancelling/ExitCancelling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion examples/FixedResolution/FixedResolution.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion examples/FontOrigins/FontOrigins.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion examples/WindowIcon/WindowIcon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
Expand Down
75 changes: 0 additions & 75 deletions templates/DesktopSimulation/DesktopSimulation.csproj

This file was deleted.

Binary file removed templates/DesktopSimulation/DesktopSimulation.ico
Binary file not shown.
20 changes: 0 additions & 20 deletions templates/DesktopSimulation/DesktopSimulation.vstemplate

This file was deleted.

18 changes: 0 additions & 18 deletions templates/DesktopSimulation/Program.cs

This file was deleted.

15 changes: 0 additions & 15 deletions templates/DesktopSimulation/ProjectTemplate.csproj

This file was deleted.

35 changes: 0 additions & 35 deletions templates/DesktopSimulation/Properties/AssemblyInfo.cs

This file was deleted.

32 changes: 0 additions & 32 deletions templates/SimulationFrameworkTemplates/Properties/AssemblyInfo.cs

This file was deleted.

Loading

0 comments on commit f1c645d

Please sign in to comment.