corrade-vassal – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 vero 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>9.0.21022</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{D585ADC1-7B46-4B5C-AF70-6ABE9928637C}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon></ApplicationIcon>
10 <AssemblyKeyContainerName>
11 </AssemblyKeyContainerName>
12 <AssemblyName>TestClient</AssemblyName>
13 <DefaultClientScript>JScript</DefaultClientScript>
14 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
15 <DefaultTargetSchema>IE50</DefaultTargetSchema>
16 <DelaySign>false</DelaySign>
17 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
18 <OutputType>Exe</OutputType>
19 <AppDesignerFolder></AppDesignerFolder>
20 <RootNamespace>TestClient</RootNamespace>
21 <StartupObject></StartupObject>
22 <FileUpgradeFlags>
23 </FileUpgradeFlags>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
27 <BaseAddress>285212672</BaseAddress>
28 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
29 <ConfigurationOverrideFile>
30 </ConfigurationOverrideFile>
31 <DefineConstants>TRACE;VISUAL_STUDIO</DefineConstants>
32 <DocumentationFile></DocumentationFile>
33 <DebugSymbols>False</DebugSymbols>
34 <FileAlignment>4096</FileAlignment>
35 <Optimize>True</Optimize>
36 <OutputPath>..\..\..\bin\</OutputPath>
37 <RegisterForComInterop>False</RegisterForComInterop>
38 <RemoveIntegerChecks>False</RemoveIntegerChecks>
39 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
40 <WarningLevel>4</WarningLevel>
41 <NoStdLib>False</NoStdLib>
42 <NoWarn>1591,1574,0419,0618</NoWarn>
43 </PropertyGroup>
44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
45 <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
46 <BaseAddress>285212672</BaseAddress>
47 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
48 <ConfigurationOverrideFile>
49 </ConfigurationOverrideFile>
50 <DefineConstants>TRACE;DEBUG;VISUAL_STUDIO</DefineConstants>
51 <DocumentationFile></DocumentationFile>
52 <DebugSymbols>True</DebugSymbols>
53 <FileAlignment>4096</FileAlignment>
54 <Optimize>False</Optimize>
55 <OutputPath>..\..\..\bin\</OutputPath>
56 <RegisterForComInterop>False</RegisterForComInterop>
57 <RemoveIntegerChecks>False</RemoveIntegerChecks>
58 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
59 <WarningLevel>4</WarningLevel>
60 <NoStdLib>False</NoStdLib>
61 <NoWarn>1591,1574,0419,0618</NoWarn>
62 </PropertyGroup>
63 <ItemGroup>
64 <Reference Include="System">
65 <Name>System</Name>
66 </Reference>
67 <Reference Include="System.Xml">
68 <Name>System.Xml</Name>
69 </Reference>
70 <Reference Include="System.Web">
71 <Name>System.Web</Name>
72 </Reference>
73 <Reference Include="System.Drawing">
74 <Name>System.Drawing</Name>
75 </Reference>
76 </ItemGroup>
77 <ItemGroup>
78 <ProjectReference Include="..\..\..\OpenMetaverse\OpenMetaverse.csproj">
79 <Name>OpenMetaverse</Name>
80 <Project>{33971A14-F460-4704-8A25-051447F19AEB}</Project>
81 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
82 </ProjectReference>
83 <ProjectReference Include="..\..\..\OpenMetaverseTypes\OpenMetaverseTypes.csproj">
84 <Name>OpenMetaverseTypes</Name>
85 <Project>{C8C04131-35FF-4B80-8220-747EB0E9AFD1}</Project>
86 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
87 </ProjectReference>
88 <ProjectReference Include="..\..\..\OpenMetaverse.Utilities\OpenMetaverse.Utilities.csproj">
89 <Name>OpenMetaverse.Utilities</Name>
90 <Project>{BCD5E095-986D-402E-9E34-8E0D192DC982}</Project>
91 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
92 </ProjectReference>
93 <ProjectReference Include="..\..\..\OpenMetaverse.StructuredData\OpenMetaverse.StructuredData.csproj">
94 <Name>OpenMetaverse.StructuredData</Name>
95 <Project>{F3FA150D-325B-40F2-B978-05D47E402698}</Project>
96 <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
97 </ProjectReference>
98 </ItemGroup>
99 <ItemGroup>
100 <Compile Include="Arguments.cs">
101 </Compile>
102 <Compile Include="ClientManager.cs">
103 </Compile>
104 <Compile Include="Command.cs">
105 </Compile>
106 <Compile Include="Parsing.cs">
107 </Compile>
108 <Compile Include="Program.cs">
109 </Compile>
110 <Compile Include="TestClient.cs">
111 </Compile>
112 <Compile Include="Properties\AssemblyInfo.cs">
113 </Compile>
114 <Compile Include="Commands\Agent\BotsCommand.cs">
115 </Compile>
116 <Compile Include="Commands\Agent\WhoCommand.cs">
117 </Compile>
118 <Compile Include="Commands\Agent\CloneProfileCommand.cs">
119 </Compile>
120 <Compile Include="Commands\Agent\TouchCommand.cs">
121 </Compile>
122 <Compile Include="Commands\Agent\PlayAnimationCommand.cs">
123 </Compile>
124 <Compile Include="Commands\Prims\PrimInfoCommand.cs">
125 </Compile>
126 <Compile Include="Commands\Prims\FindTextureCommand.cs">
127 </Compile>
128 <Compile Include="Commands\Prims\ImportCommand.cs">
129 </Compile>
130 <Compile Include="Commands\Prims\DeRezObjectCommand.cs">
131 </Compile>
132 <Compile Include="Commands\Prims\FindObjectsCommand.cs">
133 </Compile>
134 <Compile Include="Commands\Prims\ChangePermsCommand.cs">
135 </Compile>
136 <Compile Include="Commands\Prims\ExportCommand.cs">
137 </Compile>
138 <Compile Include="Commands\Prims\TexturesCommand.cs">
139 </Compile>
140 <Compile Include="Commands\Prims\PrimRegexCommand.cs">
141 </Compile>
142 <Compile Include="Commands\Prims\DownloadTextureCommand.cs">
143 </Compile>
144 <Compile Include="Commands\Prims\PrimCountCommand.cs">
145 </Compile>
146 <Compile Include="Commands\Prims\ExportParticlesCommand.cs">
147 </Compile>
148 <Compile Include="Commands\Directory\SearchPeopleCommand.cs">
149 </Compile>
150 <Compile Include="Commands\Directory\SearchPlacesCommand.cs">
151 </Compile>
152 <Compile Include="Commands\Directory\Key2NameCommand.cs">
153 </Compile>
154 <Compile Include="Commands\Directory\ShowEventDetailsCommand.cs">
155 </Compile>
156 <Compile Include="Commands\Directory\SearchEventsCommand.cs">
157 </Compile>
158 <Compile Include="Commands\Directory\SearchLandCommand.cs">
159 </Compile>
160 <Compile Include="Commands\Directory\SearchClassifiedsCommand.cs">
161 </Compile>
162 <Compile Include="Commands\Directory\SearchGroupsCommand.cs">
163 </Compile>
164 <Compile Include="Commands\Appearance\CloneCommand.cs">
165 </Compile>
166 <Compile Include="Commands\Appearance\WearCommand.cs">
167 </Compile>
168 <Compile Include="Commands\Appearance\AvatarInfoCommand.cs">
169 </Compile>
170 <Compile Include="Commands\Appearance\AttachmentsCommand.cs">
171 </Compile>
172 <Compile Include="Commands\Appearance\AppearanceCommand.cs">
173 </Compile>
174 <Compile Include="Commands\System\DebugCommand.cs">
175 </Compile>
176 <Compile Include="Commands\System\SleepCommand.cs">
177 </Compile>
178 <Compile Include="Commands\System\HelpCommand.cs">
179 </Compile>
180 <Compile Include="Commands\System\PacketLogCommand.cs">
181 </Compile>
182 <Compile Include="Commands\System\LogoutCommand.cs">
183 </Compile>
184 <Compile Include="Commands\System\SetMasterKeyCommand.cs">
185 </Compile>
186 <Compile Include="Commands\System\ShowEffectsCommand.cs">
187 </Compile>
188 <Compile Include="Commands\System\WaitForLoginCommand.cs">
189 </Compile>
190 <Compile Include="Commands\System\LoginCommand.cs">
191 </Compile>
192 <Compile Include="Commands\System\QuitCommand.cs">
193 </Compile>
194 <Compile Include="Commands\System\LoadCommand.cs">
195 </Compile>
196 <Compile Include="Commands\System\SetMasterCommand.cs">
197 </Compile>
198 <Compile Include="Commands\System\MD5Command.cs">
199 </Compile>
200 <Compile Include="Commands\System\AtCommand.cs">
201 </Compile>
202 <Compile Include="Commands\Friends\MapFriendCommand.cs">
203 </Compile>
204 <Compile Include="Commands\Friends\FriendsCommand.cs">
205 </Compile>
206 <Compile Include="Commands\Voice\ParcelVoiceInfo.cs">
207 </Compile>
208 <Compile Include="Commands\Voice\VoiceAcountCommand.cs">
209 </Compile>
210 <Compile Include="Commands\Stats\DilationCommand.cs">
211 </Compile>
212 <Compile Include="Commands\Stats\RegionInfoCommand.cs">
213 </Compile>
214 <Compile Include="Commands\Stats\StatsCommand.cs">
215 </Compile>
216 <Compile Include="Commands\Stats\UptimeCommand.cs">
217 </Compile>
218 <Compile Include="Commands\Stats\NetstatsCommand.cs">
219 </Compile>
220 <Compile Include="Commands\Estate\DownloadTerrainCommand.cs">
221 </Compile>
222 <Compile Include="Commands\Estate\UploadRawTerrainCommand.cs">
223 </Compile>
224 <Compile Include="Commands\Communication\ShoutCommand.cs">
225 </Compile>
226 <Compile Include="Commands\Communication\EchoMasterCommand.cs">
227 </Compile>
228 <Compile Include="Commands\Communication\IMGroupCommand.cs">
229 </Compile>
230 <Compile Include="Commands\Communication\SayCommand.cs">
231 </Compile>
232 <Compile Include="Commands\Communication\WhisperCommand.cs">
233 </Compile>
234 <Compile Include="Commands\Communication\IMCommand.cs">
235 </Compile>
236 <Compile Include="Commands\Groups\ActivateGroupCommand.cs">
237 </Compile>
238 <Compile Include="Commands\Groups\InviteGroupCommand.cs">
239 </Compile>
240 <Compile Include="Commands\Groups\GroupRolesCommand.cs">
241 </Compile>
242 <Compile Include="Commands\Groups\GroupsCommand.cs">
243 </Compile>
244 <Compile Include="Commands\Groups\LeaveGroupCommand.cs">
245 </Compile>
246 <Compile Include="Commands\Groups\JoinGroupCommand.cs">
247 </Compile>
248 <Compile Include="Commands\Groups\GroupMembersCommand.cs">
249 </Compile>
250 <Compile Include="Commands\Movement\SitCommand.cs">
251 </Compile>
252 <Compile Include="Commands\Movement\GoHome.cs">
253 </Compile>
254 <Compile Include="Commands\Movement\GotoLandmark.cs">
255 </Compile>
256 <Compile Include="Commands\Movement\FlyToCommand.cs">
257 </Compile>
258 <Compile Include="Commands\Movement\SitOnCommand.cs">
259 </Compile>
260 <Compile Include="Commands\Movement\CrouchCommand.cs">
261 </Compile>
262 <Compile Include="Commands\Movement\ForwardCommand.cs">
263 </Compile>
264 <Compile Include="Commands\Movement\JumpCommand.cs">
265 </Compile>
266 <Compile Include="Commands\Movement\MoveToCommand.cs">
267 </Compile>
268 <Compile Include="Commands\Movement\GotoCommand.cs">
269 </Compile>
270 <Compile Include="Commands\Movement\RightCommand.cs">
271 </Compile>
272 <Compile Include="Commands\Movement\LocationCommand.cs">
273 </Compile>
274 <Compile Include="Commands\Movement\StandCommand.cs">
275 </Compile>
276 <Compile Include="Commands\Movement\BackCommand.cs">
277 </Compile>
278 <Compile Include="Commands\Movement\FlyCommand.cs">
279 </Compile>
280 <Compile Include="Commands\Movement\TurnToCommand.cs">
281 </Compile>
282 <Compile Include="Commands\Movement\LeftCommand.cs">
283 </Compile>
284 <Compile Include="Commands\Movement\SetHome.cs">
285 </Compile>
286 <Compile Include="Commands\Movement\FollowCommand.cs">
287 </Compile>
288 <Compile Include="Commands\Inventory\DownloadCommand.cs">
289 </Compile>
290 <Compile Include="Commands\Inventory\EmptyTrashCommand.cs">
291 </Compile>
292 <Compile Include="Commands\Inventory\ViewNotecardCommand.cs">
293 </Compile>
294 <Compile Include="Commands\Inventory\ObjectInventoryCommand.cs">
295 </Compile>
296 <Compile Include="Commands\Inventory\TaskRunningCommand.cs">
297 </Compile>
298 <Compile Include="Commands\Inventory\DumpOutfitCommand.cs">
299 </Compile>
300 <Compile Include="Commands\Inventory\DeleteFolderCommand.cs">
301 </Compile>
302 <Compile Include="Commands\Inventory\BackupCommand.cs">
303 </Compile>
304 <Compile Include="Commands\Inventory\ChangeDirectoryCommand.cs">
305 </Compile>
306 <Compile Include="Commands\Inventory\ScriptCommand.cs">
307 </Compile>
308 <Compile Include="Commands\Inventory\TreeCommand.cs">
309 </Compile>
310 <Compile Include="Commands\Inventory\GiveItemCommand.cs">
311 </Compile>
312 <Compile Include="Commands\Inventory\UploadImageCommand.cs">
313 </Compile>
314 <Compile Include="Commands\Inventory\GiveAllCommand.cs">
315 </Compile>
316 <Compile Include="Commands\Inventory\InventoryCommand.cs">
317 </Compile>
318 <Compile Include="Commands\Inventory\EmptyLostAndFound.cs">
319 </Compile>
320 <Compile Include="Commands\Inventory\ListContentsCommand.cs">
321 </Compile>
322 <Compile Include="Commands\Inventory\XferCommand.cs">
323 </Compile>
324 <Compile Include="Commands\Inventory\CreateNotecardCommand.cs">
325 </Compile>
326 <Compile Include="Commands\Inventory\UploadScriptCommand.cs">
327 </Compile>
328 <Compile Include="Commands\Inventory\BalanceCommand.cs">
329 </Compile>
330 <Compile Include="Commands\Land\FindSimCommand.cs">
331 </Compile>
332 <Compile Include="Commands\Land\AgentLocationsCommand.cs">
333 </Compile>
334 <Compile Include="Commands\Land\ParcelInfoCommand.cs">
335 </Compile>
336 <Compile Include="Commands\Land\ParcelPrimOwnersCommand.cs">
337 </Compile>
338 <Compile Include="Commands\Land\GridMapCommand.cs">
339 </Compile>
340 <Compile Include="Commands\Land\ParcelDetailsCommand.cs">
341 </Compile>
342 <Compile Include="Commands\Land\ParcelSelectObjectsCommand.cs">
343 </Compile>
344 <Compile Include="Commands\Land\GridLayerCommand.cs">
345 </Compile>
346 <Compile Include="Commands\Land\WindCommand.cs">
347 </Compile>
348 </ItemGroup>
349 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
350 <PropertyGroup>
351 <PreBuildEvent>
352 </PreBuildEvent>
353 <PostBuildEvent>
354 </PostBuildEvent>
355 </PropertyGroup>
356 </Project>