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.MySQL/OpenSim.Framework.Data.MySQL.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.MySQL/OpenSim.Framework.Data.MySQL.csproj')
-rw-r--r-- | OpenSim/Framework/Data.MySQL/OpenSim.Framework.Data.MySQL.csproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Framework/Data.MySQL/OpenSim.Framework.Data.MySQL.csproj b/OpenSim/Framework/Data.MySQL/OpenSim.Framework.Data.MySQL.csproj index 62e3887..09a32b5 100644 --- a/OpenSim/Framework/Data.MySQL/OpenSim.Framework.Data.MySQL.csproj +++ b/OpenSim/Framework/Data.MySQL/OpenSim.Framework.Data.MySQL.csproj | |||
@@ -88,19 +88,19 @@ | |||
88 | </ProjectReference> | 88 | </ProjectReference> |
89 | </ItemGroup> | 89 | </ItemGroup> |
90 | <ItemGroup> | 90 | <ItemGroup> |
91 | <Compile Include="MySQLGridData.cs"> | ||
92 | <SubType>Code</SubType> | ||
93 | </Compile> | ||
94 | <Compile Include="MySQLInventoryData.cs"> | 91 | <Compile Include="MySQLInventoryData.cs"> |
95 | <SubType>Code</SubType> | 92 | <SubType>Code</SubType> |
96 | </Compile> | 93 | </Compile> |
97 | <Compile Include="MySQLLogData.cs"> | 94 | <Compile Include="MySQLUserData.cs"> |
98 | <SubType>Code</SubType> | 95 | <SubType>Code</SubType> |
99 | </Compile> | 96 | </Compile> |
100 | <Compile Include="MySQLManager.cs"> | 97 | <Compile Include="MySQLManager.cs"> |
101 | <SubType>Code</SubType> | 98 | <SubType>Code</SubType> |
102 | </Compile> | 99 | </Compile> |
103 | <Compile Include="MySQLUserData.cs"> | 100 | <Compile Include="MySQLLogData.cs"> |
101 | <SubType>Code</SubType> | ||
102 | </Compile> | ||
103 | <Compile Include="MySQLGridData.cs"> | ||
104 | <SubType>Code</SubType> | 104 | <SubType>Code</SubType> |
105 | </Compile> | 105 | </Compile> |
106 | <Compile Include="Properties\AssemblyInfo.cs"> | 106 | <Compile Include="Properties\AssemblyInfo.cs"> |