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>
|
2018-03-25 06:46:05 +08:00
|
|
|
<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>
|
2018-03-25 06:46:05 +08:00
|
|
|
<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>
|
2020-12-19 17:27:45 +08:00
|
|
|
<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>
|
2020-02-05 17:23:39 +08:00
|
|
|
<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" />
|
2020-12-16 19:12:36 +08:00
|
|
|
<PackageReference Include="NLog" Version="4.7.6" />
|
2018-03-21 20:56:56 +08:00
|
|
|
</ItemGroup>
|
2019-11-24 09:38:31 +08:00
|
|
|
<PropertyGroup>
|
|
|
|
<PreBuildEvent>cd $(SolutionDir)
|
|
|
|
powershell -ExecutionPolicy Bypass -File .\CI\patch_buildinfo.ps1 FlvProcessor</PreBuildEvent>
|
|
|
|
</PropertyGroup>
|
2018-11-07 07:14:00 +08:00
|
|
|
</Project>
|