2021-09-07 11:32:24 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<NoWin32Manifest>true</NoWin32Manifest>
|
|
|
|
|
<ApplicationIcon>favicon.ico</ApplicationIcon>
|
|
|
|
|
<SignAssembly>false</SignAssembly>
|
|
|
|
|
<AssemblyName>bookmarkmanager</AssemblyName>
|
|
|
|
|
<Authors>Ray Lam</Authors>
|
|
|
|
|
<Company>Hi, I'm Ray</Company>
|
|
|
|
|
<Product>Bookmark Manager</Product>
|
|
|
|
|
<Copyright>Ray Lam</Copyright>
|
2021-09-30 21:26:17 +00:00
|
|
|
|
<AssemblyVersion>0.4.0.129</AssemblyVersion>
|
|
|
|
|
<FileVersion>0.4.0.129</FileVersion>
|
|
|
|
|
<Version>0.4.0.129</Version>
|
2021-09-07 11:32:24 +00:00
|
|
|
|
<PackageId>bookmarkmanager</PackageId>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<DebugSymbols>false</DebugSymbols>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="#\**" />
|
2021-09-07 16:21:28 +00:00
|
|
|
|
<Compile Remove="DTO\**" />
|
2021-09-07 11:32:24 +00:00
|
|
|
|
<Compile Remove="RyzStudio\Data\**" />
|
|
|
|
|
<Compile Remove="RyzStudio\IO\**" />
|
|
|
|
|
<Compile Remove="RyzStudio\Net\**" />
|
2021-09-07 16:21:28 +00:00
|
|
|
|
<Compile Remove="Text\**" />
|
2021-09-07 11:32:24 +00:00
|
|
|
|
<EmbeddedResource Remove="#\**" />
|
2021-09-07 16:21:28 +00:00
|
|
|
|
<EmbeddedResource Remove="DTO\**" />
|
2021-09-07 11:32:24 +00:00
|
|
|
|
<EmbeddedResource Remove="RyzStudio\Data\**" />
|
|
|
|
|
<EmbeddedResource Remove="RyzStudio\IO\**" />
|
|
|
|
|
<EmbeddedResource Remove="RyzStudio\Net\**" />
|
2021-09-07 16:21:28 +00:00
|
|
|
|
<EmbeddedResource Remove="Text\**" />
|
2021-09-07 11:32:24 +00:00
|
|
|
|
<None Remove="#\**" />
|
2021-09-07 16:21:28 +00:00
|
|
|
|
<None Remove="DTO\**" />
|
2021-09-07 11:32:24 +00:00
|
|
|
|
<None Remove="RyzStudio\Data\**" />
|
|
|
|
|
<None Remove="RyzStudio\IO\**" />
|
|
|
|
|
<None Remove="RyzStudio\Net\**" />
|
2021-09-07 16:21:28 +00:00
|
|
|
|
<None Remove="Text\**" />
|
2021-09-07 11:32:24 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="Models\TileGroupModel.cs" />
|
|
|
|
|
<Compile Remove="Models\TileModel.cs" />
|
|
|
|
|
<Compile Remove="NewForm.cs" />
|
|
|
|
|
<Compile Remove="OpenFileForm.cs" />
|
|
|
|
|
<Compile Remove="RyzStudio\Windows\Forms\StackLayoutPanel.cs" />
|
|
|
|
|
<Compile Remove="RyzStudio\Windows\Forms\TFlatButton.cs" />
|
|
|
|
|
<Compile Remove="RyzStudio\Windows\Forms\TForm.cs" />
|
|
|
|
|
<Compile Remove="RyzStudio\Windows\Forms\TPanelBook.cs" />
|
|
|
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\BorderlessForm.cs" />
|
|
|
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\BorderlessForm.Designer.cs" />
|
|
|
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\BorderlessToolForm.cs" />
|
|
|
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\BorderlessToolForm.Designer.cs" />
|
2021-09-14 19:36:04 +00:00
|
|
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\TNumericBox.cs" />
|
|
|
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\TNumericBox.designer.cs" />
|
2021-09-07 11:32:24 +00:00
|
|
|
|
<Compile Remove="Windows\Forms\BookmarkTreeViewSNode.cs" />
|
|
|
|
|
<Compile Remove="Windows\Forms\EditGroupForm.cs" />
|
|
|
|
|
<Compile Remove="Windows\Forms\EditTileFolderForm.cs" />
|
|
|
|
|
<Compile Remove="Windows\Forms\EditTileForm.cs" />
|
|
|
|
|
<Compile Remove="Windows\Forms\TileContainer.cs" />
|
|
|
|
|
<Compile Remove="Windows\Forms\TilePanel.cs" />
|
|
|
|
|
<Compile Remove="Windows\Forms\TilePanel.Designer.cs" />
|
|
|
|
|
<Compile Remove="Windows\Forms\TilePanelLayout.cs" />
|
|
|
|
|
<Compile Remove="Windows\Forms\TilePanelLayout.Designer.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Remove="NewForm.resx" />
|
|
|
|
|
<EmbeddedResource Remove="OpenFileForm.resx" />
|
|
|
|
|
<EmbeddedResource Remove="RyzStudio\Windows\Forms\TForm.resx" />
|
|
|
|
|
<EmbeddedResource Remove="RyzStudio\Windows\ThemedForms\BorderlessForm.resx" />
|
|
|
|
|
<EmbeddedResource Remove="RyzStudio\Windows\ThemedForms\BorderlessToolForm.resx" />
|
2021-09-14 19:36:04 +00:00
|
|
|
|
<EmbeddedResource Remove="RyzStudio\Windows\ThemedForms\TNumericBox.resx" />
|
2021-09-07 11:32:24 +00:00
|
|
|
|
<EmbeddedResource Remove="Windows\Forms\EditGroupForm.resx" />
|
|
|
|
|
<EmbeddedResource Remove="Windows\Forms\EditTileFolderForm.resx" />
|
|
|
|
|
<EmbeddedResource Remove="Windows\Forms\EditTileForm.resx" />
|
|
|
|
|
<EmbeddedResource Remove="Windows\Forms\TileContainer.resx" />
|
|
|
|
|
<EmbeddedResource Remove="Windows\Forms\TilePanel.resx" />
|
|
|
|
|
<EmbeddedResource Remove="Windows\Forms\TilePanelLayout.resx" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Remove=".gitignore" />
|
|
|
|
|
<None Remove="installer-64.iss" />
|
|
|
|
|
<None Remove="installer-86.iss" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="RyzStudio\IO\FileType.cs" />
|
|
|
|
|
<Compile Include="RyzStudio\IO\SharpZipLib.cs" />
|
|
|
|
|
<Compile Include="RyzStudio\Net\HttpWeb.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Update="AppResource.Designer.cs">
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>AppResource.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2021-09-30 21:26:17 +00:00
|
|
|
|
<Compile Update="RyzStudio\Windows\ThemedForms\TProgressBar.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="UpdateIconsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2021-09-12 14:25:37 +00:00
|
|
|
|
<Compile Update="FindForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2021-09-14 19:36:04 +00:00
|
|
|
|
<Compile Update="BookmarkForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2021-09-07 11:32:24 +00:00
|
|
|
|
<Compile Update="PasswordForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="RyzStudio\Windows\ThemedForms\TextBox\TKeyCodeTextBox.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="UIResource.Designer.cs">
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>UIResource.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Update="AppResource.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>AppResource.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="RyzStudio\Windows\ThemedForms\TextBox\TFolderTextBox - Copy.resx">
|
|
|
|
|
<DependentUpon>TFolderTextBox.resx</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Update="UIResource.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>UIResource.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.34" />
|
2021-09-21 12:28:52 +00:00
|
|
|
|
<PackageReference Include="Microsoft.Data.Sqlite" Version="5.0.10" />
|
2021-09-07 11:32:24 +00:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
|
|
|
|
<PackageReference Include="SharpZipLib" Version="1.3.2" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|