Skip to content

Commit 2ed348a

Browse files
committed
Re-added readme.md in correct location
1 parent 4543b71 commit 2ed348a

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
labtech_decode_scriptxml
2+
========================
3+
4+
A command-line tool to decode packed Labtech script XML files.
5+
6+
ABOUT:
7+
==========
8+
9+
Use this to decrypt Labtech Packed
10+
XML files to a json file.
11+
12+
USAGE:
13+
===========
14+
15+
DecryptLTXML.exe --input=input.xml
16+
--output=output.txt
17+
[--overwrite=false|true]
18+
19+
EXIT CODES
20+
===========
21+
0: Success
22+
1: ShowedHelp
23+
2: InputFileNotFound
24+
3: InputFileInvalid
25+
4: OutputFileExists
26+
100: UnknownError

labtech_decode_scriptxml.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 10.00
33
# Visual Studio 2008
44
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "labtech_decode_scriptxml", "labtech_decode_scriptxml\labtech_decode_scriptxml.csproj", "{1F2577B2-B9AA-43EC-9272-F6DE2F7E0D43}"
55
EndProject
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{543A8D44-D36F-416E-BEFD-A66C08C96872}"
7+
ProjectSection(SolutionItems) = preProject
8+
README.md = README.md
9+
EndProjectSection
10+
EndProject
611
Global
712
GlobalSection(SolutionConfigurationPlatforms) = preSolution
813
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)