aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Second-server.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Second-server.csproj')
-rw-r--r--Second-server.csproj17
1 files changed, 9 insertions, 8 deletions
diff --git a/Second-server.csproj b/Second-server.csproj
index 79db97f..bb1c558 100644
--- a/Second-server.csproj
+++ b/Second-server.csproj
@@ -1,8 +1,8 @@
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup> 2 <PropertyGroup>
3 <OutputType>Exe</OutputType> 3 <OutputType>Exe</OutputType>
4 <RootNamespace>Controller</RootNamespace> 4 <RootNamespace>OpenSim</RootNamespace>
5 <AssemblyName>Second-server</AssemblyName> 5 <AssemblyName>OpenSim</AssemblyName>
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <ProjectGuid>{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}</ProjectGuid> 8 <ProjectGuid>{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}</ProjectGuid>
@@ -35,6 +35,10 @@
35 <Reference Include="System" /> 35 <Reference Include="System" />
36 <Reference Include="System.Data" /> 36 <Reference Include="System.Data" />
37 <Reference Include="System.Xml" /> 37 <Reference Include="System.Xml" />
38 <Reference Include="libsecondlife">
39 <HintPath>bin\Release\libsecondlife.dll</HintPath>
40 <SpecificVersion>False</SpecificVersion>
41 </Reference>
38 </ItemGroup> 42 </ItemGroup>
39 <ItemGroup> 43 <ItemGroup>
40 <Compile Include="AssemblyInfo.cs" /> 44 <Compile Include="AssemblyInfo.cs" />
@@ -47,12 +51,9 @@
47 <Compile Include="Asset_manager.cs" /> 51 <Compile Include="Asset_manager.cs" />
48 <Compile Include="Script_manager.cs" /> 52 <Compile Include="Script_manager.cs" />
49 <Compile Include="Server.cs" /> 53 <Compile Include="Server.cs" />
50 </ItemGroup> 54 <Compile Include="StorageManager.cs" />
51 <ItemGroup> 55 <Compile Include="GridManager.cs" />
52 <ProjectReference Include="..\..\libsecondlife\libsecondlife-cs\libsecondlife.csproj"> 56 <Compile Include="Globals.cs" />
53 <Project>{D9CDEDFB-8169-4B03-B57F-0DF638F044EC}</Project>
54 <Name>libsecondlife</Name>
55 </ProjectReference>
56 </ItemGroup> 57 </ItemGroup>
57 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> 58 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
58</Project> \ No newline at end of file 59</Project> \ No newline at end of file