/fparsec/main/Build/VS10/FParsecCS.csproj

http://github.com/sandersn/fing · MSBuild · 104 lines · 97 code · 0 blank · 7 comment · 4 complexity · c09f5467100a52b5c87f34b0edfef6ae MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{501423C3-8EA5-4E54-8D9C-EF60272B57FA}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>FParsec</RootNamespace>
  12. <AssemblyName>FParsecCS</AssemblyName>
  13. <FileUpgradeFlags>
  14. </FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation>
  17. </UpgradeBackupLocation>
  18. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>TRACE;DEBUG</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  45. <DocumentationFile>bin\Debug\FParsecCS.XML</DocumentationFile>
  46. <NoWarn>1591,0660,0661</NoWarn>
  47. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <DebugType>pdbonly</DebugType>
  51. <Optimize>true</Optimize>
  52. <OutputPath>bin\Release\</OutputPath>
  53. <DefineConstants>TRACE</DefineConstants>
  54. <ErrorReport>prompt</ErrorReport>
  55. <WarningLevel>4</WarningLevel>
  56. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  57. <PlatformTarget>AnyCPU</PlatformTarget>
  58. <DebugSymbols>true</DebugSymbols>
  59. <DocumentationFile>bin\Release\FParsecCS.XML</DocumentationFile>
  60. <NoWarn>1591,0660,0661</NoWarn>
  61. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Reference Include="FSharp.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  65. <Reference Include="System" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="..\..\FParsecCS\CaseFoldTable.cs" />
  69. <Compile Include="..\..\FParsecCS\CharStream.cs" />
  70. <Compile Include="..\..\FParsecCS\CharStreamLT.cs" />
  71. <Compile Include="..\..\FParsecCS\HexFloat.cs" />
  72. <Compile Include="..\..\FParsecCS\Position.cs" />
  73. <Compile Include="..\..\FParsecCS\Properties\AssemblyInfo.cs" />
  74. <Compile Include="..\..\FParsecCS\Helper.cs" />
  75. <Compile Include="..\..\FParsecCS\State.cs" />
  76. <Compile Include="..\..\FParsecCS\StateLT.cs" />
  77. <Compile Include="..\..\FParsecCS\StringBuffer.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  81. <Visible>False</Visible>
  82. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  83. <Install>false</Install>
  84. </BootstrapperPackage>
  85. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  86. <Visible>False</Visible>
  87. <ProductName>.NET Framework 3.5 SP1</ProductName>
  88. <Install>true</Install>
  89. </BootstrapperPackage>
  90. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  91. <Visible>False</Visible>
  92. <ProductName>Windows Installer 3.1</ProductName>
  93. <Install>true</Install>
  94. </BootstrapperPackage>
  95. </ItemGroup>
  96. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. </Project>