/fparsec/main/Build/VS10/InterpFParsec.fsproj

http://github.com/sandersn/fing · MSBuild · 77 lines · 70 code · 0 blank · 7 comment · 4 complexity · d586bcce560778a0354b4208db152708 MD5 · raw file

  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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{ecc92e10-c53b-40fc-9033-f3bb63a6f7a8}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>FParsecVersion</RootNamespace>
  11. <AssemblyName>interp_fparsec</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Name>FParsecVersion</Name>
  15. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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>3</WarningLevel>
  25. <StartArguments>..\..\..\..\Samples\FSharpParsingSample\LexYaccVersion\test.lang</StartArguments>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>3</WarningLevel>
  34. <StartArguments>..\..\..\..\Samples\FSharpParsingSample\LexYaccVersion\test.lang</StartArguments>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="FSharp.Core" />
  38. <Reference Include="FSharp.PowerPack" />
  39. <Reference Include="mscorlib" />
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="..\..\Samples\FSharpParsingSample\LexYaccVersion\ast.fs">
  45. <Link>ast.fs</Link>
  46. </Compile>
  47. <Compile Include="..\..\Samples\FSharpParsingSample\LexYaccVersion\interp.fs">
  48. <Link>interp.fs</Link>
  49. </Compile>
  50. <Compile Include="..\..\Samples\FSharpParsingSample\FParsecVersion\parser.fs">
  51. <Link>parser.fs</Link>
  52. </Compile>
  53. <Compile Include="..\..\Samples\FSharpParsingSample\FParsecVersion\main.fs">
  54. <Link>main.fs</Link>
  55. </Compile>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ProjectReference Include="FParsecCS.csproj">
  59. <Name>FParsecCS</Name>
  60. <Project>{501423c3-8ea5-4e54-8d9c-ef60272b57fa}</Project>
  61. <Private>False</Private>
  62. </ProjectReference>
  63. <ProjectReference Include="FParsec.fsproj">
  64. <Name>FParsec</Name>
  65. <Project>{8ea340d3-e9e0-477e-9ac3-fbfdf3bad41e}</Project>
  66. <Private>False</Private>
  67. </ProjectReference>
  68. </ItemGroup>
  69. <Import Project="$(ProgramFiles)\Microsoft F#\v4.0\Microsoft.FSharp.Targets" />
  70. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  71. Other similar extension points exist, see Microsoft.Common.targets.
  72. <Target Name="BeforeBuild">
  73. </Target>
  74. <Target Name="AfterBuild">
  75. </Target>
  76. -->
  77. </Project>