diff options
author | lbsa71 | 2007-07-08 19:27:04 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-08 19:27:04 +0000 |
commit | 5f8de1e7045b9daa2d4f3b21ca826987e32efe6e (patch) | |
tree | 79d2a8cbee302b76183b7d2549415f52bc18df54 /OpenSim/Framework/General | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-5f8de1e7045b9daa2d4f3b21ca826987e32efe6e.zip opensim-SC_OLD-5f8de1e7045b9daa2d4f3b21ca826987e32efe6e.tar.gz opensim-SC_OLD-5f8de1e7045b9daa2d4f3b21ca826987e32efe6e.tar.bz2 opensim-SC_OLD-5f8de1e7045b9daa2d4f3b21ca826987e32efe6e.tar.xz |
* By popular demand, all generated build files are now deleted. Somebody should make sure the wiki is updated.
Diffstat (limited to 'OpenSim/Framework/General')
-rw-r--r-- | OpenSim/Framework/General/OpenSim.Framework.csproj | 204 | ||||
-rw-r--r-- | OpenSim/Framework/General/OpenSim.Framework.dll.build | 78 |
2 files changed, 0 insertions, 282 deletions
diff --git a/OpenSim/Framework/General/OpenSim.Framework.csproj b/OpenSim/Framework/General/OpenSim.Framework.csproj deleted file mode 100644 index c5124cd..0000000 --- a/OpenSim/Framework/General/OpenSim.Framework.csproj +++ /dev/null | |||
@@ -1,204 +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>{8ACA2445-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.Framework</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.Framework</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="Db4objects.Db4o.dll" > | ||
62 | <HintPath>..\..\..\bin\Db4objects.Db4o.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="System" > | ||
70 | <HintPath>System.dll</HintPath> | ||
71 | <Private>False</Private> | ||
72 | </Reference> | ||
73 | <Reference Include="System.Xml" > | ||
74 | <HintPath>System.Xml.dll</HintPath> | ||
75 | <Private>False</Private> | ||
76 | </Reference> | ||
77 | <Reference Include="XMLRPC.dll" > | ||
78 | <HintPath>..\..\..\bin\XMLRPC.dll</HintPath> | ||
79 | <Private>False</Private> | ||
80 | </Reference> | ||
81 | </ItemGroup> | ||
82 | <ItemGroup> | ||
83 | <ProjectReference Include="..\Console\OpenSim.Framework.Console.csproj"> | ||
84 | <Name>OpenSim.Framework.Console</Name> | ||
85 | <Project>{A7CD0630-0000-0000-0000-000000000000}</Project> | ||
86 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | ||
87 | <Private>False</Private> | ||
88 | </ProjectReference> | ||
89 | </ItemGroup> | ||
90 | <ItemGroup> | ||
91 | <Compile Include="AgentInventory.cs"> | ||
92 | <SubType>Code</SubType> | ||
93 | </Compile> | ||
94 | <Compile Include="AuthenticateSessionBase.cs"> | ||
95 | <SubType>Code</SubType> | ||
96 | </Compile> | ||
97 | <Compile Include="BlockingQueue.cs"> | ||
98 | <SubType>Code</SubType> | ||
99 | </Compile> | ||
100 | <Compile Include="IRegionCommsListener.cs"> | ||
101 | <SubType>Code</SubType> | ||
102 | </Compile> | ||
103 | <Compile Include="LoginService.cs"> | ||
104 | <SubType>Code</SubType> | ||
105 | </Compile> | ||
106 | <Compile Include="RegionCommsListener.cs"> | ||
107 | <SubType>Code</SubType> | ||
108 | </Compile> | ||
109 | <Compile Include="Remoting.cs"> | ||
110 | <SubType>Code</SubType> | ||
111 | </Compile> | ||
112 | <Compile Include="UserProfile.cs"> | ||
113 | <SubType>Code</SubType> | ||
114 | </Compile> | ||
115 | <Compile Include="Util.cs"> | ||
116 | <SubType>Code</SubType> | ||
117 | </Compile> | ||
118 | <Compile Include="Interfaces\AuthenticateResponse.cs"> | ||
119 | <SubType>Code</SubType> | ||
120 | </Compile> | ||
121 | <Compile Include="Interfaces\IAssetServer.cs"> | ||
122 | <SubType>Code</SubType> | ||
123 | </Compile> | ||
124 | <Compile Include="Interfaces\IClientAPI.cs"> | ||
125 | <SubType>Code</SubType> | ||
126 | </Compile> | ||
127 | <Compile Include="Interfaces\ILocalStorage.cs"> | ||
128 | <SubType>Code</SubType> | ||
129 | </Compile> | ||
130 | <Compile Include="Interfaces\IUserServer.cs"> | ||
131 | <SubType>Code</SubType> | ||
132 | </Compile> | ||
133 | <Compile Include="Interfaces\IWorld.cs"> | ||
134 | <SubType>Code</SubType> | ||
135 | </Compile> | ||
136 | <Compile Include="Interfaces\Config\IGenericConfig.cs"> | ||
137 | <SubType>Code</SubType> | ||
138 | </Compile> | ||
139 | <Compile Include="Interfaces\Config\IGridConfig.cs"> | ||
140 | <SubType>Code</SubType> | ||
141 | </Compile> | ||
142 | <Compile Include="Interfaces\Config\IUserConfig.cs"> | ||
143 | <SubType>Code</SubType> | ||
144 | </Compile> | ||
145 | <Compile Include="Properties\AssemblyInfo.cs"> | ||
146 | <SubType>Code</SubType> | ||
147 | </Compile> | ||
148 | <Compile Include="Types\AgentCiruitData.cs"> | ||
149 | <SubType>Code</SubType> | ||
150 | </Compile> | ||
151 | <Compile Include="Types\AgentWearable.cs"> | ||
152 | <SubType>Code</SubType> | ||
153 | </Compile> | ||
154 | <Compile Include="Types\AssetBase.cs"> | ||
155 | <SubType>Code</SubType> | ||
156 | </Compile> | ||
157 | <Compile Include="Types\AssetLandmark.cs"> | ||
158 | <SubType>Code</SubType> | ||
159 | </Compile> | ||
160 | <Compile Include="Types\AssetStorage.cs"> | ||
161 | <SubType>Code</SubType> | ||
162 | </Compile> | ||
163 | <Compile Include="Types\EstateSettings.cs"> | ||
164 | <SubType>Code</SubType> | ||
165 | </Compile> | ||
166 | <Compile Include="Types\Login.cs"> | ||
167 | <SubType>Code</SubType> | ||
168 | </Compile> | ||
169 | <Compile Include="Types\MapBlockData.cs"> | ||
170 | <SubType>Code</SubType> | ||
171 | </Compile> | ||
172 | <Compile Include="Types\NeighbourInfo.cs"> | ||
173 | <SubType>Code</SubType> | ||
174 | </Compile> | ||
175 | <Compile Include="Types\NetworkServersInfo.cs"> | ||
176 | <SubType>Code</SubType> | ||
177 | </Compile> | ||
178 | <Compile Include="Types\ParcelData.cs"> | ||
179 | <SubType>Code</SubType> | ||
180 | </Compile> | ||
181 | <Compile Include="Types\PrimData.cs"> | ||
182 | <SubType>Code</SubType> | ||
183 | </Compile> | ||
184 | <Compile Include="Types\PrimitiveBaseShape.cs"> | ||
185 | <SubType>Code</SubType> | ||
186 | </Compile> | ||
187 | <Compile Include="Types\RegionHandle.cs"> | ||
188 | <SubType>Code</SubType> | ||
189 | </Compile> | ||
190 | <Compile Include="Types\RegionInfo.cs"> | ||
191 | <SubType>Code</SubType> | ||
192 | </Compile> | ||
193 | <Compile Include="Types\UUID.cs"> | ||
194 | <SubType>Code</SubType> | ||
195 | </Compile> | ||
196 | </ItemGroup> | ||
197 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | ||
198 | <PropertyGroup> | ||
199 | <PreBuildEvent> | ||
200 | </PreBuildEvent> | ||
201 | <PostBuildEvent> | ||
202 | </PostBuildEvent> | ||
203 | </PropertyGroup> | ||
204 | </Project> | ||
diff --git a/OpenSim/Framework/General/OpenSim.Framework.dll.build b/OpenSim/Framework/General/OpenSim.Framework.dll.build deleted file mode 100644 index a44f0fc..0000000 --- a/OpenSim/Framework/General/OpenSim.Framework.dll.build +++ /dev/null | |||
@@ -1,78 +0,0 @@ | |||
1 | <?xml version="1.0" ?> | ||
2 | <project name="OpenSim.Framework" 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.Framework" dynamicprefix="true" > | ||
12 | </resources> | ||
13 | <sources failonempty="true"> | ||
14 | <include name="AgentInventory.cs" /> | ||
15 | <include name="AuthenticateSessionBase.cs" /> | ||
16 | <include name="BlockingQueue.cs" /> | ||
17 | <include name="IRegionCommsListener.cs" /> | ||
18 | <include name="LoginService.cs" /> | ||
19 | <include name="RegionCommsListener.cs" /> | ||
20 | <include name="Remoting.cs" /> | ||
21 | <include name="UserProfile.cs" /> | ||
22 | <include name="Util.cs" /> | ||
23 | <include name="Interfaces/AuthenticateResponse.cs" /> | ||
24 | <include name="Interfaces/IAssetServer.cs" /> | ||
25 | <include name="Interfaces/IClientAPI.cs" /> | ||
26 | <include name="Interfaces/ILocalStorage.cs" /> | ||
27 | <include name="Interfaces/IUserServer.cs" /> | ||
28 | <include name="Interfaces/IWorld.cs" /> | ||
29 | <include name="Interfaces/Config/IGenericConfig.cs" /> | ||
30 | <include name="Interfaces/Config/IGridConfig.cs" /> | ||
31 | <include name="Interfaces/Config/IUserConfig.cs" /> | ||
32 | <include name="Properties/AssemblyInfo.cs" /> | ||
33 | <include name="Types/AgentCiruitData.cs" /> | ||
34 | <include name="Types/AgentWearable.cs" /> | ||
35 | <include name="Types/AssetBase.cs" /> | ||
36 | <include name="Types/AssetLandmark.cs" /> | ||
37 | <include name="Types/AssetStorage.cs" /> | ||
38 | <include name="Types/EstateSettings.cs" /> | ||
39 | <include name="Types/Login.cs" /> | ||
40 | <include name="Types/MapBlockData.cs" /> | ||
41 | <include name="Types/NeighbourInfo.cs" /> | ||
42 | <include name="Types/NetworkServersInfo.cs" /> | ||
43 | <include name="Types/ParcelData.cs" /> | ||
44 | <include name="Types/PrimData.cs" /> | ||
45 | <include name="Types/PrimitiveBaseShape.cs" /> | ||
46 | <include name="Types/RegionHandle.cs" /> | ||
47 | <include name="Types/RegionInfo.cs" /> | ||
48 | <include name="Types/UUID.cs" /> | ||
49 | </sources> | ||
50 | <references basedir="${project::get-base-directory()}"> | ||
51 | <lib> | ||
52 | <include name="${project::get-base-directory()}" /> | ||
53 | <include name="${project::get-base-directory()}/${build.dir}" /> | ||
54 | </lib> | ||
55 | <include name="../../../bin/Db4objects.Db4o.dll" /> | ||
56 | <include name="../../../bin/libsecondlife.dll" /> | ||
57 | <include name="../../../bin/OpenSim.Framework.Console.dll" /> | ||
58 | <include name="System.dll" /> | ||
59 | <include name="System.Xml.dll" /> | ||
60 | <include name="../../../bin/XMLRPC.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> | ||