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/physics | |
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 'src/physics')
-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 |
3 files changed, 0 insertions, 10 deletions
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 |