2024-10-14 21:56:05 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
|
|
|
|
|
|
<AssemblyVersion>3.0.0.0</AssemblyVersion>
|
|
|
|
|
|
<FileVersion>3.0.0.0</FileVersion>
|
2024-10-14 22:18:26 +02:00
|
|
|
|
<InformationalVersion>3.0.0-alpha.63+Branch.develop.Sha.39a9baf5c618d8d79c75b89e2d5c4020939697f2</InformationalVersion>
|
|
|
|
|
|
<Version>3.0.0-alpha0063</Version>
|
2024-10-14 21:56:05 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<UpdateVersionProperties>true</UpdateVersionProperties>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugType>embedded</DebugType>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
|
<DebugType>embedded</DebugType>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="My Project\Application.myapp">
|
|
|
|
|
|
<Generator>MyApplicationCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Application.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Properties\Settings.settings">
|
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="Sorgenti\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\CatalogVbLib\CatalogVbLib.vbproj" />
|
|
|
|
|
|
<ProjectReference Include="..\MaddoShared\MaddoShared.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.WindowsAPICodePack-Core" Version="1.1.0.2" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.WindowsAPICodePack-Shell" Version="1.1.0.0" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.421302">
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="GitVersion.MsBuild" Version="6.0.2">
|
|
|
|
|
|
<PrivateAssets>All</PrivateAssets>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Update="Properties\Settings.Designer.cs">
|
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
|
</Project>
|