SharpFont.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  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 x86</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{C293DB32-FA42-486D-B128-5A12522FAE4E}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SharpFont</RootNamespace>
  12. <AssemblyName>SharpFont</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>TRACE;DEBUG</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <DocumentationFile>bin\Debug\SharpFont.XML</DocumentationFile>
  25. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <DocumentationFile>bin\Release\SharpFont.xml</DocumentationFile>
  36. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  37. <PlatformTarget>AnyCPU</PlatformTarget>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug WIN64|AnyCPU' ">
  40. <DebugSymbols>true</DebugSymbols>
  41. <OutputPath>bin\Debug_WIN64\</OutputPath>
  42. <DefineConstants>TRACE;DEBUG;WIN64</DefineConstants>
  43. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  44. <DocumentationFile>bin\Debug_WIN64\SharpFont.XML</DocumentationFile>
  45. <DebugType>full</DebugType>
  46. <ErrorReport>prompt</ErrorReport>
  47. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  48. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  49. <WarningLevel>4</WarningLevel>
  50. <Optimize>false</Optimize>
  51. <PlatformTarget>x64</PlatformTarget>
  52. </PropertyGroup>
  53. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release WIN64|AnyCPU' ">
  54. <OutputPath>bin\Release_WIN64\</OutputPath>
  55. <DefineConstants>TRACE;WIN64</DefineConstants>
  56. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  57. <DocumentationFile>bin\Release_WIN64\SharpFont.xml</DocumentationFile>
  58. <Optimize>true</Optimize>
  59. <DebugType>pdbonly</DebugType>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. <PlatformTarget>x64</PlatformTarget>
  63. </PropertyGroup>
  64. <PropertyGroup>
  65. <SignAssembly>true</SignAssembly>
  66. </PropertyGroup>
  67. <PropertyGroup>
  68. <AssemblyOriginatorKeyFile>SharpFont.snk</AssemblyOriginatorKeyFile>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <Reference Include="System" />
  72. <Reference Include="System.Drawing" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="BBox.cs" />
  76. <Compile Include="Bdf\Internal\PropertyRec.cs" />
  77. <Compile Include="Bdf\Property.cs" />
  78. <Compile Include="Bdf\PropertyType.cs" />
  79. <Compile Include="ClassicKernValidationFlags.cs" />
  80. <Compile Include="FTBitmap.cs" />
  81. <Compile Include="BitmapGlyph.cs" />
  82. <Compile Include="BitmapSize.cs" />
  83. <Compile Include="Cache\CMapCache.cs" />
  84. <Compile Include="Cache\FaceRequester.cs" />
  85. <Compile Include="Cache\ImageCache.cs" />
  86. <Compile Include="Cache\ImageType.cs" />
  87. <Compile Include="Cache\Internal\CMapCacheRec.cs" />
  88. <Compile Include="Cache\Internal\ImageCacheRec.cs" />
  89. <Compile Include="Cache\Internal\ImageTypeRec.cs" />
  90. <Compile Include="Cache\Internal\ManagerRec.cs" />
  91. <Compile Include="Cache\Internal\NodeRec.cs" />
  92. <Compile Include="Cache\Internal\SBitCacheRec.cs" />
  93. <Compile Include="Cache\Internal\SBitRec.cs" />
  94. <Compile Include="Cache\Internal\ScalerRec.cs" />
  95. <Compile Include="Cache\Manager.cs" />
  96. <Compile Include="Cache\Node.cs" />
  97. <Compile Include="Cache\SBit.cs" />
  98. <Compile Include="Cache\SBitCache.cs" />
  99. <Compile Include="Cache\Scaler.cs" />
  100. <Compile Include="CharMap.cs" />
  101. <Compile Include="Data.cs" />
  102. <Compile Include="Encoding.cs" />
  103. <Compile Include="Fnt\Header.cs" />
  104. <Compile Include="Fnt\Internal\HeaderRec.cs" />
  105. <Compile Include="FTList.cs" />
  106. <Compile Include="Internal\BBoxRec.cs" />
  107. <Compile Include="Internal\BitmapGlyphRec.cs" />
  108. <Compile Include="Internal\BitmapRec.cs" />
  109. <Compile Include="Internal\BitmapSizeRec.cs" />
  110. <Compile Include="Internal\CharMapRec.cs" />
  111. <Compile Include="Internal\FaceMarshsaler.cs" />
  112. <Compile Include="Internal\FaceRec.cs" />
  113. <Compile Include="Internal\GenericRec.cs" />
  114. <Compile Include="Internal\GlyphMetricsRec.cs" />
  115. <Compile Include="Internal\GlyphRec.cs" />
  116. <Compile Include="Internal\GlyphSlotRec.cs" />
  117. <Compile Include="Internal\ListNodeMarshaler.cs" />
  118. <Compile Include="Internal\ListNodeRec.cs" />
  119. <Compile Include="Internal\ListRec.cs" />
  120. <Compile Include="Internal\MemoryMarshaler.cs" />
  121. <Compile Include="Internal\MemoryRec.cs" />
  122. <Compile Include="Internal\ModuleClassRec.cs" />
  123. <Compile Include="Internal\ModuleMarshaler.cs" />
  124. <Compile Include="Internal\OpenArgsRec.cs" />
  125. <Compile Include="Internal\OutlineFuncsRec.cs" />
  126. <Compile Include="Internal\OutlineGlyphRec.cs" />
  127. <Compile Include="Internal\OutlineRec.cs" />
  128. <Compile Include="Internal\ParameterRec.cs" />
  129. <Compile Include="Internal\RasterFuncsRec.cs" />
  130. <Compile Include="Internal\RasterMarshaler.cs" />
  131. <Compile Include="Internal\RasterParamsMarshaler.cs" />
  132. <Compile Include="Internal\RasterParamsRec.cs" />
  133. <Compile Include="Internal\RendererClassRec.cs" />
  134. <Compile Include="Internal\SizeMetricsRec.cs" />
  135. <Compile Include="Internal\SizeRec.cs" />
  136. <Compile Include="Internal\SpanMarshaler.cs" />
  137. <Compile Include="Internal\SpanRec.cs" />
  138. <Compile Include="Internal\StreamDescRec.cs" />
  139. <Compile Include="Internal\StreamMarshaler.cs" />
  140. <Compile Include="Internal\StreamRec.cs" />
  141. <Compile Include="LcdFilter.cs" />
  142. <Compile Include="ListNode.cs" />
  143. <Compile Include="Memory.cs" />
  144. <Compile Include="ModuleClass.cs" />
  145. <Compile Include="MultipleMasters\Internal\MMAxisRec.cs" />
  146. <Compile Include="MultipleMasters\Internal\MMVarRec.cs" />
  147. <Compile Include="MultipleMasters\Internal\MultiMasterRec.cs" />
  148. <Compile Include="MultipleMasters\Internal\VarAxisRec.cs" />
  149. <Compile Include="MultipleMasters\Internal\VarNamedStyleRec.cs" />
  150. <Compile Include="MultipleMasters\MMAxis.cs" />
  151. <Compile Include="MultipleMasters\MMVar.cs" />
  152. <Compile Include="MultipleMasters\MultiMaster.cs" />
  153. <Compile Include="MultipleMasters\VarAxis.cs" />
  154. <Compile Include="MultipleMasters\VarNamedStyle.cs" />
  155. <Compile Include="OpenTypeValidationFlags.cs" />
  156. <Compile Include="Orientation.cs" />
  157. <Compile Include="OutlineGlyph.cs" />
  158. <Compile Include="PInvokeHelper.cs" />
  159. <Compile Include="PostScript\FaceDict.cs" />
  160. <Compile Include="PostScript\FaceInfo.cs" />
  161. <Compile Include="PostScript\FontInfo.cs" />
  162. <Compile Include="PostScript\Internal\FaceDictRec.cs" />
  163. <Compile Include="PostScript\Internal\FaceInfoRec.cs" />
  164. <Compile Include="PostScript\Internal\FontInfoRec.cs" />
  165. <Compile Include="PostScript\Internal\PrivateRec.cs" />
  166. <Compile Include="PostScript\Private.cs" />
  167. <Compile Include="Raster.cs" />
  168. <Compile Include="RasterFlags.cs" />
  169. <Compile Include="RasterFuncs.cs" />
  170. <Compile Include="RasterParams.cs" />
  171. <Compile Include="Renderer.cs" />
  172. <Compile Include="RendererClass.cs" />
  173. <Compile Include="StreamDesc.cs" />
  174. <Compile Include="Stroker.cs" />
  175. <Compile Include="StrokerBorder.cs" />
  176. <Compile Include="StrokerLineCap.cs" />
  177. <Compile Include="StrokerLineJoin.cs" />
  178. <Compile Include="TrueTypeValidationFlags.cs" />
  179. <Compile Include="TrueType\Internal\SfntNameRec.cs" />
  180. <Compile Include="TrueType\SfntName.cs" />
  181. <Compile Include="TrueType\EncodingId.cs" />
  182. <Compile Include="Error.cs" />
  183. <Compile Include="Face.cs" />
  184. <Compile Include="FaceFlags.cs" />
  185. <Compile Include="FreeTypeException.cs" />
  186. <Compile Include="EmbeddingTypes.cs" />
  187. <Compile Include="FT.Public.cs" />
  188. <Compile Include="Gasp.cs" />
  189. <Compile Include="Generic.cs" />
  190. <Compile Include="Glyph.cs" />
  191. <Compile Include="GlyphBBoxMode.cs" />
  192. <Compile Include="GlyphFormat.cs" />
  193. <Compile Include="GlyphMetrics.cs" />
  194. <Compile Include="GlyphSlot.cs" />
  195. <Compile Include="KerningMode.cs" />
  196. <Compile Include="Library.cs" />
  197. <Compile Include="LoadFlags.cs" />
  198. <Compile Include="LoadTarget.cs" />
  199. <Compile Include="FTMatrix.cs" />
  200. <Compile Include="Module.cs" />
  201. <Compile Include="OpenArgs.cs" />
  202. <Compile Include="OpenFlags.cs" />
  203. <Compile Include="Outline.cs" />
  204. <Compile Include="OutlineFlags.cs" />
  205. <Compile Include="OutlineFuncs.cs" />
  206. <Compile Include="Parameter.cs" />
  207. <Compile Include="ParamTag.cs" />
  208. <Compile Include="PixelMode.cs" />
  209. <Compile Include="TrueType\Header.cs" />
  210. <Compile Include="TrueType\HoriHeader.cs" />
  211. <Compile Include="TrueType\Internal\HeaderRec.cs" />
  212. <Compile Include="TrueType\Internal\HoriHeaderRec.cs" />
  213. <Compile Include="TrueType\Internal\MaxProfileRec.cs" />
  214. <Compile Include="TrueType\Internal\OS2Rec.cs" />
  215. <Compile Include="TrueType\Internal\PCLTRec.cs" />
  216. <Compile Include="TrueType\Internal\PostscriptRec.cs" />
  217. <Compile Include="TrueType\Internal\VertHeaderRec.cs" />
  218. <Compile Include="TrueType\MaxProfile.cs" />
  219. <Compile Include="TrueType\OS2.cs" />
  220. <Compile Include="TrueType\Pclt.cs" />
  221. <Compile Include="TrueType\PlatformId.cs" />
  222. <Compile Include="Properties\AssemblyInfo.cs" />
  223. <Compile Include="PostScript\DictionaryKeys.cs" />
  224. <Compile Include="RenderMode.cs" />
  225. <Compile Include="FTSize.cs" />
  226. <Compile Include="SizeMetrics.cs" />
  227. <Compile Include="SizeRequest.cs" />
  228. <Compile Include="SizeRequestType.cs" />
  229. <Compile Include="Span.cs" />
  230. <Compile Include="FTStream.cs" />
  231. <Compile Include="StyleFlags.cs" />
  232. <Compile Include="SubGlyph.cs" />
  233. <Compile Include="SubGlyphFlags.cs" />
  234. <Compile Include="TrueType\EngineType.cs" />
  235. <Compile Include="TrueType\Postscript.cs" />
  236. <Compile Include="TrueType\SfntTag.cs" />
  237. <Compile Include="TrueType\VertHeader.cs" />
  238. <Compile Include="PostScript\BlendFlags.cs" />
  239. <Compile Include="PostScript\EncodingType.cs" />
  240. <Compile Include="FTVector.cs" />
  241. <Compile Include="Fnt\WinFntID.cs" />
  242. <Compile Include="FT.Internal.cs" />
  243. </ItemGroup>
  244. <ItemGroup>
  245. <None Include="SharpFont.dll.config">
  246. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  247. <SubType>Designer</SubType>
  248. </None>
  249. <None Include="SharpFont.snk" />
  250. </ItemGroup>
  251. <ItemGroup />
  252. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  253. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  254. Other similar extension points exist, see Microsoft.Common.targets.
  255. <Target Name="BeforeBuild">
  256. </Target>
  257. <Target Name="AfterBuild">
  258. </Target>
  259. -->
  260. </Project>