-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmidi64.csc
More file actions
23 lines (23 loc) · 856 Bytes
/
midi64.csc
File metadata and controls
23 lines (23 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="iso-8859-1" ?>
<setup>
<application title="MG MIDI Tools" version="3.2.0.0" author="Martin Gaeckler" />
<icons Group="MG MIDI Tools (x86)">
<icon title="MG MIDI Tools" target="PROGRAM\midi.exe" main="true" dbUpd="" />
<icon title="Readme" target="PROGRAM\readme.txt" main="" dbUpd="" />
<icon title="Readme (En)" target="PROGRAM\readme_en.txt" main="" dbUpd="" />
</icons>
<source>
<group name="PROGRAM" destination="$ProgramFiles64">
<file source="readme.txt" />
<file source="readme_en.txt" />
<file source="gm_drums.csv" />
<file source="gm_voices.csv" />
<file source="psr275_drums.csv" />
<file source="psr275_voices.csv" />
<file source="sy35_voices.csv" />
<file source="..\..\Object\x64\midi.de.gui" />
<file source="..\..\Object\x64\MIDI.exe" />
<file source="..\..\Object\x64\midi.gui" />
</group>
</source>
</setup>