99 lines
4.1 KiB
XML
99 lines
4.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<AssemblyName>videopreview</AssemblyName>
|
|
<Authors>Ray Lam</Authors>
|
|
<Company>Hi, I'm Ray</Company>
|
|
<Product>Video Preview</Product>
|
|
<Copyright>Ray Lam</Copyright>
|
|
<ApplicationIcon>favicon.ico</ApplicationIcon>
|
|
<NoWin32Manifest>true</NoWin32Manifest>
|
|
<Version>0.1.0.097</Version>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="RyzStudio\Data\**" />
|
|
<Compile Remove="RyzStudio\IO\**" />
|
|
<Compile Remove="RyzStudio\Net\**" />
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\PickerBox\**" />
|
|
<EmbeddedResource Remove="RyzStudio\Data\**" />
|
|
<EmbeddedResource Remove="RyzStudio\IO\**" />
|
|
<EmbeddedResource Remove="RyzStudio\Net\**" />
|
|
<EmbeddedResource Remove="RyzStudio\Windows\ThemedForms\PickerBox\**" />
|
|
<None Remove="RyzStudio\Data\**" />
|
|
<None Remove="RyzStudio\IO\**" />
|
|
<None Remove="RyzStudio\Net\**" />
|
|
<None Remove="RyzStudio\Windows\ThemedForms\PickerBox\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="RyzStudio\Windows\Forms\StackLayoutPanel.cs" />
|
|
<Compile Remove="RyzStudio\Windows\Forms\TCustomProgressBar.cs" />
|
|
<Compile Remove="RyzStudio\Windows\Forms\TCustomProgressBar.Designer.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\TextBox\TFolderTextBox.cs" />
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\TextBox\TKeyCodeTextBox.cs" />
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\TListBox.cs" />
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\TListBox.designer.cs" />
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\TMemoBox.cs" />
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\TMemoBox.designer.cs" />
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\TProgressBar.cs" />
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\TProgressBar.designer.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Remove="RyzStudio\Windows\Forms\TCustomProgressBar.resx" />
|
|
<EmbeddedResource Remove="RyzStudio\Windows\Forms\TForm.resx" />
|
|
<EmbeddedResource Remove="RyzStudio\Windows\ThemedForms\TextBox\TFolderTextBox - Copy.resx" />
|
|
<EmbeddedResource Remove="RyzStudio\Windows\ThemedForms\TextBox\TFolderTextBox.resx" />
|
|
<EmbeddedResource Remove="RyzStudio\Windows\ThemedForms\TListBox.resx" />
|
|
<EmbeddedResource Remove="RyzStudio\Windows\ThemedForms\TProgressBar.resx" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="RyzStudio\Windows\ThemedForms\PickerBox\TPickerBox.cs" />
|
|
<Compile Include="RyzStudio\Windows\ThemedForms\PickerBox\TPickerBox.designer.cs" />
|
|
<Compile Include="RyzStudio\Windows\ThemedForms\PickerBox\TNumericPickerBox.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="RyzStudio\Windows\ThemedForms\PickerBox\TYesNoPickerBox.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="RyzStudio\Windows\ThemedForms\PickerBox\TPickerBox.resx" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MediaToolkit" Version="1.1.0.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Update="AppResource.Designer.cs">
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>AppResource.resx</DependentUpon>
|
|
</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="UIResource.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>UIResource.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
|
|
</Project> |