Skip to content

Commit

Permalink
.NET 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
b23prodtm committed Apr 3, 2023
1 parent c5c7bc6 commit e917c84
Show file tree
Hide file tree
Showing 14 changed files with 101 additions and 109 deletions.
8 changes: 4 additions & 4 deletions BuildAll.bat
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
echo off
SET VS=14.0
SET VS=Microsoft Visual Studio\2022\Community
SET SLN_CFG=Release
SET BUILDER=%ProgramFiles(x86)%\MSBuild\%VS%\Bin\MSBuild.exe
SET InnoCompiler=%ProgramFiles(x86)%\Inno Setup 5\ISCC.exe
SET BUILDER=%ProgramFiles%\%VS%\MSBuild\Current\Bin\MSBuild.exe
SET InnoCompiler=%ProgramFiles(x86)%\Inno Setup 6\ISCC.exe


:build32
echo %DATE% %TIME%: Cleaning MFIGamepadFeeder (x86)
"%BUILDER%" MFIGamepadFeeder.sln /maxcpucount:1 /t:clean /p:Platform=x86;Configuration="%SLN_CFG%"
"%BUILDER%" MFIGamepadFeeder.sln /maxcpucount:1 /t:clean /p:Platform=x86;Configuration="%SLN_CFG%"
set BUILD_STATUS=%ERRORLEVEL%
if not %BUILD_STATUS%==0 goto fail

Expand Down
10 changes: 5 additions & 5 deletions MFIGamepadConfigCreator/App.config
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?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>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Reactive.Interfaces" publicKeyToken="94bc3704cddfc263" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.1000.0" newVersion="3.0.1000.0" />
<assemblyIdentity name="System.Reactive.Interfaces" publicKeyToken="94bc3704cddfc263" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.0.1000.0" newVersion="3.0.1000.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
</configuration>
3 changes: 2 additions & 1 deletion MFIGamepadConfigCreator/MFIGamepadConfigCreator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MFIGamepadConfigCreator</RootNamespace>
<AssemblyName>MFIGamepadConfigCreator</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug %28Local%29|x64'">
<DebugSymbols>true</DebugSymbols>
Expand Down
68 changes: 30 additions & 38 deletions MFIGamepadConfigCreator/Properties/Resources.Designer.cs

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

30 changes: 13 additions & 17 deletions MFIGamepadConfigCreator/Properties/Settings.Designer.cs

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

28 changes: 14 additions & 14 deletions MFIGamepadFeeder/App.config
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="MFIGamepadFeeder.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
<section name="MFIGamepadFeeder.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
<userSettings>
<MFIGamepadFeeder.Properties.Settings>
<setting name="SelectedHidDevice1" serializeAs="String">
<value />
<value/>
</setting>
<setting name="SelectedControllerId1" serializeAs="String">
<value>1</value>
</setting>
<setting name="SelectedConfigFile1" serializeAs="String">
<value />
<value/>
</setting>
<setting name="SelectedHidDevice2" serializeAs="String">
<value />
<value/>
</setting>
<setting name="SelectedHidDevice3" serializeAs="String">
<value />
<value/>
</setting>
<setting name="SelectedHidDevice4" serializeAs="String">
<value />
<value/>
</setting>
<setting name="SelectedControllerId2" serializeAs="String">
<value>2</value>
Expand All @@ -38,13 +38,13 @@
<value>4</value>
</setting>
<setting name="SelectedConfigFile2" serializeAs="String">
<value />
<value/>
</setting>
<setting name="SelectedConfigFile3" serializeAs="String">
<value />
<value/>
</setting>
<setting name="SelectedConfigFile4" serializeAs="String">
<value />
<value/>
</setting>
<setting name="ControllerActive1" serializeAs="String">
<value>False</value>
Expand All @@ -69,9 +69,9 @@
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Reactive.Interfaces" publicKeyToken="94bc3704cddfc263" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.1000.0" newVersion="3.0.1000.0" />
<assemblyIdentity name="System.Reactive.Interfaces" publicKeyToken="94bc3704cddfc263" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.0.1000.0" newVersion="3.0.1000.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
</configuration>
5 changes: 3 additions & 2 deletions MFIGamepadFeeder/MFIGamepadFeeder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MFIGamepadFeeder</RootNamespace>
<AssemblyName>MFIGamepadFeeder</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
Expand All @@ -31,6 +31,7 @@
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
Expand Down Expand Up @@ -305,4 +306,4 @@ rd /q /s "$(TargetDir)vGenSDK"</PostBuildEvent>
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
26 changes: 13 additions & 13 deletions MFIGamepadFeeder/Properties/Resources.Designer.cs

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

10 changes: 5 additions & 5 deletions MFIGamepadFeeder/Properties/Settings.Designer.cs

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

3 changes: 2 additions & 1 deletion MFIGamepadShared/MFIGamepadShared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MFIGamepadShared</RootNamespace>
<AssemblyName>MFIGamepadShared</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
Expand Down
8 changes: 4 additions & 4 deletions MFIGamepadShared/app.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Reactive.Interfaces" publicKeyToken="94bc3704cddfc263" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.1000.0" newVersion="3.0.1000.0" />
<assemblyIdentity name="System.Reactive.Interfaces" publicKeyToken="94bc3704cddfc263" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.0.1000.0" newVersion="3.0.1000.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
Loading

0 comments on commit e917c84

Please sign in to comment.