-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #149 from farmerbriantee/v4
V4
- Loading branch information
Showing
293 changed files
with
30,627 additions
and
55,366 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<configSections> | ||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> | ||
<section name="ArdEmu.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/> | ||
</sectionGroup> | ||
</configSections> | ||
<userSettings> | ||
<ArdEmu.Properties.Settings> | ||
<setting name="nud0" serializeAs="String"> | ||
<value>127</value> | ||
</setting> | ||
<setting name="nud1" serializeAs="String"> | ||
<value>253</value> | ||
</setting> | ||
<setting name="nud2" serializeAs="String"> | ||
<value>0</value> | ||
</setting> | ||
<setting name="nud3" serializeAs="String"> | ||
<value>250</value> | ||
</setting> | ||
<setting name="nud4" serializeAs="String"> | ||
<value>0</value> | ||
</setting> | ||
<setting name="nud5" serializeAs="String"> | ||
<value>200</value> | ||
</setting> | ||
<setting name="nud6" serializeAs="String"> | ||
<value>0</value> | ||
</setting> | ||
<setting name="nud7" serializeAs="String"> | ||
<value>0</value> | ||
</setting> | ||
<setting name="nud8" serializeAs="String"> | ||
<value>0</value> | ||
</setting> | ||
<setting name="nud9" serializeAs="String"> | ||
<value>0</value> | ||
</setting> | ||
<setting name="nudTimer" serializeAs="String"> | ||
<value>1</value> | ||
</setting> | ||
</ArdEmu.Properties.Settings> | ||
</userSettings> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/></startup></configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.29613.14 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArdEmu", "ArdEmu\ArdEmu.csproj", "{82DBC9FD-B99B-4936-A989-C0BE28BB5032}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{82DBC9FD-B99B-4936-A989-C0BE28BB5032}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{82DBC9FD-B99B-4936-A989-C0BE28BB5032}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{82DBC9FD-B99B-4936-A989-C0BE28BB5032}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{82DBC9FD-B99B-4936-A989-C0BE28BB5032}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {4FCD7F8F-0463-4C64-8733-9AC56D39C73B} | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.