Skip to content

Commit

Permalink
Upgrade net framework
Browse files Browse the repository at this point in the history
- upgraded to net framework 4.8.2
  • Loading branch information
rfuzzo committed Mar 1, 2024
1 parent 464c96d commit e38b768
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ MGE-XE-DLfuncs.layout
/MaterialEditor/packages/
/CMakeCache.txt
/CMakeFiles/
MGEgui/.vs/
14 changes: 10 additions & 4 deletions MGEgui/MGEgui_vc2008.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
Expand Down Expand Up @@ -104,13 +104,19 @@
<ItemGroup>
<Compile Include="DirectX\DistantLandTextures.cs" />
<Compile Include="DirectX\DXMain.cs" />
<Compile Include="DistantLand\BetterCheckedListBox.cs" />
<Compile Include="LightingForm.cs" />
<Compile Include="DistantLand\BetterCheckedListBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="LightingForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LightingForm.Designer.cs">
<DependentUpon>LightingForm.cs</DependentUpon>
</Compile>
<Compile Include="Localization\LocalizationInterface.cs" />
<Compile Include="LogViewer.cs" />
<Compile Include="LogViewer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LogViewer.Designer.cs">
<DependentUpon>LogViewer.cs</DependentUpon>
</Compile>
Expand Down
2 changes: 1 addition & 1 deletion MGEgui/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions MGEgui/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions MGEgui/app.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>
</configuration>

0 comments on commit e38b768

Please sign in to comment.