diff options
author | Sean Dague | 2007-09-07 12:42:49 +0000 |
---|---|---|
committer | Sean Dague | 2007-09-07 12:42:49 +0000 |
commit | 568ecc0fe096261f10dc351aae7e15571987fcde (patch) | |
tree | 3a53e9394a4fda2b55a2faaf69ff65e1671771d3 | |
parent | factor out common methods to SQLiteBase (diff) | |
download | opensim-SC_OLD-568ecc0fe096261f10dc351aae7e15571987fcde.zip opensim-SC_OLD-568ecc0fe096261f10dc351aae7e15571987fcde.tar.gz opensim-SC_OLD-568ecc0fe096261f10dc351aae7e15571987fcde.tar.bz2 opensim-SC_OLD-568ecc0fe096261f10dc351aae7e15571987fcde.tar.xz |
remove build files from svn
4 files changed, 0 insertions, 575 deletions
diff --git a/OpenSim/Region/ExtensionsScriptModule/OpenSim.Region.ExtensionScriptEngine.csproj b/OpenSim/Region/ExtensionsScriptModule/OpenSim.Region.ExtensionScriptEngine.csproj deleted file mode 100644 index 51ce2ad..0000000 --- a/OpenSim/Region/ExtensionsScriptModule/OpenSim.Region.ExtensionScriptEngine.csproj +++ /dev/null | |||
@@ -1,213 +0,0 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | <PropertyGroup> | ||
3 | <ProjectType>Local</ProjectType> | ||
4 | <ProductVersion>8.0.50727</ProductVersion> | ||
5 | <SchemaVersion>2.0</SchemaVersion> | ||
6 | <ProjectGuid>{DD34045D-0000-0000-0000-000000000000}</ProjectGuid> | ||
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
9 | <ApplicationIcon> | ||
10 | </ApplicationIcon> | ||
11 | <AssemblyKeyContainerName> | ||
12 | </AssemblyKeyContainerName> | ||
13 | <AssemblyName>OpenSim.Region.ExtensionScriptEngine</AssemblyName> | ||
14 | <DefaultClientScript>JScript</DefaultClientScript> | ||
15 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||
16 | <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||
17 | <DelaySign>false</DelaySign> | ||
18 | <OutputType>Library</OutputType> | ||
19 | <AppDesignerFolder> | ||
20 | </AppDesignerFolder> | ||
21 | <RootNamespace>OpenSim.Region.ExtensionScriptEngine</RootNamespace> | ||
22 | <StartupObject> | ||
23 | </StartupObject> | ||
24 | <FileUpgradeFlags> | ||
25 | </FileUpgradeFlags> | ||
26 | </PropertyGroup> | ||
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
28 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
29 | <BaseAddress>285212672</BaseAddress> | ||
30 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
31 | <ConfigurationOverrideFile> | ||
32 | </ConfigurationOverrideFile> | ||
33 | <DefineConstants>TRACE;DEBUG</DefineConstants> | ||
34 | <DocumentationFile> | ||
35 | </DocumentationFile> | ||
36 | <DebugSymbols>True</DebugSymbols> | ||
37 | <FileAlignment>4096</FileAlignment> | ||
38 | <Optimize>False</Optimize> | ||
39 | <OutputPath>..\..\..\bin\</OutputPath> | ||
40 | <RegisterForComInterop>False</RegisterForComInterop> | ||
41 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
42 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
43 | <WarningLevel>4</WarningLevel> | ||
44 | <NoWarn> | ||
45 | </NoWarn> | ||
46 | </PropertyGroup> | ||
47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
48 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
49 | <BaseAddress>285212672</BaseAddress> | ||
50 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
51 | <ConfigurationOverrideFile> | ||
52 | </ConfigurationOverrideFile> | ||
53 | <DefineConstants>TRACE</DefineConstants> | ||
54 | <DocumentationFile> | ||
55 | </DocumentationFile> | ||
56 | <DebugSymbols>False</DebugSymbols> | ||
57 | <FileAlignment>4096</FileAlignment> | ||
58 | <Optimize>True</Optimize> | ||
59 | <OutputPath>..\..\..\bin\</OutputPath> | ||
60 | <RegisterForComInterop>False</RegisterForComInterop> | ||
61 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
62 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
63 | <WarningLevel>4</WarningLevel> | ||
64 | <NoWarn> | ||
65 | </NoWarn> | ||
66 | </PropertyGroup> | ||
67 | <ItemGroup> | ||
68 | <Reference Include="libsecondlife.dll"> | ||
69 | <HintPath>..\..\..\bin\libsecondlife.dll</HintPath> | ||
70 | <Private>False</Private> | ||
71 | </Reference> | ||
72 | <Reference Include="Microsoft.JScript"> | ||
73 | <HintPath>Microsoft.JScript.dll</HintPath> | ||
74 | <Private>False</Private> | ||
75 | </Reference> | ||
76 | <Reference Include="System"> | ||
77 | <HintPath>System.dll</HintPath> | ||
78 | <Private>False</Private> | ||
79 | </Reference> | ||
80 | <Reference Include="System.Xml"> | ||
81 | <HintPath>System.Xml.dll</HintPath> | ||
82 | <Private>False</Private> | ||
83 | </Reference> | ||
84 | </ItemGroup> | ||
85 | <ItemGroup> | ||
86 | <ProjectReference Include="..\..\Framework\General\OpenSim.Framework.csproj"> | ||
87 | <Name>OpenSim.Framework</Name> | ||
88 | <Project>{8ACA2445-0000-0000-0000-000000000000}</Project> | ||
89 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
90 | <Private>False</Private> | ||
91 | </ProjectReference> | ||
92 | <ProjectReference Include="..\..\Framework\Console\OpenSim.Framework.Console.csproj"> | ||
93 | <Name>OpenSim.Framework.Console</Name> | ||
94 | <Project>{A7CD0630-0000-0000-0000-000000000000}</Project> | ||
95 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
96 | <Private>False</Private> | ||
97 | </ProjectReference> | ||
98 | <ProjectReference Include="..\Environment\OpenSim.Region.Environment.csproj"> | ||
99 | <Name>OpenSim.Region.Environment</Name> | ||
100 | <Project>{DCBA491C-0000-0000-0000-000000000000}</Project> | ||
101 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
102 | <Private>False</Private> | ||
103 | </ProjectReference> | ||
104 | </ItemGroup> | ||
105 | <ItemGroup> | ||
106 | <Compile Include="NullScriptHost.cs"> | ||
107 | <SubType>Code</SubType> | ||
108 | </Compile> | ||
109 | <Compile Include="Script.cs"> | ||
110 | <SubType>Code</SubType> | ||
111 | </Compile> | ||
112 | <Compile Include="ScriptAPI.cs"> | ||
113 | <SubType>Code</SubType> | ||
114 | </Compile> | ||
115 | <Compile Include="ScriptInfo.cs"> | ||
116 | <SubType>Code</SubType> | ||
117 | </Compile> | ||
118 | <Compile Include="ScriptInterpretedAPI.cs"> | ||
119 | <SubType>Code</SubType> | ||
120 | </Compile> | ||
121 | <Compile Include="ScriptInterpretedEvents.cs"> | ||
122 | <SubType>Code</SubType> | ||
123 | </Compile> | ||
124 | <Compile Include="ScriptManager.cs"> | ||
125 | <SubType>Code</SubType> | ||
126 | </Compile> | ||
127 | <Compile Include="Engines\CSharpEngine\CSharpScriptEngine.cs"> | ||
128 | <SubType>Code</SubType> | ||
129 | </Compile> | ||
130 | <Compile Include="Engines\CSharpEngine\Examples\ExportRegionToLSL.cs"> | ||
131 | <SubType>Code</SubType> | ||
132 | </Compile> | ||
133 | <Compile Include="Engines\JScriptEngine\JScriptEngine.cs"> | ||
134 | <SubType>Code</SubType> | ||
135 | </Compile> | ||
136 | <Compile Include="Engines\JVMEngine\JavaEngine.cs"> | ||
137 | <SubType>Code</SubType> | ||
138 | </Compile> | ||
139 | <Compile Include="Engines\JVMEngine\OpenSimJVM.cs"> | ||
140 | <SubType>Code</SubType> | ||
141 | </Compile> | ||
142 | <Compile Include="Engines\JVMEngine\JVM\ClassInstance.cs"> | ||
143 | <SubType>Code</SubType> | ||
144 | </Compile> | ||
145 | <Compile Include="Engines\JVMEngine\JVM\ClassRecord.cs"> | ||
146 | <SubType>Code</SubType> | ||
147 | </Compile> | ||
148 | <Compile Include="Engines\JVMEngine\JVM\Heap.cs"> | ||
149 | <SubType>Code</SubType> | ||
150 | </Compile> | ||
151 | <Compile Include="Engines\JVMEngine\JVM\Interpreter.cs"> | ||
152 | <SubType>Code</SubType> | ||
153 | </Compile> | ||
154 | <Compile Include="Engines\JVMEngine\JVM\Interpreter.Logic.cs"> | ||
155 | <SubType>Code</SubType> | ||
156 | </Compile> | ||
157 | <Compile Include="Engines\JVMEngine\JVM\Interpreter.Methods.cs"> | ||
158 | <SubType>Code</SubType> | ||
159 | </Compile> | ||
160 | <Compile Include="Engines\JVMEngine\JVM\Interpreter.Return.cs"> | ||
161 | <SubType>Code</SubType> | ||
162 | </Compile> | ||
163 | <Compile Include="Engines\JVMEngine\JVM\MainMemory.cs"> | ||
164 | <SubType>Code</SubType> | ||
165 | </Compile> | ||
166 | <Compile Include="Engines\JVMEngine\JVM\MethodMemory.cs"> | ||
167 | <SubType>Code</SubType> | ||
168 | </Compile> | ||
169 | <Compile Include="Engines\JVMEngine\JVM\Object.cs"> | ||
170 | <SubType>Code</SubType> | ||
171 | </Compile> | ||
172 | <Compile Include="Engines\JVMEngine\JVM\OpCodes.cs"> | ||
173 | <SubType>Code</SubType> | ||
174 | </Compile> | ||
175 | <Compile Include="Engines\JVMEngine\JVM\Stack.cs"> | ||
176 | <SubType>Code</SubType> | ||
177 | </Compile> | ||
178 | <Compile Include="Engines\JVMEngine\JVM\StackFrame.cs"> | ||
179 | <SubType>Code</SubType> | ||
180 | </Compile> | ||
181 | <Compile Include="Engines\JVMEngine\JVM\Thread.cs"> | ||
182 | <SubType>Code</SubType> | ||
183 | </Compile> | ||
184 | <Compile Include="Engines\JVMEngine\Types\ArrayReference.cs"> | ||
185 | <SubType>Code</SubType> | ||
186 | </Compile> | ||
187 | <Compile Include="Engines\JVMEngine\Types\BaseType.cs"> | ||
188 | <SubType>Code</SubType> | ||
189 | </Compile> | ||
190 | <Compile Include="Engines\JVMEngine\Types\ObjectReference.cs"> | ||
191 | <SubType>Code</SubType> | ||
192 | </Compile> | ||
193 | <Compile Include="Engines\JVMEngine\Types\PrimitiveTypes\Byte.cs"> | ||
194 | <SubType>Code</SubType> | ||
195 | </Compile> | ||
196 | <Compile Include="Engines\JVMEngine\Types\PrimitiveTypes\Char.cs"> | ||
197 | <SubType>Code</SubType> | ||
198 | </Compile> | ||
199 | <Compile Include="Engines\JVMEngine\Types\PrimitiveTypes\Float.cs"> | ||
200 | <SubType>Code</SubType> | ||
201 | </Compile> | ||
202 | <Compile Include="Engines\JVMEngine\Types\PrimitiveTypes\Int.cs"> | ||
203 | <SubType>Code</SubType> | ||
204 | </Compile> | ||
205 | </ItemGroup> | ||
206 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | ||
207 | <PropertyGroup> | ||
208 | <PreBuildEvent> | ||
209 | </PreBuildEvent> | ||
210 | <PostBuildEvent> | ||
211 | </PostBuildEvent> | ||
212 | </PropertyGroup> | ||
213 | </Project> \ No newline at end of file | ||
diff --git a/OpenSim/Region/ExtensionsScriptModule/OpenSim.Region.ExtensionScriptEngine.dll.build b/OpenSim/Region/ExtensionsScriptModule/OpenSim.Region.ExtensionScriptEngine.dll.build deleted file mode 100644 index ab3b7f4..0000000 --- a/OpenSim/Region/ExtensionsScriptModule/OpenSim.Region.ExtensionScriptEngine.dll.build +++ /dev/null | |||
@@ -1,78 +0,0 @@ | |||
1 | <?xml version="1.0" ?> | ||
2 | <project name="OpenSim.Region.ExtensionScriptEngine" default="build"> | ||
3 | <target name="build"> | ||
4 | <echo message="Build Directory is ${project::get-base-directory()}/${build.dir}" /> | ||
5 | <mkdir dir="${project::get-base-directory()}/${build.dir}" /> | ||
6 | <copy todir="${project::get-base-directory()}/${build.dir}"> | ||
7 | <fileset basedir="${project::get-base-directory()}"> | ||
8 | </fileset> | ||
9 | </copy> | ||
10 | <csc target="library" debug="${build.debug}" unsafe="False" define="TRACE;DEBUG" output="${project::get-base-directory()}/${build.dir}/${project::get-name()}.dll"> | ||
11 | <resources prefix="OpenSim.Region.ExtensionScriptEngine" dynamicprefix="true" > | ||
12 | </resources> | ||
13 | <sources failonempty="true"> | ||
14 | <include name="IScriptHost.cs" /> | ||
15 | <include name="NullScriptHost.cs" /> | ||
16 | <include name="Script.cs" /> | ||
17 | <include name="ScriptAPI.cs" /> | ||
18 | <include name="ScriptInfo.cs" /> | ||
19 | <include name="ScriptInterpretedAPI.cs" /> | ||
20 | <include name="ScriptInterpretedEvents.cs" /> | ||
21 | <include name="ScriptManager.cs" /> | ||
22 | <include name="Engines/CSharpEngine/CSharpScriptEngine.cs" /> | ||
23 | <include name="Engines/CSharpEngine/Examples/ExportRegionToLSL.cs" /> | ||
24 | <include name="Engines/JScriptEngine/JScriptEngine.cs" /> | ||
25 | <include name="Engines/JVMEngine/JavaEngine.cs" /> | ||
26 | <include name="Engines/JVMEngine/OpenSimJVM.cs" /> | ||
27 | <include name="Engines/JVMEngine/JVM/ClassInstance.cs" /> | ||
28 | <include name="Engines/JVMEngine/JVM/ClassRecord.cs" /> | ||
29 | <include name="Engines/JVMEngine/JVM/Heap.cs" /> | ||
30 | <include name="Engines/JVMEngine/JVM/Interpreter.cs" /> | ||
31 | <include name="Engines/JVMEngine/JVM/Interpreter.Logic.cs" /> | ||
32 | <include name="Engines/JVMEngine/JVM/Interpreter.Methods.cs" /> | ||
33 | <include name="Engines/JVMEngine/JVM/Interpreter.Return.cs" /> | ||
34 | <include name="Engines/JVMEngine/JVM/MainMemory.cs" /> | ||
35 | <include name="Engines/JVMEngine/JVM/MethodMemory.cs" /> | ||
36 | <include name="Engines/JVMEngine/JVM/Object.cs" /> | ||
37 | <include name="Engines/JVMEngine/JVM/OpCodes.cs" /> | ||
38 | <include name="Engines/JVMEngine/JVM/Stack.cs" /> | ||
39 | <include name="Engines/JVMEngine/JVM/StackFrame.cs" /> | ||
40 | <include name="Engines/JVMEngine/JVM/Thread.cs" /> | ||
41 | <include name="Engines/JVMEngine/Types/ArrayReference.cs" /> | ||
42 | <include name="Engines/JVMEngine/Types/BaseType.cs" /> | ||
43 | <include name="Engines/JVMEngine/Types/ObjectReference.cs" /> | ||
44 | <include name="Engines/JVMEngine/Types/PrimitiveTypes/Byte.cs" /> | ||
45 | <include name="Engines/JVMEngine/Types/PrimitiveTypes/Char.cs" /> | ||
46 | <include name="Engines/JVMEngine/Types/PrimitiveTypes/Float.cs" /> | ||
47 | <include name="Engines/JVMEngine/Types/PrimitiveTypes/Int.cs" /> | ||
48 | </sources> | ||
49 | <references basedir="${project::get-base-directory()}"> | ||
50 | <lib> | ||
51 | <include name="${project::get-base-directory()}" /> | ||
52 | <include name="${project::get-base-directory()}/${build.dir}" /> | ||
53 | </lib> | ||
54 | <include name="../../../bin/libsecondlife.dll" /> | ||
55 | <include name="Microsoft.JScript.dll" /> | ||
56 | <include name="../../../bin/OpenSim.Framework.dll" /> | ||
57 | <include name="../../../bin/OpenSim.Framework.Console.dll" /> | ||
58 | <include name="../../../bin/OpenSim.Region.Environment.dll" /> | ||
59 | <include name="System.dll" /> | ||
60 | <include name="System.Xml.dll" /> | ||
61 | </references> | ||
62 | </csc> | ||
63 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../../bin/" /> | ||
64 | <mkdir dir="${project::get-base-directory()}/../../../bin/"/> | ||
65 | <copy todir="${project::get-base-directory()}/../../../bin/"> | ||
66 | <fileset basedir="${project::get-base-directory()}/${build.dir}/" > | ||
67 | <include name="*.dll"/> | ||
68 | <include name="*.exe"/> | ||
69 | </fileset> | ||
70 | </copy> | ||
71 | </target> | ||
72 | <target name="clean"> | ||
73 | <delete dir="${bin.dir}" failonerror="false" /> | ||
74 | <delete dir="${obj.dir}" failonerror="false" /> | ||
75 | </target> | ||
76 | <target name="doc" description="Creates documentation."> | ||
77 | </target> | ||
78 | </project> | ||
diff --git a/OpenSim/Region/ExtensionsScriptModule/OpenSim.Region.ExtensionsScriptModule.csproj b/OpenSim/Region/ExtensionsScriptModule/OpenSim.Region.ExtensionsScriptModule.csproj deleted file mode 100644 index 3bc95bb..0000000 --- a/OpenSim/Region/ExtensionsScriptModule/OpenSim.Region.ExtensionsScriptModule.csproj +++ /dev/null | |||
@@ -1,207 +0,0 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | <PropertyGroup> | ||
3 | <ProjectType>Local</ProjectType> | ||
4 | <ProductVersion>8.0.50727</ProductVersion> | ||
5 | <SchemaVersion>2.0</SchemaVersion> | ||
6 | <ProjectGuid>{512D761A-0000-0000-0000-000000000000}</ProjectGuid> | ||
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
9 | <ApplicationIcon></ApplicationIcon> | ||
10 | <AssemblyKeyContainerName> | ||
11 | </AssemblyKeyContainerName> | ||
12 | <AssemblyName>OpenSim.Region.ExtensionsScriptModule</AssemblyName> | ||
13 | <DefaultClientScript>JScript</DefaultClientScript> | ||
14 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||
15 | <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||
16 | <DelaySign>false</DelaySign> | ||
17 | <OutputType>Library</OutputType> | ||
18 | <AppDesignerFolder></AppDesignerFolder> | ||
19 | <RootNamespace>OpenSim.Region.ExtensionsScriptModule</RootNamespace> | ||
20 | <StartupObject></StartupObject> | ||
21 | <FileUpgradeFlags> | ||
22 | </FileUpgradeFlags> | ||
23 | </PropertyGroup> | ||
24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
25 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
26 | <BaseAddress>285212672</BaseAddress> | ||
27 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
28 | <ConfigurationOverrideFile> | ||
29 | </ConfigurationOverrideFile> | ||
30 | <DefineConstants>TRACE;DEBUG</DefineConstants> | ||
31 | <DocumentationFile></DocumentationFile> | ||
32 | <DebugSymbols>True</DebugSymbols> | ||
33 | <FileAlignment>4096</FileAlignment> | ||
34 | <Optimize>False</Optimize> | ||
35 | <OutputPath>..\..\..\bin\</OutputPath> | ||
36 | <RegisterForComInterop>False</RegisterForComInterop> | ||
37 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
38 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
39 | <WarningLevel>4</WarningLevel> | ||
40 | <NoWarn></NoWarn> | ||
41 | </PropertyGroup> | ||
42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
43 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
44 | <BaseAddress>285212672</BaseAddress> | ||
45 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
46 | <ConfigurationOverrideFile> | ||
47 | </ConfigurationOverrideFile> | ||
48 | <DefineConstants>TRACE</DefineConstants> | ||
49 | <DocumentationFile></DocumentationFile> | ||
50 | <DebugSymbols>False</DebugSymbols> | ||
51 | <FileAlignment>4096</FileAlignment> | ||
52 | <Optimize>True</Optimize> | ||
53 | <OutputPath>..\..\..\bin\</OutputPath> | ||
54 | <RegisterForComInterop>False</RegisterForComInterop> | ||
55 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
56 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
57 | <WarningLevel>4</WarningLevel> | ||
58 | <NoWarn></NoWarn> | ||
59 | </PropertyGroup> | ||
60 | <ItemGroup> | ||
61 | <Reference Include="Axiom.MathLib.dll" > | ||
62 | <HintPath>..\..\..\bin\Axiom.MathLib.dll</HintPath> | ||
63 | <Private>False</Private> | ||
64 | </Reference> | ||
65 | <Reference Include="libsecondlife.dll" > | ||
66 | <HintPath>..\..\..\bin\libsecondlife.dll</HintPath> | ||
67 | <Private>False</Private> | ||
68 | </Reference> | ||
69 | <Reference Include="Microsoft.JScript" > | ||
70 | <HintPath>Microsoft.JScript.dll</HintPath> | ||
71 | <Private>False</Private> | ||
72 | </Reference> | ||
73 | <Reference Include="System" > | ||
74 | <HintPath>System.dll</HintPath> | ||
75 | <Private>False</Private> | ||
76 | </Reference> | ||
77 | <Reference Include="System.Xml" > | ||
78 | <HintPath>System.Xml.dll</HintPath> | ||
79 | <Private>False</Private> | ||
80 | </Reference> | ||
81 | </ItemGroup> | ||
82 | <ItemGroup> | ||
83 | <ProjectReference Include="..\..\Framework\General\OpenSim.Framework.csproj"> | ||
84 | <Name>OpenSim.Framework</Name> | ||
85 | <Project>{8ACA2445-0000-0000-0000-000000000000}</Project> | ||
86 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
87 | <Private>False</Private> | ||
88 | </ProjectReference> | ||
89 | <ProjectReference Include="..\..\Framework\Console\OpenSim.Framework.Console.csproj"> | ||
90 | <Name>OpenSim.Framework.Console</Name> | ||
91 | <Project>{A7CD0630-0000-0000-0000-000000000000}</Project> | ||
92 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
93 | <Private>False</Private> | ||
94 | </ProjectReference> | ||
95 | <ProjectReference Include="..\Environment\OpenSim.Region.Environment.csproj"> | ||
96 | <Name>OpenSim.Region.Environment</Name> | ||
97 | <Project>{DCBA491C-0000-0000-0000-000000000000}</Project> | ||
98 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
99 | <Private>False</Private> | ||
100 | </ProjectReference> | ||
101 | </ItemGroup> | ||
102 | <ItemGroup> | ||
103 | <Compile Include="Script.cs"> | ||
104 | <SubType>Code</SubType> | ||
105 | </Compile> | ||
106 | <Compile Include="ScriptAPI.cs"> | ||
107 | <SubType>Code</SubType> | ||
108 | </Compile> | ||
109 | <Compile Include="ScriptInfo.cs"> | ||
110 | <SubType>Code</SubType> | ||
111 | </Compile> | ||
112 | <Compile Include="ScriptInterpretedAPI.cs"> | ||
113 | <SubType>Code</SubType> | ||
114 | </Compile> | ||
115 | <Compile Include="ScriptInterpretedEvents.cs"> | ||
116 | <SubType>Code</SubType> | ||
117 | </Compile> | ||
118 | <Compile Include="ScriptManager.cs"> | ||
119 | <SubType>Code</SubType> | ||
120 | </Compile> | ||
121 | <Compile Include="Engines\CSharp\CSharpScriptEngine.cs"> | ||
122 | <SubType>Code</SubType> | ||
123 | </Compile> | ||
124 | <Compile Include="Engines\CSharp\Examples\ExportRegionToLSL.cs"> | ||
125 | <SubType>Code</SubType> | ||
126 | </Compile> | ||
127 | <Compile Include="Engines\JScript\JScriptEngine.cs"> | ||
128 | <SubType>Code</SubType> | ||
129 | </Compile> | ||
130 | <Compile Include="Engines\JVMEngine\JavaEngine.cs"> | ||
131 | <SubType>Code</SubType> | ||
132 | </Compile> | ||
133 | <Compile Include="Engines\JVMEngine\OpenSimJVM.cs"> | ||
134 | <SubType>Code</SubType> | ||
135 | </Compile> | ||
136 | <Compile Include="Engines\JVMEngine\JVM\ClassInstance.cs"> | ||
137 | <SubType>Code</SubType> | ||
138 | </Compile> | ||
139 | <Compile Include="Engines\JVMEngine\JVM\ClassRecord.cs"> | ||
140 | <SubType>Code</SubType> | ||
141 | </Compile> | ||
142 | <Compile Include="Engines\JVMEngine\JVM\Heap.cs"> | ||
143 | <SubType>Code</SubType> | ||
144 | </Compile> | ||
145 | <Compile Include="Engines\JVMEngine\JVM\Interpreter.cs"> | ||
146 | <SubType>Code</SubType> | ||
147 | </Compile> | ||
148 | <Compile Include="Engines\JVMEngine\JVM\Interpreter.Logic.cs"> | ||
149 | <SubType>Code</SubType> | ||
150 | </Compile> | ||
151 | <Compile Include="Engines\JVMEngine\JVM\Interpreter.Methods.cs"> | ||
152 | <SubType>Code</SubType> | ||
153 | </Compile> | ||
154 | <Compile Include="Engines\JVMEngine\JVM\Interpreter.Return.cs"> | ||
155 | <SubType>Code</SubType> | ||
156 | </Compile> | ||
157 | <Compile Include="Engines\JVMEngine\JVM\MainMemory.cs"> | ||
158 | <SubType>Code</SubType> | ||
159 | </Compile> | ||
160 | <Compile Include="Engines\JVMEngine\JVM\MethodMemory.cs"> | ||
161 | <SubType>Code</SubType> | ||
162 | </Compile> | ||
163 | <Compile Include="Engines\JVMEngine\JVM\Object.cs"> | ||
164 | <SubType>Code</SubType> | ||
165 | </Compile> | ||
166 | <Compile Include="Engines\JVMEngine\JVM\OpCodes.cs"> | ||
167 | <SubType>Code</SubType> | ||
168 | </Compile> | ||
169 | <Compile Include="Engines\JVMEngine\JVM\Stack.cs"> | ||
170 | <SubType>Code</SubType> | ||
171 | </Compile> | ||
172 | <Compile Include="Engines\JVMEngine\JVM\StackFrame.cs"> | ||
173 | <SubType>Code</SubType> | ||
174 | </Compile> | ||
175 | <Compile Include="Engines\JVMEngine\JVM\Thread.cs"> | ||
176 | <SubType>Code</SubType> | ||
177 | </Compile> | ||
178 | <Compile Include="Engines\JVMEngine\Types\ArrayReference.cs"> | ||
179 | <SubType>Code</SubType> | ||
180 | </Compile> | ||
181 | <Compile Include="Engines\JVMEngine\Types\BaseType.cs"> | ||
182 | <SubType>Code</SubType> | ||
183 | </Compile> | ||
184 | <Compile Include="Engines\JVMEngine\Types\ObjectReference.cs"> | ||
185 | <SubType>Code</SubType> | ||
186 | </Compile> | ||
187 | <Compile Include="Engines\JVMEngine\Types\PrimitiveTypes\Byte.cs"> | ||
188 | <SubType>Code</SubType> | ||
189 | </Compile> | ||
190 | <Compile Include="Engines\JVMEngine\Types\PrimitiveTypes\Char.cs"> | ||
191 | <SubType>Code</SubType> | ||
192 | </Compile> | ||
193 | <Compile Include="Engines\JVMEngine\Types\PrimitiveTypes\Float.cs"> | ||
194 | <SubType>Code</SubType> | ||
195 | </Compile> | ||
196 | <Compile Include="Engines\JVMEngine\Types\PrimitiveTypes\Int.cs"> | ||
197 | <SubType>Code</SubType> | ||
198 | </Compile> | ||
199 | </ItemGroup> | ||
200 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | ||
201 | <PropertyGroup> | ||
202 | <PreBuildEvent> | ||
203 | </PreBuildEvent> | ||
204 | <PostBuildEvent> | ||
205 | </PostBuildEvent> | ||
206 | </PropertyGroup> | ||
207 | </Project> | ||
diff --git a/OpenSim/Region/ExtensionsScriptModule/OpenSim.Region.ExtensionsScriptModule.dll.build b/OpenSim/Region/ExtensionsScriptModule/OpenSim.Region.ExtensionsScriptModule.dll.build deleted file mode 100644 index 5714dcb..0000000 --- a/OpenSim/Region/ExtensionsScriptModule/OpenSim.Region.ExtensionsScriptModule.dll.build +++ /dev/null | |||
@@ -1,77 +0,0 @@ | |||
1 | <?xml version="1.0" ?> | ||
2 | <project name="OpenSim.Region.ExtensionsScriptModule" default="build"> | ||
3 | <target name="build"> | ||
4 | <echo message="Build Directory is ${project::get-base-directory()}/${build.dir}" /> | ||
5 | <mkdir dir="${project::get-base-directory()}/${build.dir}" /> | ||
6 | <copy todir="${project::get-base-directory()}/${build.dir}"> | ||
7 | <fileset basedir="${project::get-base-directory()}"> | ||
8 | </fileset> | ||
9 | </copy> | ||
10 | <csc target="library" debug="${build.debug}" unsafe="False" define="TRACE;DEBUG" output="${project::get-base-directory()}/${build.dir}/${project::get-name()}.dll"> | ||
11 | <resources prefix="OpenSim.Region.ExtensionsScriptModule" dynamicprefix="true" > | ||
12 | </resources> | ||
13 | <sources failonempty="true"> | ||
14 | <include name="Script.cs" /> | ||
15 | <include name="ScriptAPI.cs" /> | ||
16 | <include name="ScriptInfo.cs" /> | ||
17 | <include name="ScriptInterpretedAPI.cs" /> | ||
18 | <include name="ScriptInterpretedEvents.cs" /> | ||
19 | <include name="ScriptManager.cs" /> | ||
20 | <include name="Engines/CSharp/CSharpScriptEngine.cs" /> | ||
21 | <include name="Engines/CSharp/Examples/ExportRegionToLSL.cs" /> | ||
22 | <include name="Engines/JScript/JScriptEngine.cs" /> | ||
23 | <include name="Engines/JVMEngine/JavaEngine.cs" /> | ||
24 | <include name="Engines/JVMEngine/OpenSimJVM.cs" /> | ||
25 | <include name="Engines/JVMEngine/JVM/ClassInstance.cs" /> | ||
26 | <include name="Engines/JVMEngine/JVM/ClassRecord.cs" /> | ||
27 | <include name="Engines/JVMEngine/JVM/Heap.cs" /> | ||
28 | <include name="Engines/JVMEngine/JVM/Interpreter.cs" /> | ||
29 | <include name="Engines/JVMEngine/JVM/Interpreter.Logic.cs" /> | ||
30 | <include name="Engines/JVMEngine/JVM/Interpreter.Methods.cs" /> | ||
31 | <include name="Engines/JVMEngine/JVM/Interpreter.Return.cs" /> | ||
32 | <include name="Engines/JVMEngine/JVM/MainMemory.cs" /> | ||
33 | <include name="Engines/JVMEngine/JVM/MethodMemory.cs" /> | ||
34 | <include name="Engines/JVMEngine/JVM/Object.cs" /> | ||
35 | <include name="Engines/JVMEngine/JVM/OpCodes.cs" /> | ||
36 | <include name="Engines/JVMEngine/JVM/Stack.cs" /> | ||
37 | <include name="Engines/JVMEngine/JVM/StackFrame.cs" /> | ||
38 | <include name="Engines/JVMEngine/JVM/Thread.cs" /> | ||
39 | <include name="Engines/JVMEngine/Types/ArrayReference.cs" /> | ||
40 | <include name="Engines/JVMEngine/Types/BaseType.cs" /> | ||
41 | <include name="Engines/JVMEngine/Types/ObjectReference.cs" /> | ||
42 | <include name="Engines/JVMEngine/Types/PrimitiveTypes/Byte.cs" /> | ||
43 | <include name="Engines/JVMEngine/Types/PrimitiveTypes/Char.cs" /> | ||
44 | <include name="Engines/JVMEngine/Types/PrimitiveTypes/Float.cs" /> | ||
45 | <include name="Engines/JVMEngine/Types/PrimitiveTypes/Int.cs" /> | ||
46 | </sources> | ||
47 | <references basedir="${project::get-base-directory()}"> | ||
48 | <lib> | ||
49 | <include name="${project::get-base-directory()}" /> | ||
50 | <include name="${project::get-base-directory()}/${build.dir}" /> | ||
51 | </lib> | ||
52 | <include name="../../../bin/Axiom.MathLib.dll" /> | ||
53 | <include name="../../../bin/libsecondlife.dll" /> | ||
54 | <include name="Microsoft.JScript.dll" /> | ||
55 | <include name="../../../bin/OpenSim.Framework.dll" /> | ||
56 | <include name="../../../bin/OpenSim.Framework.Console.dll" /> | ||
57 | <include name="../../../bin/OpenSim.Region.Environment.dll" /> | ||
58 | <include name="System.dll" /> | ||
59 | <include name="System.Xml.dll" /> | ||
60 | </references> | ||
61 | </csc> | ||
62 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../../bin/" /> | ||
63 | <mkdir dir="${project::get-base-directory()}/../../../bin/"/> | ||
64 | <copy todir="${project::get-base-directory()}/../../../bin/"> | ||
65 | <fileset basedir="${project::get-base-directory()}/${build.dir}/" > | ||
66 | <include name="*.dll"/> | ||
67 | <include name="*.exe"/> | ||
68 | </fileset> | ||
69 | </copy> | ||
70 | </target> | ||
71 | <target name="clean"> | ||
72 | <delete dir="${bin.dir}" failonerror="false" /> | ||
73 | <delete dir="${obj.dir}" failonerror="false" /> | ||
74 | </target> | ||
75 | <target name="doc" description="Creates documentation."> | ||
76 | </target> | ||
77 | </project> | ||