mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 19:57:27 +08:00
30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<Version>0.0.0.0</Version>
|
|
<Authors>Genteure</Authors>
|
|
<Company>Genteure</Company>
|
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
|
<FileVersion>0.0.0.0</FileVersion>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<DebugType>none</DebugType>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\TempBuildInfo\BuildInfo.FlvProcessor.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Autofac" Version="4.8.1" />
|
|
<PackageReference Include="NLog" Version="4.5.10" />
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<PreBuildEvent>cd $(SolutionDir)
|
|
powershell -ExecutionPolicy Bypass -File .\CI\patch_buildinfo.ps1 FlvProcessor</PreBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |