/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
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{ecc92e10-c53b-40fc-9033-f3bb63a6f7a8}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>FParsecVersion</RootNamespace>
- <AssemblyName>interp_fparsec</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Name>FParsecVersion</Name>
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>3</WarningLevel>
- <StartArguments>..\..\..\..\Samples\FSharpParsingSample\LexYaccVersion\test.lang</StartArguments>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>3</WarningLevel>
- <StartArguments>..\..\..\..\Samples\FSharpParsingSample\LexYaccVersion\test.lang</StartArguments>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="FSharp.Core" />
- <Reference Include="FSharp.PowerPack" />
- <Reference Include="mscorlib" />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\..\Samples\FSharpParsingSample\LexYaccVersion\ast.fs">
- <Link>ast.fs</Link>
- </Compile>
- <Compile Include="..\..\Samples\FSharpParsingSample\LexYaccVersion\interp.fs">
- <Link>interp.fs</Link>
- </Compile>
- <Compile Include="..\..\Samples\FSharpParsingSample\FParsecVersion\parser.fs">
- <Link>parser.fs</Link>
- </Compile>
- <Compile Include="..\..\Samples\FSharpParsingSample\FParsecVersion\main.fs">
- <Link>main.fs</Link>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="FParsecCS.csproj">
- <Name>FParsecCS</Name>
- <Project>{501423c3-8ea5-4e54-8d9c-ef60272b57fa}</Project>
- <Private>False</Private>
- </ProjectReference>
- <ProjectReference Include="FParsec.fsproj">
- <Name>FParsec</Name>
- <Project>{8ea340d3-e9e0-477e-9ac3-fbfdf3bad41e}</Project>
- <Private>False</Private>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(ProgramFiles)\Microsoft F#\v4.0\Microsoft.FSharp.Targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>