mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 14:35:44 +08:00
Source code is included for reference. This can go away again once Prebuild is updated with a more general mechanism for cleaning up files.
The Prebuild source code here can be built with nant, or regnerated for other tools using the prebuild at {root}/bin/Prebuild.exe
8 lines
289 B
XML
8 lines
289 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
|
|
<Solution name="include-002" version="1.2.3">
|
|
<?include file="include-002-2.include"?>
|
|
<?include file="include-002.include"?>
|
|
</Solution>
|
|
</Prebuild>
|