Skip to content

Commit

Permalink
- updated test projects to use F#.formatting v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theburningmonk committed Mar 2, 2014
1 parent df2dfee commit 5c5efa9
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
31 changes: 13 additions & 18 deletions src/FSharp.Markdown.Pdf.Tests/FSharp.Markdown.Pdf.Tests.fsproj
Expand Up @@ -98,34 +98,29 @@
</ItemGroup>
<ItemGroup>
<Reference Include="CSharpFormat">
<HintPath>..\packages\FSharp.Formatting.2.3.10-beta\lib\net40\CSharpFormat.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\FSharp.Formatting.2.4.0\lib\net40\CSharpFormat.dll</HintPath>
</Reference>
<Reference Include="FSharp.CodeFormat">
<HintPath>..\packages\FSharp.Formatting.2.3.10-beta\lib\net40\FSharp.CodeFormat.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\FSharp.Formatting.2.4.0\lib\net40\FSharp.CodeFormat.dll</HintPath>
</Reference>
<Reference Include="FSharp.Compiler.Service">
<HintPath>..\packages\FSharp.Compiler.Service.0.0.20\lib\net40\FSharp.Compiler.Service.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="FSharp.Literate">
<HintPath>..\packages\FSharp.Formatting.2.3.10-beta\lib\net40\FSharp.Literate.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\FSharp.Formatting.2.4.0\lib\net40\FSharp.Literate.dll</HintPath>
</Reference>
<Reference Include="FSharp.Markdown">
<HintPath>..\packages\FSharp.Formatting.2.3.10-beta\lib\net40\FSharp.Markdown.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\FSharp.Formatting.2.4.0\lib\net40\FSharp.Markdown.dll</HintPath>
</Reference>
<Reference Include="FSharp.MetadataFormat">
<HintPath>..\packages\FSharp.Formatting.2.3.10-beta\lib\net40\FSharp.MetadataFormat.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\FSharp.Formatting.2.4.0\lib\net40\FSharp.MetadataFormat.dll</HintPath>
</Reference>
<Reference Include="MigraDoc.DocumentObjectModel, Version=1.32.4334.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb">
<Private>True</Private>
<Reference Include="MigraDoc.DocumentObjectModel">
<HintPath>..\packages\PDFsharp-MigraDoc-GDI.1.32.4334.0\lib\net20\MigraDoc.DocumentObjectModel.dll</HintPath>
</Reference>
<Reference Include="MigraDoc.Rendering, Version=1.32.4334.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb">
<Private>True</Private>
<Reference Include="MigraDoc.Rendering">
<HintPath>..\packages\PDFsharp-MigraDoc-GDI.1.32.4334.0\lib\net20\MigraDoc.Rendering.dll</HintPath>
</Reference>
<Reference Include="MigraDoc.RtfRendering">
<HintPath>..\packages\PDFsharp-MigraDoc-GDI.1.32.4334.0\lib\net20\MigraDoc.RtfRendering.dll</HintPath>
Expand All @@ -135,11 +130,11 @@
<Reference Include="FSharp.Core, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Private>True</Private>
</Reference>
<Reference Include="PdfSharp, Version=1.32.3057.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb">
<Private>True</Private>
<Reference Include="PdfSharp">
<HintPath>..\packages\PDFsharp-MigraDoc-GDI.1.32.4334.0\lib\net20\PdfSharp.dll</HintPath>
</Reference>
<Reference Include="PdfSharp.Charting, Version=1.32.3057.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb">
<Private>True</Private>
<Reference Include="PdfSharp.Charting">
<HintPath>..\packages\PDFsharp-MigraDoc-GDI.1.32.4334.0\lib\net20\PdfSharp.Charting.dll</HintPath>
</Reference>
<Reference Include="RazorEngine">
<HintPath>..\packages\RazorEngine.3.4.1\lib\net45\RazorEngine.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/FSharp.Markdown.Pdf.Tests/packages.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FSharp.Compiler.Service" version="0.0.20" targetFramework="net45" />
<package id="FSharp.Formatting" version="2.3.10-beta" targetFramework="net45" />
<package id="FSharp.Formatting" version="2.4.0" targetFramework="net45" />
<package id="Microsoft.AspNet.Razor" version="3.1.1" targetFramework="net45" />
<package id="PDFsharp-MigraDoc-GDI" version="1.32.4334.0" targetFramework="net45" />
<package id="RazorEngine" version="3.4.1" targetFramework="net45" />
Expand Down
29 changes: 17 additions & 12 deletions src/FSharp.Markdown.Pdf.TestsCs/FSharp.Markdown.Pdf.TestsCs.csproj
Expand Up @@ -19,7 +19,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug2\</OutputPath>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -28,7 +28,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -74,23 +74,28 @@
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="CSharpFormat">
<HintPath>..\packages\FSharp.Formatting.2.3.10-beta\lib\net40\CSharpFormat.dll</HintPath>
<Reference Include="CSharpFormat, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\FSharp.Formatting.2.4.0\lib\net40\CSharpFormat.dll</HintPath>
</Reference>
<Reference Include="FSharp.CodeFormat">
<HintPath>..\packages\FSharp.Formatting.2.3.10-beta\lib\net40\FSharp.CodeFormat.dll</HintPath>
<Reference Include="FSharp.CodeFormat, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\FSharp.Formatting.2.4.0\lib\net40\FSharp.CodeFormat.dll</HintPath>
</Reference>
<Reference Include="FSharp.Compiler.Service">
<HintPath>..\packages\FSharp.Compiler.Service.0.0.20\lib\net40\FSharp.Compiler.Service.dll</HintPath>
</Reference>
<Reference Include="FSharp.Literate">
<HintPath>..\packages\FSharp.Formatting.2.3.10-beta\lib\net40\FSharp.Literate.dll</HintPath>
<Reference Include="FSharp.Literate, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\FSharp.Formatting.2.4.0\lib\net40\FSharp.Literate.dll</HintPath>
</Reference>
<Reference Include="FSharp.Markdown">
<HintPath>..\packages\FSharp.Formatting.2.3.10-beta\lib\net40\FSharp.Markdown.dll</HintPath>
<Reference Include="FSharp.Markdown, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\FSharp.Formatting.2.4.0\lib\net40\FSharp.Markdown.dll</HintPath>
</Reference>
<Reference Include="FSharp.MetadataFormat">
<HintPath>..\packages\FSharp.Formatting.2.3.10-beta\lib\net40\FSharp.MetadataFormat.dll</HintPath>
<Reference Include="FSharp.MetadataFormat, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\FSharp.Formatting.2.4.0\lib\net40\FSharp.MetadataFormat.dll</HintPath>
</Reference>
<Reference Include="MigraDoc.DocumentObjectModel">
<HintPath>..\packages\PDFsharp-MigraDoc-GDI.1.32.4334.0\lib\net20\MigraDoc.DocumentObjectModel.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion src/FSharp.Markdown.Pdf.TestsCs/packages.config
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FSharp.Compiler.Service" version="0.0.20" targetFramework="net45" />
<package id="FSharp.Formatting" version="2.3.10-beta" targetFramework="net45" />
<package id="FSharp.Formatting" version="2.4.0" targetFramework="net45" />
<package id="Microsoft.AspNet.Razor" version="3.1.1" targetFramework="net45" />
<package id="PDFsharp-MigraDoc-GDI" version="1.32.4334.0" targetFramework="net45" />
<package id="RazorEngine" version="3.4.1" targetFramework="net45" />
Expand Down
4 changes: 2 additions & 2 deletions src/FSharp.Markdown.Pdf/FSharp.Markdown.Pdf.fsproj
Expand Up @@ -93,8 +93,8 @@
<HintPath>..\packages\FSharp.Formatting.2.4.0\lib\net40\CSharpFormat.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="FSharp.CodeFormat, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<Private>True</Private>
<Reference Include="FSharp.CodeFormat">
<HintPath>..\packages\FSharp.Formatting.2.4.0\lib\net40\FSharp.CodeFormat.dll</HintPath>
</Reference>
<Reference Include="FSharp.Compiler.Service">
<HintPath>..\packages\FSharp.Compiler.Service.0.0.20\lib\net40\FSharp.Compiler.Service.dll</HintPath>
Expand Down

0 comments on commit 5c5efa9

Please sign in to comment.