1
0

PhysXplugin.csproj 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. <Reference Include="PhysicsManager">
  30. <HintPath>..\..\PhysicsManager\bin\Release\PhysicsManager.dll</HintPath>
  31. <SpecificVersion>False</SpecificVersion>
  32. </Reference>
  33. </ItemGroup>
  34. <ItemGroup>
  35. <Compile Include="PhysXplugin.cs" />
  36. <Compile Include="AssemblyInfo.cs" />
  37. </ItemGroup>
  38. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
  39. </Project>