diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.csproj | 126 |
1 files changed, 0 insertions, 126 deletions
diff --git a/OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.csproj b/OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.csproj deleted file mode 100644 index b262dd1..0000000 --- a/OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.csproj +++ /dev/null | |||
@@ -1,126 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <PropertyGroup> | ||
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
6 | <ProductVersion>9.0.30729</ProductVersion> | ||
7 | <SchemaVersion>2.0</SchemaVersion> | ||
8 | <ProjectGuid>{595D67F3-B413-4A43-8568-5B5930E3B31D}</ProjectGuid> | ||
9 | <OutputType>Exe</OutputType> | ||
10 | <AppDesignerFolder>Properties</AppDesignerFolder> | ||
11 | <RootNamespace>OpenSim.GridLaunch</RootNamespace> | ||
12 | <AssemblyName>OpenSim.GridLaunch</AssemblyName> | ||
13 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> | ||
14 | <FileAlignment>512</FileAlignment> | ||
15 | </PropertyGroup> | ||
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
17 | <DebugSymbols>true</DebugSymbols> | ||
18 | <DebugType>full</DebugType> | ||
19 | <Optimize>false</Optimize> | ||
20 | <OutputPath>..\..\..\bin\</OutputPath> | ||
21 | <DefineConstants>DEBUG;TRACE</DefineConstants> | ||
22 | <ErrorReport>prompt</ErrorReport> | ||
23 | <WarningLevel>4</WarningLevel> | ||
24 | <PlatformTarget>x86</PlatformTarget> | ||
25 | </PropertyGroup> | ||
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
27 | <DebugType>pdbonly</DebugType> | ||
28 | <Optimize>true</Optimize> | ||
29 | <OutputPath>bin\Release\</OutputPath> | ||
30 | <DefineConstants>TRACE</DefineConstants> | ||
31 | <ErrorReport>prompt</ErrorReport> | ||
32 | <WarningLevel>4</WarningLevel> | ||
33 | </PropertyGroup> | ||
34 | <ItemGroup> | ||
35 | <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL" /> | ||
36 | <Reference Include="System" /> | ||
37 | <Reference Include="System.Data" /> | ||
38 | <Reference Include="System.Drawing" /> | ||
39 | <Reference Include="System.ServiceProcess" /> | ||
40 | <Reference Include="System.Windows.Forms" /> | ||
41 | <Reference Include="System.Xml" /> | ||
42 | </ItemGroup> | ||
43 | <ItemGroup> | ||
44 | <Compile Include="AppExecutor.cs" /> | ||
45 | <Compile Include="AppExecutor_AsyncIO.cs" /> | ||
46 | <Compile Include="AppExecutor_Thread.cs" /> | ||
47 | <Compile Include="CommandProcessor.cs" /> | ||
48 | <Compile Include="GUI\Console\Console.cs" /> | ||
49 | <Compile Include="GUI\IGUI.cs" /> | ||
50 | <Compile Include="GUI\Network\Client.cs" /> | ||
51 | <Compile Include="GUI\Network\TCPD.cs" /> | ||
52 | <Compile Include="GUI\Service\Service.cs"> | ||
53 | <SubType>Component</SubType> | ||
54 | </Compile> | ||
55 | <Compile Include="GUI\WinForm\ProcessPanel.cs"> | ||
56 | <SubType>Form</SubType> | ||
57 | </Compile> | ||
58 | <Compile Include="GUI\WinForm\ProcessPanel.Designer.cs"> | ||
59 | <DependentUpon>ProcessPanel.cs</DependentUpon> | ||
60 | </Compile> | ||
61 | <Compile Include="GUI\WinForm\ucAppWindow.cs"> | ||
62 | <SubType>UserControl</SubType> | ||
63 | </Compile> | ||
64 | <Compile Include="GUI\WinForm\ucAppWindow.Designer.cs"> | ||
65 | <DependentUpon>ucAppWindow.cs</DependentUpon> | ||
66 | </Compile> | ||
67 | <Compile Include="GUI\WinForm\ucInputField.cs"> | ||
68 | <SubType>UserControl</SubType> | ||
69 | </Compile> | ||
70 | <Compile Include="GUI\WinForm\ucInputField.Designer.cs"> | ||
71 | <DependentUpon>ucInputField.cs</DependentUpon> | ||
72 | </Compile> | ||
73 | <Compile Include="GUI\WinForm\ucLogWindow.cs"> | ||
74 | <SubType>UserControl</SubType> | ||
75 | </Compile> | ||
76 | <Compile Include="GUI\WinForm\ucLogWindow.Designer.cs"> | ||
77 | <DependentUpon>ucLogWindow.cs</DependentUpon> | ||
78 | </Compile> | ||
79 | <Compile Include="log4netAppender.cs" /> | ||
80 | <Compile Include="Program.cs" /> | ||
81 | <Compile Include="Properties\AssemblyInfo.cs" /> | ||
82 | <Compile Include="Properties\Resources.Designer.cs"> | ||
83 | <AutoGen>True</AutoGen> | ||
84 | <DesignTime>True</DesignTime> | ||
85 | <DependentUpon>Resources.resx</DependentUpon> | ||
86 | </Compile> | ||
87 | <Compile Include="Settings.cs" /> | ||
88 | </ItemGroup> | ||
89 | <ItemGroup> | ||
90 | <EmbeddedResource Include="GUI\WinForm\ProcessPanel.resx"> | ||
91 | <DependentUpon>ProcessPanel.cs</DependentUpon> | ||
92 | </EmbeddedResource> | ||
93 | <EmbeddedResource Include="GUI\WinForm\ucAppWindow.resx"> | ||
94 | <DependentUpon>ucAppWindow.cs</DependentUpon> | ||
95 | </EmbeddedResource> | ||
96 | <EmbeddedResource Include="GUI\WinForm\ucInputField.resx"> | ||
97 | <DependentUpon>ucInputField.cs</DependentUpon> | ||
98 | </EmbeddedResource> | ||
99 | <EmbeddedResource Include="GUI\WinForm\ucLogWindow.resx"> | ||
100 | <DependentUpon>ucLogWindow.cs</DependentUpon> | ||
101 | </EmbeddedResource> | ||
102 | </ItemGroup> | ||
103 | <ItemGroup> | ||
104 | <None Include="App.config" /> | ||
105 | </ItemGroup> | ||
106 | <ItemGroup> | ||
107 | <Content Include="GUI\WinForm\OpenSim Bottom Border.png" /> | ||
108 | <Content Include="GUI\WinForm\OpenSim Right Border.png" /> | ||
109 | <Content Include="GUI\WinForm\OpenSim.png" /> | ||
110 | <None Include="OpenSim.GridLaunch.ini"> | ||
111 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
112 | </None> | ||
113 | <EmbeddedResource Include="Properties\Resources.resx"> | ||
114 | <Generator>ResXFileCodeGenerator</Generator> | ||
115 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
116 | </EmbeddedResource> | ||
117 | </ItemGroup> | ||
118 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
119 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
120 | Other similar extension points exist, see Microsoft.Common.targets. | ||
121 | <Target Name="BeforeBuild"> | ||
122 | </Target> | ||
123 | <Target Name="AfterBuild"> | ||
124 | </Target> | ||
125 | --> | ||
126 | </Project> \ No newline at end of file | ||