set published dll options

This commit is contained in:
ppc
2024-08-31 18:43:30 +01:00
parent 1d933b892a
commit 98faadad47
+14 -13
View File
@@ -8,7 +8,16 @@
<OptimizationPreference>Size</OptimizationPreference>
<NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile>
</PropertyGroup>
<PropertyGroup>
<AssemblyName>amnet</AssemblyName>
<ProductName>AMNet</ProductName>
<CompanyName>ppc</CompanyName>
<Title>AMNet Server</Title>
<Description>Server component for the AMNet IC Card switcher</Description>
<Copyright>Copyright 2024 (c) ppc</Copyright>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<DebugSymbols>false</DebugSymbols>
@@ -23,18 +32,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Remove="Properties\launchSettings.json" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>