68 lines
2.5 KiB
XML
68 lines
2.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Library</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ApplicationIcon>libation.ico</ApplicationIcon>
|
|
|
|
<PublishTrimmed>true</PublishTrimmed>
|
|
<PublishReadyToRun>true</PublishReadyToRun>
|
|
<!-- <PublishSingleFile>true</PublishSingleFile> -->
|
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\FileLiberator\FileLiberator.csproj" />
|
|
<ProjectReference Include="..\WindowsDesktopUtilities\WindowsDesktopUtilities.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Update="Properties\Resources.Designer.cs">
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="UNTESTED\Dialogs\LibationFilesDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="UNTESTED\Dialogs\LibationFilesDialog.Designer.cs">
|
|
<DependentUpon>LibationFilesDialog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="UNTESTED\Dialogs\SettingsDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="UNTESTED\Dialogs\SettingsDialog.Designer.cs">
|
|
<DependentUpon>SettingsDialog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="UNTESTED\Dialogs\IndexLibraryDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="UNTESTED\Dialogs\IndexLibraryDialog.Designer.cs">
|
|
<DependentUpon>IndexLibraryDialog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="UNTESTED\Dialogs\SetupDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="UNTESTED\Dialogs\SetupDialog.Designer.cs">
|
|
<DependentUpon>SetupDialog.cs</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Update="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="UNTESTED\Dialogs\LibationFilesDialog.resx">
|
|
<DependentUpon>LibationFilesDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="UNTESTED\Dialogs\SettingsDialog.resx">
|
|
<DependentUpon>SettingsDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="UNTESTED\Dialogs\SetupDialog.resx">
|
|
<DependentUpon>SetupDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
|
|
</Project> |