diff options
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 192 |
1 files changed, 95 insertions, 97 deletions
diff --git a/prebuild.xml b/prebuild.xml index dfea34b..9964a15 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1883,6 +1883,101 @@ | |||
1883 | </Project> | 1883 | </Project> |
1884 | 1884 | ||
1885 | 1885 | ||
1886 | <Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library"> | ||
1887 | <Configuration name="Debug"> | ||
1888 | <Options> | ||
1889 | <OutputPath>../../../../bin/</OutputPath> | ||
1890 | </Options> | ||
1891 | </Configuration> | ||
1892 | <Configuration name="Release"> | ||
1893 | <Options> | ||
1894 | <OutputPath>../../../../bin/</OutputPath> | ||
1895 | </Options> | ||
1896 | </Configuration> | ||
1897 | |||
1898 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1899 | <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath> | ||
1900 | <Reference name="System" localCopy="false"/> | ||
1901 | <Reference name="System.Data" localCopy="false"/> | ||
1902 | <Reference name="System.Web" localCopy="false"/> | ||
1903 | <Reference name="System.Xml" localCopy="false"/> | ||
1904 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1905 | <Reference name="OpenMetaverse.dll"/> | ||
1906 | <Reference name="OpenSim" /> | ||
1907 | <Reference name="OpenSim.Framework"/> | ||
1908 | <Reference name="OpenSim.Framework.Communications"/> | ||
1909 | <Reference name="OpenSim.Region.Environment" /> | ||
1910 | <Reference name="OpenSim.Region.Interfaces" /> | ||
1911 | <Reference name="OpenSim.Region.Physics.Manager" /> | ||
1912 | <Reference name="OpenSim.Framework.Console"/> | ||
1913 | <Reference name="Nini.dll" /> | ||
1914 | <Reference name="RAIL.dll"/> | ||
1915 | <Reference name="OpenSim.Framework.Console"/> | ||
1916 | <Reference name="Nini.dll" /> | ||
1917 | <Reference name="log4net.dll"/> | ||
1918 | |||
1919 | <Files> | ||
1920 | <Match pattern="*.cs" recurse="true" > | ||
1921 | <Exclude name="Tests" pattern="Tests" /> | ||
1922 | </Match> | ||
1923 | </Files> | ||
1924 | </Project> | ||
1925 | |||
1926 | <Project name="OpenSim.Region.ScriptEngine.Common.Tests" path="OpenSim/Region/ScriptEngine/Common/Tests" type="Library"> | ||
1927 | <Configuration name="Debug"> | ||
1928 | <Options> | ||
1929 | <OutputPath>../../../../../bin/</OutputPath> | ||
1930 | </Options> | ||
1931 | </Configuration> | ||
1932 | <Configuration name="Release"> | ||
1933 | <Options> | ||
1934 | <OutputPath>../../../../../bin/</OutputPath> | ||
1935 | </Options> | ||
1936 | </Configuration> | ||
1937 | |||
1938 | <ReferencePath>../../../../../bin/</ReferencePath> | ||
1939 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | ||
1940 | <Reference name="OpenSim.Tests.Common"/> | ||
1941 | <Reference name="nunit.framework.dll" /> | ||
1942 | <Files> | ||
1943 | <Match pattern="*.cs" recurse="false"/> | ||
1944 | </Files> | ||
1945 | </Project> | ||
1946 | |||
1947 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> | ||
1948 | <Configuration name="Debug"> | ||
1949 | <Options> | ||
1950 | <OutputPath>../../../../bin/</OutputPath> | ||
1951 | </Options> | ||
1952 | </Configuration> | ||
1953 | <Configuration name="Release"> | ||
1954 | <Options> | ||
1955 | <OutputPath>../../../../bin/</OutputPath> | ||
1956 | </Options> | ||
1957 | </Configuration> | ||
1958 | |||
1959 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1960 | <ReferencePath>../../../../bin/</ReferencePath> | ||
1961 | <Reference name="System" localCopy="false"/> | ||
1962 | <Reference name="System.Data" localCopy="false"/> | ||
1963 | <Reference name="System.Xml" localCopy="false"/> | ||
1964 | <Reference name="System.Runtime.Remoting" localCopy="false"/> | ||
1965 | <Reference name="OpenMetaverseTypes.dll"/> | ||
1966 | <Reference name="RAIL.dll"/> | ||
1967 | <Reference name="OpenSim.Framework"/> | ||
1968 | <Reference name="OpenSim.Framework.Console"/> | ||
1969 | <Reference name="OpenSim.Region.Environment" /> | ||
1970 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | ||
1971 | <Reference name="Microsoft.JScript"/> | ||
1972 | <Reference name="Nini.dll" /> | ||
1973 | <Reference name="log4net.dll"/> | ||
1974 | <Reference name="Tools.dll"/> | ||
1975 | |||
1976 | <Files> | ||
1977 | <Match pattern="*.cs" recurse="true"/> | ||
1978 | </Files> | ||
1979 | </Project> | ||
1980 | |||
1886 | <!-- OGS projects --> | 1981 | <!-- OGS projects --> |
1887 | 1982 | ||
1888 | <Project name="OpenSim.Grid.Communications.OGS1" path="OpenSim/Grid/Communications/OGS1" type="Library"> | 1983 | <Project name="OpenSim.Grid.Communications.OGS1" path="OpenSim/Grid/Communications/OGS1" type="Library"> |
@@ -2360,103 +2455,6 @@ | |||
2360 | 2455 | ||
2361 | 2456 | ||
2362 | 2457 | ||
2363 | <Project name="OpenSim.Region.ScriptEngine.Common" path="OpenSim/Region/ScriptEngine/Common" type="Library"> | ||
2364 | <Configuration name="Debug"> | ||
2365 | <Options> | ||
2366 | <OutputPath>../../../../bin/</OutputPath> | ||
2367 | </Options> | ||
2368 | </Configuration> | ||
2369 | <Configuration name="Release"> | ||
2370 | <Options> | ||
2371 | <OutputPath>../../../../bin/</OutputPath> | ||
2372 | </Options> | ||
2373 | </Configuration> | ||
2374 | |||
2375 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2376 | <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath> | ||
2377 | <Reference name="System" localCopy="false"/> | ||
2378 | <Reference name="System.Data" localCopy="false"/> | ||
2379 | <Reference name="System.Web" localCopy="false"/> | ||
2380 | <Reference name="System.Xml" localCopy="false"/> | ||
2381 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2382 | <Reference name="OpenMetaverse.dll"/> | ||
2383 | <Reference name="OpenSim" /> | ||
2384 | <Reference name="OpenSim.Framework"/> | ||
2385 | <Reference name="OpenSim.Framework.Communications"/> | ||
2386 | <Reference name="OpenSim.Region.Environment" /> | ||
2387 | <Reference name="OpenSim.Region.Interfaces" /> | ||
2388 | <Reference name="OpenSim.Region.Physics.Manager" /> | ||
2389 | <Reference name="OpenSim.Framework.Console"/> | ||
2390 | <Reference name="Nini.dll" /> | ||
2391 | <Reference name="RAIL.dll"/> | ||
2392 | <Reference name="OpenSim.Framework.Console"/> | ||
2393 | <Reference name="Nini.dll" /> | ||
2394 | <Reference name="log4net.dll"/> | ||
2395 | |||
2396 | <Files> | ||
2397 | <Match pattern="*.cs" recurse="true" > | ||
2398 | <Exclude name="Tests" pattern="Tests" /> | ||
2399 | </Match> | ||
2400 | </Files> | ||
2401 | </Project> | ||
2402 | |||
2403 | <Project name="OpenSim.Region.ScriptEngine.Common.Tests" path="OpenSim/Region/ScriptEngine/Common/Tests" type="Library"> | ||
2404 | <Configuration name="Debug"> | ||
2405 | <Options> | ||
2406 | <OutputPath>../../../../../bin/</OutputPath> | ||
2407 | </Options> | ||
2408 | </Configuration> | ||
2409 | <Configuration name="Release"> | ||
2410 | <Options> | ||
2411 | <OutputPath>../../../../../bin/</OutputPath> | ||
2412 | </Options> | ||
2413 | </Configuration> | ||
2414 | |||
2415 | <ReferencePath>../../../../../bin/</ReferencePath> | ||
2416 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | ||
2417 | <Reference name="OpenSim.Tests.Common"/> | ||
2418 | <Reference name="nunit.framework.dll" /> | ||
2419 | <Files> | ||
2420 | <Match pattern="*.cs" recurse="false"/> | ||
2421 | </Files> | ||
2422 | </Project> | ||
2423 | |||
2424 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> | ||
2425 | <Configuration name="Debug"> | ||
2426 | <Options> | ||
2427 | <OutputPath>../../../../bin/</OutputPath> | ||
2428 | </Options> | ||
2429 | </Configuration> | ||
2430 | <Configuration name="Release"> | ||
2431 | <Options> | ||
2432 | <OutputPath>../../../../bin/</OutputPath> | ||
2433 | </Options> | ||
2434 | </Configuration> | ||
2435 | |||
2436 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2437 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2438 | <Reference name="System" localCopy="false"/> | ||
2439 | <Reference name="System.Data" localCopy="false"/> | ||
2440 | <Reference name="System.Xml" localCopy="false"/> | ||
2441 | <Reference name="System.Runtime.Remoting" localCopy="false"/> | ||
2442 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2443 | <Reference name="RAIL.dll"/> | ||
2444 | <Reference name="OpenSim.Framework"/> | ||
2445 | <Reference name="OpenSim.Framework.Console"/> | ||
2446 | <Reference name="OpenSim.Region.Environment" /> | ||
2447 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | ||
2448 | <Reference name="Microsoft.JScript"/> | ||
2449 | <Reference name="Nini.dll" /> | ||
2450 | <Reference name="log4net.dll"/> | ||
2451 | <Reference name="Tools.dll"/> | ||
2452 | |||
2453 | <Files> | ||
2454 | <Match pattern="*.cs" recurse="true"/> | ||
2455 | </Files> | ||
2456 | </Project> | ||
2457 | |||
2458 | |||
2459 | |||
2460 | <!-- Tools --> | 2458 | <!-- Tools --> |
2461 | <Project name="OpenSimExport" path="OpenSim/Tools/Export" type="Exe"> | 2459 | <Project name="OpenSimExport" path="OpenSim/Tools/Export" type="Exe"> |
2462 | <Configuration name="Debug"> | 2460 | <Configuration name="Debug"> |