Skip to content

Commit 56f0682

Browse files
authored
Upload reset program.
1 parent fcede74 commit 56f0682

21 files changed

+3870
-0
lines changed

ResetAurora/ResetAurora.sln

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResetAurora", "ResetAurora\ResetAurora.csproj", "{6F885DD5-334D-4AA6-9734-27ADA3028074}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{6F885DD5-334D-4AA6-9734-27ADA3028074}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{6F885DD5-334D-4AA6-9734-27ADA3028074}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{6F885DD5-334D-4AA6-9734-27ADA3028074}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{6F885DD5-334D-4AA6-9734-27ADA3028074}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

ResetAurora/ResetAurora.v11.suo

52.5 KB
Binary file not shown.

ResetAurora/ResetAurora/App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
5+
</startup>
6+
</configuration>

ResetAurora/ResetAurora/Form1.Designer.cs

Lines changed: 140 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)