2018-03-12 18:57:20 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{0C7D4236-BF43-4944-81FE-E07E05A3F31D}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<RootNamespace>BililiveRecorder.WPF</RootNamespace>
|
|
|
|
|
<AssemblyName>BililiveRecorder.WPF</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2018-11-07 13:47:24 +08:00
|
|
|
|
<AllowedReferenceRelatedFileExtensions>-</AllowedReferenceRelatedFileExtensions>
|
2018-03-12 18:57:20 +08:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2018-11-07 13:47:24 +08:00
|
|
|
|
<DebugType>none</DebugType>
|
2018-03-12 18:57:20 +08:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
2018-03-21 20:56:56 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<StartupObject>BililiveRecorder.WPF.App</StartupObject>
|
|
|
|
|
</PropertyGroup>
|
2018-03-28 18:55:11 +08:00
|
|
|
|
<PropertyGroup>
|
2018-11-02 01:47:32 +08:00
|
|
|
|
<GenerateManifests>false</GenerateManifests>
|
2018-03-28 18:55:11 +08:00
|
|
|
|
</PropertyGroup>
|
2018-03-29 19:21:37 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationIcon>ico.ico</ApplicationIcon>
|
|
|
|
|
</PropertyGroup>
|
2018-04-14 09:10:03 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignAssembly>false</SignAssembly>
|
|
|
|
|
</PropertyGroup>
|
2018-11-02 01:47:32 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
|
|
|
|
</PropertyGroup>
|
2018-03-12 18:57:20 +08:00
|
|
|
|
<ItemGroup>
|
2018-10-24 13:33:43 +08:00
|
|
|
|
<Reference Include="Autofac, Version=4.8.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Autofac.4.8.1\lib\net45\Autofac.dll</HintPath>
|
|
|
|
|
</Reference>
|
2019-01-31 14:17:38 +08:00
|
|
|
|
<Reference Include="CommandLine, Version=2.4.3.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\CommandLineParser.2.4.3\lib\netstandard2.0\CommandLine.dll</HintPath>
|
|
|
|
|
</Reference>
|
2018-11-07 17:36:19 +08:00
|
|
|
|
<Reference Include="DeltaCompressionDotNet, Version=1.1.0.0, Culture=neutral, PublicKeyToken=1d14d6e5194e7f4a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="DeltaCompressionDotNet.MsDelta, Version=1.1.0.0, Culture=neutral, PublicKeyToken=46b2138a390abf55, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.MsDelta.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="DeltaCompressionDotNet.PatchApi, Version=1.1.0.0, Culture=neutral, PublicKeyToken=3e8888ee913ed789, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.PatchApi.dll</HintPath>
|
|
|
|
|
</Reference>
|
2018-12-11 00:57:40 +08:00
|
|
|
|
<Reference Include="Hardcodet.Wpf.TaskbarNotification, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Hardcodet.NotifyIcon.Wpf.1.0.8\lib\net451\Hardcodet.Wpf.TaskbarNotification.dll</HintPath>
|
|
|
|
|
</Reference>
|
2018-03-24 11:07:43 +08:00
|
|
|
|
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
|
|
|
|
|
</Reference>
|
2018-11-07 17:36:19 +08:00
|
|
|
|
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Mdb.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll</HintPath>
|
|
|
|
|
</Reference>
|
2018-11-01 23:40:50 +08:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
2018-03-21 20:56:56 +08:00
|
|
|
|
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
2018-11-01 23:40:50 +08:00
|
|
|
|
<HintPath>..\packages\NLog.4.5.10\lib\net45\NLog.dll</HintPath>
|
2018-03-21 20:56:56 +08:00
|
|
|
|
</Reference>
|
2018-11-07 17:36:19 +08:00
|
|
|
|
<Reference Include="NuGet.Squirrel, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\squirrel.windows.1.9.0\lib\Net45\NuGet.Squirrel.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SharpCompress, Version=0.17.1.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\SharpCompress.0.17.1\lib\net45\SharpCompress.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Splat, Version=1.6.2.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Splat.1.6.2\lib\Net45\Splat.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Squirrel, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\squirrel.windows.1.9.0\lib\Net45\Squirrel.dll</HintPath>
|
|
|
|
|
</Reference>
|
2018-03-12 18:57:20 +08:00
|
|
|
|
<Reference Include="System" />
|
2018-03-21 20:56:56 +08:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2018-03-12 18:57:20 +08:00
|
|
|
|
<Reference Include="System.Data" />
|
2018-03-21 20:56:56 +08:00
|
|
|
|
<Reference Include="System.Deployment" />
|
2018-12-11 00:57:40 +08:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2018-03-21 20:56:56 +08:00
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
|
|
|
<Reference Include="System.ServiceModel" />
|
|
|
|
|
<Reference Include="System.Transactions" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
2018-03-12 18:57:20 +08:00
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Xaml">
|
|
|
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="WindowsBase" />
|
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ApplicationDefinition Include="App.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</ApplicationDefinition>
|
2018-03-29 10:36:13 +08:00
|
|
|
|
<Compile Include="BuildInfo.cs" />
|
2018-03-24 11:07:43 +08:00
|
|
|
|
<Compile Include="ClickSelectTextBox.xaml.cs">
|
|
|
|
|
<DependentUpon>ClickSelectTextBox.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-01-31 14:17:38 +08:00
|
|
|
|
<Compile Include="CommandLineOption.cs" />
|
2018-11-10 11:55:30 +08:00
|
|
|
|
<Compile Include="EnumerableExtensions.cs" />
|
2019-04-15 23:27:48 +08:00
|
|
|
|
<Compile Include="TimedMessageBox.xaml.cs">
|
|
|
|
|
<DependentUpon>TimedMessageBox.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-03-29 11:39:44 +08:00
|
|
|
|
<Compile Include="ValueConverters.cs" />
|
2018-03-24 11:07:43 +08:00
|
|
|
|
<Compile Include="SettingsWindow.xaml.cs">
|
|
|
|
|
<DependentUpon>SettingsWindow.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-03-21 20:56:56 +08:00
|
|
|
|
<Compile Include="UpdateBarUserControl.xaml.cs">
|
|
|
|
|
<DependentUpon>UpdateBarUserControl.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-11-01 23:40:50 +08:00
|
|
|
|
<Compile Include="WorkDirectoryWindow.xaml.cs">
|
|
|
|
|
<DependentUpon>WorkDirectoryWindow.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2018-03-24 11:07:43 +08:00
|
|
|
|
<Page Include="ClickSelectTextBox.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2018-03-12 18:57:20 +08:00
|
|
|
|
<Page Include="MainWindow.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Compile Include="App.xaml.cs">
|
|
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
|
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2018-03-24 11:07:43 +08:00
|
|
|
|
<Page Include="SettingsWindow.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2019-04-15 23:27:48 +08:00
|
|
|
|
<Page Include="TimedMessageBox.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2018-03-21 20:56:56 +08:00
|
|
|
|
<Page Include="UpdateBarUserControl.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2018-11-01 23:40:50 +08:00
|
|
|
|
<Page Include="WorkDirectoryWindow.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2018-03-12 18:57:20 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
2018-11-02 01:47:32 +08:00
|
|
|
|
<None Include="Properties\app.manifest" />
|
2018-03-29 19:21:37 +08:00
|
|
|
|
<Resource Include="ico.ico" />
|
2018-03-24 12:55:59 +08:00
|
|
|
|
<Content Include="NLog.config">
|
2018-11-07 13:47:24 +08:00
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
2018-03-24 12:55:59 +08:00
|
|
|
|
</Content>
|
2018-03-29 13:02:43 +08:00
|
|
|
|
<None Include="Nlog.Release.config" />
|
2018-11-07 13:47:24 +08:00
|
|
|
|
<None Include="NLog.Debug.config" />
|
2018-03-21 20:56:56 +08:00
|
|
|
|
<None Include="NLog.xsd">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="packages.config" />
|
2018-03-12 18:57:20 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\BililiveRecorder.Core\BililiveRecorder.Core.csproj">
|
|
|
|
|
<Project>{cb9f2d58-181d-49f7-9560-d35a9b9c1d8c}</Project>
|
|
|
|
|
<Name>BililiveRecorder.Core</Name>
|
|
|
|
|
</ProjectReference>
|
2018-10-25 19:20:23 +08:00
|
|
|
|
<ProjectReference Include="..\BililiveRecorder.FlvProcessor\BililiveRecorder.FlvProcessor.csproj">
|
|
|
|
|
<Project>{51748048-1949-4218-8ded-94014abe7633}</Project>
|
|
|
|
|
<Name>BililiveRecorder.FlvProcessor</Name>
|
|
|
|
|
</ProjectReference>
|
2018-03-12 18:57:20 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2018-03-29 10:36:13 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PreBuildEvent>cd $(SolutionDir)
|
2019-11-24 09:38:31 +08:00
|
|
|
|
powershell -ExecutionPolicy Bypass -File .\CI\patch_buildinfo.ps1 WPF
|
2018-03-29 13:02:43 +08:00
|
|
|
|
copy /y .\BililiveRecorder.WPF\Nlog.$(ConfigurationName).config .\BililiveRecorder.WPF\NLog.config</PreBuildEvent>
|
2018-03-29 10:36:13 +08:00
|
|
|
|
</PropertyGroup>
|
2018-11-07 17:36:19 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SquirrelBuildTarget Condition=" '$(SquirrelBuildTarget)' == '' ">.\SquirrelRelease</SquirrelBuildTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Target Name="AfterBuild" Condition=" '$(Configuration)' == 'Release'">
|
2018-11-09 09:46:24 +08:00
|
|
|
|
<Exec Command="..\packages\NuGet.CommandLine.4.7.1\tools\NuGet.exe pack BililiveRecorder.nuspec -Version $([System.IO.File]::ReadAllText('../VERSION')) -Properties Configuration=Release -OutputDirectory $(OutDir) -BasePath $(OutDir)" />
|
|
|
|
|
<Exec Command="..\packages\squirrel.windows.1.9.0\tools\Squirrel.exe --releasify $(OutDir)BililiveRecorder.$([System.IO.File]::ReadAllText('../VERSION')).nupkg -r $(SquirrelBuildTarget) --framework-version net462 --no-msi" />
|
2018-11-07 17:36:19 +08:00
|
|
|
|
</Target>
|
2018-03-12 18:57:20 +08:00
|
|
|
|
</Project>
|