Skip to content

Commit

Permalink
build: migrate as3 project to vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Notexe committed Jul 6, 2024
1 parent 4240806 commit 461dd76
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 65 deletions.
8 changes: 0 additions & 8 deletions source/.idea/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion source/.idea/.name

This file was deleted.

11 changes: 0 additions & 11 deletions source/.idea/flexCompiler.xml

This file was deleted.

6 changes: 0 additions & 6 deletions source/.idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions source/.idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions source/.idea/vcs.xml

This file was deleted.

3 changes: 3 additions & 0 deletions source/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"as3mxml.sdk.framework": "C:\\FlexSDK"
}
18 changes: 18 additions & 0 deletions source/.vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Compile release and export using G2GFxDataTool",
"type": "shell",
"command": "D:\\Tools\\G2GFxDataTool\\G2GFxDataTool.exe -i bin\\SimpleKeyEventHelper.swf -o ..\\content\\chunk0\\scaleform\\",
"dependsOn": ["ActionScript: compile release - asconfig.json"],
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
25 changes: 0 additions & 25 deletions source/SimpleKeyEventHelper.iml

This file was deleted.

7 changes: 7 additions & 0 deletions source/asconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"source-path": ["src"],
"output": "bin/SimpleKeyEventHelper.swf"
},
"mainClass": "Main"
}

0 comments on commit 461dd76

Please sign in to comment.