Mk0.Software.ImageSorter/Mk0.Software.ImageSorter/Mk0.Software.ImageSorter.cs...

305 lines
12 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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>{1CCA2FD2-7F83-4CE6-8228-5267038D41A5}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Mk0.Software.ImageSorter</RootNamespace>
<AssemblyName>Image Sorter</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<SccProjectName>Svn</SccProjectName>
<SccLocalPath>Svn</SccLocalPath>
<SccAuxPath>Svn</SccAuxPath>
<SccProvider>SubversionScc</SccProvider>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<SupportUrl>https://www.manuelkamper.com</SupportUrl>
<ErrorReportUrl>https://www.manuelkamper.com</ErrorReportUrl>
<ProductName>Image Sorter</ProductName>
<PublisherName>manuelkamper.com</PublisherName>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>2.7.0.0</ApplicationVersion>
<UseApplicationTrust>true</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<ExcludeDeploymentUrl>true</ExcludeDeploymentUrl>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>image.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>7A972D3A5C0BDCC15CDE5DB29DC790248241BB58</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>Image Sorter_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="Mk0.GUI.Banner">
<HintPath>..\..\Mk0.GUI.Banner\Mk0.GUI.Banner\bin\Release\Mk0.GUI.Banner.dll</HintPath>
</Reference>
<Reference Include="Mk0.Software.OnlineUpdater">
<HintPath>..\..\Mk0.Software.OnlineUpdater\Mk0.Software.OnlineUpdater\bin\Debug\Mk0.Software.OnlineUpdater.dll</HintPath>
</Reference>
<Reference Include="Mk0.Tools.Calculation">
<HintPath>..\..\Mk0.Tools.Calculation\Mk0.Tools.Calculation\bin\Release\Mk0.Tools.Calculation.dll</HintPath>
</Reference>
<Reference Include="Mk0.Tools.ImageCropper">
<HintPath>..\..\Mk0.Tools.ImageCropper\Mk0.Tools.ImageCropper\bin\Release\Mk0.Tools.ImageCropper.dll</HintPath>
</Reference>
<Reference Include="Mk0.Tools.Images">
<HintPath>..\..\Mk0.Tools.Images\Mk0.Tools.Images\bin\Release\Mk0.Tools.Images.dll</HintPath>
</Reference>
<Reference Include="Mk0.Tools.Randomization">
<HintPath>..\..\Mk0.Tools.Randomization\Mk0.Tools.Randomization\bin\Release\Mk0.Tools.Randomization.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cropper.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Cropper.Designer.cs">
<DependentUpon>Cropper.cs</DependentUpon>
</Compile>
<Compile Include="Dateirenamer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dateirenamer.Designer.cs">
<DependentUpon>Dateirenamer.cs</DependentUpon>
</Compile>
<Compile Include="EXIF.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="EXIF.Designer.cs">
<DependentUpon>EXIF.cs</DependentUpon>
</Compile>
<Compile Include="FileAssociation.cs" />
<Compile Include="Main.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Main.Designer.cs">
<DependentUpon>Main.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Settings.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Settings.Designer.cs">
<DependentUpon>Settings.cs</DependentUpon>
</Compile>
<Compile Include="Vergleicher.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Vergleicher.Designer.cs">
<DependentUpon>Vergleicher.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="Cropper.resx">
<DependentUpon>Cropper.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dateirenamer.resx">
<DependentUpon>Dateirenamer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="EXIF.resx">
<DependentUpon>EXIF.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Main.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="Settings.resx">
<DependentUpon>Settings.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Vergleicher.resx">
<DependentUpon>Vergleicher.cs</DependentUpon>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="Mk0.Software.OnlineUpdater.dll" />
<None Include="Resources\border-2-topbottom-icon.png" />
<None Include="Resources\border-2-leftright-icon.png" />
<None Include="Resources\border-2-all-icon.png" />
<Content Include="Resources\heic.ico" />
<Content Include="Resources\webp.ico" />
<None Include="Resources\transform-rotate-270-icon.png" />
<None Include="Resources\transform-rotate-180-icon.png" />
<None Include="Resources\transform-rotate-90-icon.png" />
<None Include="Resources\arrow-left-icon.png" />
<None Include="Resources\arrow-right-icon.png" />
<None Include="Resources\arrow-undo-icon.png" />
<None Include="Resources\bin-closed-icon.png" />
<Content Include="Resources\bmp.ico" />
<None Include="Resources\duplicate.png" />
<None Include="Resources\canvas-size-icon.png" />
<None Include="Resources\cog-icon.png" />
<None Include="Resources\contrast-high-icon.png" />
<None Include="Resources\folder-picture-icon.png" />
<None Include="Resources\border-2-left-icon.png" />
<None Include="Resources\border-2-right-icon.png" />
<None Include="Resources\border-2-top-icon.png" />
<None Include="Resources\border-2-bottom-icon.png" />
<None Include="Resources\eye-icon.png" />
<None Include="Resources\christmas-tree-icon.png" />
<Content Include="Resources\gif.ico" />
<Content Include="image.ico" />
<Content Include="Cursors\grab.cur" />
<Content Include="Cursors\grabbing.cur" />
<None Include="Resources\hardware-building-oem-icon.png" />
<None Include="Resources\info-rhombus-icon.png" />
<None Include="Resources\heart-icon.png" />
<Content Include="Resources\jpeg.ico" />
<Content Include="Resources\jpg.ico" />
<None Include="Resources\pictures-icon.png" />
<None Include="Resources\no-picture.png" />
<Content Include="Resources\png.ico" />
<None Include="Resources\richtext-editor-icon.png" />
<None Include="Resources\shape-flip-vertical-icon.png" />
<None Include="Resources\shape-flip-horizontal-icon.png" />
<Content Include="Resources\tif.ico" />
<Content Include="Resources\tiff.ico" />
<None Include="Resources\crop.png" />
<None Include="Resources\undo.png" />
<None Include="Resources\move.png" />
<None Include="Resources\delete.png" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<FileAssociation Include=".bmp">
<Visible>False</Visible>
<Description>BMP</Description>
<Progid>3</Progid>
<DefaultIcon>Resources\bmp.ico</DefaultIcon>
</FileAssociation>
<FileAssociation Include=".gif">
<Visible>False</Visible>
<Description>GIF</Description>
<Progid>1</Progid>
<DefaultIcon>Resources\gif.ico</DefaultIcon>
</FileAssociation>
<FileAssociation Include=".jpeg">
<Visible>False</Visible>
<Description>JPEG</Description>
<Progid>5</Progid>
<DefaultIcon>Resources\jpeg.ico</DefaultIcon>
</FileAssociation>
<FileAssociation Include=".jpg">
<Visible>False</Visible>
<Description>JPG</Description>
<Progid>2</Progid>
<DefaultIcon>Resources\jpg.ico</DefaultIcon>
</FileAssociation>
<FileAssociation Include=".png">
<Visible>False</Visible>
<Description>PNG</Description>
<Progid>4</Progid>
<DefaultIcon>Resources\png.ico</DefaultIcon>
</FileAssociation>
<FileAssociation Include=".tif">
<Visible>False</Visible>
<Description>TIF</Description>
<Progid>6</Progid>
<DefaultIcon>Resources\tif.ico</DefaultIcon>
</FileAssociation>
<FileAssociation Include=".tiff">
<Visible>False</Visible>
<Description>TIFF</Description>
<Progid>7</Progid>
<DefaultIcon>Resources\tiff.ico</DefaultIcon>
</FileAssociation>
</ItemGroup>
<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>