aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj152
-rw-r--r--OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj.user12
-rw-r--r--prebuild.xml30
3 files changed, 164 insertions, 30 deletions
diff --git a/OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj b/OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj
new file mode 100644
index 0000000..b6b072b
--- /dev/null
+++ b/OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj
@@ -0,0 +1,152 @@
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>{FFC2EE60-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>LaunchSLClient</AssemblyName>
14 <DefaultClientScript>JScript</DefaultClientScript>
15 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
16 <DefaultTargetSchema>IE50</DefaultTargetSchema>
17 <DelaySign>false</DelaySign>
18 <OutputType>Exe</OutputType>
19 <AppDesignerFolder>
20 </AppDesignerFolder>
21 <RootNamespace>LaunchSLClient</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="Microsoft.Win32">
69 <HintPath>Microsoft.Win32.dll</HintPath>
70 <Private>False</Private>
71 </Reference>
72 <Reference Include="System">
73 <HintPath>System.dll</HintPath>
74 <Private>False</Private>
75 </Reference>
76 <Reference Include="System.Collections">
77 <HintPath>System.Collections.dll</HintPath>
78 <Private>False</Private>
79 </Reference>
80 <Reference Include="System.Collections.Generic">
81 <HintPath>System.Collections.Generic.dll</HintPath>
82 <Private>False</Private>
83 </Reference>
84 <Reference Include="System.ComponentModel">
85 <HintPath>System.ComponentModel.dll</HintPath>
86 <Private>False</Private>
87 </Reference>
88 <Reference Include="System.Data">
89 <HintPath>System.Data.dll</HintPath>
90 <Private>False</Private>
91 </Reference>
92 <Reference Include="System.Diagnostics">
93 <HintPath>System.Diagnostics.dll</HintPath>
94 <Private>False</Private>
95 </Reference>
96 <Reference Include="System.Drawing">
97 <HintPath>System.Drawing.dll</HintPath>
98 <Private>False</Private>
99 </Reference>
100 <Reference Include="System.IO">
101 <HintPath>System.IO.dll</HintPath>
102 <Private>False</Private>
103 </Reference>
104 <Reference Include="System.Text">
105 <HintPath>System.Text.dll</HintPath>
106 <Private>False</Private>
107 </Reference>
108 <Reference Include="System.Text.RegularExpressions">
109 <HintPath>System.Text.RegularExpressions.dll</HintPath>
110 <Private>False</Private>
111 </Reference>
112 <Reference Include="System.Windows.Forms">
113 <HintPath>System.Windows.Forms.dll</HintPath>
114 <Private>False</Private>
115 </Reference>
116 </ItemGroup>
117 <ItemGroup>
118 </ItemGroup>
119 <ItemGroup>
120 <Compile Include="Form1.cs">
121 <SubType>Form</SubType>
122 </Compile>
123 <Compile Include="Form1.Designer.cs">
124 <DependentUpon>Form1.cs</DependentUpon>
125 <SubType>Code</SubType>
126 </Compile>
127 <Compile Include="LauncherException.cs">
128 <SubType>Code</SubType>
129 </Compile>
130 <Compile Include="Program.cs">
131 <SubType>Code</SubType>
132 </Compile>
133 <Compile Include="Properties\AssemblyInfo.cs">
134 <SubType>Code</SubType>
135 </Compile>
136 <Compile Include="Properties\Resources.Designer.cs">
137 <DependentUpon>Properties\Resources.cs</DependentUpon>
138 <SubType>Code</SubType>
139 </Compile>
140 <Compile Include="Properties\Settings.Designer.cs">
141 <DependentUpon>Properties\Settings.cs</DependentUpon>
142 <SubType>Code</SubType>
143 </Compile>
144 </ItemGroup>
145 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
146 <PropertyGroup>
147 <PreBuildEvent>
148 </PreBuildEvent>
149 <PostBuildEvent>
150 </PostBuildEvent>
151 </PropertyGroup>
152</Project> \ No newline at end of file
diff --git a/OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj.user b/OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj.user
new file mode 100644
index 0000000..fa7bb7e
--- /dev/null
+++ b/OpenSim/Tools/LaunchSLClient/LaunchSLClient.csproj.user
@@ -0,0 +1,12 @@
1<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ReferencePath>C:\OpenSim\trunk3\bin\</ReferencePath>
6 <LastOpenVersion>9.0.21022</LastOpenVersion>
7 <ProjectView>ProjectFiles</ProjectView>
8 <ProjectTrust>0</ProjectTrust>
9 </PropertyGroup>
10 <PropertyGroup Condition = " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
11 <PropertyGroup Condition = " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
12</Project>
diff --git a/prebuild.xml b/prebuild.xml
index 96d008a..faa8e76 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1508,36 +1508,6 @@
1508 </Files> 1508 </Files>
1509 </Project> 1509 </Project>
1510 1510
1511 <Project name="LaunchSLClient" path="OpenSim/Tools/LaunchSLClient" type="Exe">
1512 <Configuration name="Debug">
1513 <Options>
1514 <OutputPath>../../../bin/</OutputPath>
1515 </Options>
1516 </Configuration>
1517 <Configuration name="Release">
1518 <Options>
1519 <OutputPath>../../../bin/</OutputPath>
1520 </Options>
1521 </Configuration>
1522
1523 <ReferencePath>../../../bin/</ReferencePath>
1524 <Reference name="System" localCopy="false"/>
1525 <Reference name="System.IO" localCopy="false"/>
1526 <Reference name="System.Collections" localCopy="false"/>
1527 <Reference name="System.Collections.Generic" localCopy="false"/>
1528 <Reference name="System.ComponentModel" localCopy="false"/>
1529 <Reference name="System.Data" localCopy="false"/>
1530 <Reference name="System.Diagnostics" localCopy="false"/>
1531 <Reference name="System.Drawing" localCopy="false"/>
1532 <Reference name="System.Text" localCopy="false"/>
1533 <Reference name="System.Text.RegularExpressions" localCopy="false"/>
1534 <Reference name="System.Windows.Forms" localCopy="false"/>
1535 <Reference name="Microsoft.Win32" localCopy="false"/>
1536
1537 <Files>
1538 <Match pattern="*.cs" recurse="true"/>
1539 </Files>
1540 </Project>
1541 </Solution> 1511 </Solution>
1542 1512
1543 <!-- Prebuild tool --> 1513 <!-- Prebuild tool -->