diff options
author | Oren Hurvitz | 2013-12-03 08:47:47 +0200 |
---|---|---|
committer | Oren Hurvitz | 2014-03-24 12:26:54 +0100 |
commit | f5ae36d7e25a20199d676e53a066be79f76b580d (patch) | |
tree | 30b6bb359ced6b6ff899b078c921df70ad3a4358 /Prebuild/prebuild.xml | |
parent | Enable runprebuild.bat to run in Cygwin (diff) | |
download | opensim-SC_OLD-f5ae36d7e25a20199d676e53a066be79f76b580d.zip opensim-SC_OLD-f5ae36d7e25a20199d676e53a066be79f76b580d.tar.gz opensim-SC_OLD-f5ae36d7e25a20199d676e53a066be79f76b580d.tar.bz2 opensim-SC_OLD-f5ae36d7e25a20199d676e53a066be79f76b580d.tar.xz |
Updated Prebuild to support .NET 4.5
Resolves http://opensimulator.org/mantis/view.php?id=6951
Diffstat (limited to 'Prebuild/prebuild.xml')
-rw-r--r-- | Prebuild/prebuild.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Prebuild/prebuild.xml b/Prebuild/prebuild.xml index 588d788..f39175b 100644 --- a/Prebuild/prebuild.xml +++ b/Prebuild/prebuild.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.9.xsd" version="1.9"> | 2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.10.xsd" version="1.10"> |
3 | <Solution name="Prebuild" version="2.0.5"> | 3 | <Solution name="Prebuild" version="2.0.6"> |
4 | <Configuration name="Debug"> | 4 | <Configuration name="Debug"> |
5 | <Options> | 5 | <Options> |
6 | <CompilerDefines>DEBUG;TRACE</CompilerDefines> | 6 | <CompilerDefines>DEBUG;TRACE</CompilerDefines> |
@@ -31,7 +31,7 @@ | |||
31 | type="Exe" | 31 | type="Exe" |
32 | rootNamespace="Prebuild" | 32 | rootNamespace="Prebuild" |
33 | startupObject="Prebuild.Prebuild" | 33 | startupObject="Prebuild.Prebuild" |
34 | version="2.0.5" | 34 | version="2.0.6" |
35 | frameworkVersion="v3_5" | 35 | frameworkVersion="v3_5" |
36 | > | 36 | > |
37 | <Author>Matthew Holmes (matthew@wildfiregames.com)</Author> | 37 | <Author>Matthew Holmes (matthew@wildfiregames.com)</Author> |
@@ -66,7 +66,7 @@ | |||
66 | <Reference name="System" /> | 66 | <Reference name="System" /> |
67 | <Files> | 67 | <Files> |
68 | <Match pattern="App.ico" buildAction="EmbeddedResource"/> | 68 | <Match pattern="App.ico" buildAction="EmbeddedResource"/> |
69 | <Match path="data" pattern="prebuild-1.9.xsd" buildAction="EmbeddedResource"/> | 69 | <Match path="data" pattern="prebuild-1.10.xsd" buildAction="EmbeddedResource"/> |
70 | <Match path="data" pattern="autotools.xml" buildAction="EmbeddedResource"/> | 70 | <Match path="data" pattern="autotools.xml" buildAction="EmbeddedResource"/> |
71 | <Match pattern="*.cs" recurse="true"/> | 71 | <Match pattern="*.cs" recurse="true"/> |
72 | </Files> | 72 | </Files> |