Skip to content

Commit

Permalink
Added compiled release binary and config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtremblay committed Mar 27, 2021
1 parent 460a784 commit d214981
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Binary file modified bin/Release/FoenixIDE.exe
Binary file not shown.
15 changes: 15 additions & 0 deletions bin/Release/FoenixIDE.exe.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
<?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="FoenixIDE.Simulator.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.6.1" />
</startup>
<userSettings>
<FoenixIDE.Simulator.Properties.Settings>
<setting name="Autorun" serializeAs="String">
<value>True</value>
</setting>
<setting name="BoardRevision" serializeAs="String">
<value>C</value>
</setting>
</FoenixIDE.Simulator.Properties.Settings>
</userSettings>
</configuration>

0 comments on commit d214981

Please sign in to comment.