Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ode/ode-0.9/contrib/OdeModelProcessor/OdeModelProcessor/OdeModelProcessor.csproj @ 216

Last change on this file since 216 was 216, checked in by mathiask, 16 years ago

[Physik] add ode-0.9

File size: 3.1 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>8.0.50727</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{246F3075-FEE3-45F9-8CB6-47DADBFFD1F2}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>OdeModelProcessor</RootNamespace>
11    <AssemblyName>OdeModelProcessor</AssemblyName>
12  </PropertyGroup>
13  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14    <DebugSymbols>true</DebugSymbols>
15    <DebugType>full</DebugType>
16    <Optimize>false</Optimize>
17    <OutputPath>bin\Debug\</OutputPath>
18    <DefineConstants>DEBUG</DefineConstants>
19    <ErrorReport>prompt</ErrorReport>
20    <WarningLevel>4</WarningLevel>
21    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
22    <UseVSHostingProcess>false</UseVSHostingProcess>
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25    <DebugType>pdbonly</DebugType>
26    <Optimize>true</Optimize>
27    <OutputPath>bin\Release\</OutputPath>
28    <DefineConstants>
29    </DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
33    <UseVSHostingProcess>false</UseVSHostingProcess>
34  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="Microsoft.Xna.Framework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=x86" />
37    <Reference Include="Microsoft.Xna.Framework.Content.Pipeline, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=x86" />
38    <Reference Include="Ode.NET, Version=0.7.0.0, Culture=neutral, processorArchitecture=MSIL">
39      <SpecificVersion>False</SpecificVersion>
40      <HintPath>..\..\ODE\Ode.NET-0.8\bin\Release\Ode.NET.dll</HintPath>
41    </Reference>
42    <Reference Include="System" />
43    <Reference Include="System.Data" />
44    <Reference Include="System.Xml" />
45  </ItemGroup>
46  <ItemGroup>
47    <Compile Include="OdeModelProcessor.cs" />
48    <Compile Include="Properties\AssemblyInfo.cs" />
49    <Compile Include="Properties\Settings.Designer.cs">
50      <AutoGen>True</AutoGen>
51      <DesignTimeSharedInput>True</DesignTimeSharedInput>
52      <DependentUpon>Settings.settings</DependentUpon>
53    </Compile>
54  </ItemGroup>
55  <ItemGroup>
56    <None Include="Properties\Settings.settings">
57      <Generator>SettingsSingleFileGenerator</Generator>
58      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
59    </None>
60  </ItemGroup>
61  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
62  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
63       Other similar extension points exist, see Microsoft.Common.targets.
64  <Target Name="BeforeBuild">
65  </Target>
66  <Target Name="AfterBuild">
67  </Target>
68  -->
69</Project>
Note: See TracBrowser for help on using the repository browser.