PageRenderTime 48ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/Utilities/Math/Delta.Utilities.Math.csproj

#
MSBuild | 64 lines | 57 code | 0 blank | 7 comment | 0 complexity | 80d830e5a5aa4dbc65f3a04a0d4d6fb1 MD5 | raw file
Possible License(s): Apache-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{349FE21F-988B-44FE-95B7-89871CE97AFB}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Delta.Utilities.Math</RootNamespace>
  12. <AssemblyName>Delta.Utilities.Math</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <PlatformTarget>x86</PlatformTarget>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Include="AngleAxis.cs" />
  40. <Compile Include="Complex.cs" />
  41. <Compile Include="Graph.cs" />
  42. <Compile Include="LinearSegment.cs" />
  43. <Compile Include="Noise.cs" />
  44. <Compile Include="Properties\AssemblyInfo.cs" />
  45. <Compile Include="Random250Algorithm.cs" />
  46. <Compile Include="RandomBase.cs" />
  47. <Compile Include="Range.cs" />
  48. <Compile Include="VectorRange.cs" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <ProjectReference Include="..\Delta.Utilities.csproj">
  52. <Project>{D8C2961F-ABC0-424A-8603-0671C427B185}</Project>
  53. <Name>Delta.Utilities</Name>
  54. </ProjectReference>
  55. </ItemGroup>
  56. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  57. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  58. Other similar extension points exist, see Microsoft.Common.targets.
  59. <Target Name="BeforeBuild">
  60. </Target>
  61. <Target Name="AfterBuild">
  62. </Target>
  63. -->
  64. </Project>