步步为盈
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
719 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PlatformTarget>x86</PlatformTarget>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<None Update="app.manifest">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<None Update="dllin.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="DllInLine.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="sendPhone.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>