Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Mfweb committed Aug 14, 2017
1 parent 325f668 commit ff9c408
Show file tree
Hide file tree
Showing 31 changed files with 2,108 additions and 0 deletions.
Binary file added .vs/PAL4_EDIT/v15/.suo
Binary file not shown.
22 changes: 22 additions & 0 deletions PAL4_EDIT.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PAL4_EDIT", "PAL4_EDIT\PAL4_EDIT.csproj", "{7032CB4F-A5C3-40D5-9985-95EAB493CB54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7032CB4F-A5C3-40D5-9985-95EAB493CB54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7032CB4F-A5C3-40D5-9985-95EAB493CB54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7032CB4F-A5C3-40D5-9985-95EAB493CB54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7032CB4F-A5C3-40D5-9985-95EAB493CB54}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions PAL4_EDIT/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.5.2" />
</startup>
</configuration>
885 changes: 885 additions & 0 deletions PAL4_EDIT/Form1.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit ff9c408

Please sign in to comment.