73 lines
2.8 KiB
XML
73 lines
2.8 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<RootNamespace>SM64RomManager.UpdateInstallerAddOn</RootNamespace>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
|
|
<LangVersion>latest</LangVersion>
|
|
<AssemblyTitle>SM64RomManager.UpdateInstallerAddOn</AssemblyTitle>
|
|
<Product>SM64RomManager.UpdateInstallerAddOn</Product>
|
|
<Copyright>Copyright © Pilzinsel64 2020</Copyright>
|
|
<DocumentationFile>SM64RomManager.UpdateInstallerAddOn.xml</DocumentationFile>
|
|
<DefineTrace>true</DefineTrace>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,CS1591</NoWarn>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DefineDebug>true</DefineDebug>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DefineDebug>false</DefineDebug>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionExplicit>On</OptionExplicit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionCompare>Binary</OptionCompare>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionStrict>Off</OptionStrict>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionInfer>On</OptionInfer>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
<Import Include="System" />
|
|
<Import Include="System.Collections" />
|
|
<Import Include="System.Collections.Generic" />
|
|
<Import Include="System.Data" />
|
|
<Import Include="System.Diagnostics" />
|
|
<Import Include="System.Linq" />
|
|
<Import Include="System.Xml.Linq" />
|
|
<Import Include="System.Threading.Tasks" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Update="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<CustomToolNamespace>namespace SM64RomManager.UpdateInstallerAddOn.My</CustomToolNamespace>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Pilz.Plugins" Version="2.0.0" />
|
|
<PackageReference Include="Pilz.Updating" Version="2.0.0" />
|
|
<PackageReference Include="Pilz.Updating.UpdateInstaller.Lib" Version="2.0.0" />
|
|
</ItemGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<ProjectReference>
|
|
<Private>false</Private>
|
|
<IncludeAssets>compile</IncludeAssets>
|
|
</ProjectReference>
|
|
<PackageReference>
|
|
<Private>false</Private>
|
|
<IncludeAssets>compile</IncludeAssets>
|
|
</PackageReference>
|
|
</ItemDefinitionGroup>
|
|
</Project> |