BeatLyrics.Tool.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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.Xml.Linq" />
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="Microsoft.CSharp" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Deployment" />
  78. <Reference Include="System.Drawing" />
  79. <Reference Include="System.Net.Http" />
  80. <Reference Include="System.Windows.Forms" />
  81. <Reference Include="System.Xml" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="DataProvider\BeatMaps\LocalCustomLevelProvider.cs" />
  85. <Compile Include="Dialogs\TextDialog.cs">
  86. <SubType>Form</SubType>
  87. </Compile>
  88. <Compile Include="Dialogs\TextDialog.Designer.cs">
  89. <DependentUpon>TextDialog.cs</DependentUpon>
  90. </Compile>
  91. <Compile Include="Models\LyricDetailExt.cs" />
  92. <Compile Include="Models\LyricFileExt.cs" />
  93. <Compile Include="Dialogs\TextEditDialog.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="Dialogs\TextEditDialog.Designer.cs">
  97. <DependentUpon>TextEditDialog.cs</DependentUpon>
  98. </Compile>
  99. <Compile Include="Dialogs\SplitDialog.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="Dialogs\SplitDialog.Designer.cs">
  103. <DependentUpon>SplitDialog.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="Models\LevelInfo.cs" />
  106. <Compile Include="DataProvider\OnlineLyric\LyricProvider.cs" />
  107. <Compile Include="DataProvider\OnlineLyric\NeteaseCloudMusicLyricProvider.cs" />
  108. <Compile Include="UserControls\TimelineEditorUserControl.cs">
  109. <SubType>UserControl</SubType>
  110. </Compile>
  111. <Compile Include="UserControls\TimelineEditorUserControl.Designer.cs">
  112. <DependentUpon>TimelineEditorUserControl.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="Dialogs\TimelineEditDialog.cs">
  115. <SubType>Form</SubType>
  116. </Compile>
  117. <Compile Include="Dialogs\TimelineEditDialog.Designer.cs">
  118. <DependentUpon>TimelineEditDialog.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="DataProvider\OnlineLyric\Models\LyricSearchResultItem.cs" />
  121. <Compile Include="MainForm.cs">
  122. <SubType>Form</SubType>
  123. </Compile>
  124. <Compile Include="MainForm.Designer.cs">
  125. <DependentUpon>MainForm.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="Models\LocalLyricInfo.cs" />
  128. <Compile Include="Models\TextTuple.cs" />
  129. <Compile Include="Dialogs\OnlineLyricsDialog.cs">
  130. <SubType>Form</SubType>
  131. </Compile>
  132. <Compile Include="Dialogs\OnlineLyricsDialog.Designer.cs">
  133. <DependentUpon>OnlineLyricsDialog.cs</DependentUpon>
  134. </Compile>
  135. <Compile Include="Program.cs" />
  136. <Compile Include="Properties\AssemblyInfo.cs" />
  137. <Compile Include="UserControls\TextArrangeUserControl.cs">
  138. <SubType>UserControl</SubType>
  139. </Compile>
  140. <Compile Include="UserControls\TextArrangeUserControl.Designer.cs">
  141. <DependentUpon>TextArrangeUserControl.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="Utils\BaseForm.cs">
  144. <SubType>Form</SubType>
  145. </Compile>
  146. <Compile Include="Utils\Formatter.cs" />
  147. <Compile Include="Utils\Hasher.cs" />
  148. <Compile Include="Utils\LoadingWrap.cs" />
  149. <Compile Include="Utils\OggAudioPlayer.cs" />
  150. <Compile Include="Utils\JapanesePhonetic.cs" />
  151. <Compile Include="Utils\JapaneseConverter.cs" />
  152. <EmbeddedResource Include="Dialogs\TextDialog.resx">
  153. <DependentUpon>TextDialog.cs</DependentUpon>
  154. </EmbeddedResource>
  155. <EmbeddedResource Include="Dialogs\TextEditDialog.resx">
  156. <DependentUpon>TextEditDialog.cs</DependentUpon>
  157. </EmbeddedResource>
  158. <EmbeddedResource Include="UserControls\TextArrangeUserControl.resx">
  159. <DependentUpon>TextArrangeUserControl.cs</DependentUpon>
  160. </EmbeddedResource>
  161. <EmbeddedResource Include="UserControls\TimelineEditorUserControl.resx">
  162. <DependentUpon>TimelineEditorUserControl.cs</DependentUpon>
  163. </EmbeddedResource>
  164. <EmbeddedResource Include="Dialogs\TimelineEditDialog.resx">
  165. <DependentUpon>TimelineEditDialog.cs</DependentUpon>
  166. </EmbeddedResource>
  167. <EmbeddedResource Include="Dialogs\SplitDialog.resx">
  168. <DependentUpon>SplitDialog.cs</DependentUpon>
  169. </EmbeddedResource>
  170. <EmbeddedResource Include="MainForm.resx">
  171. <DependentUpon>MainForm.cs</DependentUpon>
  172. </EmbeddedResource>
  173. <EmbeddedResource Include="Dialogs\OnlineLyricsDialog.resx">
  174. <DependentUpon>OnlineLyricsDialog.cs</DependentUpon>
  175. </EmbeddedResource>
  176. <EmbeddedResource Include="Properties\Resources.resx">
  177. <Generator>ResXFileCodeGenerator</Generator>
  178. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  179. <SubType>Designer</SubType>
  180. </EmbeddedResource>
  181. <Compile Include="Properties\Resources.Designer.cs">
  182. <AutoGen>True</AutoGen>
  183. <DependentUpon>Resources.resx</DependentUpon>
  184. <DesignTime>True</DesignTime>
  185. </Compile>
  186. <None Include="packages.config" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <None Include="App.config" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <ProjectReference Include="..\BeatLyrics.Common\BeatLyrics.Common.csproj">
  193. <Project>{f97f6bcd-49fb-444d-96cc-f96a39b10bad}</Project>
  194. <Name>BeatLyrics.Common</Name>
  195. </ProjectReference>
  196. </ItemGroup>
  197. <ItemGroup>
  198. <Content Include="RefLibs\ChineseConverter.dll" />
  199. <Content Include="RefLibs\JpnKanaConversion.dll" />
  200. <Content Include="RefLibs\JpnKanaConvHelper.dll" />
  201. <None Include="Resources\loading.gif" />
  202. </ItemGroup>
  203. <ItemGroup />
  204. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  205. <PropertyGroup>
  206. <PostBuildEvent>
  207. if $(ConfigurationName) == Release setlocal enabledelayedexpansion enableextensions
  208. if $(ConfigurationName) == Release set DLL_LIST=
  209. if $(ConfigurationName) == Release for %25%25x in ($(TargetDir)*.dll) do set DLL_LIST=!DLL_LIST! "%25%25x"
  210. if $(ConfigurationName) == Release echo dlls: !DLL_LIST!
  211. if $(ConfigurationName) == Release if not exist "$(TargetDir)Packed" md "$(TargetDir)Packed"
  212. if $(ConfigurationName) == Release $(ILRepack) /ndebug "/out:$(TargetDir)Packed\$(TargetFileName)" "$(TargetPath)" !DLL_LIST!
  213. if $(ConfigurationName) == Release if exist "$(TargetDir)Packed\$(TargetFileName).config" del "$(TargetDir)Packed\$(TargetFileName).config"</PostBuildEvent>
  214. </PropertyGroup>
  215. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  216. <PropertyGroup>
  217. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  218. </PropertyGroup>
  219. <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'))" />
  220. </Target>
  221. </Project>