Encoding.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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>OpenVIII.Encoding</RootNamespace>
  11. <AssemblyName>Encoding</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup>
  18. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWindows|x64'">
  21. <OutputPath>..\bin\</OutputPath>
  22. <DefineConstants>TRACE</DefineConstants>
  23. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  24. <Optimize>true</Optimize>
  25. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  26. <DebugType>pdbonly</DebugType>
  27. <PlatformTarget>x64</PlatformTarget>
  28. <LangVersion>latest</LangVersion>
  29. <ErrorReport>prompt</ErrorReport>
  30. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWindows|x86'">
  33. <OutputPath>..\bin\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  36. <Optimize>true</Optimize>
  37. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  38. <DebugType>pdbonly</DebugType>
  39. <PlatformTarget>x86</PlatformTarget>
  40. <LangVersion>latest</LangVersion>
  41. <ErrorReport>prompt</ErrorReport>
  42. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseLinux|x64'">
  45. <OutputPath>..\bin\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  48. <Optimize>true</Optimize>
  49. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>x64</PlatformTarget>
  52. <LangVersion>latest</LangVersion>
  53. <ErrorReport>prompt</ErrorReport>
  54. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseLinux|x86'">
  57. <OutputPath>..\bin\</OutputPath>
  58. <DefineConstants>TRACE</DefineConstants>
  59. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  60. <Optimize>true</Optimize>
  61. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  62. <DebugType>pdbonly</DebugType>
  63. <PlatformTarget>x86</PlatformTarget>
  64. <LangVersion>latest</LangVersion>
  65. <ErrorReport>prompt</ErrorReport>
  66. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLinux|x64'">
  69. <DebugSymbols>true</DebugSymbols>
  70. <OutputPath>..\bin\</OutputPath>
  71. <DefineConstants>DEBUG;TRACE</DefineConstants>
  72. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  73. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  74. <DebugType>full</DebugType>
  75. <PlatformTarget>x64</PlatformTarget>
  76. <LangVersion>latest</LangVersion>
  77. <ErrorReport>prompt</ErrorReport>
  78. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLinux|x86'">
  81. <DebugSymbols>true</DebugSymbols>
  82. <OutputPath>..\bin\</OutputPath>
  83. <DefineConstants>DEBUG;TRACE</DefineConstants>
  84. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  85. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  86. <DebugType>full</DebugType>
  87. <PlatformTarget>x86</PlatformTarget>
  88. <LangVersion>latest</LangVersion>
  89. <ErrorReport>prompt</ErrorReport>
  90. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWindows|x64'">
  93. <DebugSymbols>true</DebugSymbols>
  94. <OutputPath>..\bin\</OutputPath>
  95. <DefineConstants>DEBUG;TRACE</DefineConstants>
  96. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  97. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  98. <DebugType>full</DebugType>
  99. <PlatformTarget>x64</PlatformTarget>
  100. <LangVersion>latest</LangVersion>
  101. <ErrorReport>prompt</ErrorReport>
  102. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWindows|x86'">
  105. <DebugSymbols>true</DebugSymbols>
  106. <OutputPath>..\bin\</OutputPath>
  107. <DefineConstants>DEBUG;TRACE</DefineConstants>
  108. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  109. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  110. <DebugType>full</DebugType>
  111. <PlatformTarget>x86</PlatformTarget>
  112. <LangVersion>latest</LangVersion>
  113. <ErrorReport>prompt</ErrorReport>
  114. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  115. </PropertyGroup>
  116. <ItemGroup>
  117. <Reference Include="System" />
  118. <Reference Include="System.Core" />
  119. <Reference Include="System.Xml.Linq" />
  120. <Reference Include="System.Data.DataSetExtensions" />
  121. <Reference Include="Microsoft.CSharp" />
  122. <Reference Include="System.Data" />
  123. <Reference Include="System.Net.Http" />
  124. <Reference Include="System.Xml" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Compile Include="Sources\FF8TextDecoder.cs" />
  128. <Compile Include="Sources\FF8TextEncoder.cs" />
  129. <Compile Include="Sources\FF8TextEncoding.cs" />
  130. <Compile Include="Sources\FF8TextEncodingCodepage.cs" />
  131. <Compile Include="Sources\Tags\FF8TextComment.cs" />
  132. <Compile Include="Sources\Tags\FF8TextTag.cs" />
  133. <Compile Include="Sources\Tags\FF8TextTagCharacter.cs" />
  134. <Compile Include="Sources\Tags\FF8TextTagCode.cs" />
  135. <Compile Include="Sources\Tags\FF8TextTagColor.cs" />
  136. <Compile Include="Sources\Tags\FF8TextTagDialog.cs" />
  137. <Compile Include="Sources\Tags\FF8TextTagKey.cs" />
  138. <Compile Include="Sources\Tags\FF8TextTagOption.cs" />
  139. <Compile Include="Sources\Tags\FF8TextTagParam.cs" />
  140. <Compile Include="Sources\Tags\FF8TextTagTerm.cs" />
  141. <Compile Include="Properties\AssemblyInfo.cs" />
  142. </ItemGroup>
  143. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  144. </Project>