123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- <?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 x86</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{C293DB32-FA42-486D-B128-5A12522FAE4E}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>SharpFont</RootNamespace>
- <AssemblyName>SharpFont</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>bin\Debug\SharpFont.XML</DocumentationFile>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>bin\Release\SharpFont.xml</DocumentationFile>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug WIN64|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Debug_WIN64\</OutputPath>
- <DefineConstants>TRACE;DEBUG;WIN64</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DocumentationFile>bin\Debug_WIN64\SharpFont.XML</DocumentationFile>
- <DebugType>full</DebugType>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
- <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
- <WarningLevel>4</WarningLevel>
- <Optimize>false</Optimize>
- <PlatformTarget>x64</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release WIN64|AnyCPU' ">
- <OutputPath>bin\Release_WIN64\</OutputPath>
- <DefineConstants>TRACE;WIN64</DefineConstants>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DocumentationFile>bin\Release_WIN64\SharpFont.xml</DocumentationFile>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>x64</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>true</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyOriginatorKeyFile>SharpFont.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Drawing" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="BBox.cs" />
- <Compile Include="Bdf\Internal\PropertyRec.cs" />
- <Compile Include="Bdf\Property.cs" />
- <Compile Include="Bdf\PropertyType.cs" />
- <Compile Include="ClassicKernValidationFlags.cs" />
- <Compile Include="FTBitmap.cs" />
- <Compile Include="BitmapGlyph.cs" />
- <Compile Include="BitmapSize.cs" />
- <Compile Include="Cache\CMapCache.cs" />
- <Compile Include="Cache\FaceRequester.cs" />
- <Compile Include="Cache\ImageCache.cs" />
- <Compile Include="Cache\ImageType.cs" />
- <Compile Include="Cache\Internal\CMapCacheRec.cs" />
- <Compile Include="Cache\Internal\ImageCacheRec.cs" />
- <Compile Include="Cache\Internal\ImageTypeRec.cs" />
- <Compile Include="Cache\Internal\ManagerRec.cs" />
- <Compile Include="Cache\Internal\NodeRec.cs" />
- <Compile Include="Cache\Internal\SBitCacheRec.cs" />
- <Compile Include="Cache\Internal\SBitRec.cs" />
- <Compile Include="Cache\Internal\ScalerRec.cs" />
- <Compile Include="Cache\Manager.cs" />
- <Compile Include="Cache\Node.cs" />
- <Compile Include="Cache\SBit.cs" />
- <Compile Include="Cache\SBitCache.cs" />
- <Compile Include="Cache\Scaler.cs" />
- <Compile Include="CharMap.cs" />
- <Compile Include="Data.cs" />
- <Compile Include="Encoding.cs" />
- <Compile Include="Fnt\Header.cs" />
- <Compile Include="Fnt\Internal\HeaderRec.cs" />
- <Compile Include="FTList.cs" />
- <Compile Include="Internal\BBoxRec.cs" />
- <Compile Include="Internal\BitmapGlyphRec.cs" />
- <Compile Include="Internal\BitmapRec.cs" />
- <Compile Include="Internal\BitmapSizeRec.cs" />
- <Compile Include="Internal\CharMapRec.cs" />
- <Compile Include="Internal\FaceMarshsaler.cs" />
- <Compile Include="Internal\FaceRec.cs" />
- <Compile Include="Internal\GenericRec.cs" />
- <Compile Include="Internal\GlyphMetricsRec.cs" />
- <Compile Include="Internal\GlyphRec.cs" />
- <Compile Include="Internal\GlyphSlotRec.cs" />
- <Compile Include="Internal\ListNodeMarshaler.cs" />
- <Compile Include="Internal\ListNodeRec.cs" />
- <Compile Include="Internal\ListRec.cs" />
- <Compile Include="Internal\MemoryMarshaler.cs" />
- <Compile Include="Internal\MemoryRec.cs" />
- <Compile Include="Internal\ModuleClassRec.cs" />
- <Compile Include="Internal\ModuleMarshaler.cs" />
- <Compile Include="Internal\OpenArgsRec.cs" />
- <Compile Include="Internal\OutlineFuncsRec.cs" />
- <Compile Include="Internal\OutlineGlyphRec.cs" />
- <Compile Include="Internal\OutlineRec.cs" />
- <Compile Include="Internal\ParameterRec.cs" />
- <Compile Include="Internal\RasterFuncsRec.cs" />
- <Compile Include="Internal\RasterMarshaler.cs" />
- <Compile Include="Internal\RasterParamsMarshaler.cs" />
- <Compile Include="Internal\RasterParamsRec.cs" />
- <Compile Include="Internal\RendererClassRec.cs" />
- <Compile Include="Internal\SizeMetricsRec.cs" />
- <Compile Include="Internal\SizeRec.cs" />
- <Compile Include="Internal\SpanMarshaler.cs" />
- <Compile Include="Internal\SpanRec.cs" />
- <Compile Include="Internal\StreamDescRec.cs" />
- <Compile Include="Internal\StreamMarshaler.cs" />
- <Compile Include="Internal\StreamRec.cs" />
- <Compile Include="LcdFilter.cs" />
- <Compile Include="ListNode.cs" />
- <Compile Include="Memory.cs" />
- <Compile Include="ModuleClass.cs" />
- <Compile Include="MultipleMasters\Internal\MMAxisRec.cs" />
- <Compile Include="MultipleMasters\Internal\MMVarRec.cs" />
- <Compile Include="MultipleMasters\Internal\MultiMasterRec.cs" />
- <Compile Include="MultipleMasters\Internal\VarAxisRec.cs" />
- <Compile Include="MultipleMasters\Internal\VarNamedStyleRec.cs" />
- <Compile Include="MultipleMasters\MMAxis.cs" />
- <Compile Include="MultipleMasters\MMVar.cs" />
- <Compile Include="MultipleMasters\MultiMaster.cs" />
- <Compile Include="MultipleMasters\VarAxis.cs" />
- <Compile Include="MultipleMasters\VarNamedStyle.cs" />
- <Compile Include="OpenTypeValidationFlags.cs" />
- <Compile Include="Orientation.cs" />
- <Compile Include="OutlineGlyph.cs" />
- <Compile Include="PInvokeHelper.cs" />
- <Compile Include="PostScript\FaceDict.cs" />
- <Compile Include="PostScript\FaceInfo.cs" />
- <Compile Include="PostScript\FontInfo.cs" />
- <Compile Include="PostScript\Internal\FaceDictRec.cs" />
- <Compile Include="PostScript\Internal\FaceInfoRec.cs" />
- <Compile Include="PostScript\Internal\FontInfoRec.cs" />
- <Compile Include="PostScript\Internal\PrivateRec.cs" />
- <Compile Include="PostScript\Private.cs" />
- <Compile Include="Raster.cs" />
- <Compile Include="RasterFlags.cs" />
- <Compile Include="RasterFuncs.cs" />
- <Compile Include="RasterParams.cs" />
- <Compile Include="Renderer.cs" />
- <Compile Include="RendererClass.cs" />
- <Compile Include="StreamDesc.cs" />
- <Compile Include="Stroker.cs" />
- <Compile Include="StrokerBorder.cs" />
- <Compile Include="StrokerLineCap.cs" />
- <Compile Include="StrokerLineJoin.cs" />
- <Compile Include="TrueTypeValidationFlags.cs" />
- <Compile Include="TrueType\Internal\SfntNameRec.cs" />
- <Compile Include="TrueType\SfntName.cs" />
- <Compile Include="TrueType\EncodingId.cs" />
- <Compile Include="Error.cs" />
- <Compile Include="Face.cs" />
- <Compile Include="FaceFlags.cs" />
- <Compile Include="FreeTypeException.cs" />
- <Compile Include="EmbeddingTypes.cs" />
- <Compile Include="FT.Public.cs" />
- <Compile Include="Gasp.cs" />
- <Compile Include="Generic.cs" />
- <Compile Include="Glyph.cs" />
- <Compile Include="GlyphBBoxMode.cs" />
- <Compile Include="GlyphFormat.cs" />
- <Compile Include="GlyphMetrics.cs" />
- <Compile Include="GlyphSlot.cs" />
- <Compile Include="KerningMode.cs" />
- <Compile Include="Library.cs" />
- <Compile Include="LoadFlags.cs" />
- <Compile Include="LoadTarget.cs" />
- <Compile Include="FTMatrix.cs" />
- <Compile Include="Module.cs" />
- <Compile Include="OpenArgs.cs" />
- <Compile Include="OpenFlags.cs" />
- <Compile Include="Outline.cs" />
- <Compile Include="OutlineFlags.cs" />
- <Compile Include="OutlineFuncs.cs" />
- <Compile Include="Parameter.cs" />
- <Compile Include="ParamTag.cs" />
- <Compile Include="PixelMode.cs" />
- <Compile Include="TrueType\Header.cs" />
- <Compile Include="TrueType\HoriHeader.cs" />
- <Compile Include="TrueType\Internal\HeaderRec.cs" />
- <Compile Include="TrueType\Internal\HoriHeaderRec.cs" />
- <Compile Include="TrueType\Internal\MaxProfileRec.cs" />
- <Compile Include="TrueType\Internal\OS2Rec.cs" />
- <Compile Include="TrueType\Internal\PCLTRec.cs" />
- <Compile Include="TrueType\Internal\PostscriptRec.cs" />
- <Compile Include="TrueType\Internal\VertHeaderRec.cs" />
- <Compile Include="TrueType\MaxProfile.cs" />
- <Compile Include="TrueType\OS2.cs" />
- <Compile Include="TrueType\Pclt.cs" />
- <Compile Include="TrueType\PlatformId.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="PostScript\DictionaryKeys.cs" />
- <Compile Include="RenderMode.cs" />
- <Compile Include="FTSize.cs" />
- <Compile Include="SizeMetrics.cs" />
- <Compile Include="SizeRequest.cs" />
- <Compile Include="SizeRequestType.cs" />
- <Compile Include="Span.cs" />
- <Compile Include="FTStream.cs" />
- <Compile Include="StyleFlags.cs" />
- <Compile Include="SubGlyph.cs" />
- <Compile Include="SubGlyphFlags.cs" />
- <Compile Include="TrueType\EngineType.cs" />
- <Compile Include="TrueType\Postscript.cs" />
- <Compile Include="TrueType\SfntTag.cs" />
- <Compile Include="TrueType\VertHeader.cs" />
- <Compile Include="PostScript\BlendFlags.cs" />
- <Compile Include="PostScript\EncodingType.cs" />
- <Compile Include="FTVector.cs" />
- <Compile Include="Fnt\WinFntID.cs" />
- <Compile Include="FT.Internal.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="SharpFont.dll.config">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- <SubType>Designer</SubType>
- </None>
- <None Include="SharpFont.snk" />
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>
|