Mini Kabibi Habibi
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ProjectGuid>{651D719C-9EEA-4F4C-A77E-627F2C641932}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>
</RootNamespace>
<AssemblyName>PhotoViewer.MDI</AssemblyName>
<OptionExplicit>On</OptionExplicit>
<OptionCompare>Binary</OptionCompare>
<OptionStrict>Off</OptionStrict>
<OptionInfer>On</OptionInfer>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<ApplicationIcon>AppIcon.ico</ApplicationIcon>
<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>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PlatformTarget>x86</PlatformTarget>
<NoWarn>42353,42354,42355</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<ErrorReport>prompt</ErrorReport>
<PlatformTarget>x86</PlatformTarget>
<NoWarn>42353,42354,42355</NoWarn>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.BonusSkins.v13.1"><HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.Data.v13.1"><HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.Printing.v13.1.Core"><HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.Utils.v13.1"><HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.XtraBars.v13.1"><HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.XtraEditors.v13.1"><HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.XtraLayout.v13.1"><HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.XtraNavBar.v13.1"><HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="DevExpress.XtraPrinting.v13.1"><HintPath></HintPath><Private>False</Private></Reference>
<Reference Include="System"><Private>False</Private></Reference>
<Reference Include="System.Data"><Private>False</Private></Reference>
<Reference Include="System.Deployment"><Private>False</Private></Reference>
<Reference Include="System.Design"><Private>False</Private></Reference>
<Reference Include="System.Drawing"><Private>False</Private></Reference>
<Reference Include="System.Windows.Forms"><Private>False</Private></Reference>
<Reference Include="System.Xml"><Private>False</Private></Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Forms\AlbumGalleryForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FolderGalleryForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="ViewData\PhotoViewerDataController.vb" />
<Compile Include="Forms\BaseGalleryForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\BaseGalleryForm.Designer.vb">
<DependentUpon>BaseGalleryForm.vb</DependentUpon>
</Compile>
<Compile Include="GroupCaptions\AlbumGroupCaptionControl.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GroupCaptions\AlbumGroupCaptionControl.Designer.vb">
<DependentUpon>AlbumGroupCaptionControl.vb</DependentUpon>
</Compile>
<Compile Include="Controls\DateFilter.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\DateFilter.Designer.vb">
<DependentUpon>DateFilter.vb</DependentUpon>
</Compile>
<Compile Include="FilterHelper.vb" />
<Compile Include="GroupCaptions\FolderGroupCaptionControl.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GroupCaptions\FolderGroupCaptionControl.Designer.vb">
<DependentUpon>FolderGroupCaptionControl.vb</DependentUpon>
</Compile>
<Compile Include="Controls\ImageCollectionViewer.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\ImageCollectionViewer.Designer.vb">
<DependentUpon>ImageCollectionViewer.vb</DependentUpon>
</Compile>
<Compile Include="GroupCaptions\PhotoGroupCaptionControlBase.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="GroupCaptions\PhotoGroupCaptionControlBase.Designer.vb">
<DependentUpon>PhotoGroupCaptionControlBase.vb</DependentUpon>
</Compile>
<Compile Include="MainForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.vb">
<DependentUpon>MainForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\AlbumPropertiesForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\AlbumPropertiesForm.Designer.vb">
<DependentUpon>AlbumPropertiesForm.vb</DependentUpon>
</Compile>
<Compile Include="ViewData\PhotoViewerData.vb" />
<Compile Include="Program.vb" />
<Compile Include="Controls\ProgressControl.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\ProgressControl.Designer.vb">
<DependentUpon>ProgressControl.vb</DependentUpon>
</Compile>
<Compile Include="Forms\ProgressForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\ProgressForm.Designer.vb">
<DependentUpon>ProgressForm.vb</DependentUpon>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<EmbeddedResource Include="Forms\BaseGalleryForm.resx">
<DependentUpon>BaseGalleryForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GroupCaptions\AlbumGroupCaptionControl.resx">
<SubType>Designer</SubType>
<DependentUpon>AlbumGroupCaptionControl.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DateFilter.resx">
<SubType>Designer</SubType>
<DependentUpon>DateFilter.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GroupCaptions\FolderGroupCaptionControl.resx">
<SubType>Designer</SubType>
<DependentUpon>FolderGroupCaptionControl.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ImageCollectionViewer.resx">
<SubType>Designer</SubType>
<DependentUpon>ImageCollectionViewer.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="GroupCaptions\PhotoGroupCaptionControlBase.resx">
<SubType>Designer</SubType>
<DependentUpon>PhotoGroupCaptionControlBase.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<SubType>Designer</SubType>
<DependentUpon>MainForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AlbumPropertiesForm.resx">
<SubType>Designer</SubType>
<DependentUpon>AlbumPropertiesForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\ProgressControl.resx">
<SubType>Designer</SubType>
<DependentUpon>ProgressControl.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ProgressForm.resx">
<SubType>Designer</SubType>
<DependentUpon>ProgressForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<SubType>Designer</SubType>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
</EmbeddedResource>
<EmbeddedResource Include="Controls\SimpleFilterParams.resx">
<SubType>Designer</SubType>
<DependentUpon>SimpleFilterParams.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\TrackBarFilterParams.resx">
<SubType>Designer</SubType>
<DependentUpon>TrackBarFilterParams.vb</DependentUpon>
</EmbeddedResource>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Controls\SimpleFilterParams.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\SimpleFilterParams.Designer.vb">
<DependentUpon>SimpleFilterParams.vb</DependentUpon>
</Compile>
<Compile Include="ThumbnailHelper.vb" />
<Compile Include="Controls\TrackBarFilterParams.vb">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\TrackBarFilterParams.Designer.vb">
<DependentUpon>TrackBarFilterParams.vb</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="AppIcon.ico" />
<Content Include="Icon\Library_16x16.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Icon\Library_32x32.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Icon\View_16x16.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Icon\View_32x32.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Icon\Remove_16x16.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Icon\Remove_32x32.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Icon\Album_16x16.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Icon\Album_32x32.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Icon\AddToAlbum_16x16.png" />
<Content Include="Icon\AddToAlbum_32x32.png" />
<Content Include="Icon\Collage_32x32.png" />
<Content Include="Icon\AddFolder_16x16.png" />
<Content Include="Icon\AddFolder_32x32.png" />
<Content Include="Icon\AddFile_16x16.png" />
<Content Include="Icon\AddFile_32x32.png" />
<Content Include="Icon\AddToLibrary_16x16.png" />
<Content Include="Icon\AddToLibrary_32x32.png" />
<Content Include="Icon\Cancel_16x16.png" />
<Content Include="Icon\Cancel_32x32.png" />
<Content Include="Icon\Export_16x16.png" />
<Content Include="Icon\Export_32x32.png" />
<Content Include="Icon\EMail_16x16.png" />
<Content Include="Icon\EMail_32x32.png" />
<Content Include="Icon\Edit_32x32.png" />
<Content Include="Icon\Edit_16x16.png" />
<Content Include="Icon\Collage_16x16.png" />
<Content Include="Icon\Back_16x16.png" />
<Content Include="Icon\Back_32x32.png" />
<Content Include="Icon\Close_16x16.png" />
<Content Include="Icon\Close_32x32.png" />
<Content Include="Icon\Film_16x16.png" />
<Content Include="Icon\Film_32x32.png" />
<Content Include="Icon\Filter_16x16.png" />
<Content Include="Icon\Filter_32x32.png" />
<Content Include="Icon\NewAlbum_16x16.png" />
<Content Include="Icon\NewAlbum_32x32.png" />
<Content Include="Icon\Mark_16x16.png" />
<Content Include="Icon\Mark_32x32.png" />
<Content Include="Icon\GenerateData_32x32.png" />
<Content Include="Icon\GenerateData_16x16.png" />
<Content Include="Icon\Print_16x16.png" />
<Content Include="Icon\Print_32x32.png" />
<Content Include="Icon\Help_16x16.png" />
<Content Include="Icon\Help_32x32.png" />
<Content Include="Icon\Folder_16x16.png" />
<Content Include="Icon\Folder_32x32.png" />
<Content Include="Icon\Forward_32x32.png" />
<Content Include="Icon\Forward_16x16.png" />
<Content Include="Icon\FilterSample.png" />
<Content Include="Icon\ItemMarked_16x16.png" />
<Content Include="Icon\ItemMarked_32x32.png" />
<Content Include="Icon\Other_32x32.png" />
<Content Include="Icon\Other_16x16.png" />
<Content Include="Icon\RemoveFromAlbum_16x16.png" />
<Content Include="Icon\RemoveFromAlbum_32x32.png" />
<Content Include="Icon\RemoveFolder_16x16.png" />
<Content Include="Icon\RemoveFolder_32x32.png" />
<Content Include="Icon\RemoveAlbum_16x16.png" />
<Content Include="Icon\RemoveAlbum_32x32.png" />
<Content Include="Icon\Save_16x16.png" />
<Content Include="Icon\Save_32x32.png" />
<Content Include="Icon\SelectAllMarked_16x16.png" />
<Content Include="Icon\SelectAllMarked_32x32.png" />
<Content Include="Icon\Slideshow_16x16.png" />
<Content Include="Icon\Slideshow_32x32.png" />
<Content Include="Icon\Tile.png" />
<Content Include="Icon\Undo_16x16.png" />
<Content Include="Icon\Undo_32x32.png" />
<Content Include="Icon\UnmarkAll_32x32.png" />
<Content Include="Icon\Unmark_16x16.png" />
<Content Include="Icon\Unmark_32x32.png" />
<Content Include="Icon\UnmarkAll_16x16.png" />
<Content Include="Icon\Upload_32x32.png" />
<Content Include="Icon\Upload_16x16.png" />
</ItemGroup>
<ItemGroup>
<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>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.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>