ShareX/ShareX.MediaLib/ShareX.MediaLib.csproj

268 lines
13 KiB
XML
Raw Normal View History

2015-08-04 19:31:43 +12:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{1A190E53-1419-4CC2-B0E5-3BC7EA861C8B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ShareX.MediaLib</RootNamespace>
<AssemblyName>ShareX.MediaLib</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
2015-08-04 19:31:43 +12:00
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
2015-08-04 19:31:43 +12:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<Prefer32Bit>false</Prefer32Bit>
2015-08-04 19:31:43 +12:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<Prefer32Bit>false</Prefer32Bit>
2015-08-04 19:31:43 +12:00
</PropertyGroup>
2015-09-06 20:19:09 +12:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Steam|AnyCPU'">
<OutputPath>bin\Steam\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
2015-09-06 20:19:09 +12:00
</PropertyGroup>
2017-04-21 10:59:19 +12:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStore|AnyCPU'">
<OutputPath>bin\WindowsStore\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
2017-04-21 10:59:19 +12:00
</PropertyGroup>
2017-04-22 03:22:15 +12:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'WindowsStoreDebug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WindowsStoreDebug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
2017-04-22 03:22:15 +12:00
</PropertyGroup>
2015-08-04 19:31:43 +12:00
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Design" />
2015-08-04 19:31:43 +12:00
<Reference Include="System.Drawing" />
2015-08-04 23:47:34 +12:00
<Reference Include="System.Windows.Forms" />
2015-08-04 19:31:43 +12:00
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
2015-08-04 19:31:43 +12:00
<Compile Include="Enums.cs" />
2015-08-04 21:39:27 +12:00
<Compile Include="FFmpegCLIManager.cs" />
2016-08-28 04:51:20 +12:00
<Compile Include="FFmpegDownloader.cs" />
2017-07-10 09:50:10 +12:00
<Compile Include="Forms\ImageCombinerForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\ImageCombinerForm.Designer.cs">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</Compile>
2017-07-10 11:04:19 +12:00
<Compile Include="Forms\ImageThumbnailerForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\ImageThumbnailerForm.Designer.cs">
<DependentUpon>ImageThumbnailerForm.cs</DependentUpon>
</Compile>
2015-08-04 23:47:34 +12:00
<Compile Include="Forms\VideoThumbnailerForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\VideoThumbnailerForm.Designer.cs">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</Compile>
2017-07-10 09:50:10 +12:00
<Compile Include="ImageCombinerOptions.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
2015-08-04 23:47:34 +12:00
<Compile Include="VideoThumbnailInfo.cs" />
2015-08-04 21:39:27 +12:00
<Compile Include="VideoInfo.cs" />
2015-08-04 19:31:43 +12:00
<Compile Include="VideoThumbnailer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="VideoThumbnailOptions.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ShareX.HelpersLib\ShareX.HelpersLib.csproj">
<Project>{327750e1-9fb7-4cc3-8aea-9bc42180cad3}</Project>
<Name>ShareX.HelpersLib</Name>
</ProjectReference>
</ItemGroup>
2015-08-04 23:47:34 +12:00
<ItemGroup>
2017-07-10 09:50:10 +12:00
<EmbeddedResource Include="Forms\ImageCombinerForm.de.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageCombinerForm.es-MX.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
2017-07-10 09:50:10 +12:00
<EmbeddedResource Include="Forms\ImageCombinerForm.fr.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
2018-04-20 09:36:17 +12:00
<EmbeddedResource Include="Forms\ImageCombinerForm.id-ID.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
2017-07-24 06:57:10 +12:00
<EmbeddedResource Include="Forms\ImageCombinerForm.it-IT.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageCombinerForm.ko-KR.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
2017-07-10 09:50:10 +12:00
<EmbeddedResource Include="Forms\ImageCombinerForm.nl-NL.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageCombinerForm.pt-BR.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageCombinerForm.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageCombinerForm.ru.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageCombinerForm.tr.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageCombinerForm.uk.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
2017-07-10 09:50:10 +12:00
<EmbeddedResource Include="Forms\ImageCombinerForm.vi-VN.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageCombinerForm.zh-CN.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageCombinerForm.zh-TW.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
2018-09-22 08:51:33 +12:00
<EmbeddedResource Include="Forms\ImageThumbnailerForm.de.resx">
<DependentUpon>ImageThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageThumbnailerForm.es-MX.resx">
<DependentUpon>ImageThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2017-10-03 04:30:34 +13:00
<EmbeddedResource Include="Forms\ImageThumbnailerForm.fr.resx">
<DependentUpon>ImageThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2018-04-20 09:36:17 +12:00
<EmbeddedResource Include="Forms\ImageThumbnailerForm.id-ID.resx">
<DependentUpon>ImageThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageThumbnailerForm.ko-KR.resx">
<DependentUpon>ImageThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2017-07-10 11:04:19 +12:00
<EmbeddedResource Include="Forms\ImageThumbnailerForm.resx">
<DependentUpon>ImageThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageThumbnailerForm.ru.resx">
<DependentUpon>ImageThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2018-08-08 07:18:17 +12:00
<EmbeddedResource Include="Forms\ImageThumbnailerForm.tr.resx">
<DependentUpon>ImageThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2018-08-07 22:09:04 +12:00
<EmbeddedResource Include="Forms\ImageThumbnailerForm.zh-CN.resx">
<DependentUpon>ImageThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2015-10-16 08:19:24 +13:00
<EmbeddedResource Include="Forms\VideoThumbnailerForm.de.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\VideoThumbnailerForm.es-MX.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2015-09-06 20:46:04 +12:00
<EmbeddedResource Include="Forms\VideoThumbnailerForm.fr.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2018-04-20 09:36:17 +12:00
<EmbeddedResource Include="Forms\VideoThumbnailerForm.id-ID.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2017-07-24 06:57:10 +12:00
<EmbeddedResource Include="Forms\VideoThumbnailerForm.it-IT.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\VideoThumbnailerForm.ko-KR.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2015-09-19 06:02:38 +12:00
<EmbeddedResource Include="Forms\VideoThumbnailerForm.nl-NL.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2015-09-18 08:56:18 +12:00
<EmbeddedResource Include="Forms\VideoThumbnailerForm.pt-BR.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2015-08-04 23:47:34 +12:00
<EmbeddedResource Include="Forms\VideoThumbnailerForm.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\VideoThumbnailerForm.ru.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2015-09-03 08:10:06 +12:00
<EmbeddedResource Include="Forms\VideoThumbnailerForm.tr.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
2015-10-16 09:38:18 +13:00
</EmbeddedResource>
<EmbeddedResource Include="Forms\VideoThumbnailerForm.uk.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2015-10-16 09:38:18 +13:00
<EmbeddedResource Include="Forms\VideoThumbnailerForm.vi-VN.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
2015-09-03 08:10:06 +12:00
</EmbeddedResource>
2016-01-20 19:04:17 +13:00
<EmbeddedResource Include="Forms\VideoThumbnailerForm.zh-CN.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\VideoThumbnailerForm.zh-TW.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
2015-10-16 08:19:24 +13:00
<EmbeddedResource Include="Properties\Resources.de.resx" />
<EmbeddedResource Include="Properties\Resources.es-MX.resx" />
2015-09-06 20:46:04 +12:00
<EmbeddedResource Include="Properties\Resources.fr.resx" />
2018-04-20 09:36:17 +12:00
<EmbeddedResource Include="Properties\Resources.id-ID.resx" />
2017-07-24 06:57:10 +12:00
<EmbeddedResource Include="Properties\Resources.it-IT.resx" />
<EmbeddedResource Include="Properties\Resources.ko-KR.resx" />
2015-09-19 06:02:38 +12:00
<EmbeddedResource Include="Properties\Resources.nl-NL.resx" />
2015-08-13 05:04:04 +12:00
<EmbeddedResource Include="Properties\Resources.pt-BR.resx" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.ru.resx" />
<EmbeddedResource Include="Properties\Resources.tr.resx" />
<EmbeddedResource Include="Properties\Resources.uk.resx" />
2015-10-16 08:19:24 +13:00
<EmbeddedResource Include="Properties\Resources.vi-VN.resx" />
2016-01-20 19:04:17 +13:00
<EmbeddedResource Include="Properties\Resources.zh-CN.resx" />
<EmbeddedResource Include="Properties\Resources.zh-TW.resx" />
2015-08-04 23:47:34 +12:00
</ItemGroup>
2015-08-04 19:31:43 +12:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>