mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
Reinsert the <group> tag to stay XML compatible.
XML forbids to have more than one root element in a file. svn path=/trunk/; revision=33055
This commit is contained in:
parent
d9e6cd4b38
commit
6bad85af97
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<module name="frag" type="win32gui" installbase="system32" installname="frag.exe" unicode="yes">
|
||||
<include base="frag">.</include>
|
||||
<define name="WINVER">0x0501</define>
|
||||
|
@ -28,3 +29,4 @@
|
|||
<file>Defragment.cpp</file>
|
||||
<file>DriveVolume.cpp</file>
|
||||
</module>
|
||||
</group>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue