Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
yani committed Jul 25, 2018
1 parent 2db849f commit ef452ee
Show file tree
Hide file tree
Showing 13 changed files with 1,303 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ShortPATH.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 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShortPATH", "ShortPATH\ShortPATH.csproj", "{A63270E0-85CD-4201-94A8-54802601CF7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A63270E0-85CD-4201-94A8-54802601CF7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A63270E0-85CD-4201-94A8-54802601CF7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A63270E0-85CD-4201-94A8-54802601CF7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A63270E0-85CD-4201-94A8-54802601CF7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54087D54-133B-4375-A6E1-C589CE3FDCD7}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions ShortPATH/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.6.1" />
</startup>
</configuration>
184 changes: 184 additions & 0 deletions ShortPATH/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ef452ee

Please sign in to comment.