FF8.Encoding.csproj 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{A9B33BF4-9B03-4E3D-BF6A-181521046EE8}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FF8.Encoding</RootNamespace>
  11. <AssemblyName>FF8.Encoding</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\Output\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  25. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>..\Output\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  35. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Xml.Linq" />
  41. <Reference Include="System.Data.DataSetExtensions" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Net.Http" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="Sources\FF8TextDecoder.cs" />
  49. <Compile Include="Sources\FF8TextEncoder.cs" />
  50. <Compile Include="Sources\FF8TextEncoding.cs" />
  51. <Compile Include="Sources\FF8TextEncodingCodepage.cs" />
  52. <Compile Include="Sources\Tags\FF8TextComment.cs" />
  53. <Compile Include="Sources\Tags\FF8TextTag.cs" />
  54. <Compile Include="Sources\Tags\FF8TextTagCharacter.cs" />
  55. <Compile Include="Sources\Tags\FF8TextTagCode.cs" />
  56. <Compile Include="Sources\Tags\FF8TextTagColor.cs" />
  57. <Compile Include="Sources\Tags\FF8TextTagDialog.cs" />
  58. <Compile Include="Sources\Tags\FF8TextTagKey.cs" />
  59. <Compile Include="Sources\Tags\FF8TextTagParam.cs" />
  60. <Compile Include="Sources\Tags\FF8TextTagTerm.cs" />
  61. <Compile Include="Properties\AssemblyInfo.cs" />
  62. </ItemGroup>
  63. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  64. </Project>