diff options
Diffstat (limited to 'ExportBot/TestClient.csproj')
-rw-r--r-- | ExportBot/TestClient.csproj | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/ExportBot/TestClient.csproj b/ExportBot/TestClient.csproj new file mode 100644 index 0000000..16d4afe --- /dev/null +++ b/ExportBot/TestClient.csproj | |||
@@ -0,0 +1,120 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | <PropertyGroup> | ||
3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
5 | <ProductVersion>8.0.50727</ProductVersion> | ||
6 | <SchemaVersion>2.0</SchemaVersion> | ||
7 | <ProjectGuid>{B87682F6-B2D7-4C4D-A529-400C24FD4880}</ProjectGuid> | ||
8 | <OutputType>Exe</OutputType> | ||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> | ||
10 | <RootNamespace>libsecondlife.TestClient</RootNamespace> | ||
11 | <AssemblyName>TestClient</AssemblyName> | ||
12 | </PropertyGroup> | ||
13 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
14 | <DebugSymbols>true</DebugSymbols> | ||
15 | <DebugType>full</DebugType> | ||
16 | <Optimize>false</Optimize> | ||
17 | <OutputPath>..\..\..\bin\</OutputPath> | ||
18 | <DefineConstants>DEBUG;TRACE</DefineConstants> | ||
19 | <ErrorReport>prompt</ErrorReport> | ||
20 | <WarningLevel>4</WarningLevel> | ||
21 | </PropertyGroup> | ||
22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
23 | <DebugType>pdbonly</DebugType> | ||
24 | <Optimize>true</Optimize> | ||
25 | <OutputPath>..\..\bin\</OutputPath> | ||
26 | <DefineConstants>TRACE</DefineConstants> | ||
27 | <ErrorReport>prompt</ErrorReport> | ||
28 | <WarningLevel>4</WarningLevel> | ||
29 | </PropertyGroup> | ||
30 | <ItemGroup> | ||
31 | <Reference Include="System" /> | ||
32 | <Reference Include="System.Data" /> | ||
33 | <Reference Include="System.Speech, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> | ||
34 | <Reference Include="System.Xml" /> | ||
35 | </ItemGroup> | ||
36 | <ItemGroup> | ||
37 | <Compile Include="Arguments.cs" /> | ||
38 | <Compile Include="Command.cs" /> | ||
39 | <Compile Include="Commands\AppearanceCommand.cs" /> | ||
40 | <Compile Include="Commands\CloneProfileCommand.cs" /> | ||
41 | <Compile Include="Commands\DebugCommand.cs" /> | ||
42 | <Compile Include="Commands\DumpOutfitCommand.cs" /> | ||
43 | <Compile Include="Commands\ExportParticlesCommand.cs" /> | ||
44 | <Compile Include="Commands\Inventory\BalanceCommand.cs" /> | ||
45 | <Compile Include="Commands\Inventory\DeleteFolderCommand.cs" /> | ||
46 | <Compile Include="Commands\Inventory\GiveAllCommand.cs" /> | ||
47 | <Compile Include="Commands\Inventory\WearCommand.cs" /> | ||
48 | <Compile Include="Commands\Inventory\InventoryCommand.cs" /> | ||
49 | <Compile Include="Commands\ExportOutfitCommand.cs" /> | ||
50 | <Compile Include="Commands\FindSimCommand.cs" /> | ||
51 | <Compile Include="Commands\ImportOutfitCommand.cs" /> | ||
52 | <Compile Include="Commands\LoginCommand.cs"> | ||
53 | <SubType>Code</SubType> | ||
54 | </Compile> | ||
55 | <Compile Include="Commands\LogoutCommand.cs"> | ||
56 | <SubType>Code</SubType> | ||
57 | </Compile> | ||
58 | <Compile Include="Commands\Communication\EchoMasterCommand.cs" /> | ||
59 | <Compile Include="Commands\Communication\IMCommand.cs" /> | ||
60 | <Compile Include="Commands\Communication\SayCommand.cs" /> | ||
61 | <Compile Include="Commands\Communication\ShoutCommand.cs" /> | ||
62 | <Compile Include="Commands\Communication\WhisperCommand.cs" /> | ||
63 | <Compile Include="Commands\MD5Command.cs" /> | ||
64 | <Compile Include="Commands\Movement\FollowCommand.cs" /> | ||
65 | <Compile Include="Commands\Movement\GotoCommand.cs" /> | ||
66 | <Compile Include="Commands\Movement\JumpCommand.cs" /> | ||
67 | <Compile Include="Commands\Movement\LocationCommand.cs" /> | ||
68 | <Compile Include="Commands\Movement\SitCommand.cs" /> | ||
69 | <Compile Include="Commands\PacketLogCommand.cs" /> | ||
70 | <Compile Include="Commands\ParcelInfoCommand.cs" /> | ||
71 | <Compile Include="Commands\QuitCommand.cs"> | ||
72 | <SubType>Code</SubType> | ||
73 | </Compile> | ||
74 | <Compile Include="Commands\RegionInfoCommand.cs" /> | ||
75 | <Compile Include="Commands\SetMasterCommand.cs"> | ||
76 | <SubType>Code</SubType> | ||
77 | </Compile> | ||
78 | <Compile Include="Commands\ExportCommand.cs" /> | ||
79 | <Compile Include="Commands\ImportCommand.cs" /> | ||
80 | <Compile Include="Commands\LoadCommand.cs" /> | ||
81 | <Compile Include="Commands\PrimCountCommand.cs" /> | ||
82 | <Compile Include="Commands\SetMasterKeyCommand.cs" /> | ||
83 | <Compile Include="Commands\ShowEffectsCommand.cs" /> | ||
84 | <Compile Include="Commands\StatsCommand.cs" /> | ||
85 | <Compile Include="Commands\TouchCommand.cs" /> | ||
86 | <Compile Include="Commands\TreeCommand.cs" /> | ||
87 | <Compile Include="Commands\UptimeCommand.cs" /> | ||
88 | <Compile Include="Commands\HelpCommand.cs" /> | ||
89 | <Compile Include="ClientManager.cs" /> | ||
90 | <Compile Include="Commands\WhoCommand.cs"> | ||
91 | <SubType>Code</SubType> | ||
92 | </Compile> | ||
93 | <Compile Include="Parsing.cs" /> | ||
94 | <Compile Include="Program.cs" /> | ||
95 | <Compile Include="TestClient.cs" /> | ||
96 | <Compile Include="Properties\AssemblyInfo.cs" /> | ||
97 | </ItemGroup> | ||
98 | <ItemGroup> | ||
99 | <ProjectReference Include="..\..\..\openjpegnet\openjpegnet.csproj"> | ||
100 | <Project>{D0DCFDCB-71FA-4343-A8D1-24D4665A94A4}</Project> | ||
101 | <Name>openjpegnet</Name> | ||
102 | </ProjectReference> | ||
103 | <ProjectReference Include="..\..\libsecondlife.csproj"> | ||
104 | <Project>{D9CDEDFB-8169-4B03-B57F-0DF638F044EC}</Project> | ||
105 | <Name>libsecondlife</Name> | ||
106 | </ProjectReference> | ||
107 | <ProjectReference Include="..\..\libsecondlife.Utilities\libsecondlife.Utilities.csproj"> | ||
108 | <Project>{CE5E06C2-2428-416B-ADC1-F1FE16A0FB27}</Project> | ||
109 | <Name>libsecondlife.Utilities</Name> | ||
110 | </ProjectReference> | ||
111 | </ItemGroup> | ||
112 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
113 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
114 | Other similar extension points exist, see Microsoft.Common.targets. | ||
115 | <Target Name="BeforeBuild"> | ||
116 | </Target> | ||
117 | <Target Name="AfterBuild"> | ||
118 | </Target> | ||
119 | --> | ||
120 | </Project> \ No newline at end of file | ||