-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db8034b
commit 2344254
Showing
258 changed files
with
70,972 additions
and
0 deletions.
There are no files selected for viewing
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.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 |
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> | ||
</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,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> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.