aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/physics/plugins/PhysXplugin.csproj
diff options
context:
space:
mode:
authorMW2007-03-14 12:36:00 +0000
committerMW2007-03-14 12:36:00 +0000
commit4641be50f5082e82302ff65ec6a982f3d9ffbc94 (patch)
tree127ab92689ed41060e2c45b3e676d6cd47097c2b /src/physics/plugins/PhysXplugin.csproj
parentReplaced VS2005 compatible versions of AssemblyInfo.cs (diff)
downloadopensim-SC_OLD-4641be50f5082e82302ff65ec6a982f3d9ffbc94.zip
opensim-SC_OLD-4641be50f5082e82302ff65ec6a982f3d9ffbc94.tar.gz
opensim-SC_OLD-4641be50f5082e82302ff65ec6a982f3d9ffbc94.tar.bz2
opensim-SC_OLD-4641be50f5082e82302ff65ec6a982f3d9ffbc94.tar.xz
Added the physics plugin projects to the VS solution.
Added SimHttp.cs to the Second-server project Renamed the old PhysXplugin to BasicPhysicsplugin Deleted the excess solutions
Diffstat (limited to 'src/physics/plugins/PhysXplugin.csproj')
-rw-r--r--src/physics/plugins/PhysXplugin.csproj41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/physics/plugins/PhysXplugin.csproj b/src/physics/plugins/PhysXplugin.csproj
deleted file mode 100644
index 1b84046..0000000
--- a/src/physics/plugins/PhysXplugin.csproj
+++ /dev/null
@@ -1,41 +0,0 @@
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <OutputType>Library</OutputType>
4 <RootNamespace>PhysXplugin</RootNamespace>
5 <AssemblyName>PhysXplugin</AssemblyName>
6 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <ProjectGuid>{ADB751AA-8426-4668-B1FA-43762126CEB3}</ProjectGuid>
9 </PropertyGroup>
10 <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
11 <OutputPath>bin\Debug\</OutputPath>
12 <Optimize>False</Optimize>
13 <DefineConstants>DEBUG;TRACE</DefineConstants>
14 <DebugSymbols>True</DebugSymbols>
15 <DebugType>Full</DebugType>
16 <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
19 <OutputPath>bin\Release\</OutputPath>
20 <Optimize>True</Optimize>
21 <DefineConstants>TRACE</DefineConstants>
22 <DebugSymbols>False</DebugSymbols>
23 <DebugType>None</DebugType>
24 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
25 </PropertyGroup>
26 <ItemGroup>
27 <Reference Include="System" />
28 <Reference Include="System.Xml" />
29 </ItemGroup>
30 <ItemGroup>
31 <Compile Include="PhysXplugin.cs" />
32 <Compile Include="AssemblyInfo.cs" />
33 </ItemGroup>
34 <ItemGroup>
35 <ProjectReference Include="..\PhysicsManager.csproj">
36 <Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project>
37 <Name>PhysicsManager</Name>
38 </ProjectReference>
39 </ItemGroup>
40 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
41</Project> \ No newline at end of file