aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index abf8f36..bb9b7d6 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1727,11 +1727,13 @@
1727 <Configuration name="Debug"> 1727 <Configuration name="Debug">
1728 <Options> 1728 <Options>
1729 <OutputPath>../../../../bin/Physics/</OutputPath> 1729 <OutputPath>../../../../bin/Physics/</OutputPath>
1730 <AllowUnsafe>true</AllowUnsafe>
1730 </Options> 1731 </Options>
1731 </Configuration> 1732 </Configuration>
1732 <Configuration name="Release"> 1733 <Configuration name="Release">
1733 <Options> 1734 <Options>
1734 <OutputPath>../../../../bin/Physics/</OutputPath> 1735 <OutputPath>../../../../bin/Physics/</OutputPath>
1736 <AllowUnsafe>true</AllowUnsafe>
1735 </Options> 1737 </Options>
1736 </Configuration> 1738 </Configuration>
1737 1739