2021-10-24 15:49:48 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<AssemblyName>randomfilerunner</AssemblyName>
|
|
|
|
|
<Authors>Ray Lam</Authors>
|
|
|
|
|
<Company>Hi, I'm Ray</Company>
|
|
|
|
|
<Product>Random File Runner</Product>
|
|
|
|
|
<Copyright>Ray Lam</Copyright>
|
|
|
|
|
<ApplicationIcon>favicon.ico</ApplicationIcon>
|
|
|
|
|
<NoWin32Manifest>true</NoWin32Manifest>
|
2021-10-31 03:23:25 +00:00
|
|
|
|
<Version>0.1.0.019</Version>
|
2021-10-24 15:49:48 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<DebugSymbols>false</DebugSymbols>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="RyzStudio\Data\**" />
|
|
|
|
|
<Compile Remove="RyzStudio\Net\**" />
|
|
|
|
|
<Compile Remove="RyzStudio\Windows\ThemedForms\PickerBox\**" />
|
|
|
|
|
<EmbeddedResource Remove="RyzStudio\Data\**" />
|
|
|
|
|
<EmbeddedResource Remove="RyzStudio\Net\**" />
|
|
|
|
|
<EmbeddedResource Remove="RyzStudio\Windows\ThemedForms\PickerBox\**" />
|
|
|
|
|
<None Remove="RyzStudio\Data\**" />
|
|
|
|
|
<None Remove="RyzStudio\Net\**" />
|
|
|
|
|
<None Remove="RyzStudio\Windows\ThemedForms\PickerBox\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-10-27 16:18:21 +00:00
|
|
|
|
<Compile Remove="RyzStudio\IO\FileType.cs" />
|
|
|
|
|
<Compile Remove="RyzStudio\IO\SessionFileFormatBase.cs" />
|
|
|
|
|
<Compile Remove="RyzStudio\IO\SharpZipLib.cs" />
|
|
|
|
|
<Compile Remove="RyzStudio\IO\SmarterFileSystem.cs" />
|
2021-10-24 15:49:48 +00:00
|
|
|
|
<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\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\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>
|
|
|
|
|
<Compile Update="AppResource.Designer.cs">
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>AppResource.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Update="RyzStudio\Windows\ThemedForms\TextBox\TClearableTextBox.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="UIResource.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>UIResource.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|