diff options
author | MW | 2007-03-19 09:47:24 +0000 |
---|---|---|
committer | MW | 2007-03-19 09:47:24 +0000 |
commit | 8d989c94d25ef07b9f9bc4c95a14fc9b952a0a91 (patch) | |
tree | 5db0c4851b40a8adb4c3be8397f04ccaba0a8ba8 /src/Second-server.csproj | |
parent | * if you specify revision, you cannot use * for build (diff) | |
download | opensim-SC_OLD-8d989c94d25ef07b9f9bc4c95a14fc9b952a0a91.zip opensim-SC_OLD-8d989c94d25ef07b9f9bc4c95a14fc9b952a0a91.tar.gz opensim-SC_OLD-8d989c94d25ef07b9f9bc4c95a14fc9b952a0a91.tar.bz2 opensim-SC_OLD-8d989c94d25ef07b9f9bc4c95a14fc9b952a0a91.tar.xz |
Removed the AssemblyInfo.cs files from the Vs2005 projects
Diffstat (limited to '')
-rw-r--r-- | src/Second-server.csproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Second-server.csproj b/src/Second-server.csproj index 2dda6db..7c0d17c 100644 --- a/src/Second-server.csproj +++ b/src/Second-server.csproj | |||
@@ -74,8 +74,7 @@ | |||
74 | <Compile Include="OpenSimConsole.cs" /> | 74 | <Compile Include="OpenSimConsole.cs" /> |
75 | <Compile Include="HeightMapGenHills.cs" /> | 75 | <Compile Include="HeightMapGenHills.cs" /> |
76 | <Compile Include="VersionInfo.cs" /> | 76 | <Compile Include="VersionInfo.cs" /> |
77 | <Compile Include="CAPS\SimHttp.cs"> | 77 | <Compile Include="CAPS\SimHttp.cs" /> |
78 | </Compile> | ||
79 | </ItemGroup> | 78 | </ItemGroup> |
80 | <ItemGroup> | 79 | <ItemGroup> |
81 | <ProjectReference Include="GridInterfaces\GridInterfaces.csproj"> | 80 | <ProjectReference Include="GridInterfaces\GridInterfaces.csproj"> |