Skip to content

Commit

Permalink
workspace project files
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Aug 27, 2024
1 parent 5cf9ca0 commit 90b3a3a
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
63 changes: 63 additions & 0 deletions hyperon-experimental.vpj
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!DOCTYPE Project SYSTEM "http://www.slickedit.com/dtd/vse/10.0/vpj.dtd">
<Project
Version="10.0"
VendorName="SlickEdit"
TemplateName="(Other)"
WorkingDir=".">
<Config
Name="Release"
OutputFile=""
CompilerConfigName="">
<Menu>
<Target
Name="Compile"
MenuCaption="&amp;Compile"
CaptureOutputWith="ProcessBuffer"
SaveOption="SaveCurrent"
RunFromDir="%rw">
<Exec/>
</Target>
<Target
Name="Build"
MenuCaption="&amp;Build"
CaptureOutputWith="ProcessBuffer"
SaveOption="SaveWorkspaceFiles"
RunFromDir="%rw">
<Exec/>
</Target>
<Target
Name="Rebuild"
MenuCaption="&amp;Rebuild"
CaptureOutputWith="ProcessBuffer"
SaveOption="SaveWorkspaceFiles"
RunFromDir="%rw">
<Exec/>
</Target>
<Target
Name="Debug"
MenuCaption="&amp;Debug"
SaveOption="SaveNone"
RunFromDir="%rw">
<Exec/>
</Target>
<Target
Name="Execute"
MenuCaption="E&amp;xecute"
SaveOption="SaveNone"
RunFromDir="%rw">
<Exec CmdLine='"hyperon-experimental.exe"'/>
</Target>
</Menu>
</Config>
<CustomFolders></CustomFolders>
<List Name="RTE">
</List>
<Files AutoFolders="DirectoryView">
<Folder Name="../hyperon-experimental">
<F
N="../hyperon-experimental/*.*"
Recurse="1"
Excludes=".git/;*.metta.html;*.bak;build/;.*/;*~*/"/>
</Folder>
</Files>
</Project>
1 change: 1 addition & 0 deletions hyperon-wam.vpw
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Workspace Version="10.0" VendorName="SlickEdit">
<Projects>
<Project File="compiler-project.vpj"/>
<Project File="hyperon-experimental.vpj"/>
<Project File="hyperon-wam.vpj"/>
<Project File="Test-files.vpj"/>
</Projects>
Expand Down

0 comments on commit 90b3a3a

Please sign in to comment.