Skip to content

Commit

Permalink
Files
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasob committed Mar 15, 2021
1 parent db8034b commit 2344254
Show file tree
Hide file tree
Showing 258 changed files with 70,972 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Stronghold_Finder.sln
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.29411.108
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stronghold_Finder", "Stronghold_Finder\Stronghold_Finder.csproj", "{20CC843B-0C3D-46B2-9745-DB768D09E21E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20CC843B-0C3D-46B2-9745-DB768D09E21E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20CC843B-0C3D-46B2-9745-DB768D09E21E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20CC843B-0C3D-46B2-9745-DB768D09E21E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20CC843B-0C3D-46B2-9745-DB768D09E21E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {19F3EF67-83F0-4680-804C-C666F17A9CCF}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions Stronghold_Finder/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
37 changes: 37 additions & 0 deletions Stronghold_Finder/DATA/VALUES.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<values>
<mode>
<CORDS>1</CORDS>
<ANGLE>0</ANGLE>
</mode>
<coordinate>
<X>0</X>
<Y>260</Y>
<WIDTH>750</WIDTH>
<HEIGHT>40</HEIGHT>
</coordinate>
<coordinate_percentage>
<X>0</X>
<Y>0.256</Y>
<WIDTH>0.390</WIDTH>
<HEIGHT>0.039</HEIGHT>
</coordinate_percentage>
<angle>
<X>500</X>
<Y>350</Y>
<WIDTH>350</WIDTH>
<HEIGHT>35</HEIGHT>
</angle>
<angle_percentage>
<X>0.260</X>
<Y>0.344</Y>
<WIDTH>0.182</WIDTH>
<HEIGHT>0.034</HEIGHT>
</angle_percentage>
<button>
<savedkey>105</savedkey>
</button>
<game>
<TITLE>dwad</TITLE>
</game>
</values>
805 changes: 805 additions & 0 deletions Stronghold_Finder/Form1.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 2344254

Please sign in to comment.