diff options
author | mingchen | 2007-06-27 17:12:32 +0000 |
---|---|---|
committer | mingchen | 2007-06-27 17:12:32 +0000 |
commit | fe120533efd0ec6b2248d96b9a1f8b7637c5dadd (patch) | |
tree | 2da9d7a0b0cce8caae8a49d40bc274506d36f6d3 /OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj | |
parent | *Ran prebuild (diff) | |
download | opensim-SC-fe120533efd0ec6b2248d96b9a1f8b7637c5dadd.zip opensim-SC-fe120533efd0ec6b2248d96b9a1f8b7637c5dadd.tar.gz opensim-SC-fe120533efd0ec6b2248d96b9a1f8b7637c5dadd.tar.bz2 opensim-SC-fe120533efd0ec6b2248d96b9a1f8b7637c5dadd.tar.xz |
*Updated prebuild.xml and ran prebuild again
*Removed .user, .suo, and unneccessary files in /bin/Physics/
*OpenSim.sln should compile with nant and on windows now
Diffstat (limited to 'OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj')
-rw-r--r-- | OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj b/OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj index 4ba24f1..dab22ea 100644 --- a/OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj +++ b/OpenSim/Framework/Data.SQLite/OpenSim.Framework.Data.SQLite.csproj | |||
@@ -88,10 +88,10 @@ | |||
88 | </ProjectReference> | 88 | </ProjectReference> |
89 | </ItemGroup> | 89 | </ItemGroup> |
90 | <ItemGroup> | 90 | <ItemGroup> |
91 | <Compile Include="SQLiteGridData.cs"> | 91 | <Compile Include="SQLiteManager.cs"> |
92 | <SubType>Code</SubType> | 92 | <SubType>Code</SubType> |
93 | </Compile> | 93 | </Compile> |
94 | <Compile Include="SQLiteManager.cs"> | 94 | <Compile Include="SQLiteGridData.cs"> |
95 | <SubType>Code</SubType> | 95 | <SubType>Code</SubType> |
96 | </Compile> | 96 | </Compile> |
97 | <Compile Include="Properties\AssemblyInfo.cs"> | 97 | <Compile Include="Properties\AssemblyInfo.cs"> |