2017-07-30 11:59:34 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > x86</Platform>
<ProductVersion > 8.0.30703</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {594B03D6-3F17-4AE9-911D-C338EBD99FDF}</ProjectGuid>
<OutputType > WinExe</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > bzit.bomg</RootNamespace>
<AssemblyName > bomg</AssemblyName>
2019-03-10 00:43:11 +00:00
<TargetFrameworkVersion > v4.6.2</TargetFrameworkVersion>
2017-07-30 11:59:34 +00:00
<TargetFrameworkProfile >
</TargetFrameworkProfile>
<FileAlignment > 512</FileAlignment>
<IsWebBootstrapper > false</IsWebBootstrapper>
2019-04-07 19:10:23 +00:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2017-07-30 11:59:34 +00:00
<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|x86' " >
<PlatformTarget > x86</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|x86' " >
<PlatformTarget > x86</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup >
<ApplicationIcon > bomg-4.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup >
<TargetZone > LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup >
<GenerateManifests > false</GenerateManifests>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup >
<NoWin32Manifest > true</NoWin32Manifest>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
<PlatformTarget > AnyCPU</PlatformTarget>
<OutputPath > bin\Debug\</OutputPath>
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
<PlatformTarget > AnyCPU</PlatformTarget>
<OutputPath > bin\Release\</OutputPath>
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<ItemGroup >
2019-04-07 19:10:23 +00:00
<Reference Include= "HtmlAgilityPack, Version=1.11.2.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL" >
<HintPath > packages\HtmlAgilityPack.1.11.2\lib\Net45\HtmlAgilityPack.dll</HintPath>
2017-07-30 11:59:34 +00:00
</Reference>
2019-04-07 19:10:23 +00:00
<Reference Include= "ICSharpCode.SharpZipLib, Version=1.1.0.145, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" >
<HintPath > packages\SharpZipLib.1.1.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
2017-07-30 11:59:34 +00:00
</Reference>
2019-04-20 17:25:14 +00:00
<Reference Include= "Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
2017-07-30 11:59:34 +00:00
<Reference Include= "System" />
<Reference Include= "System.Data" />
<Reference Include= "System.Data.Linq" />
2019-04-07 19:10:23 +00:00
<Reference Include= "System.Data.SQLite, Version=1.0.110.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
<HintPath > packages\System.Data.SQLite.Core.1.0.110.0\lib\net46\System.Data.SQLite.dll</HintPath>
2017-07-30 11:59:34 +00:00
</Reference>
<Reference Include= "System.Drawing" />
<Reference Include= "System.Web" />
<Reference Include= "System.Windows.Forms" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
2019-04-16 20:57:31 +00:00
<Compile Include= "Models\BookmarkItemModel.cs" />
2019-04-18 20:04:58 +00:00
<Compile Include= "Windows\Forms\BookmarkTreeViewSNode.cs" />
<Compile Include= "RyzStudio\Windows\Forms\HorizontalSeparator.cs" >
<SubType > UserControl</SubType>
</Compile>
<Compile Include= "RyzStudio\Windows\Forms\HorizontalSeparator.Designer.cs" >
<DependentUpon > HorizontalSeparator.cs</DependentUpon>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\ThreadHelper.cs" />
<Compile Include= "RyzStudio\Windows\ThemedForms\MemoBox.cs" >
<SubType > UserControl</SubType>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\MemoBox.designer.cs" >
<DependentUpon > MemoBox.cs</DependentUpon>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\TextBox.cs" >
<SubType > UserControl</SubType>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\TextBox.designer.cs" >
<DependentUpon > TextBox.cs</DependentUpon>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\Button.cs" >
<SubType > UserControl</SubType>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\Button.designer.cs" >
<DependentUpon > Button.cs</DependentUpon>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\ButtonState.cs" />
<Compile Include= "RyzStudio\Windows\ThemedForms\ButtonStyle.cs" />
<Compile Include= "RyzStudio\Windows\ThemedForms\Form.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\Form.Designer.cs" >
<DependentUpon > Form.cs</DependentUpon>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\ProgressBar.cs" >
<SubType > UserControl</SubType>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\ProgressBar.Designer.cs" >
<DependentUpon > ProgressBar.cs</DependentUpon>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\ProgressBarInner.cs" >
<SubType > UserControl</SubType>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\ProgressBarInner.Designer.cs" >
<DependentUpon > ProgressBarInner.cs</DependentUpon>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\ThemeStyle.cs" />
<Compile Include= "RyzStudio\Windows\ThemedForms\UserControl.cs" >
<SubType > UserControl</SubType>
</Compile>
<Compile Include= "RyzStudio\Windows\ThemedForms\UserControl.designer.cs" >
<DependentUpon > UserControl.cs</DependentUpon>
</Compile>
2019-04-16 20:57:31 +00:00
<Compile Include= "ViewModels\BookmarkItemViewModel.cs" />
2017-07-30 11:59:34 +00:00
<Compile Include= "RyzStudio\Data\SQLite\SQLiteDatabase2.cs" />
<Compile Include= "UpdateIconForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "UpdateIconForm.Designer.cs" >
<DependentUpon > UpdateIconForm.cs</DependentUpon>
</Compile>
2019-04-20 16:05:55 +00:00
<Compile Include= "Data\IconDatabase.cs" />
2017-07-30 11:59:34 +00:00
<Compile Include= "BookmarkEditForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "BookmarkEditForm.Designer.cs" >
<DependentUpon > BookmarkEditForm.cs</DependentUpon>
</Compile>
<Compile Include= "FindForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "FindForm.Designer.cs" >
<DependentUpon > FindForm.cs</DependentUpon>
</Compile>
2019-04-21 17:53:56 +00:00
<Compile Include= "RyzStudio\Windows\ThemedForms\TextBoxForm.cs" >
2017-07-30 11:59:34 +00:00
<SubType > Form</SubType>
</Compile>
2019-04-21 17:53:56 +00:00
<Compile Include= "RyzStudio\Windows\ThemedForms\TextBoxForm.Designer.cs" >
<DependentUpon > TextBoxForm.cs</DependentUpon>
2017-07-30 11:59:34 +00:00
</Compile>
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "MainForm.cs" >
<SubType > Form</SubType>
</Compile>
<Compile Include= "MainForm.Designer.cs" >
<DependentUpon > MainForm.cs</DependentUpon>
</Compile>
<Compile Include= "RyzStudio\Drawing\Rectangoid.cs" />
<Compile Include= "RyzStudio\IO\FileType.cs" />
<Compile Include= "RyzStudio\IO\SessionFileFormatBase.cs" />
<Compile Include= "RyzStudio\IO\SharpZipLib.cs" />
<Compile Include= "RyzStudio\Windows\Forms\BigButton.cs" >
<SubType > UserControl</SubType>
</Compile>
<Compile Include= "RyzStudio\Windows\Forms\BigButton.Designer.cs" >
<DependentUpon > BigButton.cs</DependentUpon>
</Compile>
<Compile Include= "RyzStudio\Windows\Forms\BigUserControl.cs" >
<SubType > UserControl</SubType>
</Compile>
<Compile Include= "RyzStudio\Windows\Forms\BigUserControl.Designer.cs" >
<DependentUpon > BigUserControl.cs</DependentUpon>
</Compile>
2019-04-18 20:04:58 +00:00
<Compile Include= "Windows\Forms\BookmarkTreeView.cs" >
2017-07-30 11:59:34 +00:00
<SubType > Component</SubType>
</Compile>
2019-04-18 20:04:58 +00:00
<EmbeddedResource Include= "RyzStudio\Windows\ThemedForms\MemoBox.resx" >
<DependentUpon > MemoBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "RyzStudio\Windows\ThemedForms\TextBox.resx" >
<DependentUpon > TextBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "RyzStudio\Windows\ThemedForms\Button.resx" >
<DependentUpon > Button.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "RyzStudio\Windows\ThemedForms\Form.resx" >
<DependentUpon > Form.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "RyzStudio\Windows\ThemedForms\ProgressBar.resx" >
<DependentUpon > ProgressBar.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "RyzStudio\Windows\ThemedForms\ProgressBarInner.resx" >
<DependentUpon > ProgressBarInner.cs</DependentUpon>
</EmbeddedResource>
2017-07-30 11:59:34 +00:00
<EmbeddedResource Include= "UpdateIconForm.resx" >
<DependentUpon > UpdateIconForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "BookmarkEditForm.resx" >
<DependentUpon > BookmarkEditForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "FindForm.resx" >
<DependentUpon > FindForm.cs</DependentUpon>
</EmbeddedResource>
2019-04-21 17:53:56 +00:00
<EmbeddedResource Include= "RyzStudio\Windows\ThemedForms\TextBoxForm.resx" >
<DependentUpon > TextBoxForm.cs</DependentUpon>
2017-07-30 11:59:34 +00:00
</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= "MainForm.resx" >
<DependentUpon > MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include= "RyzStudio\Windows\Forms\BigButton.resx" >
<DependentUpon > BigButton.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 >
<Content Include= "bomg-4.ico" />
2019-04-22 11:40:29 +00:00
<None Include= "Resources\2\bookmark.png" />
<None Include= "Resources\2\trash-2.png" />
<None Include= "Resources\2\arrow-up-circle.png" />
<None Include= "Resources\2\arrow-down-circle.png" />
<None Include= "Resources\2\folder-plus.png" />
<None Include= "Resources\2\file-plus.png" />
<None Include= "Resources\2\settings.png" />
<None Include= "Resources\2\search.png" />
<None Include= "Resources\2\save.png" />
<None Include= "Resources\2\help-circle.png" />
<None Include= "Resources\2\folder.png" />
<None Include= "Resources\2\file-text.png" />
<None Include= "Resources\2\file.png" />
2017-07-30 11:59:34 +00:00
<None Include= "Resources\page_white_world_bw.png" />
<None Include= "Resources\page_white_gray_green.png" />
<None Include= "Resources\transmit_blue.png" />
<None Include= "Resources\folder_explore.png" />
<None Include= "Resources\folder.png" />
<None Include= "Resources\aniZomq2x32.gif" />
<None Include= "Resources\page_white_star.png" />
<None Include= "Resources\page_white_disk.png" />
<None Include= "Resources\magnifier.png" />
<None Include= "Resources\help.png" />
<None Include= "Resources\folder_page.png" />
<None Include= "Resources\disk.png" />
<None Include= "Resources\comment.png" />
<None Include= "Resources\cog.png" />
</ItemGroup>
<ItemGroup >
<BootstrapperPackage Include= ".NETFramework,Version=v4.0" >
<Visible > False</Visible>
<ProductName > Microsoft .NET Framework 4 %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>
<BootstrapperPackage Include= "Microsoft.Windows.Installer.3.1" >
<Visible > False</Visible>
<ProductName > Windows Installer 3.1</ProductName>
<Install > true</Install>
</BootstrapperPackage>
</ItemGroup>
2019-04-20 16:05:55 +00:00
<ItemGroup />
2017-07-30 11:59:34 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2019-04-07 19:10:23 +00:00
<Import Project= "packages\System.Data.SQLite.Core.1.0.110.0\build\net46\System.Data.SQLite.Core.targets" Condition= "Exists('packages\System.Data.SQLite.Core.1.0.110.0\build\net46\System.Data.SQLite.Core.targets')" />
2017-07-30 11:59:34 +00:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2019-04-07 19:10:23 +00:00
<Error Condition= "!Exists('packages\System.Data.SQLite.Core.1.0.110.0\build\net46\System.Data.SQLite.Core.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\System.Data.SQLite.Core.1.0.110.0\build\net46\System.Data.SQLite.Core.targets'))" />
2017-07-30 11:59:34 +00:00
</Target>
<!-- 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>