Skip to content

Commit

Permalink
Final changes, prepared for release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiHatti committed Jul 13, 2020
1 parent 79a70d8 commit 0d32ade
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 3 deletions.
Binary file modified LPHP-Engine/LPHPConsole/bin/Release/LPHPCore.dll
Binary file not shown.
Binary file modified LPHP-Engine/LPHPConsole/bin/Release/LPHPCore.pdb
Binary file not shown.
1 change: 1 addition & 0 deletions LPHP-Engine/LPHPConsole/bin/Release/compile.lphp.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[2020-07-13T18:33:32]<LPHPWarning> No path provided upon startup. Please provide a path to your LPHP-project at startup, or enter it below:
[2020-07-13T18:57:35]<LPHPWarning> No path provided upon startup. Please provide a path to your LPHP-project at startup, or enter it below:
[2020-07-13T19:39:15]<LPHPWarning> No path provided upon startup. Please provide a path to your LPHP-project at startup, or enter it below:
[2020-07-13T19:58:26]<LPHPWarning> No path provided upon startup. Please provide a path to your LPHP-project at startup, or enter it below:
Binary file not shown.
Binary file modified LPHP-Engine/LPHPCore/bin/Release/netstandard2.0/LPHPCore.dll
Binary file not shown.
Binary file modified LPHP-Engine/LPHPCore/bin/Release/netstandard2.0/LPHPCore.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
H:\Git\LPHP\LPHP-Engine\LPHPCore\bin\Release\netstandard2.0\LPHPCore.deps.json
H:\Git\LPHP\LPHP-Engine\LPHPCore\bin\Release\netstandard2.0\LPHPCore.dll
H:\Git\LPHP\LPHP-Engine\LPHPCore\bin\Release\netstandard2.0\LPHPCore.pdb
H:\Git\LPHP\LPHP-Engine\LPHPCore\obj\Release\netstandard2.0\LPHPCore.csprojAssemblyReference.cache
H:\Git\LPHP\LPHP-Engine\LPHPCore\obj\Release\netstandard2.0\LPHPCore.AssemblyInfoInputs.cache
H:\Git\LPHP\LPHP-Engine\LPHPCore\obj\Release\netstandard2.0\LPHPCore.AssemblyInfo.cs
H:\Git\LPHP\LPHP-Engine\LPHPCore\obj\Release\netstandard2.0\LPHPCore.csproj.CoreCompileInputs.cache
Expand Down
Binary file not shown.
Binary file modified LPHP-Engine/LPHPCore/obj/Release/netstandard2.0/LPHPCore.dll
Binary file not shown.
Binary file modified LPHP-Engine/LPHPCore/obj/Release/netstandard2.0/LPHPCore.pdb
Binary file not shown.
Binary file modified LPHP-Engine/LPHPUI/bin/Release/LPHPCore.dll
Binary file not shown.
Binary file modified LPHP-Engine/LPHPUI/bin/Release/LPHPCore.pdb
Binary file not shown.
Binary file modified LPHP-Engine/LPHPUI/bin/Release/LPHPUI.exe
Binary file not shown.
Binary file modified LPHP-Engine/LPHPUI/bin/Release/LPHPUI.pdb
Binary file not shown.
4 changes: 2 additions & 2 deletions LPHP-Engine/LPHPUI/fLPHPUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ private void btnOpenProjectLog_Click(object sender, EventArgs e)
}
else
{
MessageBox.Show("Please select a valid propject folder.", "No folder selected", MessageBoxButtons.OK, MessageBoxIcon.Warning);
MessageBox.Show("Please select a valid project folder.", "No folder selected", MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
}

Expand All @@ -262,7 +262,7 @@ private void btnOpenProjectFolder_Click(object sender, EventArgs e)
}
else
{
MessageBox.Show("Please select a valid propject folder.", "No folder selected", MessageBoxButtons.OK, MessageBoxIcon.Warning);
MessageBox.Show("Please select a valid project folder.", "No folder selected", MessageBoxButtons.OK, MessageBoxIcon.Warning);
}
}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified LPHP-Engine/LPHPUI/obj/Release/LPHPUI.exe
Binary file not shown.
Binary file modified LPHP-Engine/LPHPUI/obj/Release/LPHPUI.pdb
Binary file not shown.
Binary file modified LPHP_Setup.exe
Binary file not shown.

0 comments on commit 0d32ade

Please sign in to comment.