BeatLyrics.Tool.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="C:\NuGetLocalRepo\ILRepack.2.0.18\build\ILRepack.props" Condition="Exists('C:\NuGetLocalRepo\ILRepack.2.0.18\build\ILRepack.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{E50656DF-85A0-4A37-8F64-618D2DCAC8D8}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>BeatLyrics.Tool</RootNamespace>
  11. <AssemblyName>BeatLyrics.Tool</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <Deterministic>true</Deterministic>
  16. <TargetFrameworkProfile />
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. <LangVersion>8</LangVersion>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <LangVersion>8</LangVersion>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="ChineseConverter, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9ecab500adebae88, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>RefLibs\ChineseConverter.dll</HintPath>
  46. </Reference>
  47. <Reference Include="CSCore, Version=1.2.1.2, Culture=neutral, PublicKeyToken=5a08f2b6f4415dea, processorArchitecture=MSIL">
  48. <HintPath>C:\NuGetLocalRepo\CSCore.1.2.1.2\lib\net35-client\CSCore.dll</HintPath>
  49. </Reference>
  50. <Reference Include="CSCore.Codecs.OGG, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  51. <HintPath>C:\NuGetLocalRepo\CSCore.Ogg.1.0.0\lib\netstandard2.0\CSCore.Codecs.OGG.dll</HintPath>
  52. </Reference>
  53. <Reference Include="JpnKanaConversion, Version=1.0.1.0, Culture=neutral, PublicKeyToken=fd2deb9ec9e60ff4, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>RefLibs\JpnKanaConversion.dll</HintPath>
  56. </Reference>
  57. <Reference Include="JpnKanaConvHelper, Version=1.0.1.0, Culture=neutral, PublicKeyToken=f107c6e5af142f74, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>RefLibs\JpnKanaConvHelper.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  62. <HintPath>C:\NuGetLocalRepo\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  63. </Reference>
  64. <Reference Include="NVorbis, Version=0.8.6.0, Culture=neutral, processorArchitecture=MSIL">
  65. <HintPath>C:\NuGetLocalRepo\NVorbis.0.8.6\lib\net35\NVorbis.dll</HintPath>
  66. </Reference>
  67. <Reference Include="ObjectListView, Version=2.9.1.25410, Culture=neutral, PublicKeyToken=b1c5bf581481bcd4, processorArchitecture=MSIL">
  68. <HintPath>C:\NuGetLocalRepo\ObjectListView.Official.2.9.2-alpha2\lib\net20\ObjectListView.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="System.Design" />
  73. <Reference Include="System.Numerics" />
  74. <Reference Include="System.Windows.Forms.DataVisualization" />
  75. <Reference Include="System.Xml.Linq" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. <Reference Include="Microsoft.CSharp" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.Deployment" />
  80. <Reference Include="System.Drawing" />
  81. <Reference Include="System.Net.Http" />
  82. <Reference Include="System.Windows.Forms" />
  83. <Reference Include="System.Xml" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="DataProvider\BeatMaps\LocalCustomLevelProvider.cs" />
  87. <Compile Include="Dialogs\ContextDialog.cs" />
  88. <Compile Include="Dialogs\PlotDialog.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Dialogs\PlotDialog.Designer.cs">
  92. <DependentUpon>PlotDialog.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="Dialogs\TextDialog.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="Dialogs\TextDialog.Designer.cs">
  98. <DependentUpon>TextDialog.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="Models\LyricDetailExt.cs" />
  101. <Compile Include="Models\LyricFileExt.cs" />
  102. <Compile Include="Dialogs\TextEditDialog.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="Dialogs\TextEditDialog.Designer.cs">
  106. <DependentUpon>TextEditDialog.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="Dialogs\SplitDialog.cs">
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="Dialogs\SplitDialog.Designer.cs">
  112. <DependentUpon>SplitDialog.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="Models\LevelInfo.cs" />
  115. <Compile Include="DataProvider\OnlineLyric\LyricProvider.cs" />
  116. <Compile Include="DataProvider\OnlineLyric\NeteaseCloudMusicLyricProvider.cs" />
  117. <Compile Include="RefLibs\ZzzzRangeBar.cs">
  118. <SubType>UserControl</SubType>
  119. </Compile>
  120. <Compile Include="UserControls\TimelineEditorUserControl.cs">
  121. <SubType>UserControl</SubType>
  122. </Compile>
  123. <Compile Include="UserControls\TimelineEditorUserControl.Designer.cs">
  124. <DependentUpon>TimelineEditorUserControl.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="Dialogs\TimelineEditDialog.cs">
  127. <SubType>Form</SubType>
  128. </Compile>
  129. <Compile Include="Dialogs\TimelineEditDialog.Designer.cs">
  130. <DependentUpon>TimelineEditDialog.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="DataProvider\OnlineLyric\Models\LyricSearchResultItem.cs" />
  133. <Compile Include="MainForm.cs">
  134. <SubType>Form</SubType>
  135. </Compile>
  136. <Compile Include="MainForm.Designer.cs">
  137. <DependentUpon>MainForm.cs</DependentUpon>
  138. </Compile>
  139. <Compile Include="Models\LocalLyricInfo.cs" />
  140. <Compile Include="Models\TextTuple.cs" />
  141. <Compile Include="Dialogs\OnlineLyricsDialog.cs">
  142. <SubType>Form</SubType>
  143. </Compile>
  144. <Compile Include="Dialogs\OnlineLyricsDialog.Designer.cs">
  145. <DependentUpon>OnlineLyricsDialog.cs</DependentUpon>
  146. </Compile>
  147. <Compile Include="Program.cs" />
  148. <Compile Include="Properties\AssemblyInfo.cs" />
  149. <Compile Include="UserControls\TextArrangeUserControl.cs">
  150. <SubType>UserControl</SubType>
  151. </Compile>
  152. <Compile Include="UserControls\TextArrangeUserControl.Designer.cs">
  153. <DependentUpon>TextArrangeUserControl.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="Utils\BaseForm.cs">
  156. <SubType>Form</SubType>
  157. </Compile>
  158. <Compile Include="RefLibs\DSPLib.cs" />
  159. <Compile Include="Utils\Formatter.cs" />
  160. <Compile Include="Utils\Hasher.cs" />
  161. <Compile Include="Utils\LoadingWrap.cs" />
  162. <Compile Include="Utils\OggAudioPlayer.cs" />
  163. <Compile Include="Utils\JapanesePhonetic.cs" />
  164. <Compile Include="Utils\JapaneseConverter.cs" />
  165. <Compile Include="Utils\SpectrumAnalyzer.cs" />
  166. <EmbeddedResource Include="Dialogs\PlotDialog.resx">
  167. <DependentUpon>PlotDialog.cs</DependentUpon>
  168. </EmbeddedResource>
  169. <EmbeddedResource Include="Dialogs\TextDialog.resx">
  170. <DependentUpon>TextDialog.cs</DependentUpon>
  171. </EmbeddedResource>
  172. <EmbeddedResource Include="Dialogs\TextEditDialog.resx">
  173. <DependentUpon>TextEditDialog.cs</DependentUpon>
  174. </EmbeddedResource>
  175. <EmbeddedResource Include="RefLibs\ZzzzRangeBar.resx">
  176. <DependentUpon>ZzzzRangeBar.cs</DependentUpon>
  177. </EmbeddedResource>
  178. <EmbeddedResource Include="UserControls\TextArrangeUserControl.resx">
  179. <DependentUpon>TextArrangeUserControl.cs</DependentUpon>
  180. </EmbeddedResource>
  181. <EmbeddedResource Include="UserControls\TimelineEditorUserControl.resx">
  182. <DependentUpon>TimelineEditorUserControl.cs</DependentUpon>
  183. </EmbeddedResource>
  184. <EmbeddedResource Include="Dialogs\TimelineEditDialog.resx">
  185. <DependentUpon>TimelineEditDialog.cs</DependentUpon>
  186. </EmbeddedResource>
  187. <EmbeddedResource Include="Dialogs\SplitDialog.resx">
  188. <DependentUpon>SplitDialog.cs</DependentUpon>
  189. </EmbeddedResource>
  190. <EmbeddedResource Include="MainForm.resx">
  191. <DependentUpon>MainForm.cs</DependentUpon>
  192. </EmbeddedResource>
  193. <EmbeddedResource Include="Dialogs\OnlineLyricsDialog.resx">
  194. <DependentUpon>OnlineLyricsDialog.cs</DependentUpon>
  195. </EmbeddedResource>
  196. <EmbeddedResource Include="Properties\Resources.resx">
  197. <Generator>ResXFileCodeGenerator</Generator>
  198. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  199. <SubType>Designer</SubType>
  200. </EmbeddedResource>
  201. <Compile Include="Properties\Resources.Designer.cs">
  202. <AutoGen>True</AutoGen>
  203. <DependentUpon>Resources.resx</DependentUpon>
  204. <DesignTime>True</DesignTime>
  205. </Compile>
  206. <None Include="packages.config" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <None Include="App.config" />
  210. </ItemGroup>
  211. <ItemGroup>
  212. <ProjectReference Include="..\BeatLyrics.Common\BeatLyrics.Common.csproj">
  213. <Project>{f97f6bcd-49fb-444d-96cc-f96a39b10bad}</Project>
  214. <Name>BeatLyrics.Common</Name>
  215. </ProjectReference>
  216. </ItemGroup>
  217. <ItemGroup>
  218. <Content Include="RefLibs\ChineseConverter.dll" />
  219. <Content Include="RefLibs\JpnKanaConversion.dll" />
  220. <Content Include="RefLibs\JpnKanaConvHelper.dll" />
  221. <None Include="Resources\loading.gif" />
  222. </ItemGroup>
  223. <ItemGroup />
  224. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  225. <PropertyGroup>
  226. <PostBuildEvent>
  227. if $(ConfigurationName) == Release setlocal enabledelayedexpansion enableextensions
  228. if $(ConfigurationName) == Release set DLL_LIST=
  229. if $(ConfigurationName) == Release for %25%25x in ($(TargetDir)*.dll) do set DLL_LIST=!DLL_LIST! "%25%25x"
  230. if $(ConfigurationName) == Release echo dlls: !DLL_LIST!
  231. if $(ConfigurationName) == Release if not exist "$(TargetDir)Packed" md "$(TargetDir)Packed"
  232. if $(ConfigurationName) == Release $(ILRepack) /ndebug "/out:$(TargetDir)Packed\$(TargetFileName)" "$(TargetPath)" !DLL_LIST!
  233. if $(ConfigurationName) == Release if exist "$(TargetDir)Packed\$(TargetFileName).config" del "$(TargetDir)Packed\$(TargetFileName).config"</PostBuildEvent>
  234. </PropertyGroup>
  235. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  236. <PropertyGroup>
  237. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  238. </PropertyGroup>
  239. <Error Condition="!Exists('C:\NuGetLocalRepo\ILRepack.2.0.18\build\ILRepack.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\ILRepack.2.0.18\build\ILRepack.props'))" />
  240. </Target>
  241. </Project>