diff options
Diffstat (limited to '')
-rw-r--r-- | src/Config/SimConfig/SimConfig.csproj | 1 | ||||
-rw-r--r-- | src/GridInterfaces/GridInterfaces.csproj | 1 | ||||
-rw-r--r-- | src/LocalServers/LocalGridServers/LocalGridServers.csproj | 1 | ||||
-rw-r--r-- | src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj | 1 | ||||
-rw-r--r-- | src/OpenSim.Framework/OpenSim.Framework.csproj | 8 | ||||
-rw-r--r-- | src/RemoteServers/RemoteGridServers/RemoteGridServers.csproj | 1 | ||||
-rw-r--r-- | src/Second-server.csproj | 3 | ||||
-rw-r--r-- | src/ServerConsole/ServerConsole/ServerConsole.csproj | 1 | ||||
-rw-r--r-- | src/physics/PhysicsManager.csproj | 1 | ||||
-rw-r--r-- | src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj | 1 | ||||
-rw-r--r-- | src/physics/plugins/BasicPhysicsplugin.csproj | 8 |
11 files changed, 1 insertions, 26 deletions
diff --git a/src/Config/SimConfig/SimConfig.csproj b/src/Config/SimConfig/SimConfig.csproj index 98e86f1..43e9499 100644 --- a/src/Config/SimConfig/SimConfig.csproj +++ b/src/Config/SimConfig/SimConfig.csproj | |||
@@ -33,7 +33,6 @@ | |||
33 | </ItemGroup> | 33 | </ItemGroup> |
34 | <ItemGroup> | 34 | <ItemGroup> |
35 | <Compile Include="Db4SimConfig.cs" /> | 35 | <Compile Include="Db4SimConfig.cs" /> |
36 | <Compile Include="AssemblyInfo.cs" /> | ||
37 | </ItemGroup> | 36 | </ItemGroup> |
38 | <ItemGroup> | 37 | <ItemGroup> |
39 | <ProjectReference Include="..\..\ServerConsole\ServerConsole\ServerConsole.csproj"> | 38 | <ProjectReference Include="..\..\ServerConsole\ServerConsole\ServerConsole.csproj"> |
diff --git a/src/GridInterfaces/GridInterfaces.csproj b/src/GridInterfaces/GridInterfaces.csproj index 4d50848..197994f 100644 --- a/src/GridInterfaces/GridInterfaces.csproj +++ b/src/GridInterfaces/GridInterfaces.csproj | |||
@@ -33,7 +33,6 @@ | |||
33 | </ItemGroup> | 33 | </ItemGroup> |
34 | <ItemGroup> | 34 | <ItemGroup> |
35 | <Compile Include="IAssetServer.cs" /> | 35 | <Compile Include="IAssetServer.cs" /> |
36 | <Compile Include="AssemblyInfo.cs" /> | ||
37 | <Compile Include="IGridServer.cs" /> | 36 | <Compile Include="IGridServer.cs" /> |
38 | <Compile Include="ILocalStorage.cs" /> | 37 | <Compile Include="ILocalStorage.cs" /> |
39 | </ItemGroup> | 38 | </ItemGroup> |
diff --git a/src/LocalServers/LocalGridServers/LocalGridServers.csproj b/src/LocalServers/LocalGridServers/LocalGridServers.csproj index 3749bfc..7a5ce3d 100644 --- a/src/LocalServers/LocalGridServers/LocalGridServers.csproj +++ b/src/LocalServers/LocalGridServers/LocalGridServers.csproj | |||
@@ -33,7 +33,6 @@ | |||
33 | </ItemGroup> | 33 | </ItemGroup> |
34 | <ItemGroup> | 34 | <ItemGroup> |
35 | <Compile Include="LocalGrid.cs" /> | 35 | <Compile Include="LocalGrid.cs" /> |
36 | <Compile Include="AssemblyInfo.cs" /> | ||
37 | </ItemGroup> | 36 | </ItemGroup> |
38 | <ItemGroup> | 37 | <ItemGroup> |
39 | <ProjectReference Include="..\..\ServerConsole\ServerConsole\ServerConsole.csproj"> | 38 | <ProjectReference Include="..\..\ServerConsole\ServerConsole\ServerConsole.csproj"> |
diff --git a/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj b/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj index d6cb22b..c00771c 100644 --- a/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj +++ b/src/LocalStorage/Db4LocalStorage/Db4LocalStorage.csproj | |||
@@ -37,7 +37,6 @@ | |||
37 | </ItemGroup> | 37 | </ItemGroup> |
38 | <ItemGroup> | 38 | <ItemGroup> |
39 | <Compile Include="Db4LocalStorage.cs" /> | 39 | <Compile Include="Db4LocalStorage.cs" /> |
40 | <Compile Include="AssemblyInfo.cs" /> | ||
41 | </ItemGroup> | 40 | </ItemGroup> |
42 | <ItemGroup> | 41 | <ItemGroup> |
43 | <ProjectReference Include="..\..\ServerConsole\ServerConsole\ServerConsole.csproj"> | 42 | <ProjectReference Include="..\..\ServerConsole\ServerConsole\ServerConsole.csproj"> |
diff --git a/src/OpenSim.Framework/OpenSim.Framework.csproj b/src/OpenSim.Framework/OpenSim.Framework.csproj index c8bba5d..ec586c3 100644 --- a/src/OpenSim.Framework/OpenSim.Framework.csproj +++ b/src/OpenSim.Framework/OpenSim.Framework.csproj | |||
@@ -38,7 +38,6 @@ | |||
38 | </ItemGroup> | 38 | </ItemGroup> |
39 | <ItemGroup> | 39 | <ItemGroup> |
40 | <Compile Include="LoginService.cs" /> | 40 | <Compile Include="LoginService.cs" /> |
41 | <Compile Include="Properties\AssemblyInfo.cs" /> | ||
42 | </ItemGroup> | 41 | </ItemGroup> |
43 | <ItemGroup> | 42 | <ItemGroup> |
44 | <ProjectReference Include="..\GridInterfaces\GridInterfaces.csproj"> | 43 | <ProjectReference Include="..\GridInterfaces\GridInterfaces.csproj"> |
@@ -47,11 +46,4 @@ | |||
47 | </ProjectReference> | 46 | </ProjectReference> |
48 | </ItemGroup> | 47 | </ItemGroup> |
49 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 48 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
50 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
51 | Other similar extension points exist, see Microsoft.Common.targets. | ||
52 | <Target Name="BeforeBuild"> | ||
53 | </Target> | ||
54 | <Target Name="AfterBuild"> | ||
55 | </Target> | ||
56 | --> | ||
57 | </Project> \ No newline at end of file | 49 | </Project> \ No newline at end of file |
diff --git a/src/RemoteServers/RemoteGridServers/RemoteGridServers.csproj b/src/RemoteServers/RemoteGridServers/RemoteGridServers.csproj index ed400ca..f1c5649 100644 --- a/src/RemoteServers/RemoteGridServers/RemoteGridServers.csproj +++ b/src/RemoteServers/RemoteGridServers/RemoteGridServers.csproj | |||
@@ -33,7 +33,6 @@ | |||
33 | </ItemGroup> | 33 | </ItemGroup> |
34 | <ItemGroup> | 34 | <ItemGroup> |
35 | <Compile Include="RemoteGrid.cs" /> | 35 | <Compile Include="RemoteGrid.cs" /> |
36 | <Compile Include="AssemblyInfo.cs" /> | ||
37 | </ItemGroup> | 36 | </ItemGroup> |
38 | <ItemGroup> | 37 | <ItemGroup> |
39 | <ProjectReference Include="..\..\ServerConsole\ServerConsole\ServerConsole.csproj"> | 38 | <ProjectReference Include="..\..\ServerConsole\ServerConsole\ServerConsole.csproj"> |
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"> |
diff --git a/src/ServerConsole/ServerConsole/ServerConsole.csproj b/src/ServerConsole/ServerConsole/ServerConsole.csproj index 3d85860..d1094de 100644 --- a/src/ServerConsole/ServerConsole/ServerConsole.csproj +++ b/src/ServerConsole/ServerConsole/ServerConsole.csproj | |||
@@ -29,7 +29,6 @@ | |||
29 | </ItemGroup> | 29 | </ItemGroup> |
30 | <ItemGroup> | 30 | <ItemGroup> |
31 | <Compile Include="ServerConsole.cs" /> | 31 | <Compile Include="ServerConsole.cs" /> |
32 | <Compile Include="AssemblyInfo.cs" /> | ||
33 | </ItemGroup> | 32 | </ItemGroup> |
34 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> | 33 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
35 | </Project> \ No newline at end of file | 34 | </Project> \ No newline at end of file |
diff --git a/src/physics/PhysicsManager.csproj b/src/physics/PhysicsManager.csproj index dc705e2..3eadfe7 100644 --- a/src/physics/PhysicsManager.csproj +++ b/src/physics/PhysicsManager.csproj | |||
@@ -29,7 +29,6 @@ | |||
29 | </ItemGroup> | 29 | </ItemGroup> |
30 | <ItemGroup> | 30 | <ItemGroup> |
31 | <Compile Include="PhysicsManager.cs" /> | 31 | <Compile Include="PhysicsManager.cs" /> |
32 | <Compile Include="AssemblyInfo.cs" /> | ||
33 | </ItemGroup> | 32 | </ItemGroup> |
34 | <ItemGroup> | 33 | <ItemGroup> |
35 | <ProjectReference Include="..\ServerConsole\ServerConsole\ServerConsole.csproj"> | 34 | <ProjectReference Include="..\ServerConsole\ServerConsole\ServerConsole.csproj"> |
diff --git a/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj b/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj index 8cbba6f..554df5e 100644 --- a/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj +++ b/src/physics/RealPhysX/RealPhysXplugin/RealPhysXplugin.csproj | |||
@@ -34,7 +34,6 @@ | |||
34 | </ItemGroup> | 34 | </ItemGroup> |
35 | <ItemGroup> | 35 | <ItemGroup> |
36 | <Compile Include="RealPhysX.cs" /> | 36 | <Compile Include="RealPhysX.cs" /> |
37 | <Compile Include="AssemblyInfo.cs" /> | ||
38 | </ItemGroup> | 37 | </ItemGroup> |
39 | <ItemGroup> | 38 | <ItemGroup> |
40 | <ProjectReference Include="..\..\PhysicsManager.csproj"> | 39 | <ProjectReference Include="..\..\PhysicsManager.csproj"> |
diff --git a/src/physics/plugins/BasicPhysicsplugin.csproj b/src/physics/plugins/BasicPhysicsplugin.csproj index f0b3c9a..b3f47d3 100644 --- a/src/physics/plugins/BasicPhysicsplugin.csproj +++ b/src/physics/plugins/BasicPhysicsplugin.csproj | |||
@@ -39,7 +39,6 @@ | |||
39 | </ItemGroup> | 39 | </ItemGroup> |
40 | <ItemGroup> | 40 | <ItemGroup> |
41 | <Compile Include="PhysXplugin.cs" /> | 41 | <Compile Include="PhysXplugin.cs" /> |
42 | <Compile Include="AssemblyInfo.cs" /> | ||
43 | </ItemGroup> | 42 | </ItemGroup> |
44 | <ItemGroup> | 43 | <ItemGroup> |
45 | <ProjectReference Include="..\PhysicsManager.csproj"> | 44 | <ProjectReference Include="..\PhysicsManager.csproj"> |
@@ -49,11 +48,4 @@ | |||
49 | </ProjectReference> | 48 | </ProjectReference> |
50 | </ItemGroup> | 49 | </ItemGroup> |
51 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 50 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
52 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
53 | Other similar extension points exist, see Microsoft.Common.targets. | ||
54 | <Target Name="BeforeBuild"> | ||
55 | </Target> | ||
56 | <Target Name="AfterBuild"> | ||
57 | </Target> | ||
58 | --> | ||
59 | </Project> \ No newline at end of file | 51 | </Project> \ No newline at end of file |