PageRenderTime 38ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/Harness/Harness.fsproj

http://github.com/kolosy/furious
MSBuild | 68 lines | 61 code | 0 blank | 7 comment | 0 complexity | 38af853b6342ae4b3dcafba98287f25c 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>{af30f8ba-3e16-4de6-a786-84d28fed1759}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>Harness</RootNamespace>
  11. <AssemblyName>Harness</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  14. <Name>Harness</Name>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <Tailcalls>false</Tailcalls>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <WarningLevel>3</WarningLevel>
  24. <PlatformTarget>x86</PlatformTarget>
  25. <DocumentationFile>bin\Debug\Harness.XML</DocumentationFile>
  26. <UseVSHostingProcess>false</UseVSHostingProcess>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <Tailcalls>true</Tailcalls>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <WarningLevel>3</WarningLevel>
  35. <PlatformTarget>x86</PlatformTarget>
  36. <DocumentationFile>bin\Release\Harness.XML</DocumentationFile>
  37. </PropertyGroup>
  38. <Import Project="$(MSBuildExtensionsPath32)\FSharp\1.0\Microsoft.FSharp.Targets" Condition="!Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
  39. <Import Project="$(MSBuildExtensionsPath32)\..\Microsoft F#\v4.0\Microsoft.FSharp.Targets" Condition=" Exists('$(MSBuildBinPath)\Microsoft.Build.Tasks.v4.0.dll')" />
  40. <ItemGroup>
  41. <Compile Include="Program.fs" />
  42. <None Include="App.config" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Reference Include="mscorlib" />
  46. <Reference Include="FSharp.Core" />
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Data.SQLite">
  51. <HintPath>..\lib\System.Data.SQLite.DLL</HintPath>
  52. </Reference>
  53. <Reference Include="System.Numerics" />
  54. <ProjectReference Include="..\Furious\Furious.fsproj">
  55. <Name>Furious</Name>
  56. <Project>{036b7bff-dfeb-40b9-bd24-460588b0e820}</Project>
  57. <Private>True</Private>
  58. </ProjectReference>
  59. <Reference Include="System.Transactions" />
  60. </ItemGroup>
  61. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  62. Other similar extension points exist, see Microsoft.Common.targets.
  63. <Target Name="BeforeBuild">
  64. </Target>
  65. <Target Name="AfterBuild">
  66. </Target>
  67. -->
  68. </Project>