|
|
@ -7,6 +7,11 @@ |
|
|
<TargetFrameworks>net461;net40;net20;netcoreapp3.1</TargetFrameworks> |
|
|
<TargetFrameworks>net461;net40;net20;netcoreapp3.1</TargetFrameworks> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 打包 --> |
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
|
<Description>实现 Windows 程序功能。</Description> |
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="..\Apewer\Apewer.csproj" /> |
|
|
<ProjectReference Include="..\Apewer\Apewer.csproj" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
@ -26,19 +31,11 @@ |
|
|
<!-- .NET Framework 4.6.1 --> |
|
|
<!-- .NET Framework 4.6.1 --> |
|
|
<ItemGroup Condition="'$(TargetFramework)'=='net461'"> |
|
|
<ItemGroup Condition="'$(TargetFramework)'=='net461'"> |
|
|
<Reference Include="CustomMarshalers" /> |
|
|
<Reference Include="CustomMarshalers" /> |
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
|
|
<Reference Include="PresentationCore" /> |
|
|
<Reference Include="PresentationCore" /> |
|
|
<Reference Include="System.Core" /> |
|
|
|
|
|
<Reference Include="System.Configuration" /> |
|
|
|
|
|
<Reference Include="System.Design" /> |
|
|
|
|
|
<Reference Include="System.Drawing" /> |
|
|
<Reference Include="System.Drawing" /> |
|
|
<Reference Include="System.Management" /> |
|
|
<Reference Include="System.Management" /> |
|
|
<Reference Include="System.Runtime.Caching" /> |
|
|
|
|
|
<Reference Include="System.Security" /> |
|
|
|
|
|
<Reference Include="System.ServiceProcess " /> |
|
|
<Reference Include="System.ServiceProcess " /> |
|
|
<Reference Include="System.Speech" /> |
|
|
<Reference Include="System.Speech" /> |
|
|
<Reference Include="System.Transactions" /> |
|
|
|
|
|
<Reference Include="System.Web" /> |
|
|
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
<Reference Include="WindowsBase" /> |
|
|
<Reference Include="WindowsBase" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
@ -46,19 +43,11 @@ |
|
|
<!-- .NET Framework 4.0 --> |
|
|
<!-- .NET Framework 4.0 --> |
|
|
<ItemGroup Condition="'$(TargetFramework)'=='net40'"> |
|
|
<ItemGroup Condition="'$(TargetFramework)'=='net40'"> |
|
|
<Reference Include="CustomMarshalers" /> |
|
|
<Reference Include="CustomMarshalers" /> |
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
|
|
<Reference Include="PresentationCore" /> |
|
|
<Reference Include="PresentationCore" /> |
|
|
<Reference Include="System.Core" /> |
|
|
|
|
|
<Reference Include="System.Configuration" /> |
|
|
|
|
|
<Reference Include="System.Design" /> |
|
|
|
|
|
<Reference Include="System.Drawing" /> |
|
|
<Reference Include="System.Drawing" /> |
|
|
<Reference Include="System.Management" /> |
|
|
<Reference Include="System.Management" /> |
|
|
<Reference Include="System.Runtime.Caching" /> |
|
|
|
|
|
<Reference Include="System.Security" /> |
|
|
|
|
|
<Reference Include="System.ServiceProcess " /> |
|
|
<Reference Include="System.ServiceProcess " /> |
|
|
<Reference Include="System.Speech" /> |
|
|
<Reference Include="System.Speech" /> |
|
|
<Reference Include="System.Transactions" /> |
|
|
|
|
|
<Reference Include="System.Web" /> |
|
|
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
<Reference Include="WindowsBase" /> |
|
|
<Reference Include="WindowsBase" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
@ -67,12 +56,8 @@ |
|
|
<ItemGroup Condition="'$(TargetFramework)'=='net20'"> |
|
|
<ItemGroup Condition="'$(TargetFramework)'=='net20'"> |
|
|
<Reference Include="CustomMarshalers" /> |
|
|
<Reference Include="CustomMarshalers" /> |
|
|
<Reference Include="System.Configuration" /> |
|
|
<Reference Include="System.Configuration" /> |
|
|
<Reference Include="System.Design" /> |
|
|
|
|
|
<Reference Include="System.Management" /> |
|
|
<Reference Include="System.Management" /> |
|
|
<Reference Include="System.Security" /> |
|
|
|
|
|
<Reference Include="System.ServiceProcess " /> |
|
|
<Reference Include="System.ServiceProcess " /> |
|
|
<Reference Include="System.Transactions" /> |
|
|
|
|
|
<Reference Include="System.Web" /> |
|
|
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|