Skip to content

Commit 148b8b1

Browse files
v1.0
1 parent b6f93a4 commit 148b8b1

13 files changed

+7364
-0
lines changed

JavaPather.sln

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.28307.421
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JavaPather", "JavaPather\JavaPather.csproj", "{6B930381-15F4-4402-AC9C-258D5B0B800E}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{6B930381-15F4-4402-AC9C-258D5B0B800E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{6B930381-15F4-4402-AC9C-258D5B0B800E}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{6B930381-15F4-4402-AC9C-258D5B0B800E}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{6B930381-15F4-4402-AC9C-258D5B0B800E}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {7AF80869-44C7-4969-B890-8DFEE9E18F64}
24+
EndGlobalSection
25+
EndGlobal

JavaPather/App.config

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
5+
</startup>
6+
</configuration>

JavaPather/Form1.Designer.cs

+287
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)