diff options
Diffstat (limited to '')
-rw-r--r-- | src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj b/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj index 9b5c487..e57b547 100644 --- a/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj +++ b/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj | |||
@@ -27,11 +27,11 @@ | |||
27 | <Reference Include="System" /> | 27 | <Reference Include="System" /> |
28 | <Reference Include="System.Xml" /> | 28 | <Reference Include="System.Xml" /> |
29 | <Reference Include="Db4objects.Db4o"> | 29 | <Reference Include="Db4objects.Db4o"> |
30 | <HintPath>..\..\..\bin\Db4objects.Db4o.dll</HintPath> | 30 | <HintPath>..\bin\Db4objects.Db4o.dll</HintPath> |
31 | <SpecificVersion>False</SpecificVersion> | 31 | <SpecificVersion>False</SpecificVersion> |
32 | </Reference> | 32 | </Reference> |
33 | <Reference Include="libsecondlife"> | 33 | <Reference Include="libsecondlife"> |
34 | <HintPath>..\..\..\..\..\..\..\Libsecond-dailys\libsl07-03\trunk\libsecondlife-cs\obj\Debug\libsecondlife.dll</HintPath> | 34 | <HintPath>..\bin\libsecondlife.dll</HintPath> |
35 | <SpecificVersion>False</SpecificVersion> | 35 | <SpecificVersion>False</SpecificVersion> |
36 | </Reference> | 36 | </Reference> |
37 | </ItemGroup> | 37 | </ItemGroup> |
@@ -40,14 +40,14 @@ | |||
40 | <Compile Include="AssemblyInfo.cs" /> | 40 | <Compile Include="AssemblyInfo.cs" /> |
41 | </ItemGroup> | 41 | </ItemGroup> |
42 | <ItemGroup> | 42 | <ItemGroup> |
43 | <ProjectReference Include="..\..\GridInterfaces\GridInterfaces.csproj"> | ||
44 | <Project>{5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}</Project> | ||
45 | <Name>GridInterfaces</Name> | ||
46 | </ProjectReference> | ||
47 | <ProjectReference Include="..\..\ServerConsole\ServerConsole\ServerConsole.csproj"> | 43 | <ProjectReference Include="..\..\ServerConsole\ServerConsole\ServerConsole.csproj"> |
48 | <Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project> | 44 | <Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project> |
49 | <Name>ServerConsole</Name> | 45 | <Name>ServerConsole</Name> |
50 | </ProjectReference> | 46 | </ProjectReference> |
47 | <ProjectReference Include="..\..\GridInterfaces\GridInterfaces.csproj"> | ||
48 | <Project>{5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}</Project> | ||
49 | <Name>GridInterfaces</Name> | ||
50 | </ProjectReference> | ||
51 | </ItemGroup> | 51 | </ItemGroup> |
52 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> | 52 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
53 | </Project> \ No newline at end of file | 53 | </Project> \ No newline at end of file |