|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | 7 | <ProjectGuid>{CA249F5D-9285-40A6-B217-5889EF79FD7E}</ProjectGuid> |
8 | 8 | <OutputType>Library</OutputType> |
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | | - <RootNamespace>TheArtOfDev.HtmlRenderer.PdfSharp</RootNamespace> |
| 10 | + <RootNamespace>HtmlRenderer.PdfSharp</RootNamespace> |
11 | 11 | <AssemblyName>HtmlRenderer.PdfSharp</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
| 14 | + <TargetFrameworkProfile /> |
14 | 15 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
15 | 16 | <RestorePackages>true</RestorePackages> |
16 | 17 | </PropertyGroup> |
|
31 | 32 | <ErrorReport>prompt</ErrorReport> |
32 | 33 | <WarningLevel>4</WarningLevel> |
33 | 34 | </PropertyGroup> |
| 35 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
| 36 | + <DebugSymbols>true</DebugSymbols> |
| 37 | + <OutputPath>bin\x86\Debug\</OutputPath> |
| 38 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 39 | + <DebugType>full</DebugType> |
| 40 | + <PlatformTarget>x86</PlatformTarget> |
| 41 | + <ErrorReport>prompt</ErrorReport> |
| 42 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 43 | + </PropertyGroup> |
| 44 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
| 45 | + <OutputPath>bin\x86\Release\</OutputPath> |
| 46 | + <PlatformTarget>x86</PlatformTarget> |
| 47 | + </PropertyGroup> |
| 48 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
| 49 | + <DebugSymbols>true</DebugSymbols> |
| 50 | + <OutputPath>bin\x64\Debug\</OutputPath> |
| 51 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 52 | + <DebugType>full</DebugType> |
| 53 | + <PlatformTarget>x64</PlatformTarget> |
| 54 | + <ErrorReport>prompt</ErrorReport> |
| 55 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 56 | + </PropertyGroup> |
| 57 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
| 58 | + <OutputPath>bin\x64\Release\</OutputPath> |
| 59 | + <DefineConstants>TRACE</DefineConstants> |
| 60 | + <Optimize>true</Optimize> |
| 61 | + <DebugType>pdbonly</DebugType> |
| 62 | + <PlatformTarget>x64</PlatformTarget> |
| 63 | + <ErrorReport>prompt</ErrorReport> |
| 64 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 65 | + </PropertyGroup> |
34 | 66 | <ItemGroup> |
35 | 67 | <Reference Include="PdfSharp, Version=1.50.4000.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb, processorArchitecture=MSIL"> |
36 | | - <HintPath>..\packages\PDFsharp.1.50.4000-beta3b\lib\net20\PdfSharp.dll</HintPath> |
| 68 | + <HintPath>..\..\..\..\packages\PDFsharp.1.50.4000-beta3b\lib\net20\PdfSharp.dll</HintPath> |
37 | 69 | <Private>True</Private> |
38 | 70 | </Reference> |
39 | 71 | <Reference Include="PdfSharp.Charting, Version=1.50.4000.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb, processorArchitecture=MSIL"> |
40 | | - <HintPath>..\packages\PDFsharp.1.50.4000-beta3b\lib\net20\PdfSharp.Charting.dll</HintPath> |
| 72 | + <HintPath>..\..\..\..\packages\PDFsharp.1.50.4000-beta3b\lib\net20\PdfSharp.Charting.dll</HintPath> |
41 | 73 | <Private>True</Private> |
42 | 74 | </Reference> |
43 | 75 | <Reference Include="System" /> |
|
55 | 87 | <Compile Include="Adapters\GraphicsAdapter.cs" /> |
56 | 88 | <Compile Include="Adapters\GraphicsPathAdapter.cs" /> |
57 | 89 | <Compile Include="Adapters\ImageAdapter.cs" /> |
| 90 | + <Compile Include="Adapters\PdfSharpAdapter.cs" /> |
58 | 91 | <Compile Include="Adapters\PenAdapter.cs" /> |
59 | 92 | <Compile Include="Adapters\XTextureBrush.cs" /> |
60 | | - <Compile Include="PdfGenerateConfig.cs" /> |
61 | 93 | <Compile Include="HtmlContainer.cs" /> |
| 94 | + <Compile Include="PdfGenerateConfig.cs" /> |
62 | 95 | <Compile Include="PdfGenerator.cs" /> |
63 | | - <Compile Include="Adapters\PdfSharpAdapter.cs" /> |
64 | 96 | <Compile Include="Utilities\Utils.cs" /> |
65 | 97 | </ItemGroup> |
66 | 98 | <ItemGroup> |
67 | 99 | <ProjectReference Include="..\HtmlRenderer\HtmlRenderer.csproj"> |
68 | | - <Project>{fe611685-391f-4e3e-b27e-d3150e51e49b}</Project> |
| 100 | + <Project>{FE611685-391F-4E3E-B27E-D3150E51E49B}</Project> |
69 | 101 | <Name>HtmlRenderer</Name> |
70 | 102 | </ProjectReference> |
71 | 103 | </ItemGroup> |
| 104 | + <ItemGroup> |
| 105 | + <Reference Include="System"> |
| 106 | + <HintPath>C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll</HintPath> |
| 107 | + </Reference> |
| 108 | + <Reference Include="System.Drawing" /> |
| 109 | + </ItemGroup> |
72 | 110 | <ItemGroup> |
73 | 111 | <None Include="packages.config" /> |
74 | 112 | </ItemGroup> |
|
0 commit comments