aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/OpenSim.Framework.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/General/OpenSim.Framework.csproj')
-rw-r--r--OpenSim/Framework/General/OpenSim.Framework.csproj204
1 files changed, 0 insertions, 204 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>