diff options
Diffstat (limited to 'Second-server.csproj')
-rw-r--r-- | Second-server.csproj | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Second-server.csproj b/Second-server.csproj index 5f626d3..c263a32 100644 --- a/Second-server.csproj +++ b/Second-server.csproj | |||
@@ -6,6 +6,7 @@ | |||
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> |
9 | <StartupObject>OpenSim.Controller</StartupObject> | ||
9 | </PropertyGroup> | 10 | </PropertyGroup> |
10 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> | 11 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
11 | <OutputPath>bin\Debug\</OutputPath> | 12 | <OutputPath>bin\Debug\</OutputPath> |
@@ -28,6 +29,10 @@ | |||
28 | <SpecificVersion>False</SpecificVersion> | 29 | <SpecificVersion>False</SpecificVersion> |
29 | <HintPath>lib\Axiom.MathLib.dll</HintPath> | 30 | <HintPath>lib\Axiom.MathLib.dll</HintPath> |
30 | </Reference> | 31 | </Reference> |
32 | <Reference Include="libsecondlife, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
33 | <SpecificVersion>False</SpecificVersion> | ||
34 | <HintPath>..\..\..\..\..\dev\libsecondlife\bin\libsecondlife.dll</HintPath> | ||
35 | </Reference> | ||
31 | <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> | 36 | <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> |
32 | <SpecificVersion>False</SpecificVersion> | 37 | <SpecificVersion>False</SpecificVersion> |
33 | <HintPath>lib\log4net.dll</HintPath> | 38 | <HintPath>lib\log4net.dll</HintPath> |
@@ -35,10 +40,6 @@ | |||
35 | <Reference Include="System" /> | 40 | <Reference Include="System" /> |
36 | <Reference Include="System.Data" /> | 41 | <Reference Include="System.Data" /> |
37 | <Reference Include="System.Xml" /> | 42 | <Reference Include="System.Xml" /> |
38 | <Reference Include="libsecondlife"> | ||
39 | <HintPath>bin\Release\libsecondlife.dll</HintPath> | ||
40 | <SpecificVersion>False</SpecificVersion> | ||
41 | </Reference> | ||
42 | </ItemGroup> | 43 | </ItemGroup> |
43 | <ItemGroup> | 44 | <ItemGroup> |
44 | <Compile Include="AssemblyInfo.cs" /> | 45 | <Compile Include="AssemblyInfo.cs" /> |