1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{FA5D683B-0EEA-4086-B71D-88A8360AE8F0}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >Hudl.FFmpeg</RootNamespace >
11
- <AssemblyName >Hudl.FFmpeg.Core</AssemblyName >
12
- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15
- <RestorePackages >true</RestorePackages >
16
- </PropertyGroup >
17
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
- <DebugSymbols >true</DebugSymbols >
4
+ <VersionPrefix >7.0.0</VersionPrefix >
5
+ <FileVersion >7.0.0</FileVersion >
6
+ <!-- The AssemblyVersion should only be updated on a Major version bump -->
7
+ <AssemblyVersion >2.0.0.0</AssemblyVersion >
8
+ <TargetFramework >netstandard2.0</TargetFramework >
19
9
<DebugType >full</DebugType >
20
- <Optimize >false</Optimize >
21
- <OutputPath >bin\Debug\</OutputPath >
22
- <DefineConstants >DEBUG;TRACE</DefineConstants >
23
- <ErrorReport >prompt</ErrorReport >
24
- <WarningLevel >4</WarningLevel >
25
- </PropertyGroup >
26
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
- <DebugType >pdbonly</DebugType >
28
- <Optimize >true</Optimize >
29
- <OutputPath >bin\Release\</OutputPath >
30
- <DefineConstants >TRACE</DefineConstants >
31
- <ErrorReport >prompt</ErrorReport >
32
- <WarningLevel >4</WarningLevel >
10
+ <AssemblyName >Hudl.FFmpeg.Core</AssemblyName >
11
+ <PackageId >Hudl.FFmpeg.Core</PackageId >
12
+ <GenerateAssemblyTitleAttribute >false</GenerateAssemblyTitleAttribute >
13
+ <GenerateAssemblyDescriptionAttribute >false</GenerateAssemblyDescriptionAttribute >
14
+ <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
15
+ <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
16
+ <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
17
+ <GenerateAssemblyCopyrightAttribute >false</GenerateAssemblyCopyrightAttribute >
18
+ <GenerateAssemblyInformationalVersionAttribute >false</GenerateAssemblyInformationalVersionAttribute >
19
+ <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
20
+ <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
33
21
</PropertyGroup >
22
+
34
23
<ItemGroup >
35
- <Reference Include =" log4net" >
36
- <HintPath >..\packages\log4net.2.0.0\lib\net40-full\log4net.dll</HintPath >
37
- </Reference >
38
- <Reference Include =" Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
39
- <HintPath >..\packages\Newtonsoft.Json.5.0.6\lib\net45\Newtonsoft.Json.dll</HintPath >
40
- <Private >True</Private >
41
- </Reference >
42
- <Reference Include =" System" />
43
- <Reference Include =" System.Core" />
44
- <Reference Include =" System.Drawing" />
45
- <Reference Include =" System.Xml.Linq" />
46
- <Reference Include =" System.Data.DataSetExtensions" />
47
- <Reference Include =" Microsoft.CSharp" />
48
- <Reference Include =" System.Data" />
49
- <Reference Include =" System.Xml" />
50
- </ItemGroup >
51
- <ItemGroup >
52
- <Compile Include =" Attributes\AttributeRetrieval.cs" />
53
- <Compile Include =" Attributes\AttributeValidation.cs" />
54
- <Compile Include =" Attributes\ContainsStreamAttribute.cs" />
55
- <Compile Include =" Attributes\SerializedAsAttribute.cs" />
56
- <Compile Include =" Attributes\Utility\ValidationUtility.cs" />
57
- <Compile Include =" Attributes\ValidateAttribute.cs" />
58
- <Compile Include =" Attributes\ForStreamAttribute.cs" />
59
- <Compile Include =" Collections\ForStreamCollection.cs" />
60
- <Compile Include =" Command\StreamReaders\BaseStandardStreamReader.cs" />
61
- <Compile Include =" Command\StreamReaders\StandardOutputAsyncStreamReader.cs" />
62
- <Compile Include =" Command\StreamReaders\StandardErrorAsyncStreamReader.cs" />
63
- <Compile Include =" Enums\FfmpegMergeOptionType.cs" />
64
- <Compile Include =" Enums\SettingsCollectionResourceType.cs" />
65
- <Compile Include =" Exceptions\FfmpegTimeoutException.cs" />
66
- <Compile Include =" Exceptions\FfmpegProcessingException.cs" />
67
- <Compile Include =" Exceptions\FfmpegRenderingException.cs" />
68
- <Compile Include =" Exceptions\ForStreamInvalidException.cs" />
69
- <Compile Include =" Exceptions\StreamNotFoundException.cs" />
70
- <Compile Include =" Command\BaseTypes\CommandConfigurationFlagTypes.cs" />
71
- <Compile Include =" Command\BaseTypes\ICommandBuilder.cs" />
72
- <Compile Include =" Command\CommandConfiguration.cs" />
73
- <Compile Include =" Command\CommandProcessorStatus.cs" />
74
- <Compile Include =" Command\Models\FFCommandBase.cs" />
75
- <Compile Include =" Command\BaseTypes\ICommandFactory.cs" />
76
- <Compile Include =" Command\BaseTypes\ICommand.cs" />
77
- <Compile Include =" Command\BaseTypes\ICommandProcessor.cs" />
78
- <Compile Include =" Command\Models\FFCommandBuilderBase.cs" />
79
- <Compile Include =" Command\Models\FFmpegCommandBuilder.cs" />
80
- <Compile Include =" DataTypes\DecimalScale.cs" />
81
- <Compile Include =" DataTypes\DecimalScaleRgb.cs" />
82
- <Compile Include =" DataTypes\Fraction.cs" />
83
- <Compile Include =" DataTypes\Ratio.cs" />
84
- <Compile Include =" DataTypes\TwoPartNumericalBase.cs" />
85
- <Compile Include =" Enums\LogicalOperators.cs" />
86
- <Compile Include =" Extensions\ArrayExtensions.cs" />
87
- <Compile Include =" Extensions\ObjectExtensions.cs" />
88
- <Compile Include =" Extensions\ProcessExtensions.cs" />
89
- <Compile Include =" Extensions\TimeSpanExtensions.cs" />
90
- <Compile Include =" Filters\Attributes\FilterAttribute.cs" />
91
- <Compile Include =" Filters\Attributes\FilterParameterAttribute.cs" />
92
- <Compile Include =" Filters\Contexts\FilterBindingContext.cs" />
93
- <Compile Include =" Filters\Contexts\FilterMultiOutputContext.cs" />
94
- <Compile Include =" Filters\Contexts\FilterProcessorContext.cs" />
95
- <Compile Include =" Filters\Contexts\FilterValidatorContext.cs" />
96
- <Compile Include =" Filters\Interfaces\IFilterchain.cs" />
97
- <Compile Include =" Filters\Interfaces\IFilter.cs" />
98
- <Compile Include =" Filters\Interfaces\IFilterMultiOutput.cs" />
99
- <Compile Include =" Filters\Interfaces\IFilterParameterBinding.cs" />
100
- <Compile Include =" Filters\Interfaces\IFilterProcessor.cs" />
101
- <Compile Include =" Filters\Interfaces\IFilterValidator.cs" />
102
- <Compile Include =" Filters\Serialization\FilterSerializerWriter.cs" />
103
- <Compile Include =" Filters\Serialization\FilterSerializer.cs" />
104
- <Compile Include =" Filters\Serialization\FilterSerializerAttributeParser.cs" />
105
- <Compile Include =" Filters\Serialization\FilterSerializerDataParameter.cs" />
106
- <Compile Include =" Filters\Serialization\FilterSerializerData.cs" />
107
- <Compile Include =" Formatters\BoolToInt32Formatter.cs" />
108
- <Compile Include =" Formatters\EnumParameterFormatter.cs" />
109
- <Compile Include =" Formatters\EnumParameterSlashFormatter.cs" />
110
- <Compile Include =" Formatters\Int32ToKbs.cs" />
111
- <Compile Include =" Formatters\MapSettingsFormatter.cs" />
112
- <Compile Include =" Formatters\RatioFractionalStringFormatter.cs" />
113
- <Compile Include =" Formatters\RatioStringFormatter.cs" />
114
- <Compile Include =" Formatters\SingleQuoteFormatter.cs" />
115
- <Compile Include =" Formatters\SizeFormatter.cs" />
116
- <Compile Include =" Formatters\SizeHeightFormatter.cs" />
117
- <Compile Include =" Formatters\SizeWidthFormatter.cs" />
118
- <Compile Include =" Formatters\TimeSpanFormatter.cs" />
119
- <Compile Include =" Formatters\Utility\FormattingUtility.cs" />
120
- <Compile Include =" Interfaces\IValidator.cs" />
121
- <Compile Include =" Interfaces\IFormatter.cs" />
122
- <Compile Include =" Logging\LogUtility.cs" />
123
- <Compile Include =" Properties\AssemblyInfo.cs" />
124
- <Compile Include =" ResourceManagement.cs" />
125
- <Compile Include =" Resources\Interfaces\IContainer.cs" />
126
- <Compile Include =" Resources\Interfaces\IStream.cs" />
127
- <Compile Include =" Settings\Attributes\SettingParameterAttribute.cs" />
128
- <Compile Include =" Settings\Attributes\SettingAttribute.cs" />
129
- <Compile Include =" Formatters\LocalUriFormatterNoWrap.cs" />
130
- <Compile Include =" Formatters\LocalUriFormatter.cs" />
131
- <Compile Include =" Settings\Interfaces\ISetting.cs" />
132
- <Compile Include =" Settings\Input.cs" />
133
- <Compile Include =" Settings\Serialization\SettingSerializerDataValue.cs" />
134
- <Compile Include =" Settings\Serialization\SettingSerializer.cs" />
135
- <Compile Include =" Settings\Serialization\SettingSerializerAttributeParser.cs" />
136
- <Compile Include =" Settings\Serialization\SettingSerializerData.cs" />
137
- <Compile Include =" Settings\Serialization\SettingSerializerWriter.cs" />
138
- <Compile Include =" Settings\Extensions\SettingsExtensions.cs" />
139
- <Compile Include =" Validators\TimeSpanGreterThanZeroValidator.cs" />
140
- <Compile Include =" Validators\NullOrWhitespaceValidator.cs" />
141
- </ItemGroup >
142
- <ItemGroup />
143
- <ItemGroup >
144
- <None Include =" packages.config" />
24
+ <PackageReference Include =" log4net" Version =" 2.0.8" />
145
25
</ItemGroup >
146
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
147
- <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
148
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
149
- Other similar extension points exist, see Microsoft.Common.targets.
150
- <Target Name="BeforeBuild">
151
- </Target>
152
- <Target Name="AfterBuild">
153
- </Target>
154
- -->
155
- </Project >
26
+
27
+ </Project >
0 commit comments