diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Physics/BulletXPlugin/OpenSim.Region.Physics.BulletXPlugin.csproj | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletXPlugin/OpenSim.Region.Physics.BulletXPlugin.csproj b/OpenSim/Region/Physics/BulletXPlugin/OpenSim.Region.Physics.BulletXPlugin.csproj new file mode 100644 index 0000000..fdb1d38 --- /dev/null +++ b/OpenSim/Region/Physics/BulletXPlugin/OpenSim.Region.Physics.BulletXPlugin.csproj | |||
@@ -0,0 +1,66 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <PropertyGroup> | ||
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
6 | <ProductVersion>8.0.50727</ProductVersion> | ||
7 | <SchemaVersion>2.0</SchemaVersion> | ||
8 | <ProjectGuid>{2D3DE8E4-9202-46A4-857B-3579B70E8356}</ProjectGuid> | ||
9 | <OutputType>Library</OutputType> | ||
10 | <AppDesignerFolder>Properties</AppDesignerFolder> | ||
11 | <RootNamespace>OpenSim.Region.Physics.BulletXPlugin</RootNamespace> | ||
12 | <AssemblyName>OpenSim.Region.Physics.BulletXPlugin</AssemblyName> | ||
13 | <StartupObject> | ||
14 | </StartupObject> | ||
15 | </PropertyGroup> | ||
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
17 | <DebugSymbols>true</DebugSymbols> | ||
18 | <DebugType>full</DebugType> | ||
19 | <Optimize>false</Optimize> | ||
20 | <OutputPath>bin\Debug\</OutputPath> | ||
21 | <DefineConstants>DEBUG;TRACE</DefineConstants> | ||
22 | <ErrorReport>prompt</ErrorReport> | ||
23 | <WarningLevel>4</WarningLevel> | ||
24 | </PropertyGroup> | ||
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
26 | <DebugType>pdbonly</DebugType> | ||
27 | <Optimize>true</Optimize> | ||
28 | <OutputPath>..\..\..\..\bin\Physics\</OutputPath> | ||
29 | <DefineConstants>TRACE</DefineConstants> | ||
30 | <ErrorReport>prompt</ErrorReport> | ||
31 | <WarningLevel>4</WarningLevel> | ||
32 | </PropertyGroup> | ||
33 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
34 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
35 | Other similar extension points exist, see Microsoft.Common.targets. | ||
36 | <Target Name="BeforeBuild"> | ||
37 | </Target> | ||
38 | <Target Name="AfterBuild"> | ||
39 | </Target> | ||
40 | --> | ||
41 | <ItemGroup> | ||
42 | <Compile Include="AssemblyInfo.cs" /> | ||
43 | <Compile Include="BulletXPlugin.cs" /> | ||
44 | </ItemGroup> | ||
45 | <ItemGroup> | ||
46 | <Reference Include="Axiom.MathLib.dll"> | ||
47 | <HintPath>..\..\..\..\bin\Axiom.MathLib.dll</HintPath> | ||
48 | <Private>False</Private> | ||
49 | </Reference> | ||
50 | <Reference Include="Modified.XnaDevRu.BulletX, Version=2.50.149.21894, Culture=neutral, processorArchitecture=x86"> | ||
51 | <SpecificVersion>False</SpecificVersion> | ||
52 | <HintPath>..\..\..\..\bin\Modified.XnaDevRu.BulletX.dll</HintPath> | ||
53 | </Reference> | ||
54 | <Reference Include="MonoXnaCompactMaths, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
55 | <SpecificVersion>False</SpecificVersion> | ||
56 | <HintPath>..\..\..\..\bin\MonoXnaCompactMaths.dll</HintPath> | ||
57 | </Reference> | ||
58 | <Reference Include="OpenSim.Region.Physics.Manager, Version=1.0.2741.37128, Culture=neutral, processorArchitecture=MSIL"> | ||
59 | <SpecificVersion>False</SpecificVersion> | ||
60 | <HintPath>..\..\..\..\bin\OpenSim.Region.Physics.Manager.dll</HintPath> | ||
61 | </Reference> | ||
62 | <Reference Include="System" /> | ||
63 | <Reference Include="System.Data" /> | ||
64 | <Reference Include="System.Xml" /> | ||
65 | </ItemGroup> | ||
66 | </Project> \ No newline at end of file | ||