Skip to content

Commit 254c346

Browse files
committed
Add simplefile to genarate complier
1 parent 1d15b95 commit 254c346

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

Code/Simple.unigal

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<unigal-script>
3+
<head>
4+
<src>
5+
HandWriting
6+
</src>
7+
<ver>
8+
0.0.1
9+
</ver>
10+
</head>
11+
<body>
12+
<text>
13+
<character>
14+
<name>
15+
UniGal
16+
</name>
17+
</character>
18+
<content>
19+
<part>
20+
你好
21+
</part>
22+
</content>
23+
</text>
24+
<code>
25+
<action>
26+
<textcontrol>
27+
newline
28+
</textcontrol>
29+
</action>
30+
</code>
31+
<text>
32+
<character>
33+
<name>
34+
UniGal
35+
</name>
36+
</character>
37+
<content>
38+
<part>
39+
世界
40+
</part>
41+
</content>
42+
</text>
43+
</body>
44+
</unigal-script>
File renamed without changes.

UniGal-Script.sln

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
3030
README.md = README.md
3131
EndProjectSection
3232
EndProject
33-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Code", "Code", "{FADE2D46-D1B5-48A9-9DBE-A40DDF3412C6}"
33+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Code", "Code", "{F1EB54D0-1936-4215-A186-9BA6C1A1BBB1}"
3434
ProjectSection(SolutionItems) = preProject
35-
XMLFILE.xml = XMLFILE.xml
35+
Code\Simple.unigal = Code\Simple.unigal
36+
Code\XMLFILE.xml = Code\XMLFILE.xml
3637
EndProjectSection
3738
EndProject
3839
Global

0 commit comments

Comments
 (0)