diff options
Diffstat (limited to 'OpenSim.Framework/OpenSim.Framework.csproj')
-rw-r--r-- | OpenSim.Framework/OpenSim.Framework.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim.Framework/OpenSim.Framework.csproj b/OpenSim.Framework/OpenSim.Framework.csproj index 53a20c1..4ce5af0 100644 --- a/OpenSim.Framework/OpenSim.Framework.csproj +++ b/OpenSim.Framework/OpenSim.Framework.csproj | |||
@@ -70,6 +70,10 @@ | |||
70 | <HintPath>..\bin\libsecondlife.dll</HintPath> | 70 | <HintPath>..\bin\libsecondlife.dll</HintPath> |
71 | <Private>False</Private> | 71 | <Private>False</Private> |
72 | </Reference> | 72 | </Reference> |
73 | <Reference Include="Db4objects.Db4o.dll" > | ||
74 | <HintPath>..\bin\Db4objects.Db4o.dll</HintPath> | ||
75 | <Private>False</Private> | ||
76 | </Reference> | ||
73 | </ItemGroup> | 77 | </ItemGroup> |
74 | <ItemGroup> | 78 | <ItemGroup> |
75 | </ItemGroup> | 79 | </ItemGroup> |
@@ -95,6 +99,9 @@ | |||
95 | <Compile Include="IConfig.cs"> | 99 | <Compile Include="IConfig.cs"> |
96 | <SubType>Code</SubType> | 100 | <SubType>Code</SubType> |
97 | </Compile> | 101 | </Compile> |
102 | <Compile Include="IGenericConfig.cs"> | ||
103 | <SubType>Code</SubType> | ||
104 | </Compile> | ||
98 | <Compile Include="IGridConfig.cs"> | 105 | <Compile Include="IGridConfig.cs"> |
99 | <SubType>Code</SubType> | 106 | <SubType>Code</SubType> |
100 | </Compile> | 107 | </Compile> |