mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* Reverted the revert, as it seems the problem was the 1.0.* in the separate projects.
This commit is contained in:
14
Prebuild/tests/include-002.include
Normal file
14
Prebuild/tests/include-002.include
Normal file
@@ -0,0 +1,14 @@
|
||||
<Project name="Prebuild"
|
||||
path="src"
|
||||
language="C#"
|
||||
assemblyName="include-001"
|
||||
type="Exe"
|
||||
version="1.2.3"
|
||||
xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd"
|
||||
>
|
||||
<?include file="include-002-2.include"?>
|
||||
<Reference name="System" />
|
||||
<Files>
|
||||
<Match pattern="*.cs" recurse="true"/>
|
||||
</Files>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user