BililiveRecorder/BililiveRecorder.FlvProcessor/BililiveRecorder.FlvProcessor.csproj

32 lines
1.1 KiB
XML
Raw Permalink Normal View History

2018-11-07 07:14:00 +08:00
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
2018-03-12 18:57:20 +08:00
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
2020-12-20 20:56:40 +08:00
<LangVersion>9.0</LangVersion>
<Version>0.0.0.0</Version>
<Authors>Genteure</Authors>
<Company>Genteure</Company>
2020-12-03 11:44:10 +08:00
<Copyright>Copyright © 2018 - 2021 Genteure</Copyright>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<FileVersion>0.0.0.0</FileVersion>
2018-11-07 07:14:00 +08:00
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
2018-03-12 18:57:20 +08:00
</PropertyGroup>
<PropertyGroup>
2020-12-03 11:44:10 +08:00
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
2018-11-07 13:47:24 +08:00
</PropertyGroup>
2019-11-24 10:32:22 +08:00
<ItemGroup>
<Compile Include="..\TempBuildInfo\BuildInfo.FlvProcessor.cs" />
2019-11-24 10:32:22 +08:00
</ItemGroup>
2018-03-21 20:56:56 +08:00
<ItemGroup>
2020-11-27 18:51:02 +08:00
<PackageReference Include="Autofac" Version="4.9.4" />
<PackageReference Include="NLog" Version="4.7.6" />
2018-03-21 20:56:56 +08:00
</ItemGroup>
<PropertyGroup>
<PreBuildEvent>cd $(SolutionDir)
powershell -ExecutionPolicy Bypass -File .\CI\patch_buildinfo.ps1 FlvProcessor</PreBuildEvent>
</PropertyGroup>
2018-11-07 07:14:00 +08:00
</Project>