aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/tests/.svn/text-base/include-001.prebuild.svn-base
diff options
context:
space:
mode:
authorJohn Hurliman2010-09-11 18:26:59 -0700
committerJohn Hurliman2010-09-11 18:26:59 -0700
commita9acc6730d4dc33b81da567778cac32517b2068c (patch)
tree4b95d80aa4f0495deef625f2e4c01c317cbb2544 /Prebuild/tests/.svn/text-base/include-001.prebuild.svn-base
parentPrevent child agents from being blacklisted in the kill record. (diff)
downloadopensim-SC_OLD-a9acc6730d4dc33b81da567778cac32517b2068c.zip
opensim-SC_OLD-a9acc6730d4dc33b81da567778cac32517b2068c.tar.gz
opensim-SC_OLD-a9acc6730d4dc33b81da567778cac32517b2068c.tar.bz2
opensim-SC_OLD-a9acc6730d4dc33b81da567778cac32517b2068c.tar.xz
Removing .svn directories under Prebuild/ from source control
Diffstat (limited to '')
-rw-r--r--Prebuild/tests/.svn/text-base/include-001.prebuild.svn-base22
1 files changed, 0 insertions, 22 deletions
diff --git a/Prebuild/tests/.svn/text-base/include-001.prebuild.svn-base b/Prebuild/tests/.svn/text-base/include-001.prebuild.svn-base
deleted file mode 100644
index 8047008..0000000
--- a/Prebuild/tests/.svn/text-base/include-001.prebuild.svn-base
+++ /dev/null
@@ -1,22 +0,0 @@
1<?xml version="1.0" encoding="utf-8" ?>
2<Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7">
3 <Solution name="include-001" version="1.2.3">
4 <Configuration name="Debug">
5 <Options>
6 <CompilerDefines>DEBUG;TRACE</CompilerDefines>
7 <OptimizeCode>false</OptimizeCode>
8 <OutputPath>bin/Debug</OutputPath>
9 <DebugInformation>true</DebugInformation>
10 </Options>
11 </Configuration>
12 <Configuration name="Release">
13 <Options>
14 <CompilerDefines>TRACE</CompilerDefines>
15 <OutputPath>bin/Release</OutputPath>
16 <OptimizeCode>true</OptimizeCode>
17 <DebugInformation>false</DebugInformation>
18 </Options>
19 </Configuration>
20 <?include file="include-001.include"?>
21 </Solution>
22</Prebuild>